Skip to content

Instantly share code, notes, and snippets.

@mikedidthis
Created June 9, 2021 18:12
Show Gist options
  • Save mikedidthis/ac3ba8e6d64a480247615568d5f413e9 to your computer and use it in GitHub Desktop.
Save mikedidthis/ac3ba8e6d64a480247615568d5f413e9 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
font-family:
system-ui,
-apple-system, /* Firefox supports this but not yet `system-ui` */
'Segoe UI',
Roboto,
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
height: 0; /* 1 */
color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family:
ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
button {
background-color: transparent;
background-image: none;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the user's configured `sans` font-family (with Tailwind's default
* sans-serif font stack as a fallback) as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
html {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* Inherit font-family and line-height from `html` so users can set them as
* a class directly on the `html` element.
*/
body {
font-family: inherit;
line-height: inherit;
}
/**
* 1. Prevent padding and border from affecting element width.
*
* We used to set this in the html element and inherit from
* the parent element for everything else. This caused issues
* in shadow-dom-enhanced elements like <details> where the content
* is wrapped by a div with box-sizing set to `content-box`.
*
* https://github.com/mozdevs/cssremedy/issues/4
*
*
* 2. Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: currentColor; /* 2 */
}
/*
* Ensure horizontal rules are visible by default
*/
hr {
border-top-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #a1a1aa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #a1a1aa;
}
input::placeholder,
textarea::placeholder {
opacity: 1;
color: #a1a1aa;
}
button,
[role="button"] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/**
* Reset links to optimize for opt-in styling instead of
* opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/
button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/
pre,
code,
kbd,
samp {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
* Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
}
/**
* Constrain images and videos to the parent width and preserve
* their intrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
img,
video {
max-width: 100%;
height: auto;
}
.container{
width: 100%;
}
@media (min-width: 640px){
.container{
max-width: 640px;
}
}
@media (min-width: 768px){
.container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.container{
max-width: 1536px;
}
}
.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(1px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
.space-x-1 > :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-2 > :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-2 > :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-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(4px * var(--tw-space-x-reverse));
margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(6px * var(--tw-space-x-reverse));
margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(8px * var(--tw-space-x-reverse));
margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :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-10 > :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-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(12px * var(--tw-space-x-reverse));
margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(16px * var(--tw-space-x-reverse));
margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(24px * var(--tw-space-x-reverse));
margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-x-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(32px * var(--tw-space-x-reverse));
margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-40 > :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-40 > :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-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(44px * var(--tw-space-y-reverse));
}
.space-x-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(44px * var(--tw-space-x-reverse));
margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(48px * var(--tw-space-y-reverse));
}
.space-x-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(48px * var(--tw-space-x-reverse));
margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(56px * var(--tw-space-y-reverse));
}
.space-x-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(56px * var(--tw-space-x-reverse));
margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(76px * var(--tw-space-y-reverse));
}
.space-x-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(76px * var(--tw-space-x-reverse));
margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-88 > :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-88 > :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-1 > :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-1 > :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-2 > :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-2 > :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-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-4px * var(--tw-space-y-reverse));
}
.-space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-4px * var(--tw-space-x-reverse));
margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-6px * var(--tw-space-y-reverse));
}
.-space-x-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-6px * var(--tw-space-x-reverse));
margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-8px * var(--tw-space-y-reverse));
}
.-space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-8px * var(--tw-space-x-reverse));
margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-10 > :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-10 > :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-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-12px * var(--tw-space-y-reverse));
}
.-space-x-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-12px * var(--tw-space-x-reverse));
margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}
.-space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-16px * var(--tw-space-x-reverse));
margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}
.-space-x-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-24px * var(--tw-space-x-reverse));
margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-32px * var(--tw-space-y-reverse));
}
.-space-x-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-32px * var(--tw-space-x-reverse));
margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-40 > :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-40 > :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-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-44px * var(--tw-space-y-reverse));
}
.-space-x-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-44px * var(--tw-space-x-reverse));
margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-48px * var(--tw-space-y-reverse));
}
.-space-x-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-48px * var(--tw-space-x-reverse));
margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-56px * var(--tw-space-y-reverse));
}
.-space-x-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-56px * var(--tw-space-x-reverse));
margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-76px * var(--tw-space-y-reverse));
}
.-space-x-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-76px * var(--tw-space-x-reverse));
margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-88 > :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-88 > :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-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: rgba(0,0,0,0);
}
.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-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-divide-opacity));
}
.divide-gray-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-divide-opacity));
}
.divide-gray-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-divide-opacity));
}
.divide-gray-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-divide-opacity));
}
.divide-gray-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-divide-opacity));
}
.divide-gray-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-divide-opacity));
}
.divide-gray-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-divide-opacity));
}
.divide-gray-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-divide-opacity));
}
.divide-gray-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-divide-opacity));
}
.divide-gray-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-divide-opacity));
}
.divide-blue-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-divide-opacity));
}
.divide-blue-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-divide-opacity));
}
.divide-blue-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-divide-opacity));
}
.divide-blue-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-divide-opacity));
}
.divide-blue-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-divide-opacity));
}
.divide-blue-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-divide-opacity));
}
.divide-blue-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-divide-opacity));
}
.divide-blue-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-divide-opacity));
}
.divide-blue-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-divide-opacity));
}
.divide-blue-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-divide-opacity));
}
.divide-cyan-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-divide-opacity));
}
.divide-cyan-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-divide-opacity));
}
.divide-cyan-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-divide-opacity));
}
.divide-cyan-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-divide-opacity));
}
.divide-cyan-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-divide-opacity));
}
.divide-cyan-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-divide-opacity));
}
.divide-cyan-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-divide-opacity));
}
.divide-cyan-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-divide-opacity));
}
.divide-cyan-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-divide-opacity));
}
.divide-cyan-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-divide-opacity));
}
.divide-orange-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-divide-opacity));
}
.divide-orange-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-divide-opacity));
}
.divide-orange-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-divide-opacity));
}
.divide-orange-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-divide-opacity));
}
.divide-orange-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-divide-opacity));
}
.divide-orange-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-divide-opacity));
}
.divide-orange-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-divide-opacity));
}
.divide-orange-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-divide-opacity));
}
.divide-orange-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-divide-opacity));
}
.divide-orange-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-divide-opacity));
}
.divide-red-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
}
.divide-red-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-divide-opacity));
}
.divide-red-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-divide-opacity));
}
.divide-red-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-divide-opacity));
}
.divide-red-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-divide-opacity));
}
.divide-red-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-divide-opacity));
}
.divide-red-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-divide-opacity));
}
.divide-red-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-divide-opacity));
}
.divide-red-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-divide-opacity));
}
.divide-red-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-divide-opacity));
}
.divide-magenta-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-divide-opacity));
}
.divide-magenta-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-divide-opacity));
}
.divide-magenta-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-divide-opacity));
}
.divide-magenta-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-divide-opacity));
}
.divide-magenta-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-divide-opacity));
}
.divide-magenta-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-divide-opacity));
}
.divide-magenta-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-divide-opacity));
}
.divide-magenta-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-divide-opacity));
}
.divide-magenta-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-divide-opacity));
}
.divide-magenta-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-divide-opacity));
}
.divide-green-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-divide-opacity));
}
.divide-green-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-divide-opacity));
}
.divide-green-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-divide-opacity));
}
.divide-green-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-divide-opacity));
}
.divide-green-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-divide-opacity));
}
.divide-green-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-divide-opacity));
}
.divide-green-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-divide-opacity));
}
.divide-green-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-divide-opacity));
}
.divide-green-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-divide-opacity));
}
.divide-green-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-divide-opacity));
}
.divide-teal-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-divide-opacity));
}
.divide-teal-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-divide-opacity));
}
.divide-teal-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-divide-opacity));
}
.divide-teal-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-divide-opacity));
}
.divide-teal-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-divide-opacity));
}
.divide-teal-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-divide-opacity));
}
.divide-teal-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-divide-opacity));
}
.divide-teal-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-divide-opacity));
}
.divide-teal-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-divide-opacity));
}
.divide-teal-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-divide-opacity));
}
.divide-purple-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-divide-opacity));
}
.divide-purple-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-divide-opacity));
}
.divide-purple-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-divide-opacity));
}
.divide-purple-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-divide-opacity));
}
.divide-purple-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-divide-opacity));
}
.divide-purple-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-divide-opacity));
}
.divide-purple-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-divide-opacity));
}
.divide-purple-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-divide-opacity));
}
.divide-purple-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-divide-opacity));
}
.divide-purple-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(28, 15, 48, 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: rgba(0,0,0,0);
}
.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-1{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.bg-gray-2{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.bg-gray-3{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.bg-gray-4{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.bg-gray-5{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.bg-gray-6{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.bg-gray-7{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.bg-gray-8{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.bg-gray-9{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.bg-gray-10{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.bg-blue-1{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.bg-blue-2{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.bg-blue-3{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.bg-blue-4{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.bg-blue-5{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.bg-blue-6{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.bg-blue-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.bg-blue-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.bg-blue-9{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.bg-blue-10{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.bg-cyan-1{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.bg-cyan-2{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.bg-cyan-3{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.bg-cyan-4{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.bg-cyan-5{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.bg-cyan-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.bg-cyan-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.bg-cyan-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.bg-cyan-9{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.bg-cyan-10{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.bg-orange-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.bg-orange-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.bg-orange-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.bg-orange-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.bg-orange-5{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.bg-orange-6{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.bg-orange-7{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.bg-orange-8{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.bg-orange-9{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.bg-orange-10{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.bg-red-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.bg-red-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.bg-red-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.bg-red-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.bg-red-5{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.bg-red-6{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.bg-red-7{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.bg-red-8{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.bg-red-9{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.bg-red-10{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.bg-magenta-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.bg-magenta-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.bg-magenta-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.bg-magenta-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.bg-magenta-5{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.bg-magenta-6{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.bg-magenta-7{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.bg-magenta-8{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.bg-magenta-9{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.bg-magenta-10{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.bg-green-1{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.bg-green-2{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.bg-green-3{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.bg-green-4{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.bg-green-5{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.bg-green-6{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.bg-green-7{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.bg-green-8{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.bg-green-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.bg-green-10{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.bg-teal-1{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.bg-teal-2{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.bg-teal-3{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.bg-teal-4{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.bg-teal-5{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.bg-teal-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.bg-teal-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.bg-teal-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.bg-teal-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.bg-teal-10{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.bg-purple-1{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.bg-purple-2{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.bg-purple-3{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.bg-purple-4{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.bg-purple-5{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.bg-purple-6{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.bg-purple-7{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.bg-purple-8{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.bg-purple-9{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.bg-purple-10{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-transparent{
background-color: rgba(0,0,0,0);
}
.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-1{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-2{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-3{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-4{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-5{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-6{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-7{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-8{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-9{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-10{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-1{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-2{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-3{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-4{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-5{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-6{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-9{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-10{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-1{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-2{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-3{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-4{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-5{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-9{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-cyan-10{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-5{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-6{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-7{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-8{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-9{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-10{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-5{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-6{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-7{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-8{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-9{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-10{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-5{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-6{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-7{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-8{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-9{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-magenta-10{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-1{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-2{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-3{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-4{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-5{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-6{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-7{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-8{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-10{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-1{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-2{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-3{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-4{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-5{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-teal-10{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-1{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-2{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-3{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-4{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-5{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-6{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-7{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-8{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-9{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-10{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.focus-within\:bg-transparent:focus-within{
background-color: rgba(0,0,0,0);
}
.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-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.focus-within\:bg-cyan-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-red-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.focus-within\:bg-red-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.focus-within\:bg-red-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.focus-within\:bg-red-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.focus-within\:bg-red-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.focus-within\:bg-red-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.focus-within\:bg-red-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.focus-within\:bg-red-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.focus-within\:bg-red-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.focus-within\:bg-red-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.focus-within\:bg-magenta-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.focus-within\:bg-green-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.focus-within\:bg-green-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.focus-within\:bg-green-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.focus-within\:bg-green-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.focus-within\:bg-green-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.focus-within\:bg-green-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.focus-within\:bg-green-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.focus-within\:bg-green-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.focus-within\:bg-green-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.focus-within\:bg-green-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.focus-within\:bg-teal-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover{
background-color: rgba(0,0,0,0);
}
.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-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.hover\:bg-gray-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.hover\:bg-gray-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.hover\:bg-gray-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.hover\:bg-gray-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.hover\:bg-gray-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.hover\:bg-gray-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.hover\:bg-gray-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.hover\:bg-gray-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.hover\:bg-gray-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.hover\:bg-blue-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.hover\:bg-blue-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.hover\:bg-blue-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.hover\:bg-blue-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.hover\:bg-blue-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.hover\:bg-blue-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.hover\:bg-blue-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.hover\:bg-blue-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.hover\:bg-blue-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.hover\:bg-blue-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.hover\:bg-cyan-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.hover\:bg-cyan-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.hover\:bg-cyan-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.hover\:bg-cyan-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.hover\:bg-cyan-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.hover\:bg-cyan-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.hover\:bg-cyan-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.hover\:bg-cyan-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.hover\:bg-cyan-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.hover\:bg-cyan-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.hover\:bg-orange-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.hover\:bg-orange-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.hover\:bg-orange-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.hover\:bg-orange-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.hover\:bg-orange-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.hover\:bg-orange-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.hover\:bg-orange-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.hover\:bg-orange-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.hover\:bg-orange-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.hover\:bg-orange-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.hover\:bg-red-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.hover\:bg-red-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.hover\:bg-red-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.hover\:bg-red-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.hover\:bg-red-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.hover\:bg-red-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.hover\:bg-red-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.hover\:bg-red-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.hover\:bg-red-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.hover\:bg-red-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.hover\:bg-magenta-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.hover\:bg-magenta-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.hover\:bg-magenta-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.hover\:bg-magenta-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.hover\:bg-magenta-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.hover\:bg-magenta-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.hover\:bg-magenta-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.hover\:bg-magenta-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.hover\:bg-magenta-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.hover\:bg-magenta-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.hover\:bg-green-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.hover\:bg-green-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.hover\:bg-green-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.hover\:bg-green-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.hover\:bg-green-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.hover\:bg-green-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.hover\:bg-green-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.hover\:bg-green-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.hover\:bg-green-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.hover\:bg-green-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.hover\:bg-teal-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.hover\:bg-teal-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.hover\:bg-teal-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.hover\:bg-teal-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.hover\:bg-teal-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.hover\:bg-teal-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.hover\:bg-teal-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.hover\:bg-teal-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.hover\:bg-teal-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.hover\:bg-teal-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.hover\:bg-purple-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.hover\:bg-purple-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.hover\:bg-purple-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.hover\:bg-purple-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.hover\:bg-purple-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.focus\:bg-transparent:focus{
background-color: rgba(0,0,0,0);
}
.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-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.focus\:bg-gray-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.focus\:bg-gray-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.focus\:bg-gray-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.focus\:bg-gray-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.focus\:bg-gray-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.focus\:bg-gray-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.focus\:bg-gray-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.focus\:bg-gray-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.focus\:bg-gray-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.focus\:bg-blue-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.focus\:bg-blue-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.focus\:bg-blue-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.focus\:bg-blue-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.focus\:bg-blue-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.focus\:bg-cyan-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.focus\:bg-cyan-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.focus\:bg-cyan-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.focus\:bg-cyan-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.focus\:bg-cyan-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.focus\:bg-cyan-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.focus\:bg-cyan-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.focus\:bg-cyan-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.focus\:bg-cyan-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.focus\:bg-cyan-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.focus\:bg-orange-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.focus\:bg-orange-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.focus\:bg-orange-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.focus\:bg-orange-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.focus\:bg-orange-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.focus\:bg-orange-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.focus\:bg-orange-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.focus\:bg-orange-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.focus\:bg-orange-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.focus\:bg-orange-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.focus\:bg-red-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.focus\:bg-red-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.focus\:bg-red-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.focus\:bg-red-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.focus\:bg-red-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.focus\:bg-red-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.focus\:bg-red-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.focus\:bg-red-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.focus\:bg-red-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.focus\:bg-red-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.focus\:bg-magenta-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.focus\:bg-magenta-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.focus\:bg-magenta-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.focus\:bg-magenta-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.focus\:bg-magenta-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.focus\:bg-magenta-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.focus\:bg-magenta-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.focus\:bg-magenta-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.focus\:bg-magenta-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.focus\:bg-magenta-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.focus\:bg-green-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.focus\:bg-green-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.focus\:bg-green-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.focus\:bg-green-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.focus\:bg-green-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.focus\:bg-green-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.focus\:bg-green-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.focus\:bg-green-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.focus\:bg-green-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.focus\:bg-green-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.focus\:bg-teal-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.focus\:bg-teal-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.focus\:bg-teal-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.focus\:bg-teal-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.focus\:bg-teal-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.focus\:bg-teal-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.focus\:bg-teal-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.focus\:bg-teal-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.focus\:bg-teal-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.focus\:bg-teal-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.focus\:bg-purple-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.focus\:bg-purple-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.focus\:bg-purple-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.focus\:bg-purple-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.focus\:bg-purple-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.focus\:bg-purple-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.focus\:bg-purple-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.focus\:bg-purple-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.focus\:bg-purple-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.focus\:bg-purple-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, 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: rgba(0,0,0,0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-black{
--tw-gradient-from: #000000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-white{
--tw-gradient-from: #ffffff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-1{
--tw-gradient-from: #f2f4f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.from-gray-2{
--tw-gradient-from: #dde1e6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.from-gray-3{
--tw-gradient-from: #c1c7cd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.from-gray-4{
--tw-gradient-from: #a2a9b0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.from-gray-5{
--tw-gradient-from: #878d96;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.from-gray-6{
--tw-gradient-from: #697077;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.from-gray-7{
--tw-gradient-from: #4d5358;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.from-gray-8{
--tw-gradient-from: #343a3f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.from-gray-9{
--tw-gradient-from: #21272a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.from-gray-10{
--tw-gradient-from: #121619;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.from-blue-1{
--tw-gradient-from: #edf5ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.from-blue-2{
--tw-gradient-from: #d0e2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.from-blue-3{
--tw-gradient-from: #a6c8ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.from-blue-4{
--tw-gradient-from: #78a9ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.from-blue-5{
--tw-gradient-from: #4589ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.from-blue-6{
--tw-gradient-from: #0f62fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.from-blue-7{
--tw-gradient-from: #0043ce;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.from-blue-8{
--tw-gradient-from: #002d9c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.from-blue-9{
--tw-gradient-from: #001d6c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.from-blue-10{
--tw-gradient-from: #001141;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.from-cyan-1{
--tw-gradient-from: #e5f6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.from-cyan-2{
--tw-gradient-from: #bae6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.from-cyan-3{
--tw-gradient-from: #82cfff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.from-cyan-4{
--tw-gradient-from: #33b1ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.from-cyan-5{
--tw-gradient-from: #1192e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.from-cyan-6{
--tw-gradient-from: #0072c3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.from-cyan-7{
--tw-gradient-from: #00539a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.from-cyan-8{
--tw-gradient-from: #003a6d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.from-cyan-9{
--tw-gradient-from: #012749;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.from-cyan-10{
--tw-gradient-from: #061727;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.from-orange-1{
--tw-gradient-from: #fff2e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.from-orange-2{
--tw-gradient-from: #ffd9be;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.from-orange-3{
--tw-gradient-from: #ffb784;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.from-orange-4{
--tw-gradient-from: #ff832b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.from-orange-5{
--tw-gradient-from: #eb6200;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.from-orange-6{
--tw-gradient-from: #ba4e00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.from-orange-7{
--tw-gradient-from: #8a3800;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.from-orange-8{
--tw-gradient-from: #5e2900;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.from-orange-9{
--tw-gradient-from: #3e1a00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.from-orange-10{
--tw-gradient-from: #231000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.from-red-1{
--tw-gradient-from: #fff1f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.from-red-2{
--tw-gradient-from: #ffd7d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.from-red-3{
--tw-gradient-from: #ffb3b8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.from-red-4{
--tw-gradient-from: #ff8389;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.from-red-5{
--tw-gradient-from: #fa4d56;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.from-red-6{
--tw-gradient-from: #da1e28;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.from-red-7{
--tw-gradient-from: #a2191f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.from-red-8{
--tw-gradient-from: #750e13;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.from-red-9{
--tw-gradient-from: #520408;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.from-red-10{
--tw-gradient-from: #2d0709;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.from-magenta-1{
--tw-gradient-from: #fff0f7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.from-magenta-2{
--tw-gradient-from: #ffd6e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.from-magenta-3{
--tw-gradient-from: #ffafd2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.from-magenta-4{
--tw-gradient-from: #ff7eb6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.from-magenta-5{
--tw-gradient-from: #ee5396;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.from-magenta-6{
--tw-gradient-from: #d02670;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.from-magenta-7{
--tw-gradient-from: #9f1853;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.from-magenta-8{
--tw-gradient-from: #740937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.from-magenta-9{
--tw-gradient-from: #510224;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.from-magenta-10{
--tw-gradient-from: #2a0a18;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.from-green-1{
--tw-gradient-from: #defbe6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.from-green-2{
--tw-gradient-from: #a7f0ba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.from-green-3{
--tw-gradient-from: #6fdc8c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.from-green-4{
--tw-gradient-from: #42be65;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.from-green-5{
--tw-gradient-from: #24a148;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.from-green-6{
--tw-gradient-from: #198038;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.from-green-7{
--tw-gradient-from: #0e6027;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.from-green-8{
--tw-gradient-from: #044317;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.from-green-9{
--tw-gradient-from: #022d0d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.from-green-10{
--tw-gradient-from: #071908;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.from-teal-1{
--tw-gradient-from: #d9fbfb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.from-teal-2{
--tw-gradient-from: #9ef0f0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.from-teal-3{
--tw-gradient-from: #3ddbd9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.from-teal-4{
--tw-gradient-from: #08bdba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.from-teal-5{
--tw-gradient-from: #009d9a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.from-teal-6{
--tw-gradient-from: #007d79;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.from-teal-7{
--tw-gradient-from: #005d5d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.from-teal-8{
--tw-gradient-from: #004144;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.from-teal-9{
--tw-gradient-from: #022b30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.from-teal-10{
--tw-gradient-from: #081a1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.from-purple-1{
--tw-gradient-from: #f6f2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.from-purple-2{
--tw-gradient-from: #e8daff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.from-purple-3{
--tw-gradient-from: #d4bbff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.from-purple-4{
--tw-gradient-from: #be95ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.from-purple-5{
--tw-gradient-from: #a56eff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.from-purple-6{
--tw-gradient-from: #8a3ffc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.from-purple-7{
--tw-gradient-from: #6929c4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.from-purple-8{
--tw-gradient-from: #491d8b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.from-purple-9{
--tw-gradient-from: #31135e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.from-purple-10{
--tw-gradient-from: #1c0f30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.via-transparent{
--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-black{
--tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-white{
--tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-1{
--tw-gradient-stops: var(--tw-gradient-from), #f2f4f8, var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.via-gray-2{
--tw-gradient-stops: var(--tw-gradient-from), #dde1e6, var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.via-gray-3{
--tw-gradient-stops: var(--tw-gradient-from), #c1c7cd, var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.via-gray-4{
--tw-gradient-stops: var(--tw-gradient-from), #a2a9b0, var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.via-gray-5{
--tw-gradient-stops: var(--tw-gradient-from), #878d96, var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.via-gray-6{
--tw-gradient-stops: var(--tw-gradient-from), #697077, var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.via-gray-7{
--tw-gradient-stops: var(--tw-gradient-from), #4d5358, var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.via-gray-8{
--tw-gradient-stops: var(--tw-gradient-from), #343a3f, var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.via-gray-9{
--tw-gradient-stops: var(--tw-gradient-from), #21272a, var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.via-gray-10{
--tw-gradient-stops: var(--tw-gradient-from), #121619, var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.via-blue-1{
--tw-gradient-stops: var(--tw-gradient-from), #edf5ff, var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.via-blue-2{
--tw-gradient-stops: var(--tw-gradient-from), #d0e2ff, var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.via-blue-3{
--tw-gradient-stops: var(--tw-gradient-from), #a6c8ff, var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.via-blue-4{
--tw-gradient-stops: var(--tw-gradient-from), #78a9ff, var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.via-blue-5{
--tw-gradient-stops: var(--tw-gradient-from), #4589ff, var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.via-blue-6{
--tw-gradient-stops: var(--tw-gradient-from), #0f62fe, var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.via-blue-7{
--tw-gradient-stops: var(--tw-gradient-from), #0043ce, var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.via-blue-8{
--tw-gradient-stops: var(--tw-gradient-from), #002d9c, var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.via-blue-9{
--tw-gradient-stops: var(--tw-gradient-from), #001d6c, var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.via-blue-10{
--tw-gradient-stops: var(--tw-gradient-from), #001141, var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.via-cyan-1{
--tw-gradient-stops: var(--tw-gradient-from), #e5f6ff, var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.via-cyan-2{
--tw-gradient-stops: var(--tw-gradient-from), #bae6ff, var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.via-cyan-3{
--tw-gradient-stops: var(--tw-gradient-from), #82cfff, var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.via-cyan-4{
--tw-gradient-stops: var(--tw-gradient-from), #33b1ff, var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.via-cyan-5{
--tw-gradient-stops: var(--tw-gradient-from), #1192e8, var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.via-cyan-6{
--tw-gradient-stops: var(--tw-gradient-from), #0072c3, var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.via-cyan-7{
--tw-gradient-stops: var(--tw-gradient-from), #00539a, var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.via-cyan-8{
--tw-gradient-stops: var(--tw-gradient-from), #003a6d, var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.via-cyan-9{
--tw-gradient-stops: var(--tw-gradient-from), #012749, var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.via-cyan-10{
--tw-gradient-stops: var(--tw-gradient-from), #061727, var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.via-orange-1{
--tw-gradient-stops: var(--tw-gradient-from), #fff2e8, var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.via-orange-2{
--tw-gradient-stops: var(--tw-gradient-from), #ffd9be, var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.via-orange-3{
--tw-gradient-stops: var(--tw-gradient-from), #ffb784, var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.via-orange-4{
--tw-gradient-stops: var(--tw-gradient-from), #ff832b, var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.via-orange-5{
--tw-gradient-stops: var(--tw-gradient-from), #eb6200, var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.via-orange-6{
--tw-gradient-stops: var(--tw-gradient-from), #ba4e00, var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.via-orange-7{
--tw-gradient-stops: var(--tw-gradient-from), #8a3800, var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.via-orange-8{
--tw-gradient-stops: var(--tw-gradient-from), #5e2900, var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.via-orange-9{
--tw-gradient-stops: var(--tw-gradient-from), #3e1a00, var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.via-orange-10{
--tw-gradient-stops: var(--tw-gradient-from), #231000, var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.via-red-1{
--tw-gradient-stops: var(--tw-gradient-from), #fff1f1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.via-red-2{
--tw-gradient-stops: var(--tw-gradient-from), #ffd7d9, var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.via-red-3{
--tw-gradient-stops: var(--tw-gradient-from), #ffb3b8, var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.via-red-4{
--tw-gradient-stops: var(--tw-gradient-from), #ff8389, var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.via-red-5{
--tw-gradient-stops: var(--tw-gradient-from), #fa4d56, var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.via-red-6{
--tw-gradient-stops: var(--tw-gradient-from), #da1e28, var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.via-red-7{
--tw-gradient-stops: var(--tw-gradient-from), #a2191f, var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.via-red-8{
--tw-gradient-stops: var(--tw-gradient-from), #750e13, var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.via-red-9{
--tw-gradient-stops: var(--tw-gradient-from), #520408, var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.via-red-10{
--tw-gradient-stops: var(--tw-gradient-from), #2d0709, var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.via-magenta-1{
--tw-gradient-stops: var(--tw-gradient-from), #fff0f7, var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.via-magenta-2{
--tw-gradient-stops: var(--tw-gradient-from), #ffd6e8, var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.via-magenta-3{
--tw-gradient-stops: var(--tw-gradient-from), #ffafd2, var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.via-magenta-4{
--tw-gradient-stops: var(--tw-gradient-from), #ff7eb6, var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.via-magenta-5{
--tw-gradient-stops: var(--tw-gradient-from), #ee5396, var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.via-magenta-6{
--tw-gradient-stops: var(--tw-gradient-from), #d02670, var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.via-magenta-7{
--tw-gradient-stops: var(--tw-gradient-from), #9f1853, var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.via-magenta-8{
--tw-gradient-stops: var(--tw-gradient-from), #740937, var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.via-magenta-9{
--tw-gradient-stops: var(--tw-gradient-from), #510224, var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.via-magenta-10{
--tw-gradient-stops: var(--tw-gradient-from), #2a0a18, var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.via-green-1{
--tw-gradient-stops: var(--tw-gradient-from), #defbe6, var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.via-green-2{
--tw-gradient-stops: var(--tw-gradient-from), #a7f0ba, var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.via-green-3{
--tw-gradient-stops: var(--tw-gradient-from), #6fdc8c, var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.via-green-4{
--tw-gradient-stops: var(--tw-gradient-from), #42be65, var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.via-green-5{
--tw-gradient-stops: var(--tw-gradient-from), #24a148, var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.via-green-6{
--tw-gradient-stops: var(--tw-gradient-from), #198038, var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.via-green-7{
--tw-gradient-stops: var(--tw-gradient-from), #0e6027, var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.via-green-8{
--tw-gradient-stops: var(--tw-gradient-from), #044317, var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.via-green-9{
--tw-gradient-stops: var(--tw-gradient-from), #022d0d, var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.via-green-10{
--tw-gradient-stops: var(--tw-gradient-from), #071908, var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.via-teal-1{
--tw-gradient-stops: var(--tw-gradient-from), #d9fbfb, var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.via-teal-2{
--tw-gradient-stops: var(--tw-gradient-from), #9ef0f0, var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.via-teal-3{
--tw-gradient-stops: var(--tw-gradient-from), #3ddbd9, var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.via-teal-4{
--tw-gradient-stops: var(--tw-gradient-from), #08bdba, var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.via-teal-5{
--tw-gradient-stops: var(--tw-gradient-from), #009d9a, var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.via-teal-6{
--tw-gradient-stops: var(--tw-gradient-from), #007d79, var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.via-teal-7{
--tw-gradient-stops: var(--tw-gradient-from), #005d5d, var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.via-teal-8{
--tw-gradient-stops: var(--tw-gradient-from), #004144, var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.via-teal-9{
--tw-gradient-stops: var(--tw-gradient-from), #022b30, var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.via-teal-10{
--tw-gradient-stops: var(--tw-gradient-from), #081a1c, var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.via-purple-1{
--tw-gradient-stops: var(--tw-gradient-from), #f6f2ff, var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.via-purple-2{
--tw-gradient-stops: var(--tw-gradient-from), #e8daff, var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.via-purple-3{
--tw-gradient-stops: var(--tw-gradient-from), #d4bbff, var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.via-purple-4{
--tw-gradient-stops: var(--tw-gradient-from), #be95ff, var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.via-purple-5{
--tw-gradient-stops: var(--tw-gradient-from), #a56eff, var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.via-purple-6{
--tw-gradient-stops: var(--tw-gradient-from), #8a3ffc, var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.via-purple-7{
--tw-gradient-stops: var(--tw-gradient-from), #6929c4, var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.via-purple-8{
--tw-gradient-stops: var(--tw-gradient-from), #491d8b, var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.via-purple-9{
--tw-gradient-stops: var(--tw-gradient-from), #31135e, var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.via-purple-10{
--tw-gradient-stops: var(--tw-gradient-from), #1c0f30, var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.to-transparent{
--tw-gradient-to: rgba(0,0,0,0);
}
.to-black{
--tw-gradient-to: #000000;
}
.to-white{
--tw-gradient-to: #ffffff;
}
.to-gray-1{
--tw-gradient-to: #f2f4f8;
}
.to-gray-2{
--tw-gradient-to: #dde1e6;
}
.to-gray-3{
--tw-gradient-to: #c1c7cd;
}
.to-gray-4{
--tw-gradient-to: #a2a9b0;
}
.to-gray-5{
--tw-gradient-to: #878d96;
}
.to-gray-6{
--tw-gradient-to: #697077;
}
.to-gray-7{
--tw-gradient-to: #4d5358;
}
.to-gray-8{
--tw-gradient-to: #343a3f;
}
.to-gray-9{
--tw-gradient-to: #21272a;
}
.to-gray-10{
--tw-gradient-to: #121619;
}
.to-blue-1{
--tw-gradient-to: #edf5ff;
}
.to-blue-2{
--tw-gradient-to: #d0e2ff;
}
.to-blue-3{
--tw-gradient-to: #a6c8ff;
}
.to-blue-4{
--tw-gradient-to: #78a9ff;
}
.to-blue-5{
--tw-gradient-to: #4589ff;
}
.to-blue-6{
--tw-gradient-to: #0f62fe;
}
.to-blue-7{
--tw-gradient-to: #0043ce;
}
.to-blue-8{
--tw-gradient-to: #002d9c;
}
.to-blue-9{
--tw-gradient-to: #001d6c;
}
.to-blue-10{
--tw-gradient-to: #001141;
}
.to-cyan-1{
--tw-gradient-to: #e5f6ff;
}
.to-cyan-2{
--tw-gradient-to: #bae6ff;
}
.to-cyan-3{
--tw-gradient-to: #82cfff;
}
.to-cyan-4{
--tw-gradient-to: #33b1ff;
}
.to-cyan-5{
--tw-gradient-to: #1192e8;
}
.to-cyan-6{
--tw-gradient-to: #0072c3;
}
.to-cyan-7{
--tw-gradient-to: #00539a;
}
.to-cyan-8{
--tw-gradient-to: #003a6d;
}
.to-cyan-9{
--tw-gradient-to: #012749;
}
.to-cyan-10{
--tw-gradient-to: #061727;
}
.to-orange-1{
--tw-gradient-to: #fff2e8;
}
.to-orange-2{
--tw-gradient-to: #ffd9be;
}
.to-orange-3{
--tw-gradient-to: #ffb784;
}
.to-orange-4{
--tw-gradient-to: #ff832b;
}
.to-orange-5{
--tw-gradient-to: #eb6200;
}
.to-orange-6{
--tw-gradient-to: #ba4e00;
}
.to-orange-7{
--tw-gradient-to: #8a3800;
}
.to-orange-8{
--tw-gradient-to: #5e2900;
}
.to-orange-9{
--tw-gradient-to: #3e1a00;
}
.to-orange-10{
--tw-gradient-to: #231000;
}
.to-red-1{
--tw-gradient-to: #fff1f1;
}
.to-red-2{
--tw-gradient-to: #ffd7d9;
}
.to-red-3{
--tw-gradient-to: #ffb3b8;
}
.to-red-4{
--tw-gradient-to: #ff8389;
}
.to-red-5{
--tw-gradient-to: #fa4d56;
}
.to-red-6{
--tw-gradient-to: #da1e28;
}
.to-red-7{
--tw-gradient-to: #a2191f;
}
.to-red-8{
--tw-gradient-to: #750e13;
}
.to-red-9{
--tw-gradient-to: #520408;
}
.to-red-10{
--tw-gradient-to: #2d0709;
}
.to-magenta-1{
--tw-gradient-to: #fff0f7;
}
.to-magenta-2{
--tw-gradient-to: #ffd6e8;
}
.to-magenta-3{
--tw-gradient-to: #ffafd2;
}
.to-magenta-4{
--tw-gradient-to: #ff7eb6;
}
.to-magenta-5{
--tw-gradient-to: #ee5396;
}
.to-magenta-6{
--tw-gradient-to: #d02670;
}
.to-magenta-7{
--tw-gradient-to: #9f1853;
}
.to-magenta-8{
--tw-gradient-to: #740937;
}
.to-magenta-9{
--tw-gradient-to: #510224;
}
.to-magenta-10{
--tw-gradient-to: #2a0a18;
}
.to-green-1{
--tw-gradient-to: #defbe6;
}
.to-green-2{
--tw-gradient-to: #a7f0ba;
}
.to-green-3{
--tw-gradient-to: #6fdc8c;
}
.to-green-4{
--tw-gradient-to: #42be65;
}
.to-green-5{
--tw-gradient-to: #24a148;
}
.to-green-6{
--tw-gradient-to: #198038;
}
.to-green-7{
--tw-gradient-to: #0e6027;
}
.to-green-8{
--tw-gradient-to: #044317;
}
.to-green-9{
--tw-gradient-to: #022d0d;
}
.to-green-10{
--tw-gradient-to: #071908;
}
.to-teal-1{
--tw-gradient-to: #d9fbfb;
}
.to-teal-2{
--tw-gradient-to: #9ef0f0;
}
.to-teal-3{
--tw-gradient-to: #3ddbd9;
}
.to-teal-4{
--tw-gradient-to: #08bdba;
}
.to-teal-5{
--tw-gradient-to: #009d9a;
}
.to-teal-6{
--tw-gradient-to: #007d79;
}
.to-teal-7{
--tw-gradient-to: #005d5d;
}
.to-teal-8{
--tw-gradient-to: #004144;
}
.to-teal-9{
--tw-gradient-to: #022b30;
}
.to-teal-10{
--tw-gradient-to: #081a1c;
}
.to-purple-1{
--tw-gradient-to: #f6f2ff;
}
.to-purple-2{
--tw-gradient-to: #e8daff;
}
.to-purple-3{
--tw-gradient-to: #d4bbff;
}
.to-purple-4{
--tw-gradient-to: #be95ff;
}
.to-purple-5{
--tw-gradient-to: #a56eff;
}
.to-purple-6{
--tw-gradient-to: #8a3ffc;
}
.to-purple-7{
--tw-gradient-to: #6929c4;
}
.to-purple-8{
--tw-gradient-to: #491d8b;
}
.to-purple-9{
--tw-gradient-to: #31135e;
}
.to-purple-10{
--tw-gradient-to: #1c0f30;
}
.hover\:from-transparent:hover{
--tw-gradient-from: rgba(0,0,0,0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:from-black:hover{
--tw-gradient-from: #000000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:from-white:hover{
--tw-gradient-from: #ffffff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-1:hover{
--tw-gradient-from: #f2f4f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.hover\:from-gray-2:hover{
--tw-gradient-from: #dde1e6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.hover\:from-gray-3:hover{
--tw-gradient-from: #c1c7cd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.hover\:from-gray-4:hover{
--tw-gradient-from: #a2a9b0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.hover\:from-gray-5:hover{
--tw-gradient-from: #878d96;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.hover\:from-gray-6:hover{
--tw-gradient-from: #697077;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.hover\:from-gray-7:hover{
--tw-gradient-from: #4d5358;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.hover\:from-gray-8:hover{
--tw-gradient-from: #343a3f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.hover\:from-gray-9:hover{
--tw-gradient-from: #21272a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.hover\:from-gray-10:hover{
--tw-gradient-from: #121619;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.hover\:from-blue-1:hover{
--tw-gradient-from: #edf5ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.hover\:from-blue-2:hover{
--tw-gradient-from: #d0e2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.hover\:from-blue-3:hover{
--tw-gradient-from: #a6c8ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.hover\:from-blue-4:hover{
--tw-gradient-from: #78a9ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.hover\:from-blue-5:hover{
--tw-gradient-from: #4589ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.hover\:from-blue-6:hover{
--tw-gradient-from: #0f62fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.hover\:from-blue-7:hover{
--tw-gradient-from: #0043ce;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.hover\:from-blue-8:hover{
--tw-gradient-from: #002d9c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.hover\:from-blue-9:hover{
--tw-gradient-from: #001d6c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.hover\:from-blue-10:hover{
--tw-gradient-from: #001141;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.hover\:from-cyan-1:hover{
--tw-gradient-from: #e5f6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.hover\:from-cyan-2:hover{
--tw-gradient-from: #bae6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.hover\:from-cyan-3:hover{
--tw-gradient-from: #82cfff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.hover\:from-cyan-4:hover{
--tw-gradient-from: #33b1ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.hover\:from-cyan-5:hover{
--tw-gradient-from: #1192e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.hover\:from-cyan-6:hover{
--tw-gradient-from: #0072c3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.hover\:from-cyan-7:hover{
--tw-gradient-from: #00539a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.hover\:from-cyan-8:hover{
--tw-gradient-from: #003a6d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.hover\:from-cyan-9:hover{
--tw-gradient-from: #012749;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.hover\:from-cyan-10:hover{
--tw-gradient-from: #061727;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.hover\:from-orange-1:hover{
--tw-gradient-from: #fff2e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.hover\:from-orange-2:hover{
--tw-gradient-from: #ffd9be;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.hover\:from-orange-3:hover{
--tw-gradient-from: #ffb784;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.hover\:from-orange-4:hover{
--tw-gradient-from: #ff832b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.hover\:from-orange-5:hover{
--tw-gradient-from: #eb6200;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.hover\:from-orange-6:hover{
--tw-gradient-from: #ba4e00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.hover\:from-orange-7:hover{
--tw-gradient-from: #8a3800;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.hover\:from-orange-8:hover{
--tw-gradient-from: #5e2900;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.hover\:from-orange-9:hover{
--tw-gradient-from: #3e1a00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.hover\:from-orange-10:hover{
--tw-gradient-from: #231000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.hover\:from-red-1:hover{
--tw-gradient-from: #fff1f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.hover\:from-red-2:hover{
--tw-gradient-from: #ffd7d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.hover\:from-red-3:hover{
--tw-gradient-from: #ffb3b8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.hover\:from-red-4:hover{
--tw-gradient-from: #ff8389;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.hover\:from-red-5:hover{
--tw-gradient-from: #fa4d56;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.hover\:from-red-6:hover{
--tw-gradient-from: #da1e28;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.hover\:from-red-7:hover{
--tw-gradient-from: #a2191f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.hover\:from-red-8:hover{
--tw-gradient-from: #750e13;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.hover\:from-red-9:hover{
--tw-gradient-from: #520408;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.hover\:from-red-10:hover{
--tw-gradient-from: #2d0709;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.hover\:from-magenta-1:hover{
--tw-gradient-from: #fff0f7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.hover\:from-magenta-2:hover{
--tw-gradient-from: #ffd6e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.hover\:from-magenta-3:hover{
--tw-gradient-from: #ffafd2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.hover\:from-magenta-4:hover{
--tw-gradient-from: #ff7eb6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.hover\:from-magenta-5:hover{
--tw-gradient-from: #ee5396;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.hover\:from-magenta-6:hover{
--tw-gradient-from: #d02670;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.hover\:from-magenta-7:hover{
--tw-gradient-from: #9f1853;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.hover\:from-magenta-8:hover{
--tw-gradient-from: #740937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.hover\:from-magenta-9:hover{
--tw-gradient-from: #510224;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.hover\:from-magenta-10:hover{
--tw-gradient-from: #2a0a18;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.hover\:from-green-1:hover{
--tw-gradient-from: #defbe6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.hover\:from-green-2:hover{
--tw-gradient-from: #a7f0ba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.hover\:from-green-3:hover{
--tw-gradient-from: #6fdc8c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.hover\:from-green-4:hover{
--tw-gradient-from: #42be65;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.hover\:from-green-5:hover{
--tw-gradient-from: #24a148;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.hover\:from-green-6:hover{
--tw-gradient-from: #198038;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.hover\:from-green-7:hover{
--tw-gradient-from: #0e6027;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.hover\:from-green-8:hover{
--tw-gradient-from: #044317;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.hover\:from-green-9:hover{
--tw-gradient-from: #022d0d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.hover\:from-green-10:hover{
--tw-gradient-from: #071908;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.hover\:from-teal-1:hover{
--tw-gradient-from: #d9fbfb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.hover\:from-teal-2:hover{
--tw-gradient-from: #9ef0f0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.hover\:from-teal-3:hover{
--tw-gradient-from: #3ddbd9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.hover\:from-teal-4:hover{
--tw-gradient-from: #08bdba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.hover\:from-teal-5:hover{
--tw-gradient-from: #009d9a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.hover\:from-teal-6:hover{
--tw-gradient-from: #007d79;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.hover\:from-teal-7:hover{
--tw-gradient-from: #005d5d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.hover\:from-teal-8:hover{
--tw-gradient-from: #004144;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.hover\:from-teal-9:hover{
--tw-gradient-from: #022b30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.hover\:from-teal-10:hover{
--tw-gradient-from: #081a1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.hover\:from-purple-1:hover{
--tw-gradient-from: #f6f2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.hover\:from-purple-2:hover{
--tw-gradient-from: #e8daff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.hover\:from-purple-3:hover{
--tw-gradient-from: #d4bbff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.hover\:from-purple-4:hover{
--tw-gradient-from: #be95ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.hover\:from-purple-5:hover{
--tw-gradient-from: #a56eff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.hover\:from-purple-6:hover{
--tw-gradient-from: #8a3ffc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.hover\:from-purple-7:hover{
--tw-gradient-from: #6929c4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.hover\:from-purple-8:hover{
--tw-gradient-from: #491d8b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.hover\:from-purple-9:hover{
--tw-gradient-from: #31135e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.hover\:from-purple-10:hover{
--tw-gradient-from: #1c0f30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.hover\:via-transparent:hover{
--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:via-black:hover{
--tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:via-white:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #f2f4f8, var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.hover\:via-gray-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #dde1e6, var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.hover\:via-gray-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #c1c7cd, var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.hover\:via-gray-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a2a9b0, var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.hover\:via-gray-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #878d96, var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.hover\:via-gray-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #697077, var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.hover\:via-gray-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #4d5358, var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.hover\:via-gray-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #343a3f, var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.hover\:via-gray-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #21272a, var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.hover\:via-gray-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #121619, var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.hover\:via-blue-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #edf5ff, var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.hover\:via-blue-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d0e2ff, var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.hover\:via-blue-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a6c8ff, var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.hover\:via-blue-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #78a9ff, var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.hover\:via-blue-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #4589ff, var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.hover\:via-blue-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0f62fe, var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.hover\:via-blue-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0043ce, var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.hover\:via-blue-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #002d9c, var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.hover\:via-blue-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #001d6c, var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.hover\:via-blue-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #001141, var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.hover\:via-cyan-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #e5f6ff, var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.hover\:via-cyan-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #bae6ff, var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.hover\:via-cyan-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #82cfff, var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.hover\:via-cyan-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #33b1ff, var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.hover\:via-cyan-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #1192e8, var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.hover\:via-cyan-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0072c3, var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.hover\:via-cyan-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #00539a, var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.hover\:via-cyan-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #003a6d, var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.hover\:via-cyan-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #012749, var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.hover\:via-cyan-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #061727, var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.hover\:via-orange-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fff2e8, var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.hover\:via-orange-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffd9be, var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.hover\:via-orange-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffb784, var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.hover\:via-orange-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ff832b, var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.hover\:via-orange-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #eb6200, var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.hover\:via-orange-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ba4e00, var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.hover\:via-orange-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #8a3800, var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.hover\:via-orange-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #5e2900, var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.hover\:via-orange-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #3e1a00, var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.hover\:via-orange-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #231000, var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.hover\:via-red-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fff1f1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.hover\:via-red-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffd7d9, var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.hover\:via-red-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffb3b8, var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.hover\:via-red-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ff8389, var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.hover\:via-red-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fa4d56, var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.hover\:via-red-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #da1e28, var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.hover\:via-red-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a2191f, var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.hover\:via-red-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #750e13, var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.hover\:via-red-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #520408, var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.hover\:via-red-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #2d0709, var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.hover\:via-magenta-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fff0f7, var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.hover\:via-magenta-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffd6e8, var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.hover\:via-magenta-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffafd2, var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.hover\:via-magenta-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ff7eb6, var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.hover\:via-magenta-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ee5396, var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.hover\:via-magenta-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d02670, var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.hover\:via-magenta-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #9f1853, var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.hover\:via-magenta-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #740937, var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.hover\:via-magenta-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #510224, var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.hover\:via-magenta-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #2a0a18, var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.hover\:via-green-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #defbe6, var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.hover\:via-green-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a7f0ba, var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.hover\:via-green-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #6fdc8c, var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.hover\:via-green-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #42be65, var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.hover\:via-green-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #24a148, var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.hover\:via-green-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #198038, var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.hover\:via-green-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0e6027, var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.hover\:via-green-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #044317, var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.hover\:via-green-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #022d0d, var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.hover\:via-green-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #071908, var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.hover\:via-teal-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d9fbfb, var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.hover\:via-teal-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #9ef0f0, var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.hover\:via-teal-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #3ddbd9, var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.hover\:via-teal-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #08bdba, var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.hover\:via-teal-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #009d9a, var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.hover\:via-teal-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #007d79, var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.hover\:via-teal-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #005d5d, var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.hover\:via-teal-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #004144, var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.hover\:via-teal-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #022b30, var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.hover\:via-teal-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #081a1c, var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.hover\:via-purple-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #f6f2ff, var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.hover\:via-purple-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #e8daff, var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.hover\:via-purple-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d4bbff, var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.hover\:via-purple-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #be95ff, var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.hover\:via-purple-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a56eff, var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.hover\:via-purple-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #8a3ffc, var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.hover\:via-purple-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #6929c4, var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.hover\:via-purple-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #491d8b, var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.hover\:via-purple-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #31135e, var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.hover\:via-purple-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #1c0f30, var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.hover\:to-transparent:hover{
--tw-gradient-to: rgba(0,0,0,0);
}
.hover\:to-black:hover{
--tw-gradient-to: #000000;
}
.hover\:to-white:hover{
--tw-gradient-to: #ffffff;
}
.hover\:to-gray-1:hover{
--tw-gradient-to: #f2f4f8;
}
.hover\:to-gray-2:hover{
--tw-gradient-to: #dde1e6;
}
.hover\:to-gray-3:hover{
--tw-gradient-to: #c1c7cd;
}
.hover\:to-gray-4:hover{
--tw-gradient-to: #a2a9b0;
}
.hover\:to-gray-5:hover{
--tw-gradient-to: #878d96;
}
.hover\:to-gray-6:hover{
--tw-gradient-to: #697077;
}
.hover\:to-gray-7:hover{
--tw-gradient-to: #4d5358;
}
.hover\:to-gray-8:hover{
--tw-gradient-to: #343a3f;
}
.hover\:to-gray-9:hover{
--tw-gradient-to: #21272a;
}
.hover\:to-gray-10:hover{
--tw-gradient-to: #121619;
}
.hover\:to-blue-1:hover{
--tw-gradient-to: #edf5ff;
}
.hover\:to-blue-2:hover{
--tw-gradient-to: #d0e2ff;
}
.hover\:to-blue-3:hover{
--tw-gradient-to: #a6c8ff;
}
.hover\:to-blue-4:hover{
--tw-gradient-to: #78a9ff;
}
.hover\:to-blue-5:hover{
--tw-gradient-to: #4589ff;
}
.hover\:to-blue-6:hover{
--tw-gradient-to: #0f62fe;
}
.hover\:to-blue-7:hover{
--tw-gradient-to: #0043ce;
}
.hover\:to-blue-8:hover{
--tw-gradient-to: #002d9c;
}
.hover\:to-blue-9:hover{
--tw-gradient-to: #001d6c;
}
.hover\:to-blue-10:hover{
--tw-gradient-to: #001141;
}
.hover\:to-cyan-1:hover{
--tw-gradient-to: #e5f6ff;
}
.hover\:to-cyan-2:hover{
--tw-gradient-to: #bae6ff;
}
.hover\:to-cyan-3:hover{
--tw-gradient-to: #82cfff;
}
.hover\:to-cyan-4:hover{
--tw-gradient-to: #33b1ff;
}
.hover\:to-cyan-5:hover{
--tw-gradient-to: #1192e8;
}
.hover\:to-cyan-6:hover{
--tw-gradient-to: #0072c3;
}
.hover\:to-cyan-7:hover{
--tw-gradient-to: #00539a;
}
.hover\:to-cyan-8:hover{
--tw-gradient-to: #003a6d;
}
.hover\:to-cyan-9:hover{
--tw-gradient-to: #012749;
}
.hover\:to-cyan-10:hover{
--tw-gradient-to: #061727;
}
.hover\:to-orange-1:hover{
--tw-gradient-to: #fff2e8;
}
.hover\:to-orange-2:hover{
--tw-gradient-to: #ffd9be;
}
.hover\:to-orange-3:hover{
--tw-gradient-to: #ffb784;
}
.hover\:to-orange-4:hover{
--tw-gradient-to: #ff832b;
}
.hover\:to-orange-5:hover{
--tw-gradient-to: #eb6200;
}
.hover\:to-orange-6:hover{
--tw-gradient-to: #ba4e00;
}
.hover\:to-orange-7:hover{
--tw-gradient-to: #8a3800;
}
.hover\:to-orange-8:hover{
--tw-gradient-to: #5e2900;
}
.hover\:to-orange-9:hover{
--tw-gradient-to: #3e1a00;
}
.hover\:to-orange-10:hover{
--tw-gradient-to: #231000;
}
.hover\:to-red-1:hover{
--tw-gradient-to: #fff1f1;
}
.hover\:to-red-2:hover{
--tw-gradient-to: #ffd7d9;
}
.hover\:to-red-3:hover{
--tw-gradient-to: #ffb3b8;
}
.hover\:to-red-4:hover{
--tw-gradient-to: #ff8389;
}
.hover\:to-red-5:hover{
--tw-gradient-to: #fa4d56;
}
.hover\:to-red-6:hover{
--tw-gradient-to: #da1e28;
}
.hover\:to-red-7:hover{
--tw-gradient-to: #a2191f;
}
.hover\:to-red-8:hover{
--tw-gradient-to: #750e13;
}
.hover\:to-red-9:hover{
--tw-gradient-to: #520408;
}
.hover\:to-red-10:hover{
--tw-gradient-to: #2d0709;
}
.hover\:to-magenta-1:hover{
--tw-gradient-to: #fff0f7;
}
.hover\:to-magenta-2:hover{
--tw-gradient-to: #ffd6e8;
}
.hover\:to-magenta-3:hover{
--tw-gradient-to: #ffafd2;
}
.hover\:to-magenta-4:hover{
--tw-gradient-to: #ff7eb6;
}
.hover\:to-magenta-5:hover{
--tw-gradient-to: #ee5396;
}
.hover\:to-magenta-6:hover{
--tw-gradient-to: #d02670;
}
.hover\:to-magenta-7:hover{
--tw-gradient-to: #9f1853;
}
.hover\:to-magenta-8:hover{
--tw-gradient-to: #740937;
}
.hover\:to-magenta-9:hover{
--tw-gradient-to: #510224;
}
.hover\:to-magenta-10:hover{
--tw-gradient-to: #2a0a18;
}
.hover\:to-green-1:hover{
--tw-gradient-to: #defbe6;
}
.hover\:to-green-2:hover{
--tw-gradient-to: #a7f0ba;
}
.hover\:to-green-3:hover{
--tw-gradient-to: #6fdc8c;
}
.hover\:to-green-4:hover{
--tw-gradient-to: #42be65;
}
.hover\:to-green-5:hover{
--tw-gradient-to: #24a148;
}
.hover\:to-green-6:hover{
--tw-gradient-to: #198038;
}
.hover\:to-green-7:hover{
--tw-gradient-to: #0e6027;
}
.hover\:to-green-8:hover{
--tw-gradient-to: #044317;
}
.hover\:to-green-9:hover{
--tw-gradient-to: #022d0d;
}
.hover\:to-green-10:hover{
--tw-gradient-to: #071908;
}
.hover\:to-teal-1:hover{
--tw-gradient-to: #d9fbfb;
}
.hover\:to-teal-2:hover{
--tw-gradient-to: #9ef0f0;
}
.hover\:to-teal-3:hover{
--tw-gradient-to: #3ddbd9;
}
.hover\:to-teal-4:hover{
--tw-gradient-to: #08bdba;
}
.hover\:to-teal-5:hover{
--tw-gradient-to: #009d9a;
}
.hover\:to-teal-6:hover{
--tw-gradient-to: #007d79;
}
.hover\:to-teal-7:hover{
--tw-gradient-to: #005d5d;
}
.hover\:to-teal-8:hover{
--tw-gradient-to: #004144;
}
.hover\:to-teal-9:hover{
--tw-gradient-to: #022b30;
}
.hover\:to-teal-10:hover{
--tw-gradient-to: #081a1c;
}
.hover\:to-purple-1:hover{
--tw-gradient-to: #f6f2ff;
}
.hover\:to-purple-2:hover{
--tw-gradient-to: #e8daff;
}
.hover\:to-purple-3:hover{
--tw-gradient-to: #d4bbff;
}
.hover\:to-purple-4:hover{
--tw-gradient-to: #be95ff;
}
.hover\:to-purple-5:hover{
--tw-gradient-to: #a56eff;
}
.hover\:to-purple-6:hover{
--tw-gradient-to: #8a3ffc;
}
.hover\:to-purple-7:hover{
--tw-gradient-to: #6929c4;
}
.hover\:to-purple-8:hover{
--tw-gradient-to: #491d8b;
}
.hover\:to-purple-9:hover{
--tw-gradient-to: #31135e;
}
.hover\:to-purple-10:hover{
--tw-gradient-to: #1c0f30;
}
.focus\:from-transparent:focus{
--tw-gradient-from: rgba(0,0,0,0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:from-black:focus{
--tw-gradient-from: #000000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:from-white:focus{
--tw-gradient-from: #ffffff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-1:focus{
--tw-gradient-from: #f2f4f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.focus\:from-gray-2:focus{
--tw-gradient-from: #dde1e6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.focus\:from-gray-3:focus{
--tw-gradient-from: #c1c7cd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.focus\:from-gray-4:focus{
--tw-gradient-from: #a2a9b0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.focus\:from-gray-5:focus{
--tw-gradient-from: #878d96;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.focus\:from-gray-6:focus{
--tw-gradient-from: #697077;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.focus\:from-gray-7:focus{
--tw-gradient-from: #4d5358;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.focus\:from-gray-8:focus{
--tw-gradient-from: #343a3f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.focus\:from-gray-9:focus{
--tw-gradient-from: #21272a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.focus\:from-gray-10:focus{
--tw-gradient-from: #121619;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.focus\:from-blue-1:focus{
--tw-gradient-from: #edf5ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.focus\:from-blue-2:focus{
--tw-gradient-from: #d0e2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.focus\:from-blue-3:focus{
--tw-gradient-from: #a6c8ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.focus\:from-blue-4:focus{
--tw-gradient-from: #78a9ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.focus\:from-blue-5:focus{
--tw-gradient-from: #4589ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.focus\:from-blue-6:focus{
--tw-gradient-from: #0f62fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.focus\:from-blue-7:focus{
--tw-gradient-from: #0043ce;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.focus\:from-blue-8:focus{
--tw-gradient-from: #002d9c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.focus\:from-blue-9:focus{
--tw-gradient-from: #001d6c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.focus\:from-blue-10:focus{
--tw-gradient-from: #001141;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.focus\:from-cyan-1:focus{
--tw-gradient-from: #e5f6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.focus\:from-cyan-2:focus{
--tw-gradient-from: #bae6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.focus\:from-cyan-3:focus{
--tw-gradient-from: #82cfff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.focus\:from-cyan-4:focus{
--tw-gradient-from: #33b1ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.focus\:from-cyan-5:focus{
--tw-gradient-from: #1192e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.focus\:from-cyan-6:focus{
--tw-gradient-from: #0072c3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.focus\:from-cyan-7:focus{
--tw-gradient-from: #00539a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.focus\:from-cyan-8:focus{
--tw-gradient-from: #003a6d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.focus\:from-cyan-9:focus{
--tw-gradient-from: #012749;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.focus\:from-cyan-10:focus{
--tw-gradient-from: #061727;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.focus\:from-orange-1:focus{
--tw-gradient-from: #fff2e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.focus\:from-orange-2:focus{
--tw-gradient-from: #ffd9be;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.focus\:from-orange-3:focus{
--tw-gradient-from: #ffb784;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.focus\:from-orange-4:focus{
--tw-gradient-from: #ff832b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.focus\:from-orange-5:focus{
--tw-gradient-from: #eb6200;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.focus\:from-orange-6:focus{
--tw-gradient-from: #ba4e00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.focus\:from-orange-7:focus{
--tw-gradient-from: #8a3800;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.focus\:from-orange-8:focus{
--tw-gradient-from: #5e2900;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.focus\:from-orange-9:focus{
--tw-gradient-from: #3e1a00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.focus\:from-orange-10:focus{
--tw-gradient-from: #231000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.focus\:from-red-1:focus{
--tw-gradient-from: #fff1f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.focus\:from-red-2:focus{
--tw-gradient-from: #ffd7d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.focus\:from-red-3:focus{
--tw-gradient-from: #ffb3b8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.focus\:from-red-4:focus{
--tw-gradient-from: #ff8389;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.focus\:from-red-5:focus{
--tw-gradient-from: #fa4d56;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.focus\:from-red-6:focus{
--tw-gradient-from: #da1e28;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.focus\:from-red-7:focus{
--tw-gradient-from: #a2191f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.focus\:from-red-8:focus{
--tw-gradient-from: #750e13;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.focus\:from-red-9:focus{
--tw-gradient-from: #520408;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.focus\:from-red-10:focus{
--tw-gradient-from: #2d0709;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.focus\:from-magenta-1:focus{
--tw-gradient-from: #fff0f7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.focus\:from-magenta-2:focus{
--tw-gradient-from: #ffd6e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.focus\:from-magenta-3:focus{
--tw-gradient-from: #ffafd2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.focus\:from-magenta-4:focus{
--tw-gradient-from: #ff7eb6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.focus\:from-magenta-5:focus{
--tw-gradient-from: #ee5396;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.focus\:from-magenta-6:focus{
--tw-gradient-from: #d02670;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.focus\:from-magenta-7:focus{
--tw-gradient-from: #9f1853;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.focus\:from-magenta-8:focus{
--tw-gradient-from: #740937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.focus\:from-magenta-9:focus{
--tw-gradient-from: #510224;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.focus\:from-magenta-10:focus{
--tw-gradient-from: #2a0a18;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.focus\:from-green-1:focus{
--tw-gradient-from: #defbe6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.focus\:from-green-2:focus{
--tw-gradient-from: #a7f0ba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.focus\:from-green-3:focus{
--tw-gradient-from: #6fdc8c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.focus\:from-green-4:focus{
--tw-gradient-from: #42be65;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.focus\:from-green-5:focus{
--tw-gradient-from: #24a148;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.focus\:from-green-6:focus{
--tw-gradient-from: #198038;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.focus\:from-green-7:focus{
--tw-gradient-from: #0e6027;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.focus\:from-green-8:focus{
--tw-gradient-from: #044317;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.focus\:from-green-9:focus{
--tw-gradient-from: #022d0d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.focus\:from-green-10:focus{
--tw-gradient-from: #071908;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.focus\:from-teal-1:focus{
--tw-gradient-from: #d9fbfb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.focus\:from-teal-2:focus{
--tw-gradient-from: #9ef0f0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.focus\:from-teal-3:focus{
--tw-gradient-from: #3ddbd9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.focus\:from-teal-4:focus{
--tw-gradient-from: #08bdba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.focus\:from-teal-5:focus{
--tw-gradient-from: #009d9a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.focus\:from-teal-6:focus{
--tw-gradient-from: #007d79;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.focus\:from-teal-7:focus{
--tw-gradient-from: #005d5d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.focus\:from-teal-8:focus{
--tw-gradient-from: #004144;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.focus\:from-teal-9:focus{
--tw-gradient-from: #022b30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.focus\:from-teal-10:focus{
--tw-gradient-from: #081a1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.focus\:from-purple-1:focus{
--tw-gradient-from: #f6f2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.focus\:from-purple-2:focus{
--tw-gradient-from: #e8daff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.focus\:from-purple-3:focus{
--tw-gradient-from: #d4bbff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.focus\:from-purple-4:focus{
--tw-gradient-from: #be95ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.focus\:from-purple-5:focus{
--tw-gradient-from: #a56eff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.focus\:from-purple-6:focus{
--tw-gradient-from: #8a3ffc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.focus\:from-purple-7:focus{
--tw-gradient-from: #6929c4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.focus\:from-purple-8:focus{
--tw-gradient-from: #491d8b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.focus\:from-purple-9:focus{
--tw-gradient-from: #31135e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.focus\:from-purple-10:focus{
--tw-gradient-from: #1c0f30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.focus\:via-transparent:focus{
--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:via-black:focus{
--tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:via-white:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #f2f4f8, var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.focus\:via-gray-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #dde1e6, var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.focus\:via-gray-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #c1c7cd, var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.focus\:via-gray-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a2a9b0, var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.focus\:via-gray-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #878d96, var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.focus\:via-gray-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #697077, var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.focus\:via-gray-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #4d5358, var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.focus\:via-gray-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #343a3f, var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.focus\:via-gray-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #21272a, var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.focus\:via-gray-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #121619, var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.focus\:via-blue-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #edf5ff, var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.focus\:via-blue-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d0e2ff, var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.focus\:via-blue-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a6c8ff, var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.focus\:via-blue-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #78a9ff, var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.focus\:via-blue-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #4589ff, var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.focus\:via-blue-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0f62fe, var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.focus\:via-blue-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0043ce, var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.focus\:via-blue-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #002d9c, var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.focus\:via-blue-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #001d6c, var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.focus\:via-blue-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #001141, var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.focus\:via-cyan-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #e5f6ff, var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.focus\:via-cyan-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #bae6ff, var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.focus\:via-cyan-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #82cfff, var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.focus\:via-cyan-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #33b1ff, var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.focus\:via-cyan-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #1192e8, var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.focus\:via-cyan-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0072c3, var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.focus\:via-cyan-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #00539a, var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.focus\:via-cyan-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #003a6d, var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.focus\:via-cyan-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #012749, var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.focus\:via-cyan-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #061727, var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.focus\:via-orange-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fff2e8, var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.focus\:via-orange-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffd9be, var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.focus\:via-orange-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffb784, var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.focus\:via-orange-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ff832b, var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.focus\:via-orange-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #eb6200, var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.focus\:via-orange-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ba4e00, var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.focus\:via-orange-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #8a3800, var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.focus\:via-orange-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #5e2900, var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.focus\:via-orange-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #3e1a00, var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.focus\:via-orange-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #231000, var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.focus\:via-red-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fff1f1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.focus\:via-red-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffd7d9, var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.focus\:via-red-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffb3b8, var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.focus\:via-red-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ff8389, var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.focus\:via-red-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fa4d56, var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.focus\:via-red-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #da1e28, var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.focus\:via-red-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a2191f, var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.focus\:via-red-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #750e13, var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.focus\:via-red-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #520408, var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.focus\:via-red-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #2d0709, var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.focus\:via-magenta-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fff0f7, var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.focus\:via-magenta-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffd6e8, var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.focus\:via-magenta-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffafd2, var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.focus\:via-magenta-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ff7eb6, var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.focus\:via-magenta-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ee5396, var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.focus\:via-magenta-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d02670, var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.focus\:via-magenta-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #9f1853, var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.focus\:via-magenta-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #740937, var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.focus\:via-magenta-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #510224, var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.focus\:via-magenta-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #2a0a18, var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.focus\:via-green-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #defbe6, var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.focus\:via-green-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a7f0ba, var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.focus\:via-green-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #6fdc8c, var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.focus\:via-green-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #42be65, var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.focus\:via-green-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #24a148, var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.focus\:via-green-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #198038, var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.focus\:via-green-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0e6027, var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.focus\:via-green-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #044317, var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.focus\:via-green-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #022d0d, var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.focus\:via-green-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #071908, var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.focus\:via-teal-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d9fbfb, var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.focus\:via-teal-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #9ef0f0, var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.focus\:via-teal-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #3ddbd9, var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.focus\:via-teal-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #08bdba, var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.focus\:via-teal-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #009d9a, var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.focus\:via-teal-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #007d79, var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.focus\:via-teal-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #005d5d, var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.focus\:via-teal-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #004144, var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.focus\:via-teal-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #022b30, var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.focus\:via-teal-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #081a1c, var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.focus\:via-purple-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #f6f2ff, var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.focus\:via-purple-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #e8daff, var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.focus\:via-purple-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d4bbff, var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.focus\:via-purple-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #be95ff, var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.focus\:via-purple-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a56eff, var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.focus\:via-purple-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #8a3ffc, var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.focus\:via-purple-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #6929c4, var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.focus\:via-purple-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #491d8b, var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.focus\:via-purple-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #31135e, var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.focus\:via-purple-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #1c0f30, var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.focus\:to-transparent:focus{
--tw-gradient-to: rgba(0,0,0,0);
}
.focus\:to-black:focus{
--tw-gradient-to: #000000;
}
.focus\:to-white:focus{
--tw-gradient-to: #ffffff;
}
.focus\:to-gray-1:focus{
--tw-gradient-to: #f2f4f8;
}
.focus\:to-gray-2:focus{
--tw-gradient-to: #dde1e6;
}
.focus\:to-gray-3:focus{
--tw-gradient-to: #c1c7cd;
}
.focus\:to-gray-4:focus{
--tw-gradient-to: #a2a9b0;
}
.focus\:to-gray-5:focus{
--tw-gradient-to: #878d96;
}
.focus\:to-gray-6:focus{
--tw-gradient-to: #697077;
}
.focus\:to-gray-7:focus{
--tw-gradient-to: #4d5358;
}
.focus\:to-gray-8:focus{
--tw-gradient-to: #343a3f;
}
.focus\:to-gray-9:focus{
--tw-gradient-to: #21272a;
}
.focus\:to-gray-10:focus{
--tw-gradient-to: #121619;
}
.focus\:to-blue-1:focus{
--tw-gradient-to: #edf5ff;
}
.focus\:to-blue-2:focus{
--tw-gradient-to: #d0e2ff;
}
.focus\:to-blue-3:focus{
--tw-gradient-to: #a6c8ff;
}
.focus\:to-blue-4:focus{
--tw-gradient-to: #78a9ff;
}
.focus\:to-blue-5:focus{
--tw-gradient-to: #4589ff;
}
.focus\:to-blue-6:focus{
--tw-gradient-to: #0f62fe;
}
.focus\:to-blue-7:focus{
--tw-gradient-to: #0043ce;
}
.focus\:to-blue-8:focus{
--tw-gradient-to: #002d9c;
}
.focus\:to-blue-9:focus{
--tw-gradient-to: #001d6c;
}
.focus\:to-blue-10:focus{
--tw-gradient-to: #001141;
}
.focus\:to-cyan-1:focus{
--tw-gradient-to: #e5f6ff;
}
.focus\:to-cyan-2:focus{
--tw-gradient-to: #bae6ff;
}
.focus\:to-cyan-3:focus{
--tw-gradient-to: #82cfff;
}
.focus\:to-cyan-4:focus{
--tw-gradient-to: #33b1ff;
}
.focus\:to-cyan-5:focus{
--tw-gradient-to: #1192e8;
}
.focus\:to-cyan-6:focus{
--tw-gradient-to: #0072c3;
}
.focus\:to-cyan-7:focus{
--tw-gradient-to: #00539a;
}
.focus\:to-cyan-8:focus{
--tw-gradient-to: #003a6d;
}
.focus\:to-cyan-9:focus{
--tw-gradient-to: #012749;
}
.focus\:to-cyan-10:focus{
--tw-gradient-to: #061727;
}
.focus\:to-orange-1:focus{
--tw-gradient-to: #fff2e8;
}
.focus\:to-orange-2:focus{
--tw-gradient-to: #ffd9be;
}
.focus\:to-orange-3:focus{
--tw-gradient-to: #ffb784;
}
.focus\:to-orange-4:focus{
--tw-gradient-to: #ff832b;
}
.focus\:to-orange-5:focus{
--tw-gradient-to: #eb6200;
}
.focus\:to-orange-6:focus{
--tw-gradient-to: #ba4e00;
}
.focus\:to-orange-7:focus{
--tw-gradient-to: #8a3800;
}
.focus\:to-orange-8:focus{
--tw-gradient-to: #5e2900;
}
.focus\:to-orange-9:focus{
--tw-gradient-to: #3e1a00;
}
.focus\:to-orange-10:focus{
--tw-gradient-to: #231000;
}
.focus\:to-red-1:focus{
--tw-gradient-to: #fff1f1;
}
.focus\:to-red-2:focus{
--tw-gradient-to: #ffd7d9;
}
.focus\:to-red-3:focus{
--tw-gradient-to: #ffb3b8;
}
.focus\:to-red-4:focus{
--tw-gradient-to: #ff8389;
}
.focus\:to-red-5:focus{
--tw-gradient-to: #fa4d56;
}
.focus\:to-red-6:focus{
--tw-gradient-to: #da1e28;
}
.focus\:to-red-7:focus{
--tw-gradient-to: #a2191f;
}
.focus\:to-red-8:focus{
--tw-gradient-to: #750e13;
}
.focus\:to-red-9:focus{
--tw-gradient-to: #520408;
}
.focus\:to-red-10:focus{
--tw-gradient-to: #2d0709;
}
.focus\:to-magenta-1:focus{
--tw-gradient-to: #fff0f7;
}
.focus\:to-magenta-2:focus{
--tw-gradient-to: #ffd6e8;
}
.focus\:to-magenta-3:focus{
--tw-gradient-to: #ffafd2;
}
.focus\:to-magenta-4:focus{
--tw-gradient-to: #ff7eb6;
}
.focus\:to-magenta-5:focus{
--tw-gradient-to: #ee5396;
}
.focus\:to-magenta-6:focus{
--tw-gradient-to: #d02670;
}
.focus\:to-magenta-7:focus{
--tw-gradient-to: #9f1853;
}
.focus\:to-magenta-8:focus{
--tw-gradient-to: #740937;
}
.focus\:to-magenta-9:focus{
--tw-gradient-to: #510224;
}
.focus\:to-magenta-10:focus{
--tw-gradient-to: #2a0a18;
}
.focus\:to-green-1:focus{
--tw-gradient-to: #defbe6;
}
.focus\:to-green-2:focus{
--tw-gradient-to: #a7f0ba;
}
.focus\:to-green-3:focus{
--tw-gradient-to: #6fdc8c;
}
.focus\:to-green-4:focus{
--tw-gradient-to: #42be65;
}
.focus\:to-green-5:focus{
--tw-gradient-to: #24a148;
}
.focus\:to-green-6:focus{
--tw-gradient-to: #198038;
}
.focus\:to-green-7:focus{
--tw-gradient-to: #0e6027;
}
.focus\:to-green-8:focus{
--tw-gradient-to: #044317;
}
.focus\:to-green-9:focus{
--tw-gradient-to: #022d0d;
}
.focus\:to-green-10:focus{
--tw-gradient-to: #071908;
}
.focus\:to-teal-1:focus{
--tw-gradient-to: #d9fbfb;
}
.focus\:to-teal-2:focus{
--tw-gradient-to: #9ef0f0;
}
.focus\:to-teal-3:focus{
--tw-gradient-to: #3ddbd9;
}
.focus\:to-teal-4:focus{
--tw-gradient-to: #08bdba;
}
.focus\:to-teal-5:focus{
--tw-gradient-to: #009d9a;
}
.focus\:to-teal-6:focus{
--tw-gradient-to: #007d79;
}
.focus\:to-teal-7:focus{
--tw-gradient-to: #005d5d;
}
.focus\:to-teal-8:focus{
--tw-gradient-to: #004144;
}
.focus\:to-teal-9:focus{
--tw-gradient-to: #022b30;
}
.focus\:to-teal-10:focus{
--tw-gradient-to: #081a1c;
}
.focus\:to-purple-1:focus{
--tw-gradient-to: #f6f2ff;
}
.focus\:to-purple-2:focus{
--tw-gradient-to: #e8daff;
}
.focus\:to-purple-3:focus{
--tw-gradient-to: #d4bbff;
}
.focus\:to-purple-4:focus{
--tw-gradient-to: #be95ff;
}
.focus\:to-purple-5:focus{
--tw-gradient-to: #a56eff;
}
.focus\:to-purple-6:focus{
--tw-gradient-to: #8a3ffc;
}
.focus\:to-purple-7:focus{
--tw-gradient-to: #6929c4;
}
.focus\:to-purple-8:focus{
--tw-gradient-to: #491d8b;
}
.focus\:to-purple-9:focus{
--tw-gradient-to: #31135e;
}
.focus\:to-purple-10:focus{
--tw-gradient-to: #1c0f30;
}
.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: rgba(0,0,0,0);
}
.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-1{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.border-gray-2{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.border-gray-3{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.border-gray-4{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.border-gray-5{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.border-gray-6{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.border-gray-7{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.border-gray-8{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.border-gray-9{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.border-gray-10{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.border-blue-1{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.border-blue-2{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.border-blue-3{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.border-blue-4{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.border-blue-5{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.border-blue-6{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.border-blue-7{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.border-blue-8{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.border-blue-9{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.border-blue-10{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.border-cyan-1{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.border-cyan-2{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.border-cyan-3{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.border-cyan-4{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.border-cyan-5{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.border-cyan-6{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.border-cyan-7{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.border-cyan-8{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.border-cyan-9{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.border-cyan-10{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.border-orange-1{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.border-orange-2{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.border-orange-3{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.border-orange-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.border-orange-5{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.border-orange-6{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.border-orange-7{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.border-orange-8{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.border-orange-9{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.border-orange-10{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.border-red-1{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.border-red-2{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.border-red-3{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.border-red-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.border-red-5{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.border-red-6{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.border-red-7{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.border-red-8{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.border-red-9{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.border-red-10{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.border-magenta-1{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.border-magenta-2{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.border-magenta-3{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.border-magenta-4{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.border-magenta-5{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.border-magenta-6{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.border-magenta-7{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.border-magenta-8{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.border-magenta-9{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.border-magenta-10{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.border-green-1{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.border-green-2{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.border-green-3{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.border-green-4{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.border-green-5{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.border-green-6{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.border-green-7{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.border-green-8{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.border-green-9{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.border-green-10{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.border-teal-1{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.border-teal-2{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.border-teal-3{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.border-teal-4{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.border-teal-5{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.border-teal-6{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.border-teal-7{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.border-teal-8{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.border-teal-9{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.border-teal-10{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.border-purple-1{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.border-purple-2{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.border-purple-3{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.border-purple-4{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.border-purple-5{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.border-purple-6{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.border-purple-7{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.border-purple-8{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.border-purple-9{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.border-purple-10{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-transparent{
border-color: rgba(0,0,0,0);
}
.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-1{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-2{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-3{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-4{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-5{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-6{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-7{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-8{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-9{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-10{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-1{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-2{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-3{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-4{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-5{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-6{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-7{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-8{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-9{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-10{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-1{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-2{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-3{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-4{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-5{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-6{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-7{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-8{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-9{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-cyan-10{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-1{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-2{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-3{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-5{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-6{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-7{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-8{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-9{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-10{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-1{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-2{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-3{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-5{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-6{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-7{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-8{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-9{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-10{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-1{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-2{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-3{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-4{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-5{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-6{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-7{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-8{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-9{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-magenta-10{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-1{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-2{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-3{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-4{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-5{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-6{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-7{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-8{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-9{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-10{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-1{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-2{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-3{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-4{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-5{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-6{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-7{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-8{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-9{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-teal-10{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-1{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-2{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-3{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-4{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-5{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-6{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-7{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-8{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-9{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-10{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.focus-within\:border-transparent:focus-within{
border-color: rgba(0,0,0,0);
}
.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-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.focus-within\:border-gray-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.focus-within\:border-gray-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.focus-within\:border-gray-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.focus-within\:border-gray-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.focus-within\:border-gray-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.focus-within\:border-gray-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.focus-within\:border-gray-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.focus-within\:border-gray-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.focus-within\:border-gray-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.focus-within\:border-blue-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.focus-within\:border-blue-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.focus-within\:border-blue-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.focus-within\:border-blue-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.focus-within\:border-blue-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.focus-within\:border-blue-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.focus-within\:border-blue-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.focus-within\:border-blue-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.focus-within\:border-blue-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.focus-within\:border-blue-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.focus-within\:border-cyan-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.focus-within\:border-cyan-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.focus-within\:border-cyan-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.focus-within\:border-cyan-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.focus-within\:border-cyan-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.focus-within\:border-cyan-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.focus-within\:border-cyan-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.focus-within\:border-cyan-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.focus-within\:border-cyan-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.focus-within\:border-cyan-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.focus-within\:border-orange-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.focus-within\:border-orange-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.focus-within\:border-orange-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.focus-within\:border-orange-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.focus-within\:border-orange-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.focus-within\:border-orange-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.focus-within\:border-orange-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.focus-within\:border-orange-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.focus-within\:border-orange-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.focus-within\:border-orange-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.focus-within\:border-red-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.focus-within\:border-red-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.focus-within\:border-red-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.focus-within\:border-red-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.focus-within\:border-red-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.focus-within\:border-red-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.focus-within\:border-red-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.focus-within\:border-red-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.focus-within\:border-red-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.focus-within\:border-red-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.focus-within\:border-magenta-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.focus-within\:border-magenta-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.focus-within\:border-magenta-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.focus-within\:border-magenta-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.focus-within\:border-magenta-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.focus-within\:border-magenta-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.focus-within\:border-magenta-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.focus-within\:border-magenta-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.focus-within\:border-magenta-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.focus-within\:border-magenta-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.focus-within\:border-green-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.focus-within\:border-green-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.focus-within\:border-green-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.focus-within\:border-green-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.focus-within\:border-green-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.focus-within\:border-green-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.focus-within\:border-green-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.focus-within\:border-green-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.focus-within\:border-green-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.focus-within\:border-green-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.focus-within\:border-teal-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.focus-within\:border-teal-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.focus-within\:border-teal-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.focus-within\:border-teal-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.focus-within\:border-teal-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.focus-within\:border-teal-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.focus-within\:border-teal-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.focus-within\:border-teal-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.focus-within\:border-teal-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.focus-within\:border-teal-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.focus-within\:border-purple-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.focus-within\:border-purple-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.focus-within\:border-purple-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.focus-within\:border-purple-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.focus-within\:border-purple-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.focus-within\:border-purple-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.focus-within\:border-purple-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.focus-within\:border-purple-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.focus-within\:border-purple-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.focus-within\:border-purple-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.hover\:border-transparent:hover{
border-color: rgba(0,0,0,0);
}
.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-1:hover{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.hover\:border-gray-2:hover{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.hover\:border-gray-3:hover{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.hover\:border-gray-4:hover{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.hover\:border-gray-5:hover{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.hover\:border-gray-6:hover{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.hover\:border-gray-7:hover{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.hover\:border-gray-8:hover{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.hover\:border-gray-9:hover{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.hover\:border-gray-10:hover{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.hover\:border-blue-1:hover{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.hover\:border-blue-2:hover{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.hover\:border-blue-3:hover{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.hover\:border-blue-4:hover{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.hover\:border-blue-5:hover{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.hover\:border-blue-6:hover{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.hover\:border-blue-7:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.hover\:border-blue-8:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.hover\:border-blue-9:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.hover\:border-blue-10:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.hover\:border-cyan-1:hover{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.hover\:border-cyan-2:hover{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.hover\:border-cyan-3:hover{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.hover\:border-cyan-4:hover{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.hover\:border-cyan-5:hover{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.hover\:border-cyan-6:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.hover\:border-cyan-7:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.hover\:border-cyan-8:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.hover\:border-cyan-9:hover{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.hover\:border-cyan-10:hover{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.hover\:border-orange-1:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.hover\:border-orange-2:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.hover\:border-orange-3:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.hover\:border-orange-4:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.hover\:border-orange-5:hover{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.hover\:border-orange-6:hover{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.hover\:border-orange-7:hover{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.hover\:border-orange-8:hover{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.hover\:border-orange-9:hover{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.hover\:border-orange-10:hover{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.hover\:border-red-1:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.hover\:border-red-2:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.hover\:border-red-3:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.hover\:border-red-4:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.hover\:border-red-5:hover{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.hover\:border-red-6:hover{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.hover\:border-red-7:hover{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.hover\:border-red-8:hover{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.hover\:border-red-9:hover{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.hover\:border-red-10:hover{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.hover\:border-magenta-1:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.hover\:border-magenta-2:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.hover\:border-magenta-3:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.hover\:border-magenta-4:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.hover\:border-magenta-5:hover{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.hover\:border-magenta-6:hover{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.hover\:border-magenta-7:hover{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.hover\:border-magenta-8:hover{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.hover\:border-magenta-9:hover{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.hover\:border-magenta-10:hover{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.hover\:border-green-1:hover{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.hover\:border-green-2:hover{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.hover\:border-green-3:hover{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.hover\:border-green-4:hover{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.hover\:border-green-5:hover{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.hover\:border-green-6:hover{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.hover\:border-green-7:hover{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.hover\:border-green-8:hover{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.hover\:border-green-9:hover{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.hover\:border-green-10:hover{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.hover\:border-teal-1:hover{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.hover\:border-teal-2:hover{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.hover\:border-teal-3:hover{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.hover\:border-teal-4:hover{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.hover\:border-teal-5:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.hover\:border-teal-6:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.hover\:border-teal-7:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.hover\:border-teal-8:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.hover\:border-teal-9:hover{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.hover\:border-teal-10:hover{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.hover\:border-purple-1:hover{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.hover\:border-purple-2:hover{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.hover\:border-purple-3:hover{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.hover\:border-purple-4:hover{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.hover\:border-purple-5:hover{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.hover\:border-purple-6:hover{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.hover\:border-purple-7:hover{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.hover\:border-purple-8:hover{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.hover\:border-purple-9:hover{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.hover\:border-purple-10:hover{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.focus\:border-transparent:focus{
border-color: rgba(0,0,0,0);
}
.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-1:focus{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.focus\:border-gray-2:focus{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.focus\:border-gray-3:focus{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.focus\:border-gray-4:focus{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.focus\:border-gray-5:focus{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.focus\:border-gray-6:focus{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.focus\:border-gray-7:focus{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.focus\:border-gray-8:focus{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.focus\:border-gray-9:focus{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.focus\:border-gray-10:focus{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.focus\:border-blue-1:focus{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.focus\:border-blue-2:focus{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.focus\:border-blue-3:focus{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.focus\:border-blue-4:focus{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.focus\:border-blue-5:focus{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.focus\:border-blue-6:focus{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.focus\:border-blue-7:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.focus\:border-blue-8:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.focus\:border-blue-9:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.focus\:border-blue-10:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.focus\:border-cyan-1:focus{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.focus\:border-cyan-2:focus{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.focus\:border-cyan-3:focus{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.focus\:border-cyan-4:focus{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.focus\:border-cyan-5:focus{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.focus\:border-cyan-6:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.focus\:border-cyan-7:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.focus\:border-cyan-8:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.focus\:border-cyan-9:focus{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.focus\:border-cyan-10:focus{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.focus\:border-orange-1:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.focus\:border-orange-2:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.focus\:border-orange-3:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.focus\:border-orange-4:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.focus\:border-orange-5:focus{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.focus\:border-orange-6:focus{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.focus\:border-orange-7:focus{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.focus\:border-orange-8:focus{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.focus\:border-orange-9:focus{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.focus\:border-orange-10:focus{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.focus\:border-red-1:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.focus\:border-red-2:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.focus\:border-red-3:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.focus\:border-red-4:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.focus\:border-red-5:focus{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.focus\:border-red-6:focus{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.focus\:border-red-7:focus{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.focus\:border-red-8:focus{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.focus\:border-red-9:focus{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.focus\:border-red-10:focus{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.focus\:border-magenta-1:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.focus\:border-magenta-2:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.focus\:border-magenta-3:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.focus\:border-magenta-4:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.focus\:border-magenta-5:focus{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.focus\:border-magenta-6:focus{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.focus\:border-magenta-7:focus{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.focus\:border-magenta-8:focus{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.focus\:border-magenta-9:focus{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.focus\:border-magenta-10:focus{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.focus\:border-green-1:focus{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.focus\:border-green-2:focus{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.focus\:border-green-3:focus{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.focus\:border-green-4:focus{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.focus\:border-green-5:focus{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.focus\:border-green-6:focus{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.focus\:border-green-7:focus{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.focus\:border-green-8:focus{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.focus\:border-green-9:focus{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.focus\:border-green-10:focus{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.focus\:border-teal-1:focus{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.focus\:border-teal-2:focus{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.focus\:border-teal-3:focus{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.focus\:border-teal-4:focus{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.focus\:border-teal-5:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.focus\:border-teal-6:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.focus\:border-teal-7:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.focus\:border-teal-8:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.focus\:border-teal-9:focus{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.focus\:border-teal-10:focus{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.focus\:border-purple-1:focus{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.focus\:border-purple-2:focus{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.focus\:border-purple-3:focus{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.focus\:border-purple-4:focus{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.focus\:border-purple-5:focus{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.focus\:border-purple-6:focus{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.focus\:border-purple-7:focus{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.focus\:border-purple-8:focus{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.focus\:border-purple-9:focus{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.focus\:border-purple-10:focus{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, 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-2{
border-radius: 2px;
}
.rounded-full{
border-radius: 9999px;
}
.rounded-t-2{
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.rounded-r-2{
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.rounded-b-2{
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.rounded-l-2{
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.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-2{
border-top-left-radius: 2px;
}
.rounded-tr-2{
border-top-right-radius: 2px;
}
.rounded-br-2{
border-bottom-right-radius: 2px;
}
.rounded-bl-2{
border-bottom-left-radius: 2px;
}
.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: 0px;
}
.border-2{
border-width: 2px;
}
.border-4{
border-width: 4px;
}
.border-8{
border-width: 8px;
}
.border{
border-width: 1px;
}
.border-t-0{
border-top-width: 0px;
}
.border-r-0{
border-right-width: 0px;
}
.border-b-0{
border-bottom-width: 0px;
}
.border-l-0{
border-left-width: 0px;
}
.border-t-2{
border-top-width: 2px;
}
.border-r-2{
border-right-width: 2px;
}
.border-b-2{
border-bottom-width: 2px;
}
.border-l-2{
border-left-width: 2px;
}
.border-t-4{
border-top-width: 4px;
}
.border-r-4{
border-right-width: 4px;
}
.border-b-4{
border-bottom-width: 4px;
}
.border-l-4{
border-left-width: 4px;
}
.border-t-8{
border-top-width: 8px;
}
.border-r-8{
border-right-width: 8px;
}
.border-b-8{
border-bottom-width: 8px;
}
.border-l-8{
border-left-width: 8px;
}
.border-t{
border-top-width: 1px;
}
.border-r{
border-right-width: 1px;
}
.border-b{
border-bottom-width: 1px;
}
.border-l{
border-left-width: 1px;
}
.decoration-slice{
-webkit-box-decoration-break: slice;
box-decoration-break: slice;
}
.decoration-clone{
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.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;
}
.inline-table{
display: inline-table;
}
.table-caption{
display: table-caption;
}
.table-cell{
display: table-cell;
}
.table-column{
display: table-column;
}
.table-column-group{
display: table-column-group;
}
.table-footer-group{
display: table-footer-group;
}
.table-header-group{
display: table-header-group;
}
.table-row-group{
display: table-row-group;
}
.table-row{
display: table-row;
}
.flow-root{
display: flow-root;
}
.grid{
display: grid;
}
.inline-grid{
display: inline-grid;
}
.contents{
display: contents;
}
.list-item{
display: list-item;
}
.hidden{
display: none;
}
.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-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-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-inter{
font-family: "Inter", sans-serif;
}
.font-normal{
font-weight: 400;
}
.font-semibold{
font-weight: 600;
}
.h-0{
height: 0;
}
.h-1{
height: 1px;
}
.h-2{
height: 2px;
}
.h-4{
height: 4px;
}
.h-6{
height: 6px;
}
.h-8{
height: 8px;
}
.h-10{
height: 10px;
}
.h-12{
height: 12px;
}
.h-16{
height: 16px;
}
.h-24{
height: 24px;
}
.h-32{
height: 32px;
}
.h-40{
height: 40px;
}
.h-44{
height: 44px;
}
.h-48{
height: 48px;
}
.h-56{
height: 56px;
}
.h-76{
height: 76px;
}
.h-88{
height: 88px;
}
.h-auto{
height: auto;
}
.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-10{
font-size: 10px;
}
.text-12{
font-size: 12px;
}
.text-14{
font-size: 14px;
}
.text-16{
font-size: 16px;
}
.text-18{
font-size: 18px;
}
.text-24{
font-size: 24px;
}
.text-32{
font-size: 32px;
}
.text-48{
font-size: 48px;
}
.text-72{
font-size: 72px;
}
.text-base{
font-size: 16px;
}
.leading-12{
line-height: 12px;
}
.leading-16{
line-height: 16px;
}
.leading-20{
line-height: 20px;
}
.leading-24{
line-height: 24px;
}
.leading-28{
line-height: 28px;
}
.leading-36{
line-height: 36px;
}
.leading-40{
line-height: 40px;
}
.leading-64{
line-height: 64px;
}
.leading-92{
line-height: 92px;
}
.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: 1px;
}
.m-2{
margin: 2px;
}
.m-4{
margin: 4px;
}
.m-6{
margin: 6px;
}
.m-8{
margin: 8px;
}
.m-10{
margin: 10px;
}
.m-12{
margin: 12px;
}
.m-16{
margin: 16px;
}
.m-24{
margin: 24px;
}
.m-32{
margin: 32px;
}
.m-40{
margin: 40px;
}
.m-44{
margin: 44px;
}
.m-48{
margin: 48px;
}
.m-56{
margin: 56px;
}
.m-76{
margin: 76px;
}
.m-88{
margin: 88px;
}
.m-auto{
margin: auto;
}
.-m-1{
margin: -1px;
}
.-m-2{
margin: -2px;
}
.-m-4{
margin: -4px;
}
.-m-6{
margin: -6px;
}
.-m-8{
margin: -8px;
}
.-m-10{
margin: -10px;
}
.-m-12{
margin: -12px;
}
.-m-16{
margin: -16px;
}
.-m-24{
margin: -24px;
}
.-m-32{
margin: -32px;
}
.-m-40{
margin: -40px;
}
.-m-44{
margin: -44px;
}
.-m-48{
margin: -48px;
}
.-m-56{
margin: -56px;
}
.-m-76{
margin: -76px;
}
.-m-88{
margin: -88px;
}
.my-0{
margin-top: 0;
margin-bottom: 0;
}
.mx-0{
margin-left: 0;
margin-right: 0;
}
.my-1{
margin-top: 1px;
margin-bottom: 1px;
}
.mx-1{
margin-left: 1px;
margin-right: 1px;
}
.my-2{
margin-top: 2px;
margin-bottom: 2px;
}
.mx-2{
margin-left: 2px;
margin-right: 2px;
}
.my-4{
margin-top: 4px;
margin-bottom: 4px;
}
.mx-4{
margin-left: 4px;
margin-right: 4px;
}
.my-6{
margin-top: 6px;
margin-bottom: 6px;
}
.mx-6{
margin-left: 6px;
margin-right: 6px;
}
.my-8{
margin-top: 8px;
margin-bottom: 8px;
}
.mx-8{
margin-left: 8px;
margin-right: 8px;
}
.my-10{
margin-top: 10px;
margin-bottom: 10px;
}
.mx-10{
margin-left: 10px;
margin-right: 10px;
}
.my-12{
margin-top: 12px;
margin-bottom: 12px;
}
.mx-12{
margin-left: 12px;
margin-right: 12px;
}
.my-16{
margin-top: 16px;
margin-bottom: 16px;
}
.mx-16{
margin-left: 16px;
margin-right: 16px;
}
.my-24{
margin-top: 24px;
margin-bottom: 24px;
}
.mx-24{
margin-left: 24px;
margin-right: 24px;
}
.my-32{
margin-top: 32px;
margin-bottom: 32px;
}
.mx-32{
margin-left: 32px;
margin-right: 32px;
}
.my-40{
margin-top: 40px;
margin-bottom: 40px;
}
.mx-40{
margin-left: 40px;
margin-right: 40px;
}
.my-44{
margin-top: 44px;
margin-bottom: 44px;
}
.mx-44{
margin-left: 44px;
margin-right: 44px;
}
.my-48{
margin-top: 48px;
margin-bottom: 48px;
}
.mx-48{
margin-left: 48px;
margin-right: 48px;
}
.my-56{
margin-top: 56px;
margin-bottom: 56px;
}
.mx-56{
margin-left: 56px;
margin-right: 56px;
}
.my-76{
margin-top: 76px;
margin-bottom: 76px;
}
.mx-76{
margin-left: 76px;
margin-right: 76px;
}
.my-88{
margin-top: 88px;
margin-bottom: 88px;
}
.mx-88{
margin-left: 88px;
margin-right: 88px;
}
.my-auto{
margin-top: auto;
margin-bottom: auto;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.-my-1{
margin-top: -1px;
margin-bottom: -1px;
}
.-mx-1{
margin-left: -1px;
margin-right: -1px;
}
.-my-2{
margin-top: -2px;
margin-bottom: -2px;
}
.-mx-2{
margin-left: -2px;
margin-right: -2px;
}
.-my-4{
margin-top: -4px;
margin-bottom: -4px;
}
.-mx-4{
margin-left: -4px;
margin-right: -4px;
}
.-my-6{
margin-top: -6px;
margin-bottom: -6px;
}
.-mx-6{
margin-left: -6px;
margin-right: -6px;
}
.-my-8{
margin-top: -8px;
margin-bottom: -8px;
}
.-mx-8{
margin-left: -8px;
margin-right: -8px;
}
.-my-10{
margin-top: -10px;
margin-bottom: -10px;
}
.-mx-10{
margin-left: -10px;
margin-right: -10px;
}
.-my-12{
margin-top: -12px;
margin-bottom: -12px;
}
.-mx-12{
margin-left: -12px;
margin-right: -12px;
}
.-my-16{
margin-top: -16px;
margin-bottom: -16px;
}
.-mx-16{
margin-left: -16px;
margin-right: -16px;
}
.-my-24{
margin-top: -24px;
margin-bottom: -24px;
}
.-mx-24{
margin-left: -24px;
margin-right: -24px;
}
.-my-32{
margin-top: -32px;
margin-bottom: -32px;
}
.-mx-32{
margin-left: -32px;
margin-right: -32px;
}
.-my-40{
margin-top: -40px;
margin-bottom: -40px;
}
.-mx-40{
margin-left: -40px;
margin-right: -40px;
}
.-my-44{
margin-top: -44px;
margin-bottom: -44px;
}
.-mx-44{
margin-left: -44px;
margin-right: -44px;
}
.-my-48{
margin-top: -48px;
margin-bottom: -48px;
}
.-mx-48{
margin-left: -48px;
margin-right: -48px;
}
.-my-56{
margin-top: -56px;
margin-bottom: -56px;
}
.-mx-56{
margin-left: -56px;
margin-right: -56px;
}
.-my-76{
margin-top: -76px;
margin-bottom: -76px;
}
.-mx-76{
margin-left: -76px;
margin-right: -76px;
}
.-my-88{
margin-top: -88px;
margin-bottom: -88px;
}
.-mx-88{
margin-left: -88px;
margin-right: -88px;
}
.mt-0{
margin-top: 0;
}
.mr-0{
margin-right: 0;
}
.mb-0{
margin-bottom: 0;
}
.ml-0{
margin-left: 0;
}
.mt-1{
margin-top: 1px;
}
.mr-1{
margin-right: 1px;
}
.mb-1{
margin-bottom: 1px;
}
.ml-1{
margin-left: 1px;
}
.mt-2{
margin-top: 2px;
}
.mr-2{
margin-right: 2px;
}
.mb-2{
margin-bottom: 2px;
}
.ml-2{
margin-left: 2px;
}
.mt-4{
margin-top: 4px;
}
.mr-4{
margin-right: 4px;
}
.mb-4{
margin-bottom: 4px;
}
.ml-4{
margin-left: 4px;
}
.mt-6{
margin-top: 6px;
}
.mr-6{
margin-right: 6px;
}
.mb-6{
margin-bottom: 6px;
}
.ml-6{
margin-left: 6px;
}
.mt-8{
margin-top: 8px;
}
.mr-8{
margin-right: 8px;
}
.mb-8{
margin-bottom: 8px;
}
.ml-8{
margin-left: 8px;
}
.mt-10{
margin-top: 10px;
}
.mr-10{
margin-right: 10px;
}
.mb-10{
margin-bottom: 10px;
}
.ml-10{
margin-left: 10px;
}
.mt-12{
margin-top: 12px;
}
.mr-12{
margin-right: 12px;
}
.mb-12{
margin-bottom: 12px;
}
.ml-12{
margin-left: 12px;
}
.mt-16{
margin-top: 16px;
}
.mr-16{
margin-right: 16px;
}
.mb-16{
margin-bottom: 16px;
}
.ml-16{
margin-left: 16px;
}
.mt-24{
margin-top: 24px;
}
.mr-24{
margin-right: 24px;
}
.mb-24{
margin-bottom: 24px;
}
.ml-24{
margin-left: 24px;
}
.mt-32{
margin-top: 32px;
}
.mr-32{
margin-right: 32px;
}
.mb-32{
margin-bottom: 32px;
}
.ml-32{
margin-left: 32px;
}
.mt-40{
margin-top: 40px;
}
.mr-40{
margin-right: 40px;
}
.mb-40{
margin-bottom: 40px;
}
.ml-40{
margin-left: 40px;
}
.mt-44{
margin-top: 44px;
}
.mr-44{
margin-right: 44px;
}
.mb-44{
margin-bottom: 44px;
}
.ml-44{
margin-left: 44px;
}
.mt-48{
margin-top: 48px;
}
.mr-48{
margin-right: 48px;
}
.mb-48{
margin-bottom: 48px;
}
.ml-48{
margin-left: 48px;
}
.mt-56{
margin-top: 56px;
}
.mr-56{
margin-right: 56px;
}
.mb-56{
margin-bottom: 56px;
}
.ml-56{
margin-left: 56px;
}
.mt-76{
margin-top: 76px;
}
.mr-76{
margin-right: 76px;
}
.mb-76{
margin-bottom: 76px;
}
.ml-76{
margin-left: 76px;
}
.mt-88{
margin-top: 88px;
}
.mr-88{
margin-right: 88px;
}
.mb-88{
margin-bottom: 88px;
}
.ml-88{
margin-left: 88px;
}
.mt-auto{
margin-top: auto;
}
.mr-auto{
margin-right: auto;
}
.mb-auto{
margin-bottom: auto;
}
.ml-auto{
margin-left: auto;
}
.-mt-1{
margin-top: -1px;
}
.-mr-1{
margin-right: -1px;
}
.-mb-1{
margin-bottom: -1px;
}
.-ml-1{
margin-left: -1px;
}
.-mt-2{
margin-top: -2px;
}
.-mr-2{
margin-right: -2px;
}
.-mb-2{
margin-bottom: -2px;
}
.-ml-2{
margin-left: -2px;
}
.-mt-4{
margin-top: -4px;
}
.-mr-4{
margin-right: -4px;
}
.-mb-4{
margin-bottom: -4px;
}
.-ml-4{
margin-left: -4px;
}
.-mt-6{
margin-top: -6px;
}
.-mr-6{
margin-right: -6px;
}
.-mb-6{
margin-bottom: -6px;
}
.-ml-6{
margin-left: -6px;
}
.-mt-8{
margin-top: -8px;
}
.-mr-8{
margin-right: -8px;
}
.-mb-8{
margin-bottom: -8px;
}
.-ml-8{
margin-left: -8px;
}
.-mt-10{
margin-top: -10px;
}
.-mr-10{
margin-right: -10px;
}
.-mb-10{
margin-bottom: -10px;
}
.-ml-10{
margin-left: -10px;
}
.-mt-12{
margin-top: -12px;
}
.-mr-12{
margin-right: -12px;
}
.-mb-12{
margin-bottom: -12px;
}
.-ml-12{
margin-left: -12px;
}
.-mt-16{
margin-top: -16px;
}
.-mr-16{
margin-right: -16px;
}
.-mb-16{
margin-bottom: -16px;
}
.-ml-16{
margin-left: -16px;
}
.-mt-24{
margin-top: -24px;
}
.-mr-24{
margin-right: -24px;
}
.-mb-24{
margin-bottom: -24px;
}
.-ml-24{
margin-left: -24px;
}
.-mt-32{
margin-top: -32px;
}
.-mr-32{
margin-right: -32px;
}
.-mb-32{
margin-bottom: -32px;
}
.-ml-32{
margin-left: -32px;
}
.-mt-40{
margin-top: -40px;
}
.-mr-40{
margin-right: -40px;
}
.-mb-40{
margin-bottom: -40px;
}
.-ml-40{
margin-left: -40px;
}
.-mt-44{
margin-top: -44px;
}
.-mr-44{
margin-right: -44px;
}
.-mb-44{
margin-bottom: -44px;
}
.-ml-44{
margin-left: -44px;
}
.-mt-48{
margin-top: -48px;
}
.-mr-48{
margin-right: -48px;
}
.-mb-48{
margin-bottom: -48px;
}
.-ml-48{
margin-left: -48px;
}
.-mt-56{
margin-top: -56px;
}
.-mr-56{
margin-right: -56px;
}
.-mb-56{
margin-bottom: -56px;
}
.-ml-56{
margin-left: -56px;
}
.-mt-76{
margin-top: -76px;
}
.-mr-76{
margin-right: -76px;
}
.-mb-76{
margin-bottom: -76px;
}
.-ml-76{
margin-left: -76px;
}
.-mt-88{
margin-top: -88px;
}
.-mr-88{
margin-right: -88px;
}
.-mb-88{
margin-bottom: -88px;
}
.-ml-88{
margin-left: -88px;
}
.max-h-0{
max-height: 0;
}
.max-h-1{
max-height: 1px;
}
.max-h-2{
max-height: 2px;
}
.max-h-4{
max-height: 4px;
}
.max-h-6{
max-height: 6px;
}
.max-h-8{
max-height: 8px;
}
.max-h-10{
max-height: 10px;
}
.max-h-12{
max-height: 12px;
}
.max-h-16{
max-height: 16px;
}
.max-h-24{
max-height: 24px;
}
.max-h-32{
max-height: 32px;
}
.max-h-40{
max-height: 40px;
}
.max-h-44{
max-height: 44px;
}
.max-h-48{
max-height: 48px;
}
.max-h-56{
max-height: 56px;
}
.max-h-76{
max-height: 76px;
}
.max-h-88{
max-height: 88px;
}
.max-h-full{
max-height: 100%;
}
.max-h-screen{
max-height: 100vh;
}
.max-w-0{
max-width: 0rem;
}
.max-w-none{
max-width: none;
}
.max-w-xs{
max-width: 20rem;
}
.max-w-sm{
max-width: 24rem;
}
.max-w-md{
max-width: 28rem;
}
.max-w-lg{
max-width: 32rem;
}
.max-w-xl{
max-width: 36rem;
}
.max-w-2xl{
max-width: 42rem;
}
.max-w-3xl{
max-width: 48rem;
}
.max-w-4xl{
max-width: 56rem;
}
.max-w-5xl{
max-width: 64rem;
}
.max-w-6xl{
max-width: 72rem;
}
.max-w-7xl{
max-width: 80rem;
}
.max-w-full{
max-width: 100%;
}
.max-w-min{
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
}
.max-w-max{
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
}
.max-w-prose{
max-width: 65ch;
}
.max-w-screen-sm{
max-width: 640px;
}
.max-w-screen-md{
max-width: 768px;
}
.max-w-screen-lg{
max-width: 1024px;
}
.max-w-screen-xl{
max-width: 1280px;
}
.max-w-screen-2xl{
max-width: 1536px;
}
.min-h-0{
min-height: 0px;
}
.min-h-full{
min-height: 100%;
}
.min-h-screen{
min-height: 100vh;
}
.min-w-0{
min-width: 0px;
}
.min-w-full{
min-width: 100%;
}
.min-w-min{
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
}
.min-w-max{
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
.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;
}
.outline-none{
outline: 2px solid transparent;
outline-offset: 2px;
}
.outline-white{
outline: 2px dotted white;
outline-offset: 2px;
}
.outline-black{
outline: 2px dotted black;
outline-offset: 2px;
}
.focus-within\:outline-none:focus-within{
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus-within\:outline-white:focus-within{
outline: 2px dotted white;
outline-offset: 2px;
}
.focus-within\:outline-black:focus-within{
outline: 2px dotted black;
outline-offset: 2px;
}
.focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus\:outline-white:focus{
outline: 2px dotted white;
outline-offset: 2px;
}
.focus\:outline-black:focus{
outline: 2px dotted black;
outline-offset: 2px;
}
.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{
-ms-scroll-chaining: chained;
overscroll-behavior: auto;
}
.overscroll-contain{
-ms-scroll-chaining: none;
overscroll-behavior: contain;
}
.overscroll-none{
-ms-scroll-chaining: none;
overscroll-behavior: none;
}
.overscroll-y-auto{
overscroll-behavior-y: auto;
}
.overscroll-y-contain{
overscroll-behavior-y: contain;
}
.overscroll-y-none{
overscroll-behavior-y: none;
}
.overscroll-x-auto{
overscroll-behavior-x: auto;
}
.overscroll-x-contain{
overscroll-behavior-x: contain;
}
.overscroll-x-none{
overscroll-behavior-x: none;
}
.p-0{
padding: 0;
}
.p-1{
padding: 1px;
}
.p-2{
padding: 2px;
}
.p-4{
padding: 4px;
}
.p-6{
padding: 6px;
}
.p-8{
padding: 8px;
}
.p-10{
padding: 10px;
}
.p-12{
padding: 12px;
}
.p-16{
padding: 16px;
}
.p-24{
padding: 24px;
}
.p-32{
padding: 32px;
}
.p-40{
padding: 40px;
}
.p-44{
padding: 44px;
}
.p-48{
padding: 48px;
}
.p-56{
padding: 56px;
}
.p-76{
padding: 76px;
}
.p-88{
padding: 88px;
}
.py-0{
padding-top: 0;
padding-bottom: 0;
}
.px-0{
padding-left: 0;
padding-right: 0;
}
.py-1{
padding-top: 1px;
padding-bottom: 1px;
}
.px-1{
padding-left: 1px;
padding-right: 1px;
}
.py-2{
padding-top: 2px;
padding-bottom: 2px;
}
.px-2{
padding-left: 2px;
padding-right: 2px;
}
.py-4{
padding-top: 4px;
padding-bottom: 4px;
}
.px-4{
padding-left: 4px;
padding-right: 4px;
}
.py-6{
padding-top: 6px;
padding-bottom: 6px;
}
.px-6{
padding-left: 6px;
padding-right: 6px;
}
.py-8{
padding-top: 8px;
padding-bottom: 8px;
}
.px-8{
padding-left: 8px;
padding-right: 8px;
}
.py-10{
padding-top: 10px;
padding-bottom: 10px;
}
.px-10{
padding-left: 10px;
padding-right: 10px;
}
.py-12{
padding-top: 12px;
padding-bottom: 12px;
}
.px-12{
padding-left: 12px;
padding-right: 12px;
}
.py-16{
padding-top: 16px;
padding-bottom: 16px;
}
.px-16{
padding-left: 16px;
padding-right: 16px;
}
.py-24{
padding-top: 24px;
padding-bottom: 24px;
}
.px-24{
padding-left: 24px;
padding-right: 24px;
}
.py-32{
padding-top: 32px;
padding-bottom: 32px;
}
.px-32{
padding-left: 32px;
padding-right: 32px;
}
.py-40{
padding-top: 40px;
padding-bottom: 40px;
}
.px-40{
padding-left: 40px;
padding-right: 40px;
}
.py-44{
padding-top: 44px;
padding-bottom: 44px;
}
.px-44{
padding-left: 44px;
padding-right: 44px;
}
.py-48{
padding-top: 48px;
padding-bottom: 48px;
}
.px-48{
padding-left: 48px;
padding-right: 48px;
}
.py-56{
padding-top: 56px;
padding-bottom: 56px;
}
.px-56{
padding-left: 56px;
padding-right: 56px;
}
.py-76{
padding-top: 76px;
padding-bottom: 76px;
}
.px-76{
padding-left: 76px;
padding-right: 76px;
}
.py-88{
padding-top: 88px;
padding-bottom: 88px;
}
.px-88{
padding-left: 88px;
padding-right: 88px;
}
.pt-0{
padding-top: 0;
}
.pr-0{
padding-right: 0;
}
.pb-0{
padding-bottom: 0;
}
.pl-0{
padding-left: 0;
}
.pt-1{
padding-top: 1px;
}
.pr-1{
padding-right: 1px;
}
.pb-1{
padding-bottom: 1px;
}
.pl-1{
padding-left: 1px;
}
.pt-2{
padding-top: 2px;
}
.pr-2{
padding-right: 2px;
}
.pb-2{
padding-bottom: 2px;
}
.pl-2{
padding-left: 2px;
}
.pt-4{
padding-top: 4px;
}
.pr-4{
padding-right: 4px;
}
.pb-4{
padding-bottom: 4px;
}
.pl-4{
padding-left: 4px;
}
.pt-6{
padding-top: 6px;
}
.pr-6{
padding-right: 6px;
}
.pb-6{
padding-bottom: 6px;
}
.pl-6{
padding-left: 6px;
}
.pt-8{
padding-top: 8px;
}
.pr-8{
padding-right: 8px;
}
.pb-8{
padding-bottom: 8px;
}
.pl-8{
padding-left: 8px;
}
.pt-10{
padding-top: 10px;
}
.pr-10{
padding-right: 10px;
}
.pb-10{
padding-bottom: 10px;
}
.pl-10{
padding-left: 10px;
}
.pt-12{
padding-top: 12px;
}
.pr-12{
padding-right: 12px;
}
.pb-12{
padding-bottom: 12px;
}
.pl-12{
padding-left: 12px;
}
.pt-16{
padding-top: 16px;
}
.pr-16{
padding-right: 16px;
}
.pb-16{
padding-bottom: 16px;
}
.pl-16{
padding-left: 16px;
}
.pt-24{
padding-top: 24px;
}
.pr-24{
padding-right: 24px;
}
.pb-24{
padding-bottom: 24px;
}
.pl-24{
padding-left: 24px;
}
.pt-32{
padding-top: 32px;
}
.pr-32{
padding-right: 32px;
}
.pb-32{
padding-bottom: 32px;
}
.pl-32{
padding-left: 32px;
}
.pt-40{
padding-top: 40px;
}
.pr-40{
padding-right: 40px;
}
.pb-40{
padding-bottom: 40px;
}
.pl-40{
padding-left: 40px;
}
.pt-44{
padding-top: 44px;
}
.pr-44{
padding-right: 44px;
}
.pb-44{
padding-bottom: 44px;
}
.pl-44{
padding-left: 44px;
}
.pt-48{
padding-top: 48px;
}
.pr-48{
padding-right: 48px;
}
.pb-48{
padding-bottom: 48px;
}
.pl-48{
padding-left: 48px;
}
.pt-56{
padding-top: 56px;
}
.pr-56{
padding-right: 56px;
}
.pb-56{
padding-bottom: 56px;
}
.pl-56{
padding-left: 56px;
}
.pt-76{
padding-top: 76px;
}
.pr-76{
padding-right: 76px;
}
.pb-76{
padding-bottom: 76px;
}
.pl-76{
padding-left: 76px;
}
.pt-88{
padding-top: 88px;
}
.pr-88{
padding-right: 88px;
}
.pb-88{
padding-bottom: 88px;
}
.pl-88{
padding-left: 88px;
}
.placeholder-transparent::-moz-placeholder{
color: rgba(0,0,0,0);
}
.placeholder-transparent:-ms-input-placeholder{
color: rgba(0,0,0,0);
}
.placeholder-transparent::placeholder{
color: rgba(0,0,0,0);
}
.placeholder-black::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-black:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-black::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-white::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-gray-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.placeholder-gray-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.placeholder-gray-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.placeholder-gray-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.placeholder-gray-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.placeholder-gray-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.placeholder-gray-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.placeholder-gray-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.placeholder-gray-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.placeholder-gray-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.placeholder-gray-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.placeholder-gray-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.placeholder-gray-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.placeholder-gray-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.placeholder-gray-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.placeholder-gray-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.placeholder-gray-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.placeholder-gray-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.placeholder-gray-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.placeholder-gray-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.placeholder-gray-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.placeholder-gray-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.placeholder-gray-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.placeholder-gray-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.placeholder-gray-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.placeholder-gray-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.placeholder-gray-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.placeholder-gray-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.placeholder-gray-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.placeholder-gray-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.placeholder-blue-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.placeholder-blue-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.placeholder-blue-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.placeholder-blue-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.placeholder-blue-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.placeholder-blue-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.placeholder-blue-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.placeholder-blue-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.placeholder-blue-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.placeholder-blue-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.placeholder-blue-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.placeholder-blue-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.placeholder-blue-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.placeholder-blue-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.placeholder-blue-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.placeholder-cyan-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.placeholder-cyan-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.placeholder-cyan-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.placeholder-cyan-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.placeholder-cyan-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.placeholder-cyan-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.placeholder-cyan-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.placeholder-cyan-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.placeholder-cyan-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.placeholder-cyan-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.placeholder-cyan-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.placeholder-cyan-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.placeholder-cyan-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.placeholder-cyan-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.placeholder-cyan-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.placeholder-cyan-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.placeholder-cyan-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.placeholder-cyan-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.placeholder-cyan-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.placeholder-orange-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.placeholder-orange-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.placeholder-orange-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.placeholder-orange-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.placeholder-orange-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.placeholder-orange-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.placeholder-orange-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.placeholder-orange-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.placeholder-orange-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.placeholder-orange-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.placeholder-orange-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.placeholder-orange-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.placeholder-orange-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.placeholder-red-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.placeholder-red-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.placeholder-red-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.placeholder-red-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.placeholder-red-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.placeholder-red-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.placeholder-red-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.placeholder-red-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.placeholder-red-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.placeholder-red-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.placeholder-red-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.placeholder-red-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.placeholder-red-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.placeholder-red-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.placeholder-red-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.placeholder-red-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.placeholder-red-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.placeholder-red-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.placeholder-red-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.placeholder-red-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.placeholder-red-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.placeholder-red-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.placeholder-red-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.placeholder-red-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.placeholder-red-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.placeholder-red-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.placeholder-red-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.placeholder-red-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.placeholder-red-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.placeholder-red-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.placeholder-magenta-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.placeholder-magenta-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.placeholder-magenta-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.placeholder-magenta-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.placeholder-magenta-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.placeholder-magenta-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.placeholder-magenta-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.placeholder-magenta-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.placeholder-magenta-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.placeholder-magenta-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.placeholder-magenta-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.placeholder-magenta-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.placeholder-magenta-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.placeholder-magenta-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.placeholder-magenta-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.placeholder-magenta-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.placeholder-magenta-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.placeholder-magenta-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.placeholder-magenta-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.placeholder-magenta-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.placeholder-magenta-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.placeholder-magenta-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.placeholder-magenta-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.placeholder-magenta-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.placeholder-magenta-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.placeholder-magenta-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.placeholder-magenta-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.placeholder-magenta-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.placeholder-magenta-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.placeholder-magenta-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.placeholder-green-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.placeholder-green-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.placeholder-green-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.placeholder-green-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.placeholder-green-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.placeholder-green-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.placeholder-green-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.placeholder-green-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.placeholder-green-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.placeholder-green-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.placeholder-green-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.placeholder-green-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.placeholder-green-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.placeholder-green-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.placeholder-green-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.placeholder-green-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.placeholder-green-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.placeholder-green-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.placeholder-green-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.placeholder-green-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.placeholder-green-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.placeholder-green-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.placeholder-green-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.placeholder-green-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.placeholder-green-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.placeholder-green-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.placeholder-green-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.placeholder-green-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.placeholder-green-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.placeholder-green-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.placeholder-teal-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(217, 251, 251, var(--tw-placeholder-opacity));
}
.placeholder-teal-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(217, 251, 251, var(--tw-placeholder-opacity));
}
.placeholder-teal-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(217, 251, 251, var(--tw-placeholder-opacity));
}
.placeholder-teal-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(158, 240, 240, var(--tw-placeholder-opacity));
}
.placeholder-teal-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(158, 240, 240, var(--tw-placeholder-opacity));
}
.placeholder-teal-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(158, 240, 240, var(--tw-placeholder-opacity));
}
.placeholder-teal-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(61, 219, 217, var(--tw-placeholder-opacity));
}
.placeholder-teal-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(61, 219, 217, var(--tw-placeholder-opacity));
}
.placeholder-teal-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(61, 219, 217, var(--tw-placeholder-opacity));
}
.placeholder-teal-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 189, 186, var(--tw-placeholder-opacity));
}
.placeholder-teal-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 189, 186, var(--tw-placeholder-opacity));
}
.placeholder-teal-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 189, 186, var(--tw-placeholder-opacity));
}
.placeholder-teal-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 157, 154, var(--tw-placeholder-opacity));
}
.placeholder-teal-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 157, 154, var(--tw-placeholder-opacity));
}
.placeholder-teal-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 157, 154, var(--tw-placeholder-opacity));
}
.placeholder-teal-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 125, 121, var(--tw-placeholder-opacity));
}
.placeholder-teal-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 125, 121, var(--tw-placeholder-opacity));
}
.placeholder-teal-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 125, 121, var(--tw-placeholder-opacity));
}
.placeholder-teal-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 93, 93, var(--tw-placeholder-opacity));
}
.placeholder-teal-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 93, 93, var(--tw-placeholder-opacity));
}
.placeholder-teal-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 93, 93, var(--tw-placeholder-opacity));
}
.placeholder-teal-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 65, 68, var(--tw-placeholder-opacity));
}
.placeholder-teal-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 65, 68, var(--tw-placeholder-opacity));
}
.placeholder-teal-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 65, 68, var(--tw-placeholder-opacity));
}
.placeholder-teal-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 43, 48, var(--tw-placeholder-opacity));
}
.placeholder-teal-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 43, 48, var(--tw-placeholder-opacity));
}
.placeholder-teal-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 43, 48, var(--tw-placeholder-opacity));
}
.placeholder-teal-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 26, 28, var(--tw-placeholder-opacity));
}
.placeholder-teal-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 26, 28, var(--tw-placeholder-opacity));
}
.placeholder-teal-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 26, 28, var(--tw-placeholder-opacity));
}
.placeholder-purple-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(246, 242, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(246, 242, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(246, 242, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(232, 218, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(232, 218, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(232, 218, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(212, 187, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(212, 187, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(212, 187, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(190, 149, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(190, 149, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(190, 149, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(165, 110, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(165, 110, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(165, 110, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 63, 252, var(--tw-placeholder-opacity));
}
.placeholder-purple-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 63, 252, var(--tw-placeholder-opacity));
}
.placeholder-purple-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 63, 252, var(--tw-placeholder-opacity));
}
.placeholder-purple-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 41, 196, var(--tw-placeholder-opacity));
}
.placeholder-purple-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 41, 196, var(--tw-placeholder-opacity));
}
.placeholder-purple-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 41, 196, var(--tw-placeholder-opacity));
}
.placeholder-purple-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(73, 29, 139, var(--tw-placeholder-opacity));
}
.placeholder-purple-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(73, 29, 139, var(--tw-placeholder-opacity));
}
.placeholder-purple-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(73, 29, 139, var(--tw-placeholder-opacity));
}
.placeholder-purple-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(49, 19, 94, var(--tw-placeholder-opacity));
}
.placeholder-purple-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(49, 19, 94, var(--tw-placeholder-opacity));
}
.placeholder-purple-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(49, 19, 94, var(--tw-placeholder-opacity));
}
.placeholder-purple-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(28, 15, 48, var(--tw-placeholder-opacity));
}
.placeholder-purple-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(28, 15, 48, var(--tw-placeholder-opacity));
}
.placeholder-purple-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(28, 15, 48, var(--tw-placeholder-opacity));
}
.focus\:placeholder-transparent:focus::-moz-placeholder{
color: rgba(0,0,0,0);
}
.focus\:placeholder-transparent:focus:-ms-input-placeholder{
color: rgba(0,0,0,0);
}
.focus\:placeholder-transparent:focus::placeholder{
color: rgba(0,0,0,0);
}
.focus\:placeholder-black:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-black:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-black:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-white:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-white:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-white:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.focus\:placeholder-magenta-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(217, 251, 251, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(217, 251, 251, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(217, 251, 251, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(158, 240, 240, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(158, 240, 240, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(158, 240, 240, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(61, 219, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(61, 219, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(61, 219, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 189, 186, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 189, 186, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 189, 186, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 157, 154, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 157, 154, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 157, 154, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 125, 121, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 125, 121, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 125, 121, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 93, 93, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 93, 93, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 93, 93, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 65, 68, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 65, 68, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 65, 68, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 43, 48, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 43, 48, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 43, 48, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 26, 28, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 26, 28, var(--tw-placeholder-opacity));
}
.focus\:placeholder-teal-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(8, 26, 28, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-1:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(246, 242, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-1:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(246, 242, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-1:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(246, 242, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-2:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(232, 218, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-2:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(232, 218, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-2:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(232, 218, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-3:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(212, 187, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-3:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(212, 187, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-3:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(212, 187, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-4:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(190, 149, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-4:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(190, 149, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-4:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(190, 149, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(165, 110, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(165, 110, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-5:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(165, 110, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-6:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 63, 252, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-6:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 63, 252, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-6:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 63, 252, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-7:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 41, 196, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-7:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 41, 196, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-7:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 41, 196, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-8:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(73, 29, 139, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-8:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(73, 29, 139, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-8:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(73, 29, 139, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-9:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(49, 19, 94, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-9:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(49, 19, 94, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-9:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(49, 19, 94, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(28, 15, 48, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(28, 15, 48, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-10:focus::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(28, 15, 48, var(--tw-placeholder-opacity));
}
.placeholder-opacity-0::-moz-placeholder{
--tw-placeholder-opacity: 0;
}
.placeholder-opacity-0:-ms-input-placeholder{
--tw-placeholder-opacity: 0;
}
.placeholder-opacity-0::placeholder{
--tw-placeholder-opacity: 0;
}
.placeholder-opacity-5::-moz-placeholder{
--tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-5:-ms-input-placeholder{
--tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-5::placeholder{
--tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-10::-moz-placeholder{
--tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-10:-ms-input-placeholder{
--tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-10::placeholder{
--tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-20::-moz-placeholder{
--tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-20:-ms-input-placeholder{
--tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-20::placeholder{
--tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-25::-moz-placeholder{
--tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-25:-ms-input-placeholder{
--tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-25::placeholder{
--tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-30::-moz-placeholder{
--tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-30:-ms-input-placeholder{
--tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-30::placeholder{
--tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-40::-moz-placeholder{
--tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-40:-ms-input-placeholder{
--tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-40::placeholder{
--tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-50::-moz-placeholder{
--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50:-ms-input-placeholder{
--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder{
--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-60::-moz-placeholder{
--tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-60:-ms-input-placeholder{
--tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-60::placeholder{
--tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-70::-moz-placeholder{
--tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70:-ms-input-placeholder{
--tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70::placeholder{
--tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-75::-moz-placeholder{
--tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-75:-ms-input-placeholder{
--tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-75::placeholder{
--tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-80::-moz-placeholder{
--tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-80:-ms-input-placeholder{
--tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-80::placeholder{
--tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-90::-moz-placeholder{
--tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-90:-ms-input-placeholder{
--tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-90::placeholder{
--tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-95::-moz-placeholder{
--tw-placeholder-opacity: 0.95;
}
.placeholder-opacity-95:-ms-input-placeholder{
--tw-placeholder-opacity: 0.95;
}
.placeholder-opacity-95::placeholder{
--tw-placeholder-opacity: 0.95;
}
.placeholder-opacity-100::-moz-placeholder{
--tw-placeholder-opacity: 1;
}
.placeholder-opacity-100:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
}
.placeholder-opacity-100::placeholder{
--tw-placeholder-opacity: 1;
}
.focus\:placeholder-opacity-0:focus::-moz-placeholder{
--tw-placeholder-opacity: 0;
}
.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0;
}
.focus\:placeholder-opacity-0:focus::placeholder{
--tw-placeholder-opacity: 0;
}
.focus\:placeholder-opacity-5:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.05;
}
.focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.05;
}
.focus\:placeholder-opacity-5:focus::placeholder{
--tw-placeholder-opacity: 0.05;
}
.focus\:placeholder-opacity-10:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.1;
}
.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.1;
}
.focus\:placeholder-opacity-10:focus::placeholder{
--tw-placeholder-opacity: 0.1;
}
.focus\:placeholder-opacity-20:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.2;
}
.focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.2;
}
.focus\:placeholder-opacity-20:focus::placeholder{
--tw-placeholder-opacity: 0.2;
}
.focus\:placeholder-opacity-25:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.25;
}
.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.25;
}
.focus\:placeholder-opacity-25:focus::placeholder{
--tw-placeholder-opacity: 0.25;
}
.focus\:placeholder-opacity-30:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.3;
}
.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.3;
}
.focus\:placeholder-opacity-30:focus::placeholder{
--tw-placeholder-opacity: 0.3;
}
.focus\:placeholder-opacity-40:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.4;
}
.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.4;
}
.focus\:placeholder-opacity-40:focus::placeholder{
--tw-placeholder-opacity: 0.4;
}
.focus\:placeholder-opacity-50:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.5;
}
.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.5;
}
.focus\:placeholder-opacity-50:focus::placeholder{
--tw-placeholder-opacity: 0.5;
}
.focus\:placeholder-opacity-60:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.6;
}
.focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.6;
}
.focus\:placeholder-opacity-60:focus::placeholder{
--tw-placeholder-opacity: 0.6;
}
.focus\:placeholder-opacity-70:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.7;
}
.focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.7;
}
.focus\:placeholder-opacity-70:focus::placeholder{
--tw-placeholder-opacity: 0.7;
}
.focus\:placeholder-opacity-75:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.75;
}
.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.75;
}
.focus\:placeholder-opacity-75:focus::placeholder{
--tw-placeholder-opacity: 0.75;
}
.focus\:placeholder-opacity-80:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.8;
}
.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.8;
}
.focus\:placeholder-opacity-80:focus::placeholder{
--tw-placeholder-opacity: 0.8;
}
.focus\:placeholder-opacity-90:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.9;
}
.focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.9;
}
.focus\:placeholder-opacity-90:focus::placeholder{
--tw-placeholder-opacity: 0.9;
}
.focus\:placeholder-opacity-95:focus::-moz-placeholder{
--tw-placeholder-opacity: 0.95;
}
.focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 0.95;
}
.focus\:placeholder-opacity-95:focus::placeholder{
--tw-placeholder-opacity: 0.95;
}
.focus\:placeholder-opacity-100:focus::-moz-placeholder{
--tw-placeholder-opacity: 1;
}
.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
}
.focus\:placeholder-opacity-100:focus::placeholder{
--tw-placeholder-opacity: 1;
}
.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: 1px;
right: 1px;
bottom: 1px;
left: 1px;
}
.inset-2{
top: 2px;
right: 2px;
bottom: 2px;
left: 2px;
}
.inset-4{
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
}
.inset-6{
top: 6px;
right: 6px;
bottom: 6px;
left: 6px;
}
.inset-8{
top: 8px;
right: 8px;
bottom: 8px;
left: 8px;
}
.inset-10{
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
}
.inset-12{
top: 12px;
right: 12px;
bottom: 12px;
left: 12px;
}
.inset-16{
top: 16px;
right: 16px;
bottom: 16px;
left: 16px;
}
.inset-24{
top: 24px;
right: 24px;
bottom: 24px;
left: 24px;
}
.inset-32{
top: 32px;
right: 32px;
bottom: 32px;
left: 32px;
}
.inset-40{
top: 40px;
right: 40px;
bottom: 40px;
left: 40px;
}
.inset-44{
top: 44px;
right: 44px;
bottom: 44px;
left: 44px;
}
.inset-48{
top: 48px;
right: 48px;
bottom: 48px;
left: 48px;
}
.inset-56{
top: 56px;
right: 56px;
bottom: 56px;
left: 56px;
}
.inset-76{
top: 76px;
right: 76px;
bottom: 76px;
left: 76px;
}
.inset-88{
top: 88px;
right: 88px;
bottom: 88px;
left: 88px;
}
.inset-auto{
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.-inset-1{
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.-inset-2{
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
}
.-inset-4{
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
}
.-inset-6{
top: -6px;
right: -6px;
bottom: -6px;
left: -6px;
}
.-inset-8{
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
}
.-inset-10{
top: -10px;
right: -10px;
bottom: -10px;
left: -10px;
}
.-inset-12{
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
}
.-inset-16{
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
}
.-inset-24{
top: -24px;
right: -24px;
bottom: -24px;
left: -24px;
}
.-inset-32{
top: -32px;
right: -32px;
bottom: -32px;
left: -32px;
}
.-inset-40{
top: -40px;
right: -40px;
bottom: -40px;
left: -40px;
}
.-inset-44{
top: -44px;
right: -44px;
bottom: -44px;
left: -44px;
}
.-inset-48{
top: -48px;
right: -48px;
bottom: -48px;
left: -48px;
}
.-inset-56{
top: -56px;
right: -56px;
bottom: -56px;
left: -56px;
}
.-inset-76{
top: -76px;
right: -76px;
bottom: -76px;
left: -76px;
}
.-inset-88{
top: -88px;
right: -88px;
bottom: -88px;
left: -88px;
}
.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: 1px;
bottom: 1px;
}
.inset-x-1{
right: 1px;
left: 1px;
}
.inset-y-2{
top: 2px;
bottom: 2px;
}
.inset-x-2{
right: 2px;
left: 2px;
}
.inset-y-4{
top: 4px;
bottom: 4px;
}
.inset-x-4{
right: 4px;
left: 4px;
}
.inset-y-6{
top: 6px;
bottom: 6px;
}
.inset-x-6{
right: 6px;
left: 6px;
}
.inset-y-8{
top: 8px;
bottom: 8px;
}
.inset-x-8{
right: 8px;
left: 8px;
}
.inset-y-10{
top: 10px;
bottom: 10px;
}
.inset-x-10{
right: 10px;
left: 10px;
}
.inset-y-12{
top: 12px;
bottom: 12px;
}
.inset-x-12{
right: 12px;
left: 12px;
}
.inset-y-16{
top: 16px;
bottom: 16px;
}
.inset-x-16{
right: 16px;
left: 16px;
}
.inset-y-24{
top: 24px;
bottom: 24px;
}
.inset-x-24{
right: 24px;
left: 24px;
}
.inset-y-32{
top: 32px;
bottom: 32px;
}
.inset-x-32{
right: 32px;
left: 32px;
}
.inset-y-40{
top: 40px;
bottom: 40px;
}
.inset-x-40{
right: 40px;
left: 40px;
}
.inset-y-44{
top: 44px;
bottom: 44px;
}
.inset-x-44{
right: 44px;
left: 44px;
}
.inset-y-48{
top: 48px;
bottom: 48px;
}
.inset-x-48{
right: 48px;
left: 48px;
}
.inset-y-56{
top: 56px;
bottom: 56px;
}
.inset-x-56{
right: 56px;
left: 56px;
}
.inset-y-76{
top: 76px;
bottom: 76px;
}
.inset-x-76{
right: 76px;
left: 76px;
}
.inset-y-88{
top: 88px;
bottom: 88px;
}
.inset-x-88{
right: 88px;
left: 88px;
}
.inset-y-auto{
top: auto;
bottom: auto;
}
.inset-x-auto{
right: auto;
left: auto;
}
.-inset-y-1{
top: -1px;
bottom: -1px;
}
.-inset-x-1{
right: -1px;
left: -1px;
}
.-inset-y-2{
top: -2px;
bottom: -2px;
}
.-inset-x-2{
right: -2px;
left: -2px;
}
.-inset-y-4{
top: -4px;
bottom: -4px;
}
.-inset-x-4{
right: -4px;
left: -4px;
}
.-inset-y-6{
top: -6px;
bottom: -6px;
}
.-inset-x-6{
right: -6px;
left: -6px;
}
.-inset-y-8{
top: -8px;
bottom: -8px;
}
.-inset-x-8{
right: -8px;
left: -8px;
}
.-inset-y-10{
top: -10px;
bottom: -10px;
}
.-inset-x-10{
right: -10px;
left: -10px;
}
.-inset-y-12{
top: -12px;
bottom: -12px;
}
.-inset-x-12{
right: -12px;
left: -12px;
}
.-inset-y-16{
top: -16px;
bottom: -16px;
}
.-inset-x-16{
right: -16px;
left: -16px;
}
.-inset-y-24{
top: -24px;
bottom: -24px;
}
.-inset-x-24{
right: -24px;
left: -24px;
}
.-inset-y-32{
top: -32px;
bottom: -32px;
}
.-inset-x-32{
right: -32px;
left: -32px;
}
.-inset-y-40{
top: -40px;
bottom: -40px;
}
.-inset-x-40{
right: -40px;
left: -40px;
}
.-inset-y-44{
top: -44px;
bottom: -44px;
}
.-inset-x-44{
right: -44px;
left: -44px;
}
.-inset-y-48{
top: -48px;
bottom: -48px;
}
.-inset-x-48{
right: -48px;
left: -48px;
}
.-inset-y-56{
top: -56px;
bottom: -56px;
}
.-inset-x-56{
right: -56px;
left: -56px;
}
.-inset-y-76{
top: -76px;
bottom: -76px;
}
.-inset-x-76{
right: -76px;
left: -76px;
}
.-inset-y-88{
top: -88px;
bottom: -88px;
}
.-inset-x-88{
right: -88px;
left: -88px;
}
.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: 1px;
}
.right-1{
right: 1px;
}
.bottom-1{
bottom: 1px;
}
.left-1{
left: 1px;
}
.top-2{
top: 2px;
}
.right-2{
right: 2px;
}
.bottom-2{
bottom: 2px;
}
.left-2{
left: 2px;
}
.top-4{
top: 4px;
}
.right-4{
right: 4px;
}
.bottom-4{
bottom: 4px;
}
.left-4{
left: 4px;
}
.top-6{
top: 6px;
}
.right-6{
right: 6px;
}
.bottom-6{
bottom: 6px;
}
.left-6{
left: 6px;
}
.top-8{
top: 8px;
}
.right-8{
right: 8px;
}
.bottom-8{
bottom: 8px;
}
.left-8{
left: 8px;
}
.top-10{
top: 10px;
}
.right-10{
right: 10px;
}
.bottom-10{
bottom: 10px;
}
.left-10{
left: 10px;
}
.top-12{
top: 12px;
}
.right-12{
right: 12px;
}
.bottom-12{
bottom: 12px;
}
.left-12{
left: 12px;
}
.top-16{
top: 16px;
}
.right-16{
right: 16px;
}
.bottom-16{
bottom: 16px;
}
.left-16{
left: 16px;
}
.top-24{
top: 24px;
}
.right-24{
right: 24px;
}
.bottom-24{
bottom: 24px;
}
.left-24{
left: 24px;
}
.top-32{
top: 32px;
}
.right-32{
right: 32px;
}
.bottom-32{
bottom: 32px;
}
.left-32{
left: 32px;
}
.top-40{
top: 40px;
}
.right-40{
right: 40px;
}
.bottom-40{
bottom: 40px;
}
.left-40{
left: 40px;
}
.top-44{
top: 44px;
}
.right-44{
right: 44px;
}
.bottom-44{
bottom: 44px;
}
.left-44{
left: 44px;
}
.top-48{
top: 48px;
}
.right-48{
right: 48px;
}
.bottom-48{
bottom: 48px;
}
.left-48{
left: 48px;
}
.top-56{
top: 56px;
}
.right-56{
right: 56px;
}
.bottom-56{
bottom: 56px;
}
.left-56{
left: 56px;
}
.top-76{
top: 76px;
}
.right-76{
right: 76px;
}
.bottom-76{
bottom: 76px;
}
.left-76{
left: 76px;
}
.top-88{
top: 88px;
}
.right-88{
right: 88px;
}
.bottom-88{
bottom: 88px;
}
.left-88{
left: 88px;
}
.top-auto{
top: auto;
}
.right-auto{
right: auto;
}
.bottom-auto{
bottom: auto;
}
.left-auto{
left: auto;
}
.-top-1{
top: -1px;
}
.-right-1{
right: -1px;
}
.-bottom-1{
bottom: -1px;
}
.-left-1{
left: -1px;
}
.-top-2{
top: -2px;
}
.-right-2{
right: -2px;
}
.-bottom-2{
bottom: -2px;
}
.-left-2{
left: -2px;
}
.-top-4{
top: -4px;
}
.-right-4{
right: -4px;
}
.-bottom-4{
bottom: -4px;
}
.-left-4{
left: -4px;
}
.-top-6{
top: -6px;
}
.-right-6{
right: -6px;
}
.-bottom-6{
bottom: -6px;
}
.-left-6{
left: -6px;
}
.-top-8{
top: -8px;
}
.-right-8{
right: -8px;
}
.-bottom-8{
bottom: -8px;
}
.-left-8{
left: -8px;
}
.-top-10{
top: -10px;
}
.-right-10{
right: -10px;
}
.-bottom-10{
bottom: -10px;
}
.-left-10{
left: -10px;
}
.-top-12{
top: -12px;
}
.-right-12{
right: -12px;
}
.-bottom-12{
bottom: -12px;
}
.-left-12{
left: -12px;
}
.-top-16{
top: -16px;
}
.-right-16{
right: -16px;
}
.-bottom-16{
bottom: -16px;
}
.-left-16{
left: -16px;
}
.-top-24{
top: -24px;
}
.-right-24{
right: -24px;
}
.-bottom-24{
bottom: -24px;
}
.-left-24{
left: -24px;
}
.-top-32{
top: -32px;
}
.-right-32{
right: -32px;
}
.-bottom-32{
bottom: -32px;
}
.-left-32{
left: -32px;
}
.-top-40{
top: -40px;
}
.-right-40{
right: -40px;
}
.-bottom-40{
bottom: -40px;
}
.-left-40{
left: -40px;
}
.-top-44{
top: -44px;
}
.-right-44{
right: -44px;
}
.-bottom-44{
bottom: -44px;
}
.-left-44{
left: -44px;
}
.-top-48{
top: -48px;
}
.-right-48{
right: -48px;
}
.-bottom-48{
bottom: -48px;
}
.-left-48{
left: -48px;
}
.-top-56{
top: -56px;
}
.-right-56{
right: -56px;
}
.-bottom-56{
bottom: -56px;
}
.-left-56{
left: -56px;
}
.-top-76{
top: -76px;
}
.-right-76{
right: -76px;
}
.-bottom-76{
bottom: -76px;
}
.-left-76{
left: -76px;
}
.-top-88{
top: -88px;
}
.-right-88{
right: -88px;
}
.-bottom-88{
bottom: -88px;
}
.-left-88{
left: -88px;
}
.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{
--tw-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
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: 0px 1px 3px 0px rgba(0,0,0,0.2);
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: 0px 1px 3px 0px rgba(0,0,0,0.2);
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: 0px 1px 3px 0px rgba(0,0,0,0.2);
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: 0px 1px 3px 0px rgba(0,0,0,0.2);
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: rgba(0,0,0,0);
}
.ring-offset-black{
--tw-ring-offset-color: #000000;
}
.ring-offset-white{
--tw-ring-offset-color: #ffffff;
}
.ring-offset-gray-1{
--tw-ring-offset-color: #f2f4f8;
}
.ring-offset-gray-2{
--tw-ring-offset-color: #dde1e6;
}
.ring-offset-gray-3{
--tw-ring-offset-color: #c1c7cd;
}
.ring-offset-gray-4{
--tw-ring-offset-color: #a2a9b0;
}
.ring-offset-gray-5{
--tw-ring-offset-color: #878d96;
}
.ring-offset-gray-6{
--tw-ring-offset-color: #697077;
}
.ring-offset-gray-7{
--tw-ring-offset-color: #4d5358;
}
.ring-offset-gray-8{
--tw-ring-offset-color: #343a3f;
}
.ring-offset-gray-9{
--tw-ring-offset-color: #21272a;
}
.ring-offset-gray-10{
--tw-ring-offset-color: #121619;
}
.ring-offset-blue-1{
--tw-ring-offset-color: #edf5ff;
}
.ring-offset-blue-2{
--tw-ring-offset-color: #d0e2ff;
}
.ring-offset-blue-3{
--tw-ring-offset-color: #a6c8ff;
}
.ring-offset-blue-4{
--tw-ring-offset-color: #78a9ff;
}
.ring-offset-blue-5{
--tw-ring-offset-color: #4589ff;
}
.ring-offset-blue-6{
--tw-ring-offset-color: #0f62fe;
}
.ring-offset-blue-7{
--tw-ring-offset-color: #0043ce;
}
.ring-offset-blue-8{
--tw-ring-offset-color: #002d9c;
}
.ring-offset-blue-9{
--tw-ring-offset-color: #001d6c;
}
.ring-offset-blue-10{
--tw-ring-offset-color: #001141;
}
.ring-offset-cyan-1{
--tw-ring-offset-color: #e5f6ff;
}
.ring-offset-cyan-2{
--tw-ring-offset-color: #bae6ff;
}
.ring-offset-cyan-3{
--tw-ring-offset-color: #82cfff;
}
.ring-offset-cyan-4{
--tw-ring-offset-color: #33b1ff;
}
.ring-offset-cyan-5{
--tw-ring-offset-color: #1192e8;
}
.ring-offset-cyan-6{
--tw-ring-offset-color: #0072c3;
}
.ring-offset-cyan-7{
--tw-ring-offset-color: #00539a;
}
.ring-offset-cyan-8{
--tw-ring-offset-color: #003a6d;
}
.ring-offset-cyan-9{
--tw-ring-offset-color: #012749;
}
.ring-offset-cyan-10{
--tw-ring-offset-color: #061727;
}
.ring-offset-orange-1{
--tw-ring-offset-color: #fff2e8;
}
.ring-offset-orange-2{
--tw-ring-offset-color: #ffd9be;
}
.ring-offset-orange-3{
--tw-ring-offset-color: #ffb784;
}
.ring-offset-orange-4{
--tw-ring-offset-color: #ff832b;
}
.ring-offset-orange-5{
--tw-ring-offset-color: #eb6200;
}
.ring-offset-orange-6{
--tw-ring-offset-color: #ba4e00;
}
.ring-offset-orange-7{
--tw-ring-offset-color: #8a3800;
}
.ring-offset-orange-8{
--tw-ring-offset-color: #5e2900;
}
.ring-offset-orange-9{
--tw-ring-offset-color: #3e1a00;
}
.ring-offset-orange-10{
--tw-ring-offset-color: #231000;
}
.ring-offset-red-1{
--tw-ring-offset-color: #fff1f1;
}
.ring-offset-red-2{
--tw-ring-offset-color: #ffd7d9;
}
.ring-offset-red-3{
--tw-ring-offset-color: #ffb3b8;
}
.ring-offset-red-4{
--tw-ring-offset-color: #ff8389;
}
.ring-offset-red-5{
--tw-ring-offset-color: #fa4d56;
}
.ring-offset-red-6{
--tw-ring-offset-color: #da1e28;
}
.ring-offset-red-7{
--tw-ring-offset-color: #a2191f;
}
.ring-offset-red-8{
--tw-ring-offset-color: #750e13;
}
.ring-offset-red-9{
--tw-ring-offset-color: #520408;
}
.ring-offset-red-10{
--tw-ring-offset-color: #2d0709;
}
.ring-offset-magenta-1{
--tw-ring-offset-color: #fff0f7;
}
.ring-offset-magenta-2{
--tw-ring-offset-color: #ffd6e8;
}
.ring-offset-magenta-3{
--tw-ring-offset-color: #ffafd2;
}
.ring-offset-magenta-4{
--tw-ring-offset-color: #ff7eb6;
}
.ring-offset-magenta-5{
--tw-ring-offset-color: #ee5396;
}
.ring-offset-magenta-6{
--tw-ring-offset-color: #d02670;
}
.ring-offset-magenta-7{
--tw-ring-offset-color: #9f1853;
}
.ring-offset-magenta-8{
--tw-ring-offset-color: #740937;
}
.ring-offset-magenta-9{
--tw-ring-offset-color: #510224;
}
.ring-offset-magenta-10{
--tw-ring-offset-color: #2a0a18;
}
.ring-offset-green-1{
--tw-ring-offset-color: #defbe6;
}
.ring-offset-green-2{
--tw-ring-offset-color: #a7f0ba;
}
.ring-offset-green-3{
--tw-ring-offset-color: #6fdc8c;
}
.ring-offset-green-4{
--tw-ring-offset-color: #42be65;
}
.ring-offset-green-5{
--tw-ring-offset-color: #24a148;
}
.ring-offset-green-6{
--tw-ring-offset-color: #198038;
}
.ring-offset-green-7{
--tw-ring-offset-color: #0e6027;
}
.ring-offset-green-8{
--tw-ring-offset-color: #044317;
}
.ring-offset-green-9{
--tw-ring-offset-color: #022d0d;
}
.ring-offset-green-10{
--tw-ring-offset-color: #071908;
}
.ring-offset-teal-1{
--tw-ring-offset-color: #d9fbfb;
}
.ring-offset-teal-2{
--tw-ring-offset-color: #9ef0f0;
}
.ring-offset-teal-3{
--tw-ring-offset-color: #3ddbd9;
}
.ring-offset-teal-4{
--tw-ring-offset-color: #08bdba;
}
.ring-offset-teal-5{
--tw-ring-offset-color: #009d9a;
}
.ring-offset-teal-6{
--tw-ring-offset-color: #007d79;
}
.ring-offset-teal-7{
--tw-ring-offset-color: #005d5d;
}
.ring-offset-teal-8{
--tw-ring-offset-color: #004144;
}
.ring-offset-teal-9{
--tw-ring-offset-color: #022b30;
}
.ring-offset-teal-10{
--tw-ring-offset-color: #081a1c;
}
.ring-offset-purple-1{
--tw-ring-offset-color: #f6f2ff;
}
.ring-offset-purple-2{
--tw-ring-offset-color: #e8daff;
}
.ring-offset-purple-3{
--tw-ring-offset-color: #d4bbff;
}
.ring-offset-purple-4{
--tw-ring-offset-color: #be95ff;
}
.ring-offset-purple-5{
--tw-ring-offset-color: #a56eff;
}
.ring-offset-purple-6{
--tw-ring-offset-color: #8a3ffc;
}
.ring-offset-purple-7{
--tw-ring-offset-color: #6929c4;
}
.ring-offset-purple-8{
--tw-ring-offset-color: #491d8b;
}
.ring-offset-purple-9{
--tw-ring-offset-color: #31135e;
}
.ring-offset-purple-10{
--tw-ring-offset-color: #1c0f30;
}
.focus-within\:ring-offset-transparent:focus-within{
--tw-ring-offset-color: rgba(0,0,0,0);
}
.focus-within\:ring-offset-black:focus-within{
--tw-ring-offset-color: #000000;
}
.focus-within\:ring-offset-white:focus-within{
--tw-ring-offset-color: #ffffff;
}
.focus-within\:ring-offset-gray-1:focus-within{
--tw-ring-offset-color: #f2f4f8;
}
.focus-within\:ring-offset-gray-2:focus-within{
--tw-ring-offset-color: #dde1e6;
}
.focus-within\:ring-offset-gray-3:focus-within{
--tw-ring-offset-color: #c1c7cd;
}
.focus-within\:ring-offset-gray-4:focus-within{
--tw-ring-offset-color: #a2a9b0;
}
.focus-within\:ring-offset-gray-5:focus-within{
--tw-ring-offset-color: #878d96;
}
.focus-within\:ring-offset-gray-6:focus-within{
--tw-ring-offset-color: #697077;
}
.focus-within\:ring-offset-gray-7:focus-within{
--tw-ring-offset-color: #4d5358;
}
.focus-within\:ring-offset-gray-8:focus-within{
--tw-ring-offset-color: #343a3f;
}
.focus-within\:ring-offset-gray-9:focus-within{
--tw-ring-offset-color: #21272a;
}
.focus-within\:ring-offset-gray-10:focus-within{
--tw-ring-offset-color: #121619;
}
.focus-within\:ring-offset-blue-1:focus-within{
--tw-ring-offset-color: #edf5ff;
}
.focus-within\:ring-offset-blue-2:focus-within{
--tw-ring-offset-color: #d0e2ff;
}
.focus-within\:ring-offset-blue-3:focus-within{
--tw-ring-offset-color: #a6c8ff;
}
.focus-within\:ring-offset-blue-4:focus-within{
--tw-ring-offset-color: #78a9ff;
}
.focus-within\:ring-offset-blue-5:focus-within{
--tw-ring-offset-color: #4589ff;
}
.focus-within\:ring-offset-blue-6:focus-within{
--tw-ring-offset-color: #0f62fe;
}
.focus-within\:ring-offset-blue-7:focus-within{
--tw-ring-offset-color: #0043ce;
}
.focus-within\:ring-offset-blue-8:focus-within{
--tw-ring-offset-color: #002d9c;
}
.focus-within\:ring-offset-blue-9:focus-within{
--tw-ring-offset-color: #001d6c;
}
.focus-within\:ring-offset-blue-10:focus-within{
--tw-ring-offset-color: #001141;
}
.focus-within\:ring-offset-cyan-1:focus-within{
--tw-ring-offset-color: #e5f6ff;
}
.focus-within\:ring-offset-cyan-2:focus-within{
--tw-ring-offset-color: #bae6ff;
}
.focus-within\:ring-offset-cyan-3:focus-within{
--tw-ring-offset-color: #82cfff;
}
.focus-within\:ring-offset-cyan-4:focus-within{
--tw-ring-offset-color: #33b1ff;
}
.focus-within\:ring-offset-cyan-5:focus-within{
--tw-ring-offset-color: #1192e8;
}
.focus-within\:ring-offset-cyan-6:focus-within{
--tw-ring-offset-color: #0072c3;
}
.focus-within\:ring-offset-cyan-7:focus-within{
--tw-ring-offset-color: #00539a;
}
.focus-within\:ring-offset-cyan-8:focus-within{
--tw-ring-offset-color: #003a6d;
}
.focus-within\:ring-offset-cyan-9:focus-within{
--tw-ring-offset-color: #012749;
}
.focus-within\:ring-offset-cyan-10:focus-within{
--tw-ring-offset-color: #061727;
}
.focus-within\:ring-offset-orange-1:focus-within{
--tw-ring-offset-color: #fff2e8;
}
.focus-within\:ring-offset-orange-2:focus-within{
--tw-ring-offset-color: #ffd9be;
}
.focus-within\:ring-offset-orange-3:focus-within{
--tw-ring-offset-color: #ffb784;
}
.focus-within\:ring-offset-orange-4:focus-within{
--tw-ring-offset-color: #ff832b;
}
.focus-within\:ring-offset-orange-5:focus-within{
--tw-ring-offset-color: #eb6200;
}
.focus-within\:ring-offset-orange-6:focus-within{
--tw-ring-offset-color: #ba4e00;
}
.focus-within\:ring-offset-orange-7:focus-within{
--tw-ring-offset-color: #8a3800;
}
.focus-within\:ring-offset-orange-8:focus-within{
--tw-ring-offset-color: #5e2900;
}
.focus-within\:ring-offset-orange-9:focus-within{
--tw-ring-offset-color: #3e1a00;
}
.focus-within\:ring-offset-orange-10:focus-within{
--tw-ring-offset-color: #231000;
}
.focus-within\:ring-offset-red-1:focus-within{
--tw-ring-offset-color: #fff1f1;
}
.focus-within\:ring-offset-red-2:focus-within{
--tw-ring-offset-color: #ffd7d9;
}
.focus-within\:ring-offset-red-3:focus-within{
--tw-ring-offset-color: #ffb3b8;
}
.focus-within\:ring-offset-red-4:focus-within{
--tw-ring-offset-color: #ff8389;
}
.focus-within\:ring-offset-red-5:focus-within{
--tw-ring-offset-color: #fa4d56;
}
.focus-within\:ring-offset-red-6:focus-within{
--tw-ring-offset-color: #da1e28;
}
.focus-within\:ring-offset-red-7:focus-within{
--tw-ring-offset-color: #a2191f;
}
.focus-within\:ring-offset-red-8:focus-within{
--tw-ring-offset-color: #750e13;
}
.focus-within\:ring-offset-red-9:focus-within{
--tw-ring-offset-color: #520408;
}
.focus-within\:ring-offset-red-10:focus-within{
--tw-ring-offset-color: #2d0709;
}
.focus-within\:ring-offset-magenta-1:focus-within{
--tw-ring-offset-color: #fff0f7;
}
.focus-within\:ring-offset-magenta-2:focus-within{
--tw-ring-offset-color: #ffd6e8;
}
.focus-within\:ring-offset-magenta-3:focus-within{
--tw-ring-offset-color: #ffafd2;
}
.focus-within\:ring-offset-magenta-4:focus-within{
--tw-ring-offset-color: #ff7eb6;
}
.focus-within\:ring-offset-magenta-5:focus-within{
--tw-ring-offset-color: #ee5396;
}
.focus-within\:ring-offset-magenta-6:focus-within{
--tw-ring-offset-color: #d02670;
}
.focus-within\:ring-offset-magenta-7:focus-within{
--tw-ring-offset-color: #9f1853;
}
.focus-within\:ring-offset-magenta-8:focus-within{
--tw-ring-offset-color: #740937;
}
.focus-within\:ring-offset-magenta-9:focus-within{
--tw-ring-offset-color: #510224;
}
.focus-within\:ring-offset-magenta-10:focus-within{
--tw-ring-offset-color: #2a0a18;
}
.focus-within\:ring-offset-green-1:focus-within{
--tw-ring-offset-color: #defbe6;
}
.focus-within\:ring-offset-green-2:focus-within{
--tw-ring-offset-color: #a7f0ba;
}
.focus-within\:ring-offset-green-3:focus-within{
--tw-ring-offset-color: #6fdc8c;
}
.focus-within\:ring-offset-green-4:focus-within{
--tw-ring-offset-color: #42be65;
}
.focus-within\:ring-offset-green-5:focus-within{
--tw-ring-offset-color: #24a148;
}
.focus-within\:ring-offset-green-6:focus-within{
--tw-ring-offset-color: #198038;
}
.focus-within\:ring-offset-green-7:focus-within{
--tw-ring-offset-color: #0e6027;
}
.focus-within\:ring-offset-green-8:focus-within{
--tw-ring-offset-color: #044317;
}
.focus-within\:ring-offset-green-9:focus-within{
--tw-ring-offset-color: #022d0d;
}
.focus-within\:ring-offset-green-10:focus-within{
--tw-ring-offset-color: #071908;
}
.focus-within\:ring-offset-teal-1:focus-within{
--tw-ring-offset-color: #d9fbfb;
}
.focus-within\:ring-offset-teal-2:focus-within{
--tw-ring-offset-color: #9ef0f0;
}
.focus-within\:ring-offset-teal-3:focus-within{
--tw-ring-offset-color: #3ddbd9;
}
.focus-within\:ring-offset-teal-4:focus-within{
--tw-ring-offset-color: #08bdba;
}
.focus-within\:ring-offset-teal-5:focus-within{
--tw-ring-offset-color: #009d9a;
}
.focus-within\:ring-offset-teal-6:focus-within{
--tw-ring-offset-color: #007d79;
}
.focus-within\:ring-offset-teal-7:focus-within{
--tw-ring-offset-color: #005d5d;
}
.focus-within\:ring-offset-teal-8:focus-within{
--tw-ring-offset-color: #004144;
}
.focus-within\:ring-offset-teal-9:focus-within{
--tw-ring-offset-color: #022b30;
}
.focus-within\:ring-offset-teal-10:focus-within{
--tw-ring-offset-color: #081a1c;
}
.focus-within\:ring-offset-purple-1:focus-within{
--tw-ring-offset-color: #f6f2ff;
}
.focus-within\:ring-offset-purple-2:focus-within{
--tw-ring-offset-color: #e8daff;
}
.focus-within\:ring-offset-purple-3:focus-within{
--tw-ring-offset-color: #d4bbff;
}
.focus-within\:ring-offset-purple-4:focus-within{
--tw-ring-offset-color: #be95ff;
}
.focus-within\:ring-offset-purple-5:focus-within{
--tw-ring-offset-color: #a56eff;
}
.focus-within\:ring-offset-purple-6:focus-within{
--tw-ring-offset-color: #8a3ffc;
}
.focus-within\:ring-offset-purple-7:focus-within{
--tw-ring-offset-color: #6929c4;
}
.focus-within\:ring-offset-purple-8:focus-within{
--tw-ring-offset-color: #491d8b;
}
.focus-within\:ring-offset-purple-9:focus-within{
--tw-ring-offset-color: #31135e;
}
.focus-within\:ring-offset-purple-10:focus-within{
--tw-ring-offset-color: #1c0f30;
}
.hover\:ring-offset-transparent:hover{
--tw-ring-offset-color: rgba(0,0,0,0);
}
.hover\:ring-offset-black:hover{
--tw-ring-offset-color: #000000;
}
.hover\:ring-offset-white:hover{
--tw-ring-offset-color: #ffffff;
}
.hover\:ring-offset-gray-1:hover{
--tw-ring-offset-color: #f2f4f8;
}
.hover\:ring-offset-gray-2:hover{
--tw-ring-offset-color: #dde1e6;
}
.hover\:ring-offset-gray-3:hover{
--tw-ring-offset-color: #c1c7cd;
}
.hover\:ring-offset-gray-4:hover{
--tw-ring-offset-color: #a2a9b0;
}
.hover\:ring-offset-gray-5:hover{
--tw-ring-offset-color: #878d96;
}
.hover\:ring-offset-gray-6:hover{
--tw-ring-offset-color: #697077;
}
.hover\:ring-offset-gray-7:hover{
--tw-ring-offset-color: #4d5358;
}
.hover\:ring-offset-gray-8:hover{
--tw-ring-offset-color: #343a3f;
}
.hover\:ring-offset-gray-9:hover{
--tw-ring-offset-color: #21272a;
}
.hover\:ring-offset-gray-10:hover{
--tw-ring-offset-color: #121619;
}
.hover\:ring-offset-blue-1:hover{
--tw-ring-offset-color: #edf5ff;
}
.hover\:ring-offset-blue-2:hover{
--tw-ring-offset-color: #d0e2ff;
}
.hover\:ring-offset-blue-3:hover{
--tw-ring-offset-color: #a6c8ff;
}
.hover\:ring-offset-blue-4:hover{
--tw-ring-offset-color: #78a9ff;
}
.hover\:ring-offset-blue-5:hover{
--tw-ring-offset-color: #4589ff;
}
.hover\:ring-offset-blue-6:hover{
--tw-ring-offset-color: #0f62fe;
}
.hover\:ring-offset-blue-7:hover{
--tw-ring-offset-color: #0043ce;
}
.hover\:ring-offset-blue-8:hover{
--tw-ring-offset-color: #002d9c;
}
.hover\:ring-offset-blue-9:hover{
--tw-ring-offset-color: #001d6c;
}
.hover\:ring-offset-blue-10:hover{
--tw-ring-offset-color: #001141;
}
.hover\:ring-offset-cyan-1:hover{
--tw-ring-offset-color: #e5f6ff;
}
.hover\:ring-offset-cyan-2:hover{
--tw-ring-offset-color: #bae6ff;
}
.hover\:ring-offset-cyan-3:hover{
--tw-ring-offset-color: #82cfff;
}
.hover\:ring-offset-cyan-4:hover{
--tw-ring-offset-color: #33b1ff;
}
.hover\:ring-offset-cyan-5:hover{
--tw-ring-offset-color: #1192e8;
}
.hover\:ring-offset-cyan-6:hover{
--tw-ring-offset-color: #0072c3;
}
.hover\:ring-offset-cyan-7:hover{
--tw-ring-offset-color: #00539a;
}
.hover\:ring-offset-cyan-8:hover{
--tw-ring-offset-color: #003a6d;
}
.hover\:ring-offset-cyan-9:hover{
--tw-ring-offset-color: #012749;
}
.hover\:ring-offset-cyan-10:hover{
--tw-ring-offset-color: #061727;
}
.hover\:ring-offset-orange-1:hover{
--tw-ring-offset-color: #fff2e8;
}
.hover\:ring-offset-orange-2:hover{
--tw-ring-offset-color: #ffd9be;
}
.hover\:ring-offset-orange-3:hover{
--tw-ring-offset-color: #ffb784;
}
.hover\:ring-offset-orange-4:hover{
--tw-ring-offset-color: #ff832b;
}
.hover\:ring-offset-orange-5:hover{
--tw-ring-offset-color: #eb6200;
}
.hover\:ring-offset-orange-6:hover{
--tw-ring-offset-color: #ba4e00;
}
.hover\:ring-offset-orange-7:hover{
--tw-ring-offset-color: #8a3800;
}
.hover\:ring-offset-orange-8:hover{
--tw-ring-offset-color: #5e2900;
}
.hover\:ring-offset-orange-9:hover{
--tw-ring-offset-color: #3e1a00;
}
.hover\:ring-offset-orange-10:hover{
--tw-ring-offset-color: #231000;
}
.hover\:ring-offset-red-1:hover{
--tw-ring-offset-color: #fff1f1;
}
.hover\:ring-offset-red-2:hover{
--tw-ring-offset-color: #ffd7d9;
}
.hover\:ring-offset-red-3:hover{
--tw-ring-offset-color: #ffb3b8;
}
.hover\:ring-offset-red-4:hover{
--tw-ring-offset-color: #ff8389;
}
.hover\:ring-offset-red-5:hover{
--tw-ring-offset-color: #fa4d56;
}
.hover\:ring-offset-red-6:hover{
--tw-ring-offset-color: #da1e28;
}
.hover\:ring-offset-red-7:hover{
--tw-ring-offset-color: #a2191f;
}
.hover\:ring-offset-red-8:hover{
--tw-ring-offset-color: #750e13;
}
.hover\:ring-offset-red-9:hover{
--tw-ring-offset-color: #520408;
}
.hover\:ring-offset-red-10:hover{
--tw-ring-offset-color: #2d0709;
}
.hover\:ring-offset-magenta-1:hover{
--tw-ring-offset-color: #fff0f7;
}
.hover\:ring-offset-magenta-2:hover{
--tw-ring-offset-color: #ffd6e8;
}
.hover\:ring-offset-magenta-3:hover{
--tw-ring-offset-color: #ffafd2;
}
.hover\:ring-offset-magenta-4:hover{
--tw-ring-offset-color: #ff7eb6;
}
.hover\:ring-offset-magenta-5:hover{
--tw-ring-offset-color: #ee5396;
}
.hover\:ring-offset-magenta-6:hover{
--tw-ring-offset-color: #d02670;
}
.hover\:ring-offset-magenta-7:hover{
--tw-ring-offset-color: #9f1853;
}
.hover\:ring-offset-magenta-8:hover{
--tw-ring-offset-color: #740937;
}
.hover\:ring-offset-magenta-9:hover{
--tw-ring-offset-color: #510224;
}
.hover\:ring-offset-magenta-10:hover{
--tw-ring-offset-color: #2a0a18;
}
.hover\:ring-offset-green-1:hover{
--tw-ring-offset-color: #defbe6;
}
.hover\:ring-offset-green-2:hover{
--tw-ring-offset-color: #a7f0ba;
}
.hover\:ring-offset-green-3:hover{
--tw-ring-offset-color: #6fdc8c;
}
.hover\:ring-offset-green-4:hover{
--tw-ring-offset-color: #42be65;
}
.hover\:ring-offset-green-5:hover{
--tw-ring-offset-color: #24a148;
}
.hover\:ring-offset-green-6:hover{
--tw-ring-offset-color: #198038;
}
.hover\:ring-offset-green-7:hover{
--tw-ring-offset-color: #0e6027;
}
.hover\:ring-offset-green-8:hover{
--tw-ring-offset-color: #044317;
}
.hover\:ring-offset-green-9:hover{
--tw-ring-offset-color: #022d0d;
}
.hover\:ring-offset-green-10:hover{
--tw-ring-offset-color: #071908;
}
.hover\:ring-offset-teal-1:hover{
--tw-ring-offset-color: #d9fbfb;
}
.hover\:ring-offset-teal-2:hover{
--tw-ring-offset-color: #9ef0f0;
}
.hover\:ring-offset-teal-3:hover{
--tw-ring-offset-color: #3ddbd9;
}
.hover\:ring-offset-teal-4:hover{
--tw-ring-offset-color: #08bdba;
}
.hover\:ring-offset-teal-5:hover{
--tw-ring-offset-color: #009d9a;
}
.hover\:ring-offset-teal-6:hover{
--tw-ring-offset-color: #007d79;
}
.hover\:ring-offset-teal-7:hover{
--tw-ring-offset-color: #005d5d;
}
.hover\:ring-offset-teal-8:hover{
--tw-ring-offset-color: #004144;
}
.hover\:ring-offset-teal-9:hover{
--tw-ring-offset-color: #022b30;
}
.hover\:ring-offset-teal-10:hover{
--tw-ring-offset-color: #081a1c;
}
.hover\:ring-offset-purple-1:hover{
--tw-ring-offset-color: #f6f2ff;
}
.hover\:ring-offset-purple-2:hover{
--tw-ring-offset-color: #e8daff;
}
.hover\:ring-offset-purple-3:hover{
--tw-ring-offset-color: #d4bbff;
}
.hover\:ring-offset-purple-4:hover{
--tw-ring-offset-color: #be95ff;
}
.hover\:ring-offset-purple-5:hover{
--tw-ring-offset-color: #a56eff;
}
.hover\:ring-offset-purple-6:hover{
--tw-ring-offset-color: #8a3ffc;
}
.hover\:ring-offset-purple-7:hover{
--tw-ring-offset-color: #6929c4;
}
.hover\:ring-offset-purple-8:hover{
--tw-ring-offset-color: #491d8b;
}
.hover\:ring-offset-purple-9:hover{
--tw-ring-offset-color: #31135e;
}
.hover\:ring-offset-purple-10:hover{
--tw-ring-offset-color: #1c0f30;
}
.focus\:ring-offset-transparent:focus{
--tw-ring-offset-color: rgba(0,0,0,0);
}
.focus\:ring-offset-black:focus{
--tw-ring-offset-color: #000000;
}
.focus\:ring-offset-white:focus{
--tw-ring-offset-color: #ffffff;
}
.focus\:ring-offset-gray-1:focus{
--tw-ring-offset-color: #f2f4f8;
}
.focus\:ring-offset-gray-2:focus{
--tw-ring-offset-color: #dde1e6;
}
.focus\:ring-offset-gray-3:focus{
--tw-ring-offset-color: #c1c7cd;
}
.focus\:ring-offset-gray-4:focus{
--tw-ring-offset-color: #a2a9b0;
}
.focus\:ring-offset-gray-5:focus{
--tw-ring-offset-color: #878d96;
}
.focus\:ring-offset-gray-6:focus{
--tw-ring-offset-color: #697077;
}
.focus\:ring-offset-gray-7:focus{
--tw-ring-offset-color: #4d5358;
}
.focus\:ring-offset-gray-8:focus{
--tw-ring-offset-color: #343a3f;
}
.focus\:ring-offset-gray-9:focus{
--tw-ring-offset-color: #21272a;
}
.focus\:ring-offset-gray-10:focus{
--tw-ring-offset-color: #121619;
}
.focus\:ring-offset-blue-1:focus{
--tw-ring-offset-color: #edf5ff;
}
.focus\:ring-offset-blue-2:focus{
--tw-ring-offset-color: #d0e2ff;
}
.focus\:ring-offset-blue-3:focus{
--tw-ring-offset-color: #a6c8ff;
}
.focus\:ring-offset-blue-4:focus{
--tw-ring-offset-color: #78a9ff;
}
.focus\:ring-offset-blue-5:focus{
--tw-ring-offset-color: #4589ff;
}
.focus\:ring-offset-blue-6:focus{
--tw-ring-offset-color: #0f62fe;
}
.focus\:ring-offset-blue-7:focus{
--tw-ring-offset-color: #0043ce;
}
.focus\:ring-offset-blue-8:focus{
--tw-ring-offset-color: #002d9c;
}
.focus\:ring-offset-blue-9:focus{
--tw-ring-offset-color: #001d6c;
}
.focus\:ring-offset-blue-10:focus{
--tw-ring-offset-color: #001141;
}
.focus\:ring-offset-cyan-1:focus{
--tw-ring-offset-color: #e5f6ff;
}
.focus\:ring-offset-cyan-2:focus{
--tw-ring-offset-color: #bae6ff;
}
.focus\:ring-offset-cyan-3:focus{
--tw-ring-offset-color: #82cfff;
}
.focus\:ring-offset-cyan-4:focus{
--tw-ring-offset-color: #33b1ff;
}
.focus\:ring-offset-cyan-5:focus{
--tw-ring-offset-color: #1192e8;
}
.focus\:ring-offset-cyan-6:focus{
--tw-ring-offset-color: #0072c3;
}
.focus\:ring-offset-cyan-7:focus{
--tw-ring-offset-color: #00539a;
}
.focus\:ring-offset-cyan-8:focus{
--tw-ring-offset-color: #003a6d;
}
.focus\:ring-offset-cyan-9:focus{
--tw-ring-offset-color: #012749;
}
.focus\:ring-offset-cyan-10:focus{
--tw-ring-offset-color: #061727;
}
.focus\:ring-offset-orange-1:focus{
--tw-ring-offset-color: #fff2e8;
}
.focus\:ring-offset-orange-2:focus{
--tw-ring-offset-color: #ffd9be;
}
.focus\:ring-offset-orange-3:focus{
--tw-ring-offset-color: #ffb784;
}
.focus\:ring-offset-orange-4:focus{
--tw-ring-offset-color: #ff832b;
}
.focus\:ring-offset-orange-5:focus{
--tw-ring-offset-color: #eb6200;
}
.focus\:ring-offset-orange-6:focus{
--tw-ring-offset-color: #ba4e00;
}
.focus\:ring-offset-orange-7:focus{
--tw-ring-offset-color: #8a3800;
}
.focus\:ring-offset-orange-8:focus{
--tw-ring-offset-color: #5e2900;
}
.focus\:ring-offset-orange-9:focus{
--tw-ring-offset-color: #3e1a00;
}
.focus\:ring-offset-orange-10:focus{
--tw-ring-offset-color: #231000;
}
.focus\:ring-offset-red-1:focus{
--tw-ring-offset-color: #fff1f1;
}
.focus\:ring-offset-red-2:focus{
--tw-ring-offset-color: #ffd7d9;
}
.focus\:ring-offset-red-3:focus{
--tw-ring-offset-color: #ffb3b8;
}
.focus\:ring-offset-red-4:focus{
--tw-ring-offset-color: #ff8389;
}
.focus\:ring-offset-red-5:focus{
--tw-ring-offset-color: #fa4d56;
}
.focus\:ring-offset-red-6:focus{
--tw-ring-offset-color: #da1e28;
}
.focus\:ring-offset-red-7:focus{
--tw-ring-offset-color: #a2191f;
}
.focus\:ring-offset-red-8:focus{
--tw-ring-offset-color: #750e13;
}
.focus\:ring-offset-red-9:focus{
--tw-ring-offset-color: #520408;
}
.focus\:ring-offset-red-10:focus{
--tw-ring-offset-color: #2d0709;
}
.focus\:ring-offset-magenta-1:focus{
--tw-ring-offset-color: #fff0f7;
}
.focus\:ring-offset-magenta-2:focus{
--tw-ring-offset-color: #ffd6e8;
}
.focus\:ring-offset-magenta-3:focus{
--tw-ring-offset-color: #ffafd2;
}
.focus\:ring-offset-magenta-4:focus{
--tw-ring-offset-color: #ff7eb6;
}
.focus\:ring-offset-magenta-5:focus{
--tw-ring-offset-color: #ee5396;
}
.focus\:ring-offset-magenta-6:focus{
--tw-ring-offset-color: #d02670;
}
.focus\:ring-offset-magenta-7:focus{
--tw-ring-offset-color: #9f1853;
}
.focus\:ring-offset-magenta-8:focus{
--tw-ring-offset-color: #740937;
}
.focus\:ring-offset-magenta-9:focus{
--tw-ring-offset-color: #510224;
}
.focus\:ring-offset-magenta-10:focus{
--tw-ring-offset-color: #2a0a18;
}
.focus\:ring-offset-green-1:focus{
--tw-ring-offset-color: #defbe6;
}
.focus\:ring-offset-green-2:focus{
--tw-ring-offset-color: #a7f0ba;
}
.focus\:ring-offset-green-3:focus{
--tw-ring-offset-color: #6fdc8c;
}
.focus\:ring-offset-green-4:focus{
--tw-ring-offset-color: #42be65;
}
.focus\:ring-offset-green-5:focus{
--tw-ring-offset-color: #24a148;
}
.focus\:ring-offset-green-6:focus{
--tw-ring-offset-color: #198038;
}
.focus\:ring-offset-green-7:focus{
--tw-ring-offset-color: #0e6027;
}
.focus\:ring-offset-green-8:focus{
--tw-ring-offset-color: #044317;
}
.focus\:ring-offset-green-9:focus{
--tw-ring-offset-color: #022d0d;
}
.focus\:ring-offset-green-10:focus{
--tw-ring-offset-color: #071908;
}
.focus\:ring-offset-teal-1:focus{
--tw-ring-offset-color: #d9fbfb;
}
.focus\:ring-offset-teal-2:focus{
--tw-ring-offset-color: #9ef0f0;
}
.focus\:ring-offset-teal-3:focus{
--tw-ring-offset-color: #3ddbd9;
}
.focus\:ring-offset-teal-4:focus{
--tw-ring-offset-color: #08bdba;
}
.focus\:ring-offset-teal-5:focus{
--tw-ring-offset-color: #009d9a;
}
.focus\:ring-offset-teal-6:focus{
--tw-ring-offset-color: #007d79;
}
.focus\:ring-offset-teal-7:focus{
--tw-ring-offset-color: #005d5d;
}
.focus\:ring-offset-teal-8:focus{
--tw-ring-offset-color: #004144;
}
.focus\:ring-offset-teal-9:focus{
--tw-ring-offset-color: #022b30;
}
.focus\:ring-offset-teal-10:focus{
--tw-ring-offset-color: #081a1c;
}
.focus\:ring-offset-purple-1:focus{
--tw-ring-offset-color: #f6f2ff;
}
.focus\:ring-offset-purple-2:focus{
--tw-ring-offset-color: #e8daff;
}
.focus\:ring-offset-purple-3:focus{
--tw-ring-offset-color: #d4bbff;
}
.focus\:ring-offset-purple-4:focus{
--tw-ring-offset-color: #be95ff;
}
.focus\:ring-offset-purple-5:focus{
--tw-ring-offset-color: #a56eff;
}
.focus\:ring-offset-purple-6:focus{
--tw-ring-offset-color: #8a3ffc;
}
.focus\:ring-offset-purple-7:focus{
--tw-ring-offset-color: #6929c4;
}
.focus\:ring-offset-purple-8:focus{
--tw-ring-offset-color: #491d8b;
}
.focus\:ring-offset-purple-9:focus{
--tw-ring-offset-color: #31135e;
}
.focus\:ring-offset-purple-10:focus{
--tw-ring-offset-color: #1c0f30;
}
.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: rgba(0,0,0,0);
}
.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-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(242, 244, 248, var(--tw-ring-opacity));
}
.ring-gray-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(221, 225, 230, var(--tw-ring-opacity));
}
.ring-gray-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(193, 199, 205, var(--tw-ring-opacity));
}
.ring-gray-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 169, 176, var(--tw-ring-opacity));
}
.ring-gray-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(135, 141, 150, var(--tw-ring-opacity));
}
.ring-gray-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 112, 119, var(--tw-ring-opacity));
}
.ring-gray-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(77, 83, 88, var(--tw-ring-opacity));
}
.ring-gray-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(52, 58, 63, var(--tw-ring-opacity));
}
.ring-gray-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(33, 39, 42, var(--tw-ring-opacity));
}
.ring-gray-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(18, 22, 25, var(--tw-ring-opacity));
}
.ring-blue-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(237, 245, 255, var(--tw-ring-opacity));
}
.ring-blue-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 226, 255, var(--tw-ring-opacity));
}
.ring-blue-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(166, 200, 255, var(--tw-ring-opacity));
}
.ring-blue-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(120, 169, 255, var(--tw-ring-opacity));
}
.ring-blue-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(69, 137, 255, var(--tw-ring-opacity));
}
.ring-blue-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(15, 98, 254, var(--tw-ring-opacity));
}
.ring-blue-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 67, 206, var(--tw-ring-opacity));
}
.ring-blue-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 45, 156, var(--tw-ring-opacity));
}
.ring-blue-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 29, 108, var(--tw-ring-opacity));
}
.ring-blue-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 17, 65, var(--tw-ring-opacity));
}
.ring-cyan-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(229, 246, 255, var(--tw-ring-opacity));
}
.ring-cyan-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 230, 255, var(--tw-ring-opacity));
}
.ring-cyan-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(130, 207, 255, var(--tw-ring-opacity));
}
.ring-cyan-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(51, 177, 255, var(--tw-ring-opacity));
}
.ring-cyan-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(17, 146, 232, var(--tw-ring-opacity));
}
.ring-cyan-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 114, 195, var(--tw-ring-opacity));
}
.ring-cyan-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 83, 154, var(--tw-ring-opacity));
}
.ring-cyan-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 58, 109, var(--tw-ring-opacity));
}
.ring-cyan-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(1, 39, 73, var(--tw-ring-opacity));
}
.ring-cyan-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 23, 39, var(--tw-ring-opacity));
}
.ring-orange-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 242, 232, var(--tw-ring-opacity));
}
.ring-orange-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 217, 190, var(--tw-ring-opacity));
}
.ring-orange-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 183, 132, var(--tw-ring-opacity));
}
.ring-orange-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 43, var(--tw-ring-opacity));
}
.ring-orange-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(235, 98, 0, var(--tw-ring-opacity));
}
.ring-orange-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 78, 0, var(--tw-ring-opacity));
}
.ring-orange-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 56, 0, var(--tw-ring-opacity));
}
.ring-orange-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(94, 41, 0, var(--tw-ring-opacity));
}
.ring-orange-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(62, 26, 0, var(--tw-ring-opacity));
}
.ring-orange-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(35, 16, 0, var(--tw-ring-opacity));
}
.ring-red-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
}
.ring-red-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 215, 217, var(--tw-ring-opacity));
}
.ring-red-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 179, 184, var(--tw-ring-opacity));
}
.ring-red-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 137, var(--tw-ring-opacity));
}
.ring-red-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(250, 77, 86, var(--tw-ring-opacity));
}
.ring-red-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(218, 30, 40, var(--tw-ring-opacity));
}
.ring-red-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 25, 31, var(--tw-ring-opacity));
}
.ring-red-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(117, 14, 19, var(--tw-ring-opacity));
}
.ring-red-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(82, 4, 8, var(--tw-ring-opacity));
}
.ring-red-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(45, 7, 9, var(--tw-ring-opacity));
}
.ring-magenta-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 240, 247, var(--tw-ring-opacity));
}
.ring-magenta-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 214, 232, var(--tw-ring-opacity));
}
.ring-magenta-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 175, 210, var(--tw-ring-opacity));
}
.ring-magenta-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 126, 182, var(--tw-ring-opacity));
}
.ring-magenta-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(238, 83, 150, var(--tw-ring-opacity));
}
.ring-magenta-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 38, 112, var(--tw-ring-opacity));
}
.ring-magenta-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(159, 24, 83, var(--tw-ring-opacity));
}
.ring-magenta-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(116, 9, 55, var(--tw-ring-opacity));
}
.ring-magenta-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(81, 2, 36, var(--tw-ring-opacity));
}
.ring-magenta-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(42, 10, 24, var(--tw-ring-opacity));
}
.ring-green-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(222, 251, 230, var(--tw-ring-opacity));
}
.ring-green-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 240, 186, var(--tw-ring-opacity));
}
.ring-green-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(111, 220, 140, var(--tw-ring-opacity));
}
.ring-green-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(66, 190, 101, var(--tw-ring-opacity));
}
.ring-green-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(36, 161, 72, var(--tw-ring-opacity));
}
.ring-green-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(25, 128, 56, var(--tw-ring-opacity));
}
.ring-green-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(14, 96, 39, var(--tw-ring-opacity));
}
.ring-green-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(4, 67, 23, var(--tw-ring-opacity));
}
.ring-green-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 45, 13, var(--tw-ring-opacity));
}
.ring-green-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(7, 25, 8, var(--tw-ring-opacity));
}
.ring-teal-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(217, 251, 251, var(--tw-ring-opacity));
}
.ring-teal-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(158, 240, 240, var(--tw-ring-opacity));
}
.ring-teal-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(61, 219, 217, var(--tw-ring-opacity));
}
.ring-teal-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 189, 186, var(--tw-ring-opacity));
}
.ring-teal-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 157, 154, var(--tw-ring-opacity));
}
.ring-teal-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 125, 121, var(--tw-ring-opacity));
}
.ring-teal-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 93, 93, var(--tw-ring-opacity));
}
.ring-teal-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 65, 68, var(--tw-ring-opacity));
}
.ring-teal-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 43, 48, var(--tw-ring-opacity));
}
.ring-teal-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 26, 28, var(--tw-ring-opacity));
}
.ring-purple-1{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(246, 242, 255, var(--tw-ring-opacity));
}
.ring-purple-2{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(232, 218, 255, var(--tw-ring-opacity));
}
.ring-purple-3{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(212, 187, 255, var(--tw-ring-opacity));
}
.ring-purple-4{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(190, 149, 255, var(--tw-ring-opacity));
}
.ring-purple-5{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(165, 110, 255, var(--tw-ring-opacity));
}
.ring-purple-6{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 63, 252, var(--tw-ring-opacity));
}
.ring-purple-7{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 41, 196, var(--tw-ring-opacity));
}
.ring-purple-8{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(73, 29, 139, var(--tw-ring-opacity));
}
.ring-purple-9{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 19, 94, var(--tw-ring-opacity));
}
.ring-purple-10{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(28, 15, 48, var(--tw-ring-opacity));
}
.focus-within\:ring-transparent:focus-within{
--tw-ring-color: rgba(0,0,0,0);
}
.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-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(242, 244, 248, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(221, 225, 230, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(193, 199, 205, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 169, 176, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(135, 141, 150, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 112, 119, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(77, 83, 88, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(52, 58, 63, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(33, 39, 42, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(18, 22, 25, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(237, 245, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 226, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(166, 200, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(120, 169, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(69, 137, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(15, 98, 254, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 67, 206, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 45, 156, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 29, 108, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 17, 65, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(229, 246, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 230, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(130, 207, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(51, 177, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(17, 146, 232, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 114, 195, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 83, 154, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 58, 109, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(1, 39, 73, var(--tw-ring-opacity));
}
.focus-within\:ring-cyan-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 23, 39, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 242, 232, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 217, 190, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 183, 132, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 43, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(235, 98, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 78, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 56, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(94, 41, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(62, 26, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(35, 16, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-red-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
}
.focus-within\:ring-red-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 215, 217, var(--tw-ring-opacity));
}
.focus-within\:ring-red-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 179, 184, var(--tw-ring-opacity));
}
.focus-within\:ring-red-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 137, var(--tw-ring-opacity));
}
.focus-within\:ring-red-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(250, 77, 86, var(--tw-ring-opacity));
}
.focus-within\:ring-red-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(218, 30, 40, var(--tw-ring-opacity));
}
.focus-within\:ring-red-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 25, 31, var(--tw-ring-opacity));
}
.focus-within\:ring-red-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(117, 14, 19, var(--tw-ring-opacity));
}
.focus-within\:ring-red-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(82, 4, 8, var(--tw-ring-opacity));
}
.focus-within\:ring-red-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(45, 7, 9, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 240, 247, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 214, 232, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 175, 210, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 126, 182, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(238, 83, 150, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 38, 112, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(159, 24, 83, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(116, 9, 55, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(81, 2, 36, var(--tw-ring-opacity));
}
.focus-within\:ring-magenta-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(42, 10, 24, var(--tw-ring-opacity));
}
.focus-within\:ring-green-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(222, 251, 230, var(--tw-ring-opacity));
}
.focus-within\:ring-green-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 240, 186, var(--tw-ring-opacity));
}
.focus-within\:ring-green-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(111, 220, 140, var(--tw-ring-opacity));
}
.focus-within\:ring-green-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(66, 190, 101, var(--tw-ring-opacity));
}
.focus-within\:ring-green-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(36, 161, 72, var(--tw-ring-opacity));
}
.focus-within\:ring-green-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(25, 128, 56, var(--tw-ring-opacity));
}
.focus-within\:ring-green-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(14, 96, 39, var(--tw-ring-opacity));
}
.focus-within\:ring-green-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(4, 67, 23, var(--tw-ring-opacity));
}
.focus-within\:ring-green-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 45, 13, var(--tw-ring-opacity));
}
.focus-within\:ring-green-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(7, 25, 8, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(217, 251, 251, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(158, 240, 240, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(61, 219, 217, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 189, 186, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 157, 154, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 125, 121, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 93, 93, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 65, 68, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 43, 48, var(--tw-ring-opacity));
}
.focus-within\:ring-teal-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 26, 28, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-1:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(246, 242, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-2:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(232, 218, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-3:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(212, 187, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-4:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(190, 149, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-5:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(165, 110, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-6:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 63, 252, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-7:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 41, 196, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-8:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(73, 29, 139, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-9:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 19, 94, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-10:focus-within{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(28, 15, 48, var(--tw-ring-opacity));
}
.hover\:ring-transparent:hover{
--tw-ring-color: rgba(0,0,0,0);
}
.hover\:ring-black:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.hover\:ring-white:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.hover\:ring-gray-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(242, 244, 248, var(--tw-ring-opacity));
}
.hover\:ring-gray-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(221, 225, 230, var(--tw-ring-opacity));
}
.hover\:ring-gray-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(193, 199, 205, var(--tw-ring-opacity));
}
.hover\:ring-gray-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 169, 176, var(--tw-ring-opacity));
}
.hover\:ring-gray-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(135, 141, 150, var(--tw-ring-opacity));
}
.hover\:ring-gray-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 112, 119, var(--tw-ring-opacity));
}
.hover\:ring-gray-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(77, 83, 88, var(--tw-ring-opacity));
}
.hover\:ring-gray-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(52, 58, 63, var(--tw-ring-opacity));
}
.hover\:ring-gray-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(33, 39, 42, var(--tw-ring-opacity));
}
.hover\:ring-gray-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(18, 22, 25, var(--tw-ring-opacity));
}
.hover\:ring-blue-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(237, 245, 255, var(--tw-ring-opacity));
}
.hover\:ring-blue-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 226, 255, var(--tw-ring-opacity));
}
.hover\:ring-blue-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(166, 200, 255, var(--tw-ring-opacity));
}
.hover\:ring-blue-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(120, 169, 255, var(--tw-ring-opacity));
}
.hover\:ring-blue-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(69, 137, 255, var(--tw-ring-opacity));
}
.hover\:ring-blue-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(15, 98, 254, var(--tw-ring-opacity));
}
.hover\:ring-blue-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 67, 206, var(--tw-ring-opacity));
}
.hover\:ring-blue-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 45, 156, var(--tw-ring-opacity));
}
.hover\:ring-blue-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 29, 108, var(--tw-ring-opacity));
}
.hover\:ring-blue-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 17, 65, var(--tw-ring-opacity));
}
.hover\:ring-cyan-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(229, 246, 255, var(--tw-ring-opacity));
}
.hover\:ring-cyan-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 230, 255, var(--tw-ring-opacity));
}
.hover\:ring-cyan-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(130, 207, 255, var(--tw-ring-opacity));
}
.hover\:ring-cyan-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(51, 177, 255, var(--tw-ring-opacity));
}
.hover\:ring-cyan-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(17, 146, 232, var(--tw-ring-opacity));
}
.hover\:ring-cyan-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 114, 195, var(--tw-ring-opacity));
}
.hover\:ring-cyan-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 83, 154, var(--tw-ring-opacity));
}
.hover\:ring-cyan-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 58, 109, var(--tw-ring-opacity));
}
.hover\:ring-cyan-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(1, 39, 73, var(--tw-ring-opacity));
}
.hover\:ring-cyan-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 23, 39, var(--tw-ring-opacity));
}
.hover\:ring-orange-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 242, 232, var(--tw-ring-opacity));
}
.hover\:ring-orange-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 217, 190, var(--tw-ring-opacity));
}
.hover\:ring-orange-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 183, 132, var(--tw-ring-opacity));
}
.hover\:ring-orange-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 43, var(--tw-ring-opacity));
}
.hover\:ring-orange-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(235, 98, 0, var(--tw-ring-opacity));
}
.hover\:ring-orange-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 78, 0, var(--tw-ring-opacity));
}
.hover\:ring-orange-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 56, 0, var(--tw-ring-opacity));
}
.hover\:ring-orange-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(94, 41, 0, var(--tw-ring-opacity));
}
.hover\:ring-orange-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(62, 26, 0, var(--tw-ring-opacity));
}
.hover\:ring-orange-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(35, 16, 0, var(--tw-ring-opacity));
}
.hover\:ring-red-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
}
.hover\:ring-red-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 215, 217, var(--tw-ring-opacity));
}
.hover\:ring-red-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 179, 184, var(--tw-ring-opacity));
}
.hover\:ring-red-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 137, var(--tw-ring-opacity));
}
.hover\:ring-red-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(250, 77, 86, var(--tw-ring-opacity));
}
.hover\:ring-red-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(218, 30, 40, var(--tw-ring-opacity));
}
.hover\:ring-red-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 25, 31, var(--tw-ring-opacity));
}
.hover\:ring-red-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(117, 14, 19, var(--tw-ring-opacity));
}
.hover\:ring-red-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(82, 4, 8, var(--tw-ring-opacity));
}
.hover\:ring-red-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(45, 7, 9, var(--tw-ring-opacity));
}
.hover\:ring-magenta-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 240, 247, var(--tw-ring-opacity));
}
.hover\:ring-magenta-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 214, 232, var(--tw-ring-opacity));
}
.hover\:ring-magenta-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 175, 210, var(--tw-ring-opacity));
}
.hover\:ring-magenta-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 126, 182, var(--tw-ring-opacity));
}
.hover\:ring-magenta-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(238, 83, 150, var(--tw-ring-opacity));
}
.hover\:ring-magenta-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 38, 112, var(--tw-ring-opacity));
}
.hover\:ring-magenta-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(159, 24, 83, var(--tw-ring-opacity));
}
.hover\:ring-magenta-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(116, 9, 55, var(--tw-ring-opacity));
}
.hover\:ring-magenta-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(81, 2, 36, var(--tw-ring-opacity));
}
.hover\:ring-magenta-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(42, 10, 24, var(--tw-ring-opacity));
}
.hover\:ring-green-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(222, 251, 230, var(--tw-ring-opacity));
}
.hover\:ring-green-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 240, 186, var(--tw-ring-opacity));
}
.hover\:ring-green-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(111, 220, 140, var(--tw-ring-opacity));
}
.hover\:ring-green-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(66, 190, 101, var(--tw-ring-opacity));
}
.hover\:ring-green-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(36, 161, 72, var(--tw-ring-opacity));
}
.hover\:ring-green-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(25, 128, 56, var(--tw-ring-opacity));
}
.hover\:ring-green-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(14, 96, 39, var(--tw-ring-opacity));
}
.hover\:ring-green-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(4, 67, 23, var(--tw-ring-opacity));
}
.hover\:ring-green-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 45, 13, var(--tw-ring-opacity));
}
.hover\:ring-green-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(7, 25, 8, var(--tw-ring-opacity));
}
.hover\:ring-teal-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(217, 251, 251, var(--tw-ring-opacity));
}
.hover\:ring-teal-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(158, 240, 240, var(--tw-ring-opacity));
}
.hover\:ring-teal-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(61, 219, 217, var(--tw-ring-opacity));
}
.hover\:ring-teal-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 189, 186, var(--tw-ring-opacity));
}
.hover\:ring-teal-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 157, 154, var(--tw-ring-opacity));
}
.hover\:ring-teal-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 125, 121, var(--tw-ring-opacity));
}
.hover\:ring-teal-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 93, 93, var(--tw-ring-opacity));
}
.hover\:ring-teal-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 65, 68, var(--tw-ring-opacity));
}
.hover\:ring-teal-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 43, 48, var(--tw-ring-opacity));
}
.hover\:ring-teal-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 26, 28, var(--tw-ring-opacity));
}
.hover\:ring-purple-1:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(246, 242, 255, var(--tw-ring-opacity));
}
.hover\:ring-purple-2:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(232, 218, 255, var(--tw-ring-opacity));
}
.hover\:ring-purple-3:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(212, 187, 255, var(--tw-ring-opacity));
}
.hover\:ring-purple-4:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(190, 149, 255, var(--tw-ring-opacity));
}
.hover\:ring-purple-5:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(165, 110, 255, var(--tw-ring-opacity));
}
.hover\:ring-purple-6:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 63, 252, var(--tw-ring-opacity));
}
.hover\:ring-purple-7:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 41, 196, var(--tw-ring-opacity));
}
.hover\:ring-purple-8:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(73, 29, 139, var(--tw-ring-opacity));
}
.hover\:ring-purple-9:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 19, 94, var(--tw-ring-opacity));
}
.hover\:ring-purple-10:hover{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(28, 15, 48, var(--tw-ring-opacity));
}
.focus\:ring-transparent:focus{
--tw-ring-color: rgba(0,0,0,0);
}
.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-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(242, 244, 248, var(--tw-ring-opacity));
}
.focus\:ring-gray-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(221, 225, 230, var(--tw-ring-opacity));
}
.focus\:ring-gray-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(193, 199, 205, var(--tw-ring-opacity));
}
.focus\:ring-gray-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 169, 176, var(--tw-ring-opacity));
}
.focus\:ring-gray-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(135, 141, 150, var(--tw-ring-opacity));
}
.focus\:ring-gray-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 112, 119, var(--tw-ring-opacity));
}
.focus\:ring-gray-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(77, 83, 88, var(--tw-ring-opacity));
}
.focus\:ring-gray-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(52, 58, 63, var(--tw-ring-opacity));
}
.focus\:ring-gray-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(33, 39, 42, var(--tw-ring-opacity));
}
.focus\:ring-gray-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(18, 22, 25, var(--tw-ring-opacity));
}
.focus\:ring-blue-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(237, 245, 255, var(--tw-ring-opacity));
}
.focus\:ring-blue-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 226, 255, var(--tw-ring-opacity));
}
.focus\:ring-blue-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(166, 200, 255, var(--tw-ring-opacity));
}
.focus\:ring-blue-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(120, 169, 255, var(--tw-ring-opacity));
}
.focus\:ring-blue-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(69, 137, 255, var(--tw-ring-opacity));
}
.focus\:ring-blue-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(15, 98, 254, var(--tw-ring-opacity));
}
.focus\:ring-blue-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 67, 206, var(--tw-ring-opacity));
}
.focus\:ring-blue-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 45, 156, var(--tw-ring-opacity));
}
.focus\:ring-blue-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 29, 108, var(--tw-ring-opacity));
}
.focus\:ring-blue-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 17, 65, var(--tw-ring-opacity));
}
.focus\:ring-cyan-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(229, 246, 255, var(--tw-ring-opacity));
}
.focus\:ring-cyan-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 230, 255, var(--tw-ring-opacity));
}
.focus\:ring-cyan-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(130, 207, 255, var(--tw-ring-opacity));
}
.focus\:ring-cyan-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(51, 177, 255, var(--tw-ring-opacity));
}
.focus\:ring-cyan-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(17, 146, 232, var(--tw-ring-opacity));
}
.focus\:ring-cyan-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 114, 195, var(--tw-ring-opacity));
}
.focus\:ring-cyan-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 83, 154, var(--tw-ring-opacity));
}
.focus\:ring-cyan-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 58, 109, var(--tw-ring-opacity));
}
.focus\:ring-cyan-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(1, 39, 73, var(--tw-ring-opacity));
}
.focus\:ring-cyan-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 23, 39, var(--tw-ring-opacity));
}
.focus\:ring-orange-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 242, 232, var(--tw-ring-opacity));
}
.focus\:ring-orange-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 217, 190, var(--tw-ring-opacity));
}
.focus\:ring-orange-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 183, 132, var(--tw-ring-opacity));
}
.focus\:ring-orange-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 43, var(--tw-ring-opacity));
}
.focus\:ring-orange-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(235, 98, 0, var(--tw-ring-opacity));
}
.focus\:ring-orange-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(186, 78, 0, var(--tw-ring-opacity));
}
.focus\:ring-orange-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 56, 0, var(--tw-ring-opacity));
}
.focus\:ring-orange-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(94, 41, 0, var(--tw-ring-opacity));
}
.focus\:ring-orange-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(62, 26, 0, var(--tw-ring-opacity));
}
.focus\:ring-orange-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(35, 16, 0, var(--tw-ring-opacity));
}
.focus\:ring-red-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 241, 241, var(--tw-ring-opacity));
}
.focus\:ring-red-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 215, 217, var(--tw-ring-opacity));
}
.focus\:ring-red-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 179, 184, var(--tw-ring-opacity));
}
.focus\:ring-red-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 131, 137, var(--tw-ring-opacity));
}
.focus\:ring-red-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(250, 77, 86, var(--tw-ring-opacity));
}
.focus\:ring-red-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(218, 30, 40, var(--tw-ring-opacity));
}
.focus\:ring-red-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(162, 25, 31, var(--tw-ring-opacity));
}
.focus\:ring-red-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(117, 14, 19, var(--tw-ring-opacity));
}
.focus\:ring-red-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(82, 4, 8, var(--tw-ring-opacity));
}
.focus\:ring-red-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(45, 7, 9, var(--tw-ring-opacity));
}
.focus\:ring-magenta-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 240, 247, var(--tw-ring-opacity));
}
.focus\:ring-magenta-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 214, 232, var(--tw-ring-opacity));
}
.focus\:ring-magenta-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 175, 210, var(--tw-ring-opacity));
}
.focus\:ring-magenta-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 126, 182, var(--tw-ring-opacity));
}
.focus\:ring-magenta-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(238, 83, 150, var(--tw-ring-opacity));
}
.focus\:ring-magenta-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(208, 38, 112, var(--tw-ring-opacity));
}
.focus\:ring-magenta-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(159, 24, 83, var(--tw-ring-opacity));
}
.focus\:ring-magenta-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(116, 9, 55, var(--tw-ring-opacity));
}
.focus\:ring-magenta-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(81, 2, 36, var(--tw-ring-opacity));
}
.focus\:ring-magenta-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(42, 10, 24, var(--tw-ring-opacity));
}
.focus\:ring-green-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(222, 251, 230, var(--tw-ring-opacity));
}
.focus\:ring-green-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 240, 186, var(--tw-ring-opacity));
}
.focus\:ring-green-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(111, 220, 140, var(--tw-ring-opacity));
}
.focus\:ring-green-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(66, 190, 101, var(--tw-ring-opacity));
}
.focus\:ring-green-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(36, 161, 72, var(--tw-ring-opacity));
}
.focus\:ring-green-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(25, 128, 56, var(--tw-ring-opacity));
}
.focus\:ring-green-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(14, 96, 39, var(--tw-ring-opacity));
}
.focus\:ring-green-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(4, 67, 23, var(--tw-ring-opacity));
}
.focus\:ring-green-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 45, 13, var(--tw-ring-opacity));
}
.focus\:ring-green-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(7, 25, 8, var(--tw-ring-opacity));
}
.focus\:ring-teal-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(217, 251, 251, var(--tw-ring-opacity));
}
.focus\:ring-teal-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(158, 240, 240, var(--tw-ring-opacity));
}
.focus\:ring-teal-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(61, 219, 217, var(--tw-ring-opacity));
}
.focus\:ring-teal-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 189, 186, var(--tw-ring-opacity));
}
.focus\:ring-teal-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 157, 154, var(--tw-ring-opacity));
}
.focus\:ring-teal-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 125, 121, var(--tw-ring-opacity));
}
.focus\:ring-teal-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 93, 93, var(--tw-ring-opacity));
}
.focus\:ring-teal-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 65, 68, var(--tw-ring-opacity));
}
.focus\:ring-teal-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(2, 43, 48, var(--tw-ring-opacity));
}
.focus\:ring-teal-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(8, 26, 28, var(--tw-ring-opacity));
}
.focus\:ring-purple-1:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(246, 242, 255, var(--tw-ring-opacity));
}
.focus\:ring-purple-2:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(232, 218, 255, var(--tw-ring-opacity));
}
.focus\:ring-purple-3:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(212, 187, 255, var(--tw-ring-opacity));
}
.focus\:ring-purple-4:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(190, 149, 255, var(--tw-ring-opacity));
}
.focus\:ring-purple-5:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(165, 110, 255, var(--tw-ring-opacity));
}
.focus\:ring-purple-6:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(138, 63, 252, var(--tw-ring-opacity));
}
.focus\:ring-purple-7:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(105, 41, 196, var(--tw-ring-opacity));
}
.focus\:ring-purple-8:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(73, 29, 139, var(--tw-ring-opacity));
}
.focus\:ring-purple-9:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 19, 94, var(--tw-ring-opacity));
}
.focus\:ring-purple-10:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgba(28, 15, 48, 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: rgba(0,0,0,0);
}
.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-1{
--tw-text-opacity: 1;
color: rgba(242, 244, 248, var(--tw-text-opacity));
}
.text-gray-2{
--tw-text-opacity: 1;
color: rgba(221, 225, 230, var(--tw-text-opacity));
}
.text-gray-3{
--tw-text-opacity: 1;
color: rgba(193, 199, 205, var(--tw-text-opacity));
}
.text-gray-4{
--tw-text-opacity: 1;
color: rgba(162, 169, 176, var(--tw-text-opacity));
}
.text-gray-5{
--tw-text-opacity: 1;
color: rgba(135, 141, 150, var(--tw-text-opacity));
}
.text-gray-6{
--tw-text-opacity: 1;
color: rgba(105, 112, 119, var(--tw-text-opacity));
}
.text-gray-7{
--tw-text-opacity: 1;
color: rgba(77, 83, 88, var(--tw-text-opacity));
}
.text-gray-8{
--tw-text-opacity: 1;
color: rgba(52, 58, 63, var(--tw-text-opacity));
}
.text-gray-9{
--tw-text-opacity: 1;
color: rgba(33, 39, 42, var(--tw-text-opacity));
}
.text-gray-10{
--tw-text-opacity: 1;
color: rgba(18, 22, 25, var(--tw-text-opacity));
}
.text-blue-1{
--tw-text-opacity: 1;
color: rgba(237, 245, 255, var(--tw-text-opacity));
}
.text-blue-2{
--tw-text-opacity: 1;
color: rgba(208, 226, 255, var(--tw-text-opacity));
}
.text-blue-3{
--tw-text-opacity: 1;
color: rgba(166, 200, 255, var(--tw-text-opacity));
}
.text-blue-4{
--tw-text-opacity: 1;
color: rgba(120, 169, 255, var(--tw-text-opacity));
}
.text-blue-5{
--tw-text-opacity: 1;
color: rgba(69, 137, 255, var(--tw-text-opacity));
}
.text-blue-6{
--tw-text-opacity: 1;
color: rgba(15, 98, 254, var(--tw-text-opacity));
}
.text-blue-7{
--tw-text-opacity: 1;
color: rgba(0, 67, 206, var(--tw-text-opacity));
}
.text-blue-8{
--tw-text-opacity: 1;
color: rgba(0, 45, 156, var(--tw-text-opacity));
}
.text-blue-9{
--tw-text-opacity: 1;
color: rgba(0, 29, 108, var(--tw-text-opacity));
}
.text-blue-10{
--tw-text-opacity: 1;
color: rgba(0, 17, 65, var(--tw-text-opacity));
}
.text-cyan-1{
--tw-text-opacity: 1;
color: rgba(229, 246, 255, var(--tw-text-opacity));
}
.text-cyan-2{
--tw-text-opacity: 1;
color: rgba(186, 230, 255, var(--tw-text-opacity));
}
.text-cyan-3{
--tw-text-opacity: 1;
color: rgba(130, 207, 255, var(--tw-text-opacity));
}
.text-cyan-4{
--tw-text-opacity: 1;
color: rgba(51, 177, 255, var(--tw-text-opacity));
}
.text-cyan-5{
--tw-text-opacity: 1;
color: rgba(17, 146, 232, var(--tw-text-opacity));
}
.text-cyan-6{
--tw-text-opacity: 1;
color: rgba(0, 114, 195, var(--tw-text-opacity));
}
.text-cyan-7{
--tw-text-opacity: 1;
color: rgba(0, 83, 154, var(--tw-text-opacity));
}
.text-cyan-8{
--tw-text-opacity: 1;
color: rgba(0, 58, 109, var(--tw-text-opacity));
}
.text-cyan-9{
--tw-text-opacity: 1;
color: rgba(1, 39, 73, var(--tw-text-opacity));
}
.text-cyan-10{
--tw-text-opacity: 1;
color: rgba(6, 23, 39, var(--tw-text-opacity));
}
.text-orange-1{
--tw-text-opacity: 1;
color: rgba(255, 242, 232, var(--tw-text-opacity));
}
.text-orange-2{
--tw-text-opacity: 1;
color: rgba(255, 217, 190, var(--tw-text-opacity));
}
.text-orange-3{
--tw-text-opacity: 1;
color: rgba(255, 183, 132, var(--tw-text-opacity));
}
.text-orange-4{
--tw-text-opacity: 1;
color: rgba(255, 131, 43, var(--tw-text-opacity));
}
.text-orange-5{
--tw-text-opacity: 1;
color: rgba(235, 98, 0, var(--tw-text-opacity));
}
.text-orange-6{
--tw-text-opacity: 1;
color: rgba(186, 78, 0, var(--tw-text-opacity));
}
.text-orange-7{
--tw-text-opacity: 1;
color: rgba(138, 56, 0, var(--tw-text-opacity));
}
.text-orange-8{
--tw-text-opacity: 1;
color: rgba(94, 41, 0, var(--tw-text-opacity));
}
.text-orange-9{
--tw-text-opacity: 1;
color: rgba(62, 26, 0, var(--tw-text-opacity));
}
.text-orange-10{
--tw-text-opacity: 1;
color: rgba(35, 16, 0, var(--tw-text-opacity));
}
.text-red-1{
--tw-text-opacity: 1;
color: rgba(255, 241, 241, var(--tw-text-opacity));
}
.text-red-2{
--tw-text-opacity: 1;
color: rgba(255, 215, 217, var(--tw-text-opacity));
}
.text-red-3{
--tw-text-opacity: 1;
color: rgba(255, 179, 184, var(--tw-text-opacity));
}
.text-red-4{
--tw-text-opacity: 1;
color: rgba(255, 131, 137, var(--tw-text-opacity));
}
.text-red-5{
--tw-text-opacity: 1;
color: rgba(250, 77, 86, var(--tw-text-opacity));
}
.text-red-6{
--tw-text-opacity: 1;
color: rgba(218, 30, 40, var(--tw-text-opacity));
}
.text-red-7{
--tw-text-opacity: 1;
color: rgba(162, 25, 31, var(--tw-text-opacity));
}
.text-red-8{
--tw-text-opacity: 1;
color: rgba(117, 14, 19, var(--tw-text-opacity));
}
.text-red-9{
--tw-text-opacity: 1;
color: rgba(82, 4, 8, var(--tw-text-opacity));
}
.text-red-10{
--tw-text-opacity: 1;
color: rgba(45, 7, 9, var(--tw-text-opacity));
}
.text-magenta-1{
--tw-text-opacity: 1;
color: rgba(255, 240, 247, var(--tw-text-opacity));
}
.text-magenta-2{
--tw-text-opacity: 1;
color: rgba(255, 214, 232, var(--tw-text-opacity));
}
.text-magenta-3{
--tw-text-opacity: 1;
color: rgba(255, 175, 210, var(--tw-text-opacity));
}
.text-magenta-4{
--tw-text-opacity: 1;
color: rgba(255, 126, 182, var(--tw-text-opacity));
}
.text-magenta-5{
--tw-text-opacity: 1;
color: rgba(238, 83, 150, var(--tw-text-opacity));
}
.text-magenta-6{
--tw-text-opacity: 1;
color: rgba(208, 38, 112, var(--tw-text-opacity));
}
.text-magenta-7{
--tw-text-opacity: 1;
color: rgba(159, 24, 83, var(--tw-text-opacity));
}
.text-magenta-8{
--tw-text-opacity: 1;
color: rgba(116, 9, 55, var(--tw-text-opacity));
}
.text-magenta-9{
--tw-text-opacity: 1;
color: rgba(81, 2, 36, var(--tw-text-opacity));
}
.text-magenta-10{
--tw-text-opacity: 1;
color: rgba(42, 10, 24, var(--tw-text-opacity));
}
.text-green-1{
--tw-text-opacity: 1;
color: rgba(222, 251, 230, var(--tw-text-opacity));
}
.text-green-2{
--tw-text-opacity: 1;
color: rgba(167, 240, 186, var(--tw-text-opacity));
}
.text-green-3{
--tw-text-opacity: 1;
color: rgba(111, 220, 140, var(--tw-text-opacity));
}
.text-green-4{
--tw-text-opacity: 1;
color: rgba(66, 190, 101, var(--tw-text-opacity));
}
.text-green-5{
--tw-text-opacity: 1;
color: rgba(36, 161, 72, var(--tw-text-opacity));
}
.text-green-6{
--tw-text-opacity: 1;
color: rgba(25, 128, 56, var(--tw-text-opacity));
}
.text-green-7{
--tw-text-opacity: 1;
color: rgba(14, 96, 39, var(--tw-text-opacity));
}
.text-green-8{
--tw-text-opacity: 1;
color: rgba(4, 67, 23, var(--tw-text-opacity));
}
.text-green-9{
--tw-text-opacity: 1;
color: rgba(2, 45, 13, var(--tw-text-opacity));
}
.text-green-10{
--tw-text-opacity: 1;
color: rgba(7, 25, 8, var(--tw-text-opacity));
}
.text-teal-1{
--tw-text-opacity: 1;
color: rgba(217, 251, 251, var(--tw-text-opacity));
}
.text-teal-2{
--tw-text-opacity: 1;
color: rgba(158, 240, 240, var(--tw-text-opacity));
}
.text-teal-3{
--tw-text-opacity: 1;
color: rgba(61, 219, 217, var(--tw-text-opacity));
}
.text-teal-4{
--tw-text-opacity: 1;
color: rgba(8, 189, 186, var(--tw-text-opacity));
}
.text-teal-5{
--tw-text-opacity: 1;
color: rgba(0, 157, 154, var(--tw-text-opacity));
}
.text-teal-6{
--tw-text-opacity: 1;
color: rgba(0, 125, 121, var(--tw-text-opacity));
}
.text-teal-7{
--tw-text-opacity: 1;
color: rgba(0, 93, 93, var(--tw-text-opacity));
}
.text-teal-8{
--tw-text-opacity: 1;
color: rgba(0, 65, 68, var(--tw-text-opacity));
}
.text-teal-9{
--tw-text-opacity: 1;
color: rgba(2, 43, 48, var(--tw-text-opacity));
}
.text-teal-10{
--tw-text-opacity: 1;
color: rgba(8, 26, 28, var(--tw-text-opacity));
}
.text-purple-1{
--tw-text-opacity: 1;
color: rgba(246, 242, 255, var(--tw-text-opacity));
}
.text-purple-2{
--tw-text-opacity: 1;
color: rgba(232, 218, 255, var(--tw-text-opacity));
}
.text-purple-3{
--tw-text-opacity: 1;
color: rgba(212, 187, 255, var(--tw-text-opacity));
}
.text-purple-4{
--tw-text-opacity: 1;
color: rgba(190, 149, 255, var(--tw-text-opacity));
}
.text-purple-5{
--tw-text-opacity: 1;
color: rgba(165, 110, 255, var(--tw-text-opacity));
}
.text-purple-6{
--tw-text-opacity: 1;
color: rgba(138, 63, 252, var(--tw-text-opacity));
}
.text-purple-7{
--tw-text-opacity: 1;
color: rgba(105, 41, 196, var(--tw-text-opacity));
}
.text-purple-8{
--tw-text-opacity: 1;
color: rgba(73, 29, 139, var(--tw-text-opacity));
}
.text-purple-9{
--tw-text-opacity: 1;
color: rgba(49, 19, 94, var(--tw-text-opacity));
}
.text-purple-10{
--tw-text-opacity: 1;
color: rgba(28, 15, 48, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-transparent{
color: rgba(0,0,0,0);
}
.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-1{
--tw-text-opacity: 1;
color: rgba(242, 244, 248, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-2{
--tw-text-opacity: 1;
color: rgba(221, 225, 230, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-3{
--tw-text-opacity: 1;
color: rgba(193, 199, 205, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-4{
--tw-text-opacity: 1;
color: rgba(162, 169, 176, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-5{
--tw-text-opacity: 1;
color: rgba(135, 141, 150, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-6{
--tw-text-opacity: 1;
color: rgba(105, 112, 119, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-7{
--tw-text-opacity: 1;
color: rgba(77, 83, 88, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-8{
--tw-text-opacity: 1;
color: rgba(52, 58, 63, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-9{
--tw-text-opacity: 1;
color: rgba(33, 39, 42, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-10{
--tw-text-opacity: 1;
color: rgba(18, 22, 25, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-1{
--tw-text-opacity: 1;
color: rgba(237, 245, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-2{
--tw-text-opacity: 1;
color: rgba(208, 226, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-3{
--tw-text-opacity: 1;
color: rgba(166, 200, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-4{
--tw-text-opacity: 1;
color: rgba(120, 169, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-5{
--tw-text-opacity: 1;
color: rgba(69, 137, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-6{
--tw-text-opacity: 1;
color: rgba(15, 98, 254, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-7{
--tw-text-opacity: 1;
color: rgba(0, 67, 206, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-8{
--tw-text-opacity: 1;
color: rgba(0, 45, 156, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-9{
--tw-text-opacity: 1;
color: rgba(0, 29, 108, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-10{
--tw-text-opacity: 1;
color: rgba(0, 17, 65, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-1{
--tw-text-opacity: 1;
color: rgba(229, 246, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-2{
--tw-text-opacity: 1;
color: rgba(186, 230, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-3{
--tw-text-opacity: 1;
color: rgba(130, 207, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-4{
--tw-text-opacity: 1;
color: rgba(51, 177, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-5{
--tw-text-opacity: 1;
color: rgba(17, 146, 232, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-6{
--tw-text-opacity: 1;
color: rgba(0, 114, 195, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-7{
--tw-text-opacity: 1;
color: rgba(0, 83, 154, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-8{
--tw-text-opacity: 1;
color: rgba(0, 58, 109, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-9{
--tw-text-opacity: 1;
color: rgba(1, 39, 73, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-10{
--tw-text-opacity: 1;
color: rgba(6, 23, 39, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-1{
--tw-text-opacity: 1;
color: rgba(255, 242, 232, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-2{
--tw-text-opacity: 1;
color: rgba(255, 217, 190, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-3{
--tw-text-opacity: 1;
color: rgba(255, 183, 132, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-4{
--tw-text-opacity: 1;
color: rgba(255, 131, 43, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-5{
--tw-text-opacity: 1;
color: rgba(235, 98, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-6{
--tw-text-opacity: 1;
color: rgba(186, 78, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-7{
--tw-text-opacity: 1;
color: rgba(138, 56, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-8{
--tw-text-opacity: 1;
color: rgba(94, 41, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-9{
--tw-text-opacity: 1;
color: rgba(62, 26, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-10{
--tw-text-opacity: 1;
color: rgba(35, 16, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-1{
--tw-text-opacity: 1;
color: rgba(255, 241, 241, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-2{
--tw-text-opacity: 1;
color: rgba(255, 215, 217, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-3{
--tw-text-opacity: 1;
color: rgba(255, 179, 184, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-4{
--tw-text-opacity: 1;
color: rgba(255, 131, 137, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-5{
--tw-text-opacity: 1;
color: rgba(250, 77, 86, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-6{
--tw-text-opacity: 1;
color: rgba(218, 30, 40, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-7{
--tw-text-opacity: 1;
color: rgba(162, 25, 31, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-8{
--tw-text-opacity: 1;
color: rgba(117, 14, 19, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-9{
--tw-text-opacity: 1;
color: rgba(82, 4, 8, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-10{
--tw-text-opacity: 1;
color: rgba(45, 7, 9, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-1{
--tw-text-opacity: 1;
color: rgba(255, 240, 247, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-2{
--tw-text-opacity: 1;
color: rgba(255, 214, 232, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-3{
--tw-text-opacity: 1;
color: rgba(255, 175, 210, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-4{
--tw-text-opacity: 1;
color: rgba(255, 126, 182, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-5{
--tw-text-opacity: 1;
color: rgba(238, 83, 150, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-6{
--tw-text-opacity: 1;
color: rgba(208, 38, 112, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-7{
--tw-text-opacity: 1;
color: rgba(159, 24, 83, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-8{
--tw-text-opacity: 1;
color: rgba(116, 9, 55, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-9{
--tw-text-opacity: 1;
color: rgba(81, 2, 36, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-magenta-10{
--tw-text-opacity: 1;
color: rgba(42, 10, 24, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-1{
--tw-text-opacity: 1;
color: rgba(222, 251, 230, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-2{
--tw-text-opacity: 1;
color: rgba(167, 240, 186, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-3{
--tw-text-opacity: 1;
color: rgba(111, 220, 140, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-4{
--tw-text-opacity: 1;
color: rgba(66, 190, 101, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-5{
--tw-text-opacity: 1;
color: rgba(36, 161, 72, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-6{
--tw-text-opacity: 1;
color: rgba(25, 128, 56, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-7{
--tw-text-opacity: 1;
color: rgba(14, 96, 39, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-8{
--tw-text-opacity: 1;
color: rgba(4, 67, 23, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-9{
--tw-text-opacity: 1;
color: rgba(2, 45, 13, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-10{
--tw-text-opacity: 1;
color: rgba(7, 25, 8, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-1{
--tw-text-opacity: 1;
color: rgba(217, 251, 251, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-2{
--tw-text-opacity: 1;
color: rgba(158, 240, 240, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-3{
--tw-text-opacity: 1;
color: rgba(61, 219, 217, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-4{
--tw-text-opacity: 1;
color: rgba(8, 189, 186, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-5{
--tw-text-opacity: 1;
color: rgba(0, 157, 154, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-6{
--tw-text-opacity: 1;
color: rgba(0, 125, 121, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-7{
--tw-text-opacity: 1;
color: rgba(0, 93, 93, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-8{
--tw-text-opacity: 1;
color: rgba(0, 65, 68, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-9{
--tw-text-opacity: 1;
color: rgba(2, 43, 48, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-teal-10{
--tw-text-opacity: 1;
color: rgba(8, 26, 28, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-1{
--tw-text-opacity: 1;
color: rgba(246, 242, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-2{
--tw-text-opacity: 1;
color: rgba(232, 218, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-3{
--tw-text-opacity: 1;
color: rgba(212, 187, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-4{
--tw-text-opacity: 1;
color: rgba(190, 149, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-5{
--tw-text-opacity: 1;
color: rgba(165, 110, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-6{
--tw-text-opacity: 1;
color: rgba(138, 63, 252, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-7{
--tw-text-opacity: 1;
color: rgba(105, 41, 196, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-8{
--tw-text-opacity: 1;
color: rgba(73, 29, 139, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-9{
--tw-text-opacity: 1;
color: rgba(49, 19, 94, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-10{
--tw-text-opacity: 1;
color: rgba(28, 15, 48, var(--tw-text-opacity));
}
.focus-within\:text-transparent:focus-within{
color: rgba(0,0,0,0);
}
.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-1:focus-within{
--tw-text-opacity: 1;
color: rgba(242, 244, 248, var(--tw-text-opacity));
}
.focus-within\:text-gray-2:focus-within{
--tw-text-opacity: 1;
color: rgba(221, 225, 230, var(--tw-text-opacity));
}
.focus-within\:text-gray-3:focus-within{
--tw-text-opacity: 1;
color: rgba(193, 199, 205, var(--tw-text-opacity));
}
.focus-within\:text-gray-4:focus-within{
--tw-text-opacity: 1;
color: rgba(162, 169, 176, var(--tw-text-opacity));
}
.focus-within\:text-gray-5:focus-within{
--tw-text-opacity: 1;
color: rgba(135, 141, 150, var(--tw-text-opacity));
}
.focus-within\:text-gray-6:focus-within{
--tw-text-opacity: 1;
color: rgba(105, 112, 119, var(--tw-text-opacity));
}
.focus-within\:text-gray-7:focus-within{
--tw-text-opacity: 1;
color: rgba(77, 83, 88, var(--tw-text-opacity));
}
.focus-within\:text-gray-8:focus-within{
--tw-text-opacity: 1;
color: rgba(52, 58, 63, var(--tw-text-opacity));
}
.focus-within\:text-gray-9:focus-within{
--tw-text-opacity: 1;
color: rgba(33, 39, 42, var(--tw-text-opacity));
}
.focus-within\:text-gray-10:focus-within{
--tw-text-opacity: 1;
color: rgba(18, 22, 25, var(--tw-text-opacity));
}
.focus-within\:text-blue-1:focus-within{
--tw-text-opacity: 1;
color: rgba(237, 245, 255, var(--tw-text-opacity));
}
.focus-within\:text-blue-2:focus-within{
--tw-text-opacity: 1;
color: rgba(208, 226, 255, var(--tw-text-opacity));
}
.focus-within\:text-blue-3:focus-within{
--tw-text-opacity: 1;
color: rgba(166, 200, 255, var(--tw-text-opacity));
}
.focus-within\:text-blue-4:focus-within{
--tw-text-opacity: 1;
color: rgba(120, 169, 255, var(--tw-text-opacity));
}
.focus-within\:text-blue-5:focus-within{
--tw-text-opacity: 1;
color: rgba(69, 137, 255, var(--tw-text-opacity));
}
.focus-within\:text-blue-6:focus-within{
--tw-text-opacity: 1;
color: rgba(15, 98, 254, var(--tw-text-opacity));
}
.focus-within\:text-blue-7:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 67, 206, var(--tw-text-opacity));
}
.focus-within\:text-blue-8:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 45, 156, var(--tw-text-opacity));
}
.focus-within\:text-blue-9:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 29, 108, var(--tw-text-opacity));
}
.focus-within\:text-blue-10:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 17, 65, var(--tw-text-opacity));
}
.focus-within\:text-cyan-1:focus-within{
--tw-text-opacity: 1;
color: rgba(229, 246, 255, var(--tw-text-opacity));
}
.focus-within\:text-cyan-2:focus-within{
--tw-text-opacity: 1;
color: rgba(186, 230, 255, var(--tw-text-opacity));
}
.focus-within\:text-cyan-3:focus-within{
--tw-text-opacity: 1;
color: rgba(130, 207, 255, var(--tw-text-opacity));
}
.focus-within\:text-cyan-4:focus-within{
--tw-text-opacity: 1;
color: rgba(51, 177, 255, var(--tw-text-opacity));
}
.focus-within\:text-cyan-5:focus-within{
--tw-text-opacity: 1;
color: rgba(17, 146, 232, var(--tw-text-opacity));
}
.focus-within\:text-cyan-6:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 114, 195, var(--tw-text-opacity));
}
.focus-within\:text-cyan-7:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 83, 154, var(--tw-text-opacity));
}
.focus-within\:text-cyan-8:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 58, 109, var(--tw-text-opacity));
}
.focus-within\:text-cyan-9:focus-within{
--tw-text-opacity: 1;
color: rgba(1, 39, 73, var(--tw-text-opacity));
}
.focus-within\:text-cyan-10:focus-within{
--tw-text-opacity: 1;
color: rgba(6, 23, 39, var(--tw-text-opacity));
}
.focus-within\:text-orange-1:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 242, 232, var(--tw-text-opacity));
}
.focus-within\:text-orange-2:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 217, 190, var(--tw-text-opacity));
}
.focus-within\:text-orange-3:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 183, 132, var(--tw-text-opacity));
}
.focus-within\:text-orange-4:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 131, 43, var(--tw-text-opacity));
}
.focus-within\:text-orange-5:focus-within{
--tw-text-opacity: 1;
color: rgba(235, 98, 0, var(--tw-text-opacity));
}
.focus-within\:text-orange-6:focus-within{
--tw-text-opacity: 1;
color: rgba(186, 78, 0, var(--tw-text-opacity));
}
.focus-within\:text-orange-7:focus-within{
--tw-text-opacity: 1;
color: rgba(138, 56, 0, var(--tw-text-opacity));
}
.focus-within\:text-orange-8:focus-within{
--tw-text-opacity: 1;
color: rgba(94, 41, 0, var(--tw-text-opacity));
}
.focus-within\:text-orange-9:focus-within{
--tw-text-opacity: 1;
color: rgba(62, 26, 0, var(--tw-text-opacity));
}
.focus-within\:text-orange-10:focus-within{
--tw-text-opacity: 1;
color: rgba(35, 16, 0, var(--tw-text-opacity));
}
.focus-within\:text-red-1:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 241, 241, var(--tw-text-opacity));
}
.focus-within\:text-red-2:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 215, 217, var(--tw-text-opacity));
}
.focus-within\:text-red-3:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 179, 184, var(--tw-text-opacity));
}
.focus-within\:text-red-4:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 131, 137, var(--tw-text-opacity));
}
.focus-within\:text-red-5:focus-within{
--tw-text-opacity: 1;
color: rgba(250, 77, 86, var(--tw-text-opacity));
}
.focus-within\:text-red-6:focus-within{
--tw-text-opacity: 1;
color: rgba(218, 30, 40, var(--tw-text-opacity));
}
.focus-within\:text-red-7:focus-within{
--tw-text-opacity: 1;
color: rgba(162, 25, 31, var(--tw-text-opacity));
}
.focus-within\:text-red-8:focus-within{
--tw-text-opacity: 1;
color: rgba(117, 14, 19, var(--tw-text-opacity));
}
.focus-within\:text-red-9:focus-within{
--tw-text-opacity: 1;
color: rgba(82, 4, 8, var(--tw-text-opacity));
}
.focus-within\:text-red-10:focus-within{
--tw-text-opacity: 1;
color: rgba(45, 7, 9, var(--tw-text-opacity));
}
.focus-within\:text-magenta-1:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 240, 247, var(--tw-text-opacity));
}
.focus-within\:text-magenta-2:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 214, 232, var(--tw-text-opacity));
}
.focus-within\:text-magenta-3:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 175, 210, var(--tw-text-opacity));
}
.focus-within\:text-magenta-4:focus-within{
--tw-text-opacity: 1;
color: rgba(255, 126, 182, var(--tw-text-opacity));
}
.focus-within\:text-magenta-5:focus-within{
--tw-text-opacity: 1;
color: rgba(238, 83, 150, var(--tw-text-opacity));
}
.focus-within\:text-magenta-6:focus-within{
--tw-text-opacity: 1;
color: rgba(208, 38, 112, var(--tw-text-opacity));
}
.focus-within\:text-magenta-7:focus-within{
--tw-text-opacity: 1;
color: rgba(159, 24, 83, var(--tw-text-opacity));
}
.focus-within\:text-magenta-8:focus-within{
--tw-text-opacity: 1;
color: rgba(116, 9, 55, var(--tw-text-opacity));
}
.focus-within\:text-magenta-9:focus-within{
--tw-text-opacity: 1;
color: rgba(81, 2, 36, var(--tw-text-opacity));
}
.focus-within\:text-magenta-10:focus-within{
--tw-text-opacity: 1;
color: rgba(42, 10, 24, var(--tw-text-opacity));
}
.focus-within\:text-green-1:focus-within{
--tw-text-opacity: 1;
color: rgba(222, 251, 230, var(--tw-text-opacity));
}
.focus-within\:text-green-2:focus-within{
--tw-text-opacity: 1;
color: rgba(167, 240, 186, var(--tw-text-opacity));
}
.focus-within\:text-green-3:focus-within{
--tw-text-opacity: 1;
color: rgba(111, 220, 140, var(--tw-text-opacity));
}
.focus-within\:text-green-4:focus-within{
--tw-text-opacity: 1;
color: rgba(66, 190, 101, var(--tw-text-opacity));
}
.focus-within\:text-green-5:focus-within{
--tw-text-opacity: 1;
color: rgba(36, 161, 72, var(--tw-text-opacity));
}
.focus-within\:text-green-6:focus-within{
--tw-text-opacity: 1;
color: rgba(25, 128, 56, var(--tw-text-opacity));
}
.focus-within\:text-green-7:focus-within{
--tw-text-opacity: 1;
color: rgba(14, 96, 39, var(--tw-text-opacity));
}
.focus-within\:text-green-8:focus-within{
--tw-text-opacity: 1;
color: rgba(4, 67, 23, var(--tw-text-opacity));
}
.focus-within\:text-green-9:focus-within{
--tw-text-opacity: 1;
color: rgba(2, 45, 13, var(--tw-text-opacity));
}
.focus-within\:text-green-10:focus-within{
--tw-text-opacity: 1;
color: rgba(7, 25, 8, var(--tw-text-opacity));
}
.focus-within\:text-teal-1:focus-within{
--tw-text-opacity: 1;
color: rgba(217, 251, 251, var(--tw-text-opacity));
}
.focus-within\:text-teal-2:focus-within{
--tw-text-opacity: 1;
color: rgba(158, 240, 240, var(--tw-text-opacity));
}
.focus-within\:text-teal-3:focus-within{
--tw-text-opacity: 1;
color: rgba(61, 219, 217, var(--tw-text-opacity));
}
.focus-within\:text-teal-4:focus-within{
--tw-text-opacity: 1;
color: rgba(8, 189, 186, var(--tw-text-opacity));
}
.focus-within\:text-teal-5:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 157, 154, var(--tw-text-opacity));
}
.focus-within\:text-teal-6:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 125, 121, var(--tw-text-opacity));
}
.focus-within\:text-teal-7:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 93, 93, var(--tw-text-opacity));
}
.focus-within\:text-teal-8:focus-within{
--tw-text-opacity: 1;
color: rgba(0, 65, 68, var(--tw-text-opacity));
}
.focus-within\:text-teal-9:focus-within{
--tw-text-opacity: 1;
color: rgba(2, 43, 48, var(--tw-text-opacity));
}
.focus-within\:text-teal-10:focus-within{
--tw-text-opacity: 1;
color: rgba(8, 26, 28, var(--tw-text-opacity));
}
.focus-within\:text-purple-1:focus-within{
--tw-text-opacity: 1;
color: rgba(246, 242, 255, var(--tw-text-opacity));
}
.focus-within\:text-purple-2:focus-within{
--tw-text-opacity: 1;
color: rgba(232, 218, 255, var(--tw-text-opacity));
}
.focus-within\:text-purple-3:focus-within{
--tw-text-opacity: 1;
color: rgba(212, 187, 255, var(--tw-text-opacity));
}
.focus-within\:text-purple-4:focus-within{
--tw-text-opacity: 1;
color: rgba(190, 149, 255, var(--tw-text-opacity));
}
.focus-within\:text-purple-5:focus-within{
--tw-text-opacity: 1;
color: rgba(165, 110, 255, var(--tw-text-opacity));
}
.focus-within\:text-purple-6:focus-within{
--tw-text-opacity: 1;
color: rgba(138, 63, 252, var(--tw-text-opacity));
}
.focus-within\:text-purple-7:focus-within{
--tw-text-opacity: 1;
color: rgba(105, 41, 196, var(--tw-text-opacity));
}
.focus-within\:text-purple-8:focus-within{
--tw-text-opacity: 1;
color: rgba(73, 29, 139, var(--tw-text-opacity));
}
.focus-within\:text-purple-9:focus-within{
--tw-text-opacity: 1;
color: rgba(49, 19, 94, var(--tw-text-opacity));
}
.focus-within\:text-purple-10:focus-within{
--tw-text-opacity: 1;
color: rgba(28, 15, 48, var(--tw-text-opacity));
}
.hover\:text-transparent:hover{
color: rgba(0,0,0,0);
}
.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-1:hover{
--tw-text-opacity: 1;
color: rgba(242, 244, 248, var(--tw-text-opacity));
}
.hover\:text-gray-2:hover{
--tw-text-opacity: 1;
color: rgba(221, 225, 230, var(--tw-text-opacity));
}
.hover\:text-gray-3:hover{
--tw-text-opacity: 1;
color: rgba(193, 199, 205, var(--tw-text-opacity));
}
.hover\:text-gray-4:hover{
--tw-text-opacity: 1;
color: rgba(162, 169, 176, var(--tw-text-opacity));
}
.hover\:text-gray-5:hover{
--tw-text-opacity: 1;
color: rgba(135, 141, 150, var(--tw-text-opacity));
}
.hover\:text-gray-6:hover{
--tw-text-opacity: 1;
color: rgba(105, 112, 119, var(--tw-text-opacity));
}
.hover\:text-gray-7:hover{
--tw-text-opacity: 1;
color: rgba(77, 83, 88, var(--tw-text-opacity));
}
.hover\:text-gray-8:hover{
--tw-text-opacity: 1;
color: rgba(52, 58, 63, var(--tw-text-opacity));
}
.hover\:text-gray-9:hover{
--tw-text-opacity: 1;
color: rgba(33, 39, 42, var(--tw-text-opacity));
}
.hover\:text-gray-10:hover{
--tw-text-opacity: 1;
color: rgba(18, 22, 25, var(--tw-text-opacity));
}
.hover\:text-blue-1:hover{
--tw-text-opacity: 1;
color: rgba(237, 245, 255, var(--tw-text-opacity));
}
.hover\:text-blue-2:hover{
--tw-text-opacity: 1;
color: rgba(208, 226, 255, var(--tw-text-opacity));
}
.hover\:text-blue-3:hover{
--tw-text-opacity: 1;
color: rgba(166, 200, 255, var(--tw-text-opacity));
}
.hover\:text-blue-4:hover{
--tw-text-opacity: 1;
color: rgba(120, 169, 255, var(--tw-text-opacity));
}
.hover\:text-blue-5:hover{
--tw-text-opacity: 1;
color: rgba(69, 137, 255, var(--tw-text-opacity));
}
.hover\:text-blue-6:hover{
--tw-text-opacity: 1;
color: rgba(15, 98, 254, var(--tw-text-opacity));
}
.hover\:text-blue-7:hover{
--tw-text-opacity: 1;
color: rgba(0, 67, 206, var(--tw-text-opacity));
}
.hover\:text-blue-8:hover{
--tw-text-opacity: 1;
color: rgba(0, 45, 156, var(--tw-text-opacity));
}
.hover\:text-blue-9:hover{
--tw-text-opacity: 1;
color: rgba(0, 29, 108, var(--tw-text-opacity));
}
.hover\:text-blue-10:hover{
--tw-text-opacity: 1;
color: rgba(0, 17, 65, var(--tw-text-opacity));
}
.hover\:text-cyan-1:hover{
--tw-text-opacity: 1;
color: rgba(229, 246, 255, var(--tw-text-opacity));
}
.hover\:text-cyan-2:hover{
--tw-text-opacity: 1;
color: rgba(186, 230, 255, var(--tw-text-opacity));
}
.hover\:text-cyan-3:hover{
--tw-text-opacity: 1;
color: rgba(130, 207, 255, var(--tw-text-opacity));
}
.hover\:text-cyan-4:hover{
--tw-text-opacity: 1;
color: rgba(51, 177, 255, var(--tw-text-opacity));
}
.hover\:text-cyan-5:hover{
--tw-text-opacity: 1;
color: rgba(17, 146, 232, var(--tw-text-opacity));
}
.hover\:text-cyan-6:hover{
--tw-text-opacity: 1;
color: rgba(0, 114, 195, var(--tw-text-opacity));
}
.hover\:text-cyan-7:hover{
--tw-text-opacity: 1;
color: rgba(0, 83, 154, var(--tw-text-opacity));
}
.hover\:text-cyan-8:hover{
--tw-text-opacity: 1;
color: rgba(0, 58, 109, var(--tw-text-opacity));
}
.hover\:text-cyan-9:hover{
--tw-text-opacity: 1;
color: rgba(1, 39, 73, var(--tw-text-opacity));
}
.hover\:text-cyan-10:hover{
--tw-text-opacity: 1;
color: rgba(6, 23, 39, var(--tw-text-opacity));
}
.hover\:text-orange-1:hover{
--tw-text-opacity: 1;
color: rgba(255, 242, 232, var(--tw-text-opacity));
}
.hover\:text-orange-2:hover{
--tw-text-opacity: 1;
color: rgba(255, 217, 190, var(--tw-text-opacity));
}
.hover\:text-orange-3:hover{
--tw-text-opacity: 1;
color: rgba(255, 183, 132, var(--tw-text-opacity));
}
.hover\:text-orange-4:hover{
--tw-text-opacity: 1;
color: rgba(255, 131, 43, var(--tw-text-opacity));
}
.hover\:text-orange-5:hover{
--tw-text-opacity: 1;
color: rgba(235, 98, 0, var(--tw-text-opacity));
}
.hover\:text-orange-6:hover{
--tw-text-opacity: 1;
color: rgba(186, 78, 0, var(--tw-text-opacity));
}
.hover\:text-orange-7:hover{
--tw-text-opacity: 1;
color: rgba(138, 56, 0, var(--tw-text-opacity));
}
.hover\:text-orange-8:hover{
--tw-text-opacity: 1;
color: rgba(94, 41, 0, var(--tw-text-opacity));
}
.hover\:text-orange-9:hover{
--tw-text-opacity: 1;
color: rgba(62, 26, 0, var(--tw-text-opacity));
}
.hover\:text-orange-10:hover{
--tw-text-opacity: 1;
color: rgba(35, 16, 0, var(--tw-text-opacity));
}
.hover\:text-red-1:hover{
--tw-text-opacity: 1;
color: rgba(255, 241, 241, var(--tw-text-opacity));
}
.hover\:text-red-2:hover{
--tw-text-opacity: 1;
color: rgba(255, 215, 217, var(--tw-text-opacity));
}
.hover\:text-red-3:hover{
--tw-text-opacity: 1;
color: rgba(255, 179, 184, var(--tw-text-opacity));
}
.hover\:text-red-4:hover{
--tw-text-opacity: 1;
color: rgba(255, 131, 137, var(--tw-text-opacity));
}
.hover\:text-red-5:hover{
--tw-text-opacity: 1;
color: rgba(250, 77, 86, var(--tw-text-opacity));
}
.hover\:text-red-6:hover{
--tw-text-opacity: 1;
color: rgba(218, 30, 40, var(--tw-text-opacity));
}
.hover\:text-red-7:hover{
--tw-text-opacity: 1;
color: rgba(162, 25, 31, var(--tw-text-opacity));
}
.hover\:text-red-8:hover{
--tw-text-opacity: 1;
color: rgba(117, 14, 19, var(--tw-text-opacity));
}
.hover\:text-red-9:hover{
--tw-text-opacity: 1;
color: rgba(82, 4, 8, var(--tw-text-opacity));
}
.hover\:text-red-10:hover{
--tw-text-opacity: 1;
color: rgba(45, 7, 9, var(--tw-text-opacity));
}
.hover\:text-magenta-1:hover{
--tw-text-opacity: 1;
color: rgba(255, 240, 247, var(--tw-text-opacity));
}
.hover\:text-magenta-2:hover{
--tw-text-opacity: 1;
color: rgba(255, 214, 232, var(--tw-text-opacity));
}
.hover\:text-magenta-3:hover{
--tw-text-opacity: 1;
color: rgba(255, 175, 210, var(--tw-text-opacity));
}
.hover\:text-magenta-4:hover{
--tw-text-opacity: 1;
color: rgba(255, 126, 182, var(--tw-text-opacity));
}
.hover\:text-magenta-5:hover{
--tw-text-opacity: 1;
color: rgba(238, 83, 150, var(--tw-text-opacity));
}
.hover\:text-magenta-6:hover{
--tw-text-opacity: 1;
color: rgba(208, 38, 112, var(--tw-text-opacity));
}
.hover\:text-magenta-7:hover{
--tw-text-opacity: 1;
color: rgba(159, 24, 83, var(--tw-text-opacity));
}
.hover\:text-magenta-8:hover{
--tw-text-opacity: 1;
color: rgba(116, 9, 55, var(--tw-text-opacity));
}
.hover\:text-magenta-9:hover{
--tw-text-opacity: 1;
color: rgba(81, 2, 36, var(--tw-text-opacity));
}
.hover\:text-magenta-10:hover{
--tw-text-opacity: 1;
color: rgba(42, 10, 24, var(--tw-text-opacity));
}
.hover\:text-green-1:hover{
--tw-text-opacity: 1;
color: rgba(222, 251, 230, var(--tw-text-opacity));
}
.hover\:text-green-2:hover{
--tw-text-opacity: 1;
color: rgba(167, 240, 186, var(--tw-text-opacity));
}
.hover\:text-green-3:hover{
--tw-text-opacity: 1;
color: rgba(111, 220, 140, var(--tw-text-opacity));
}
.hover\:text-green-4:hover{
--tw-text-opacity: 1;
color: rgba(66, 190, 101, var(--tw-text-opacity));
}
.hover\:text-green-5:hover{
--tw-text-opacity: 1;
color: rgba(36, 161, 72, var(--tw-text-opacity));
}
.hover\:text-green-6:hover{
--tw-text-opacity: 1;
color: rgba(25, 128, 56, var(--tw-text-opacity));
}
.hover\:text-green-7:hover{
--tw-text-opacity: 1;
color: rgba(14, 96, 39, var(--tw-text-opacity));
}
.hover\:text-green-8:hover{
--tw-text-opacity: 1;
color: rgba(4, 67, 23, var(--tw-text-opacity));
}
.hover\:text-green-9:hover{
--tw-text-opacity: 1;
color: rgba(2, 45, 13, var(--tw-text-opacity));
}
.hover\:text-green-10:hover{
--tw-text-opacity: 1;
color: rgba(7, 25, 8, var(--tw-text-opacity));
}
.hover\:text-teal-1:hover{
--tw-text-opacity: 1;
color: rgba(217, 251, 251, var(--tw-text-opacity));
}
.hover\:text-teal-2:hover{
--tw-text-opacity: 1;
color: rgba(158, 240, 240, var(--tw-text-opacity));
}
.hover\:text-teal-3:hover{
--tw-text-opacity: 1;
color: rgba(61, 219, 217, var(--tw-text-opacity));
}
.hover\:text-teal-4:hover{
--tw-text-opacity: 1;
color: rgba(8, 189, 186, var(--tw-text-opacity));
}
.hover\:text-teal-5:hover{
--tw-text-opacity: 1;
color: rgba(0, 157, 154, var(--tw-text-opacity));
}
.hover\:text-teal-6:hover{
--tw-text-opacity: 1;
color: rgba(0, 125, 121, var(--tw-text-opacity));
}
.hover\:text-teal-7:hover{
--tw-text-opacity: 1;
color: rgba(0, 93, 93, var(--tw-text-opacity));
}
.hover\:text-teal-8:hover{
--tw-text-opacity: 1;
color: rgba(0, 65, 68, var(--tw-text-opacity));
}
.hover\:text-teal-9:hover{
--tw-text-opacity: 1;
color: rgba(2, 43, 48, var(--tw-text-opacity));
}
.hover\:text-teal-10:hover{
--tw-text-opacity: 1;
color: rgba(8, 26, 28, var(--tw-text-opacity));
}
.hover\:text-purple-1:hover{
--tw-text-opacity: 1;
color: rgba(246, 242, 255, var(--tw-text-opacity));
}
.hover\:text-purple-2:hover{
--tw-text-opacity: 1;
color: rgba(232, 218, 255, var(--tw-text-opacity));
}
.hover\:text-purple-3:hover{
--tw-text-opacity: 1;
color: rgba(212, 187, 255, var(--tw-text-opacity));
}
.hover\:text-purple-4:hover{
--tw-text-opacity: 1;
color: rgba(190, 149, 255, var(--tw-text-opacity));
}
.hover\:text-purple-5:hover{
--tw-text-opacity: 1;
color: rgba(165, 110, 255, var(--tw-text-opacity));
}
.hover\:text-purple-6:hover{
--tw-text-opacity: 1;
color: rgba(138, 63, 252, var(--tw-text-opacity));
}
.hover\:text-purple-7:hover{
--tw-text-opacity: 1;
color: rgba(105, 41, 196, var(--tw-text-opacity));
}
.hover\:text-purple-8:hover{
--tw-text-opacity: 1;
color: rgba(73, 29, 139, var(--tw-text-opacity));
}
.hover\:text-purple-9:hover{
--tw-text-opacity: 1;
color: rgba(49, 19, 94, var(--tw-text-opacity));
}
.hover\:text-purple-10:hover{
--tw-text-opacity: 1;
color: rgba(28, 15, 48, var(--tw-text-opacity));
}
.focus\:text-transparent:focus{
color: rgba(0,0,0,0);
}
.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-1:focus{
--tw-text-opacity: 1;
color: rgba(242, 244, 248, var(--tw-text-opacity));
}
.focus\:text-gray-2:focus{
--tw-text-opacity: 1;
color: rgba(221, 225, 230, var(--tw-text-opacity));
}
.focus\:text-gray-3:focus{
--tw-text-opacity: 1;
color: rgba(193, 199, 205, var(--tw-text-opacity));
}
.focus\:text-gray-4:focus{
--tw-text-opacity: 1;
color: rgba(162, 169, 176, var(--tw-text-opacity));
}
.focus\:text-gray-5:focus{
--tw-text-opacity: 1;
color: rgba(135, 141, 150, var(--tw-text-opacity));
}
.focus\:text-gray-6:focus{
--tw-text-opacity: 1;
color: rgba(105, 112, 119, var(--tw-text-opacity));
}
.focus\:text-gray-7:focus{
--tw-text-opacity: 1;
color: rgba(77, 83, 88, var(--tw-text-opacity));
}
.focus\:text-gray-8:focus{
--tw-text-opacity: 1;
color: rgba(52, 58, 63, var(--tw-text-opacity));
}
.focus\:text-gray-9:focus{
--tw-text-opacity: 1;
color: rgba(33, 39, 42, var(--tw-text-opacity));
}
.focus\:text-gray-10:focus{
--tw-text-opacity: 1;
color: rgba(18, 22, 25, var(--tw-text-opacity));
}
.focus\:text-blue-1:focus{
--tw-text-opacity: 1;
color: rgba(237, 245, 255, var(--tw-text-opacity));
}
.focus\:text-blue-2:focus{
--tw-text-opacity: 1;
color: rgba(208, 226, 255, var(--tw-text-opacity));
}
.focus\:text-blue-3:focus{
--tw-text-opacity: 1;
color: rgba(166, 200, 255, var(--tw-text-opacity));
}
.focus\:text-blue-4:focus{
--tw-text-opacity: 1;
color: rgba(120, 169, 255, var(--tw-text-opacity));
}
.focus\:text-blue-5:focus{
--tw-text-opacity: 1;
color: rgba(69, 137, 255, var(--tw-text-opacity));
}
.focus\:text-blue-6:focus{
--tw-text-opacity: 1;
color: rgba(15, 98, 254, var(--tw-text-opacity));
}
.focus\:text-blue-7:focus{
--tw-text-opacity: 1;
color: rgba(0, 67, 206, var(--tw-text-opacity));
}
.focus\:text-blue-8:focus{
--tw-text-opacity: 1;
color: rgba(0, 45, 156, var(--tw-text-opacity));
}
.focus\:text-blue-9:focus{
--tw-text-opacity: 1;
color: rgba(0, 29, 108, var(--tw-text-opacity));
}
.focus\:text-blue-10:focus{
--tw-text-opacity: 1;
color: rgba(0, 17, 65, var(--tw-text-opacity));
}
.focus\:text-cyan-1:focus{
--tw-text-opacity: 1;
color: rgba(229, 246, 255, var(--tw-text-opacity));
}
.focus\:text-cyan-2:focus{
--tw-text-opacity: 1;
color: rgba(186, 230, 255, var(--tw-text-opacity));
}
.focus\:text-cyan-3:focus{
--tw-text-opacity: 1;
color: rgba(130, 207, 255, var(--tw-text-opacity));
}
.focus\:text-cyan-4:focus{
--tw-text-opacity: 1;
color: rgba(51, 177, 255, var(--tw-text-opacity));
}
.focus\:text-cyan-5:focus{
--tw-text-opacity: 1;
color: rgba(17, 146, 232, var(--tw-text-opacity));
}
.focus\:text-cyan-6:focus{
--tw-text-opacity: 1;
color: rgba(0, 114, 195, var(--tw-text-opacity));
}
.focus\:text-cyan-7:focus{
--tw-text-opacity: 1;
color: rgba(0, 83, 154, var(--tw-text-opacity));
}
.focus\:text-cyan-8:focus{
--tw-text-opacity: 1;
color: rgba(0, 58, 109, var(--tw-text-opacity));
}
.focus\:text-cyan-9:focus{
--tw-text-opacity: 1;
color: rgba(1, 39, 73, var(--tw-text-opacity));
}
.focus\:text-cyan-10:focus{
--tw-text-opacity: 1;
color: rgba(6, 23, 39, var(--tw-text-opacity));
}
.focus\:text-orange-1:focus{
--tw-text-opacity: 1;
color: rgba(255, 242, 232, var(--tw-text-opacity));
}
.focus\:text-orange-2:focus{
--tw-text-opacity: 1;
color: rgba(255, 217, 190, var(--tw-text-opacity));
}
.focus\:text-orange-3:focus{
--tw-text-opacity: 1;
color: rgba(255, 183, 132, var(--tw-text-opacity));
}
.focus\:text-orange-4:focus{
--tw-text-opacity: 1;
color: rgba(255, 131, 43, var(--tw-text-opacity));
}
.focus\:text-orange-5:focus{
--tw-text-opacity: 1;
color: rgba(235, 98, 0, var(--tw-text-opacity));
}
.focus\:text-orange-6:focus{
--tw-text-opacity: 1;
color: rgba(186, 78, 0, var(--tw-text-opacity));
}
.focus\:text-orange-7:focus{
--tw-text-opacity: 1;
color: rgba(138, 56, 0, var(--tw-text-opacity));
}
.focus\:text-orange-8:focus{
--tw-text-opacity: 1;
color: rgba(94, 41, 0, var(--tw-text-opacity));
}
.focus\:text-orange-9:focus{
--tw-text-opacity: 1;
color: rgba(62, 26, 0, var(--tw-text-opacity));
}
.focus\:text-orange-10:focus{
--tw-text-opacity: 1;
color: rgba(35, 16, 0, var(--tw-text-opacity));
}
.focus\:text-red-1:focus{
--tw-text-opacity: 1;
color: rgba(255, 241, 241, var(--tw-text-opacity));
}
.focus\:text-red-2:focus{
--tw-text-opacity: 1;
color: rgba(255, 215, 217, var(--tw-text-opacity));
}
.focus\:text-red-3:focus{
--tw-text-opacity: 1;
color: rgba(255, 179, 184, var(--tw-text-opacity));
}
.focus\:text-red-4:focus{
--tw-text-opacity: 1;
color: rgba(255, 131, 137, var(--tw-text-opacity));
}
.focus\:text-red-5:focus{
--tw-text-opacity: 1;
color: rgba(250, 77, 86, var(--tw-text-opacity));
}
.focus\:text-red-6:focus{
--tw-text-opacity: 1;
color: rgba(218, 30, 40, var(--tw-text-opacity));
}
.focus\:text-red-7:focus{
--tw-text-opacity: 1;
color: rgba(162, 25, 31, var(--tw-text-opacity));
}
.focus\:text-red-8:focus{
--tw-text-opacity: 1;
color: rgba(117, 14, 19, var(--tw-text-opacity));
}
.focus\:text-red-9:focus{
--tw-text-opacity: 1;
color: rgba(82, 4, 8, var(--tw-text-opacity));
}
.focus\:text-red-10:focus{
--tw-text-opacity: 1;
color: rgba(45, 7, 9, var(--tw-text-opacity));
}
.focus\:text-magenta-1:focus{
--tw-text-opacity: 1;
color: rgba(255, 240, 247, var(--tw-text-opacity));
}
.focus\:text-magenta-2:focus{
--tw-text-opacity: 1;
color: rgba(255, 214, 232, var(--tw-text-opacity));
}
.focus\:text-magenta-3:focus{
--tw-text-opacity: 1;
color: rgba(255, 175, 210, var(--tw-text-opacity));
}
.focus\:text-magenta-4:focus{
--tw-text-opacity: 1;
color: rgba(255, 126, 182, var(--tw-text-opacity));
}
.focus\:text-magenta-5:focus{
--tw-text-opacity: 1;
color: rgba(238, 83, 150, var(--tw-text-opacity));
}
.focus\:text-magenta-6:focus{
--tw-text-opacity: 1;
color: rgba(208, 38, 112, var(--tw-text-opacity));
}
.focus\:text-magenta-7:focus{
--tw-text-opacity: 1;
color: rgba(159, 24, 83, var(--tw-text-opacity));
}
.focus\:text-magenta-8:focus{
--tw-text-opacity: 1;
color: rgba(116, 9, 55, var(--tw-text-opacity));
}
.focus\:text-magenta-9:focus{
--tw-text-opacity: 1;
color: rgba(81, 2, 36, var(--tw-text-opacity));
}
.focus\:text-magenta-10:focus{
--tw-text-opacity: 1;
color: rgba(42, 10, 24, var(--tw-text-opacity));
}
.focus\:text-green-1:focus{
--tw-text-opacity: 1;
color: rgba(222, 251, 230, var(--tw-text-opacity));
}
.focus\:text-green-2:focus{
--tw-text-opacity: 1;
color: rgba(167, 240, 186, var(--tw-text-opacity));
}
.focus\:text-green-3:focus{
--tw-text-opacity: 1;
color: rgba(111, 220, 140, var(--tw-text-opacity));
}
.focus\:text-green-4:focus{
--tw-text-opacity: 1;
color: rgba(66, 190, 101, var(--tw-text-opacity));
}
.focus\:text-green-5:focus{
--tw-text-opacity: 1;
color: rgba(36, 161, 72, var(--tw-text-opacity));
}
.focus\:text-green-6:focus{
--tw-text-opacity: 1;
color: rgba(25, 128, 56, var(--tw-text-opacity));
}
.focus\:text-green-7:focus{
--tw-text-opacity: 1;
color: rgba(14, 96, 39, var(--tw-text-opacity));
}
.focus\:text-green-8:focus{
--tw-text-opacity: 1;
color: rgba(4, 67, 23, var(--tw-text-opacity));
}
.focus\:text-green-9:focus{
--tw-text-opacity: 1;
color: rgba(2, 45, 13, var(--tw-text-opacity));
}
.focus\:text-green-10:focus{
--tw-text-opacity: 1;
color: rgba(7, 25, 8, var(--tw-text-opacity));
}
.focus\:text-teal-1:focus{
--tw-text-opacity: 1;
color: rgba(217, 251, 251, var(--tw-text-opacity));
}
.focus\:text-teal-2:focus{
--tw-text-opacity: 1;
color: rgba(158, 240, 240, var(--tw-text-opacity));
}
.focus\:text-teal-3:focus{
--tw-text-opacity: 1;
color: rgba(61, 219, 217, var(--tw-text-opacity));
}
.focus\:text-teal-4:focus{
--tw-text-opacity: 1;
color: rgba(8, 189, 186, var(--tw-text-opacity));
}
.focus\:text-teal-5:focus{
--tw-text-opacity: 1;
color: rgba(0, 157, 154, var(--tw-text-opacity));
}
.focus\:text-teal-6:focus{
--tw-text-opacity: 1;
color: rgba(0, 125, 121, var(--tw-text-opacity));
}
.focus\:text-teal-7:focus{
--tw-text-opacity: 1;
color: rgba(0, 93, 93, var(--tw-text-opacity));
}
.focus\:text-teal-8:focus{
--tw-text-opacity: 1;
color: rgba(0, 65, 68, var(--tw-text-opacity));
}
.focus\:text-teal-9:focus{
--tw-text-opacity: 1;
color: rgba(2, 43, 48, var(--tw-text-opacity));
}
.focus\:text-teal-10:focus{
--tw-text-opacity: 1;
color: rgba(8, 26, 28, var(--tw-text-opacity));
}
.focus\:text-purple-1:focus{
--tw-text-opacity: 1;
color: rgba(246, 242, 255, var(--tw-text-opacity));
}
.focus\:text-purple-2:focus{
--tw-text-opacity: 1;
color: rgba(232, 218, 255, var(--tw-text-opacity));
}
.focus\:text-purple-3:focus{
--tw-text-opacity: 1;
color: rgba(212, 187, 255, var(--tw-text-opacity));
}
.focus\:text-purple-4:focus{
--tw-text-opacity: 1;
color: rgba(190, 149, 255, var(--tw-text-opacity));
}
.focus\:text-purple-5:focus{
--tw-text-opacity: 1;
color: rgba(165, 110, 255, var(--tw-text-opacity));
}
.focus\:text-purple-6:focus{
--tw-text-opacity: 1;
color: rgba(138, 63, 252, var(--tw-text-opacity));
}
.focus\:text-purple-7:focus{
--tw-text-opacity: 1;
color: rgba(105, 41, 196, var(--tw-text-opacity));
}
.focus\:text-purple-8:focus{
--tw-text-opacity: 1;
color: rgba(73, 29, 139, var(--tw-text-opacity));
}
.focus\:text-purple-9:focus{
--tw-text-opacity: 1;
color: rgba(49, 19, 94, var(--tw-text-opacity));
}
.focus\:text-purple-10:focus{
--tw-text-opacity: 1;
color: rgba(28, 15, 48, 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;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.normal-nums{
font-variant-numeric: normal;
}
.ordinal{
--tw-ordinal: ordinal;
}
.slashed-zero{
--tw-slashed-zero: slashed-zero;
}
.lining-nums{
--tw-numeric-figure: lining-nums;
}
.oldstyle-nums{
--tw-numeric-figure: oldstyle-nums;
}
.proportional-nums{
--tw-numeric-spacing: proportional-nums;
}
.tabular-nums{
--tw-numeric-spacing: tabular-nums;
}
.diagonal-fractions{
--tw-numeric-fraction: diagonal-fractions;
}
.stacked-fractions{
--tw-numeric-fraction: stacked-fractions;
}
.tracking-tighter{
letter-spacing: -0.05em;
}
.tracking-tight{
letter-spacing: -0.025em;
}
.tracking-normal{
letter-spacing: 0em;
}
.tracking-wide{
letter-spacing: 0.025em;
}
.tracking-wider{
letter-spacing: 0.05em;
}
.tracking-widest{
letter-spacing: 0.1em;
}
.select-none{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select-text{
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.select-all{
-webkit-user-select: all;
-moz-user-select: all;
user-select: all;
}
.select-auto{
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.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: 1px;
}
.w-2{
width: 2px;
}
.w-4{
width: 4px;
}
.w-6{
width: 6px;
}
.w-8{
width: 8px;
}
.w-10{
width: 10px;
}
.w-12{
width: 12px;
}
.w-16{
width: 16px;
}
.w-24{
width: 24px;
}
.w-32{
width: 32px;
}
.w-40{
width: 40px;
}
.w-44{
width: 44px;
}
.w-48{
width: 48px;
}
.w-56{
width: 56px;
}
.w-76{
width: 76px;
}
.w-88{
width: 88px;
}
.w-200{
width: 200px;
}
.w-288{
width: 288px;
}
.w-448{
width: 448px;
}
.w-608{
width: 608px;
}
.w-768{
width: 768px;
}
.w-1248{
width: 1248px;
}
.w-auto{
width: auto;
}
.w-1\/2{
width: 50%;
}
.w-1\/3{
width: 33.333333%;
}
.w-2\/3{
width: 66.666667%;
}
.w-1\/4{
width: 25%;
}
.w-2\/4{
width: 50%;
}
.w-3\/4{
width: 75%;
}
.w-1\/5{
width: 20%;
}
.w-2\/5{
width: 40%;
}
.w-3\/5{
width: 60%;
}
.w-4\/5{
width: 80%;
}
.w-1\/6{
width: 16.666667%;
}
.w-2\/6{
width: 33.333333%;
}
.w-3\/6{
width: 50%;
}
.w-4\/6{
width: 66.666667%;
}
.w-5\/6{
width: 83.333333%;
}
.w-1\/12{
width: 8.333333%;
}
.w-2\/12{
width: 16.666667%;
}
.w-3\/12{
width: 25%;
}
.w-4\/12{
width: 33.333333%;
}
.w-5\/12{
width: 41.666667%;
}
.w-6\/12{
width: 50%;
}
.w-7\/12{
width: 58.333333%;
}
.w-8\/12{
width: 66.666667%;
}
.w-9\/12{
width: 75%;
}
.w-10\/12{
width: 83.333333%;
}
.w-11\/12{
width: 91.666667%;
}
.w-full{
width: 100%;
}
.w-screen{
width: 100vw;
}
.w-min{
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
.w-max{
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.z-0{
z-index: 0;
}
.z-10{
z-index: 10;
}
.z-20{
z-index: 20;
}
.z-30{
z-index: 30;
}
.z-40{
z-index: 40;
}
.z-50{
z-index: 50;
}
.z-auto{
z-index: auto;
}
.focus-within\:z-0:focus-within{
z-index: 0;
}
.focus-within\:z-10:focus-within{
z-index: 10;
}
.focus-within\:z-20:focus-within{
z-index: 20;
}
.focus-within\:z-30:focus-within{
z-index: 30;
}
.focus-within\:z-40:focus-within{
z-index: 40;
}
.focus-within\:z-50:focus-within{
z-index: 50;
}
.focus-within\:z-auto:focus-within{
z-index: auto;
}
.focus\:z-0:focus{
z-index: 0;
}
.focus\:z-10:focus{
z-index: 10;
}
.focus\:z-20:focus{
z-index: 20;
}
.focus\:z-30:focus{
z-index: 30;
}
.focus\:z-40:focus{
z-index: 40;
}
.focus\:z-50:focus{
z-index: 50;
}
.focus\:z-auto:focus{
z-index: auto;
}
.isolate{
isolation: isolate;
}
.isolation-auto{
isolation: auto;
}
.gap-0{
gap: 0;
}
.gap-1{
gap: 1px;
}
.gap-2{
gap: 2px;
}
.gap-4{
gap: 4px;
}
.gap-6{
gap: 6px;
}
.gap-8{
gap: 8px;
}
.gap-10{
gap: 10px;
}
.gap-12{
gap: 12px;
}
.gap-16{
gap: 16px;
}
.gap-24{
gap: 24px;
}
.gap-32{
gap: 32px;
}
.gap-40{
gap: 40px;
}
.gap-44{
gap: 44px;
}
.gap-48{
gap: 48px;
}
.gap-56{
gap: 56px;
}
.gap-76{
gap: 76px;
}
.gap-88{
gap: 88px;
}
.gap-x-0{
-moz-column-gap: 0;
column-gap: 0;
}
.gap-x-1{
-moz-column-gap: 1px;
column-gap: 1px;
}
.gap-x-2{
-moz-column-gap: 2px;
column-gap: 2px;
}
.gap-x-4{
-moz-column-gap: 4px;
column-gap: 4px;
}
.gap-x-6{
-moz-column-gap: 6px;
column-gap: 6px;
}
.gap-x-8{
-moz-column-gap: 8px;
column-gap: 8px;
}
.gap-x-10{
-moz-column-gap: 10px;
column-gap: 10px;
}
.gap-x-12{
-moz-column-gap: 12px;
column-gap: 12px;
}
.gap-x-16{
-moz-column-gap: 16px;
column-gap: 16px;
}
.gap-x-24{
-moz-column-gap: 24px;
column-gap: 24px;
}
.gap-x-32{
-moz-column-gap: 32px;
column-gap: 32px;
}
.gap-x-40{
-moz-column-gap: 40px;
column-gap: 40px;
}
.gap-x-44{
-moz-column-gap: 44px;
column-gap: 44px;
}
.gap-x-48{
-moz-column-gap: 48px;
column-gap: 48px;
}
.gap-x-56{
-moz-column-gap: 56px;
column-gap: 56px;
}
.gap-x-76{
-moz-column-gap: 76px;
column-gap: 76px;
}
.gap-x-88{
-moz-column-gap: 88px;
column-gap: 88px;
}
.gap-y-0{
row-gap: 0;
}
.gap-y-1{
row-gap: 1px;
}
.gap-y-2{
row-gap: 2px;
}
.gap-y-4{
row-gap: 4px;
}
.gap-y-6{
row-gap: 6px;
}
.gap-y-8{
row-gap: 8px;
}
.gap-y-10{
row-gap: 10px;
}
.gap-y-12{
row-gap: 12px;
}
.gap-y-16{
row-gap: 16px;
}
.gap-y-24{
row-gap: 24px;
}
.gap-y-32{
row-gap: 32px;
}
.gap-y-40{
row-gap: 40px;
}
.gap-y-44{
row-gap: 44px;
}
.gap-y-48{
row-gap: 48px;
}
.gap-y-56{
row-gap: 56px;
}
.gap-y-76{
row-gap: 76px;
}
.gap-y-88{
row-gap: 88px;
}
.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: -webkit-min-content;
grid-auto-columns: min-content;
}
.auto-cols-max{
grid-auto-columns: -webkit-max-content;
grid-auto-columns: max-content;
}
.auto-cols-fr{
grid-auto-columns: minmax(0, 1fr);
}
.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: -webkit-min-content;
grid-auto-rows: min-content;
}
.auto-rows-max{
grid-auto-rows: -webkit-max-content;
grid-auto-rows: max-content;
}
.auto-rows-fr{
grid-auto-rows: minmax(0, 1fr);
}
.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: .5;
--tw-scale-y: .5;
}
.scale-75{
--tw-scale-x: .75;
--tw-scale-y: .75;
}
.scale-90{
--tw-scale-x: .9;
--tw-scale-y: .9;
}
.scale-95{
--tw-scale-x: .95;
--tw-scale-y: .95;
}
.scale-100{
--tw-scale-x: 1;
--tw-scale-y: 1;
}
.scale-105{
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
.scale-110{
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
.scale-125{
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
.scale-150{
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
.scale-x-0{
--tw-scale-x: 0;
}
.scale-x-50{
--tw-scale-x: .5;
}
.scale-x-75{
--tw-scale-x: .75;
}
.scale-x-90{
--tw-scale-x: .9;
}
.scale-x-95{
--tw-scale-x: .95;
}
.scale-x-100{
--tw-scale-x: 1;
}
.scale-x-105{
--tw-scale-x: 1.05;
}
.scale-x-110{
--tw-scale-x: 1.1;
}
.scale-x-125{
--tw-scale-x: 1.25;
}
.scale-x-150{
--tw-scale-x: 1.5;
}
.scale-y-0{
--tw-scale-y: 0;
}
.scale-y-50{
--tw-scale-y: .5;
}
.scale-y-75{
--tw-scale-y: .75;
}
.scale-y-90{
--tw-scale-y: .9;
}
.scale-y-95{
--tw-scale-y: .95;
}
.scale-y-100{
--tw-scale-y: 1;
}
.scale-y-105{
--tw-scale-y: 1.05;
}
.scale-y-110{
--tw-scale-y: 1.1;
}
.scale-y-125{
--tw-scale-y: 1.25;
}
.scale-y-150{
--tw-scale-y: 1.5;
}
.hover\:scale-0:hover{
--tw-scale-x: 0;
--tw-scale-y: 0;
}
.hover\:scale-50:hover{
--tw-scale-x: .5;
--tw-scale-y: .5;
}
.hover\:scale-75:hover{
--tw-scale-x: .75;
--tw-scale-y: .75;
}
.hover\:scale-90:hover{
--tw-scale-x: .9;
--tw-scale-y: .9;
}
.hover\:scale-95:hover{
--tw-scale-x: .95;
--tw-scale-y: .95;
}
.hover\:scale-100:hover{
--tw-scale-x: 1;
--tw-scale-y: 1;
}
.hover\:scale-105:hover{
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
.hover\:scale-110:hover{
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
.hover\:scale-125:hover{
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
.hover\:scale-150:hover{
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
.hover\:scale-x-0:hover{
--tw-scale-x: 0;
}
.hover\:scale-x-50:hover{
--tw-scale-x: .5;
}
.hover\:scale-x-75:hover{
--tw-scale-x: .75;
}
.hover\:scale-x-90:hover{
--tw-scale-x: .9;
}
.hover\:scale-x-95:hover{
--tw-scale-x: .95;
}
.hover\:scale-x-100:hover{
--tw-scale-x: 1;
}
.hover\:scale-x-105:hover{
--tw-scale-x: 1.05;
}
.hover\:scale-x-110:hover{
--tw-scale-x: 1.1;
}
.hover\:scale-x-125:hover{
--tw-scale-x: 1.25;
}
.hover\:scale-x-150:hover{
--tw-scale-x: 1.5;
}
.hover\:scale-y-0:hover{
--tw-scale-y: 0;
}
.hover\:scale-y-50:hover{
--tw-scale-y: .5;
}
.hover\:scale-y-75:hover{
--tw-scale-y: .75;
}
.hover\:scale-y-90:hover{
--tw-scale-y: .9;
}
.hover\:scale-y-95:hover{
--tw-scale-y: .95;
}
.hover\:scale-y-100:hover{
--tw-scale-y: 1;
}
.hover\:scale-y-105:hover{
--tw-scale-y: 1.05;
}
.hover\:scale-y-110:hover{
--tw-scale-y: 1.1;
}
.hover\:scale-y-125:hover{
--tw-scale-y: 1.25;
}
.hover\:scale-y-150:hover{
--tw-scale-y: 1.5;
}
.focus\:scale-0:focus{
--tw-scale-x: 0;
--tw-scale-y: 0;
}
.focus\:scale-50:focus{
--tw-scale-x: .5;
--tw-scale-y: .5;
}
.focus\:scale-75:focus{
--tw-scale-x: .75;
--tw-scale-y: .75;
}
.focus\:scale-90:focus{
--tw-scale-x: .9;
--tw-scale-y: .9;
}
.focus\:scale-95:focus{
--tw-scale-x: .95;
--tw-scale-y: .95;
}
.focus\:scale-100:focus{
--tw-scale-x: 1;
--tw-scale-y: 1;
}
.focus\:scale-105:focus{
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
.focus\:scale-110:focus{
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
.focus\:scale-125:focus{
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
.focus\:scale-150:focus{
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
.focus\:scale-x-0:focus{
--tw-scale-x: 0;
}
.focus\:scale-x-50:focus{
--tw-scale-x: .5;
}
.focus\:scale-x-75:focus{
--tw-scale-x: .75;
}
.focus\:scale-x-90:focus{
--tw-scale-x: .9;
}
.focus\:scale-x-95:focus{
--tw-scale-x: .95;
}
.focus\:scale-x-100:focus{
--tw-scale-x: 1;
}
.focus\:scale-x-105:focus{
--tw-scale-x: 1.05;
}
.focus\:scale-x-110:focus{
--tw-scale-x: 1.1;
}
.focus\:scale-x-125:focus{
--tw-scale-x: 1.25;
}
.focus\:scale-x-150:focus{
--tw-scale-x: 1.5;
}
.focus\:scale-y-0:focus{
--tw-scale-y: 0;
}
.focus\:scale-y-50:focus{
--tw-scale-y: .5;
}
.focus\:scale-y-75:focus{
--tw-scale-y: .75;
}
.focus\:scale-y-90:focus{
--tw-scale-y: .9;
}
.focus\:scale-y-95:focus{
--tw-scale-y: .95;
}
.focus\:scale-y-100:focus{
--tw-scale-y: 1;
}
.focus\:scale-y-105:focus{
--tw-scale-y: 1.05;
}
.focus\:scale-y-110:focus{
--tw-scale-y: 1.1;
}
.focus\:scale-y-125:focus{
--tw-scale-y: 1.25;
}
.focus\:scale-y-150:focus{
--tw-scale-y: 1.5;
}
.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: 0;
}
.translate-x-1{
--tw-translate-x: 1px;
}
.translate-x-2{
--tw-translate-x: 2px;
}
.translate-x-4{
--tw-translate-x: 4px;
}
.translate-x-6{
--tw-translate-x: 6px;
}
.translate-x-8{
--tw-translate-x: 8px;
}
.translate-x-10{
--tw-translate-x: 10px;
}
.translate-x-12{
--tw-translate-x: 12px;
}
.translate-x-16{
--tw-translate-x: 16px;
}
.translate-x-24{
--tw-translate-x: 24px;
}
.translate-x-32{
--tw-translate-x: 32px;
}
.translate-x-40{
--tw-translate-x: 40px;
}
.translate-x-44{
--tw-translate-x: 44px;
}
.translate-x-48{
--tw-translate-x: 48px;
}
.translate-x-56{
--tw-translate-x: 56px;
}
.translate-x-76{
--tw-translate-x: 76px;
}
.translate-x-88{
--tw-translate-x: 88px;
}
.-translate-x-1{
--tw-translate-x: -1px;
}
.-translate-x-2{
--tw-translate-x: -2px;
}
.-translate-x-4{
--tw-translate-x: -4px;
}
.-translate-x-6{
--tw-translate-x: -6px;
}
.-translate-x-8{
--tw-translate-x: -8px;
}
.-translate-x-10{
--tw-translate-x: -10px;
}
.-translate-x-12{
--tw-translate-x: -12px;
}
.-translate-x-16{
--tw-translate-x: -16px;
}
.-translate-x-24{
--tw-translate-x: -24px;
}
.-translate-x-32{
--tw-translate-x: -32px;
}
.-translate-x-40{
--tw-translate-x: -40px;
}
.-translate-x-44{
--tw-translate-x: -44px;
}
.-translate-x-48{
--tw-translate-x: -48px;
}
.-translate-x-56{
--tw-translate-x: -56px;
}
.-translate-x-76{
--tw-translate-x: -76px;
}
.-translate-x-88{
--tw-translate-x: -88px;
}
.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: 0;
}
.translate-y-1{
--tw-translate-y: 1px;
}
.translate-y-2{
--tw-translate-y: 2px;
}
.translate-y-4{
--tw-translate-y: 4px;
}
.translate-y-6{
--tw-translate-y: 6px;
}
.translate-y-8{
--tw-translate-y: 8px;
}
.translate-y-10{
--tw-translate-y: 10px;
}
.translate-y-12{
--tw-translate-y: 12px;
}
.translate-y-16{
--tw-translate-y: 16px;
}
.translate-y-24{
--tw-translate-y: 24px;
}
.translate-y-32{
--tw-translate-y: 32px;
}
.translate-y-40{
--tw-translate-y: 40px;
}
.translate-y-44{
--tw-translate-y: 44px;
}
.translate-y-48{
--tw-translate-y: 48px;
}
.translate-y-56{
--tw-translate-y: 56px;
}
.translate-y-76{
--tw-translate-y: 76px;
}
.translate-y-88{
--tw-translate-y: 88px;
}
.-translate-y-1{
--tw-translate-y: -1px;
}
.-translate-y-2{
--tw-translate-y: -2px;
}
.-translate-y-4{
--tw-translate-y: -4px;
}
.-translate-y-6{
--tw-translate-y: -6px;
}
.-translate-y-8{
--tw-translate-y: -8px;
}
.-translate-y-10{
--tw-translate-y: -10px;
}
.-translate-y-12{
--tw-translate-y: -12px;
}
.-translate-y-16{
--tw-translate-y: -16px;
}
.-translate-y-24{
--tw-translate-y: -24px;
}
.-translate-y-32{
--tw-translate-y: -32px;
}
.-translate-y-40{
--tw-translate-y: -40px;
}
.-translate-y-44{
--tw-translate-y: -44px;
}
.-translate-y-48{
--tw-translate-y: -48px;
}
.-translate-y-56{
--tw-translate-y: -56px;
}
.-translate-y-76{
--tw-translate-y: -76px;
}
.-translate-y-88{
--tw-translate-y: -88px;
}
.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: 0;
}
.hover\:translate-x-1:hover{
--tw-translate-x: 1px;
}
.hover\:translate-x-2:hover{
--tw-translate-x: 2px;
}
.hover\:translate-x-4:hover{
--tw-translate-x: 4px;
}
.hover\:translate-x-6:hover{
--tw-translate-x: 6px;
}
.hover\:translate-x-8:hover{
--tw-translate-x: 8px;
}
.hover\:translate-x-10:hover{
--tw-translate-x: 10px;
}
.hover\:translate-x-12:hover{
--tw-translate-x: 12px;
}
.hover\:translate-x-16:hover{
--tw-translate-x: 16px;
}
.hover\:translate-x-24:hover{
--tw-translate-x: 24px;
}
.hover\:translate-x-32:hover{
--tw-translate-x: 32px;
}
.hover\:translate-x-40:hover{
--tw-translate-x: 40px;
}
.hover\:translate-x-44:hover{
--tw-translate-x: 44px;
}
.hover\:translate-x-48:hover{
--tw-translate-x: 48px;
}
.hover\:translate-x-56:hover{
--tw-translate-x: 56px;
}
.hover\:translate-x-76:hover{
--tw-translate-x: 76px;
}
.hover\:translate-x-88:hover{
--tw-translate-x: 88px;
}
.hover\:-translate-x-1:hover{
--tw-translate-x: -1px;
}
.hover\:-translate-x-2:hover{
--tw-translate-x: -2px;
}
.hover\:-translate-x-4:hover{
--tw-translate-x: -4px;
}
.hover\:-translate-x-6:hover{
--tw-translate-x: -6px;
}
.hover\:-translate-x-8:hover{
--tw-translate-x: -8px;
}
.hover\:-translate-x-10:hover{
--tw-translate-x: -10px;
}
.hover\:-translate-x-12:hover{
--tw-translate-x: -12px;
}
.hover\:-translate-x-16:hover{
--tw-translate-x: -16px;
}
.hover\:-translate-x-24:hover{
--tw-translate-x: -24px;
}
.hover\:-translate-x-32:hover{
--tw-translate-x: -32px;
}
.hover\:-translate-x-40:hover{
--tw-translate-x: -40px;
}
.hover\:-translate-x-44:hover{
--tw-translate-x: -44px;
}
.hover\:-translate-x-48:hover{
--tw-translate-x: -48px;
}
.hover\:-translate-x-56:hover{
--tw-translate-x: -56px;
}
.hover\:-translate-x-76:hover{
--tw-translate-x: -76px;
}
.hover\:-translate-x-88:hover{
--tw-translate-x: -88px;
}
.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: 0;
}
.hover\:translate-y-1:hover{
--tw-translate-y: 1px;
}
.hover\:translate-y-2:hover{
--tw-translate-y: 2px;
}
.hover\:translate-y-4:hover{
--tw-translate-y: 4px;
}
.hover\:translate-y-6:hover{
--tw-translate-y: 6px;
}
.hover\:translate-y-8:hover{
--tw-translate-y: 8px;
}
.hover\:translate-y-10:hover{
--tw-translate-y: 10px;
}
.hover\:translate-y-12:hover{
--tw-translate-y: 12px;
}
.hover\:translate-y-16:hover{
--tw-translate-y: 16px;
}
.hover\:translate-y-24:hover{
--tw-translate-y: 24px;
}
.hover\:translate-y-32:hover{
--tw-translate-y: 32px;
}
.hover\:translate-y-40:hover{
--tw-translate-y: 40px;
}
.hover\:translate-y-44:hover{
--tw-translate-y: 44px;
}
.hover\:translate-y-48:hover{
--tw-translate-y: 48px;
}
.hover\:translate-y-56:hover{
--tw-translate-y: 56px;
}
.hover\:translate-y-76:hover{
--tw-translate-y: 76px;
}
.hover\:translate-y-88:hover{
--tw-translate-y: 88px;
}
.hover\:-translate-y-1:hover{
--tw-translate-y: -1px;
}
.hover\:-translate-y-2:hover{
--tw-translate-y: -2px;
}
.hover\:-translate-y-4:hover{
--tw-translate-y: -4px;
}
.hover\:-translate-y-6:hover{
--tw-translate-y: -6px;
}
.hover\:-translate-y-8:hover{
--tw-translate-y: -8px;
}
.hover\:-translate-y-10:hover{
--tw-translate-y: -10px;
}
.hover\:-translate-y-12:hover{
--tw-translate-y: -12px;
}
.hover\:-translate-y-16:hover{
--tw-translate-y: -16px;
}
.hover\:-translate-y-24:hover{
--tw-translate-y: -24px;
}
.hover\:-translate-y-32:hover{
--tw-translate-y: -32px;
}
.hover\:-translate-y-40:hover{
--tw-translate-y: -40px;
}
.hover\:-translate-y-44:hover{
--tw-translate-y: -44px;
}
.hover\:-translate-y-48:hover{
--tw-translate-y: -48px;
}
.hover\:-translate-y-56:hover{
--tw-translate-y: -56px;
}
.hover\:-translate-y-76:hover{
--tw-translate-y: -76px;
}
.hover\:-translate-y-88:hover{
--tw-translate-y: -88px;
}
.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: 0;
}
.focus\:translate-x-1:focus{
--tw-translate-x: 1px;
}
.focus\:translate-x-2:focus{
--tw-translate-x: 2px;
}
.focus\:translate-x-4:focus{
--tw-translate-x: 4px;
}
.focus\:translate-x-6:focus{
--tw-translate-x: 6px;
}
.focus\:translate-x-8:focus{
--tw-translate-x: 8px;
}
.focus\:translate-x-10:focus{
--tw-translate-x: 10px;
}
.focus\:translate-x-12:focus{
--tw-translate-x: 12px;
}
.focus\:translate-x-16:focus{
--tw-translate-x: 16px;
}
.focus\:translate-x-24:focus{
--tw-translate-x: 24px;
}
.focus\:translate-x-32:focus{
--tw-translate-x: 32px;
}
.focus\:translate-x-40:focus{
--tw-translate-x: 40px;
}
.focus\:translate-x-44:focus{
--tw-translate-x: 44px;
}
.focus\:translate-x-48:focus{
--tw-translate-x: 48px;
}
.focus\:translate-x-56:focus{
--tw-translate-x: 56px;
}
.focus\:translate-x-76:focus{
--tw-translate-x: 76px;
}
.focus\:translate-x-88:focus{
--tw-translate-x: 88px;
}
.focus\:-translate-x-1:focus{
--tw-translate-x: -1px;
}
.focus\:-translate-x-2:focus{
--tw-translate-x: -2px;
}
.focus\:-translate-x-4:focus{
--tw-translate-x: -4px;
}
.focus\:-translate-x-6:focus{
--tw-translate-x: -6px;
}
.focus\:-translate-x-8:focus{
--tw-translate-x: -8px;
}
.focus\:-translate-x-10:focus{
--tw-translate-x: -10px;
}
.focus\:-translate-x-12:focus{
--tw-translate-x: -12px;
}
.focus\:-translate-x-16:focus{
--tw-translate-x: -16px;
}
.focus\:-translate-x-24:focus{
--tw-translate-x: -24px;
}
.focus\:-translate-x-32:focus{
--tw-translate-x: -32px;
}
.focus\:-translate-x-40:focus{
--tw-translate-x: -40px;
}
.focus\:-translate-x-44:focus{
--tw-translate-x: -44px;
}
.focus\:-translate-x-48:focus{
--tw-translate-x: -48px;
}
.focus\:-translate-x-56:focus{
--tw-translate-x: -56px;
}
.focus\:-translate-x-76:focus{
--tw-translate-x: -76px;
}
.focus\:-translate-x-88:focus{
--tw-translate-x: -88px;
}
.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: 0;
}
.focus\:translate-y-1:focus{
--tw-translate-y: 1px;
}
.focus\:translate-y-2:focus{
--tw-translate-y: 2px;
}
.focus\:translate-y-4:focus{
--tw-translate-y: 4px;
}
.focus\:translate-y-6:focus{
--tw-translate-y: 6px;
}
.focus\:translate-y-8:focus{
--tw-translate-y: 8px;
}
.focus\:translate-y-10:focus{
--tw-translate-y: 10px;
}
.focus\:translate-y-12:focus{
--tw-translate-y: 12px;
}
.focus\:translate-y-16:focus{
--tw-translate-y: 16px;
}
.focus\:translate-y-24:focus{
--tw-translate-y: 24px;
}
.focus\:translate-y-32:focus{
--tw-translate-y: 32px;
}
.focus\:translate-y-40:focus{
--tw-translate-y: 40px;
}
.focus\:translate-y-44:focus{
--tw-translate-y: 44px;
}
.focus\:translate-y-48:focus{
--tw-translate-y: 48px;
}
.focus\:translate-y-56:focus{
--tw-translate-y: 56px;
}
.focus\:translate-y-76:focus{
--tw-translate-y: 76px;
}
.focus\:translate-y-88:focus{
--tw-translate-y: 88px;
}
.focus\:-translate-y-1:focus{
--tw-translate-y: -1px;
}
.focus\:-translate-y-2:focus{
--tw-translate-y: -2px;
}
.focus\:-translate-y-4:focus{
--tw-translate-y: -4px;
}
.focus\:-translate-y-6:focus{
--tw-translate-y: -6px;
}
.focus\:-translate-y-8:focus{
--tw-translate-y: -8px;
}
.focus\:-translate-y-10:focus{
--tw-translate-y: -10px;
}
.focus\:-translate-y-12:focus{
--tw-translate-y: -12px;
}
.focus\:-translate-y-16:focus{
--tw-translate-y: -16px;
}
.focus\:-translate-y-24:focus{
--tw-translate-y: -24px;
}
.focus\:-translate-y-32:focus{
--tw-translate-y: -32px;
}
.focus\:-translate-y-40:focus{
--tw-translate-y: -40px;
}
.focus\:-translate-y-44:focus{
--tw-translate-y: -44px;
}
.focus\:-translate-y-48:focus{
--tw-translate-y: -48px;
}
.focus\:-translate-y-56:focus{
--tw-translate-y: -56px;
}
.focus\:-translate-y-76:focus{
--tw-translate-y: -76px;
}
.focus\:-translate-y-88:focus{
--tw-translate-y: -88px;
}
.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, filter, -webkit-backdrop-filter;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-colors{
transition-property: background-color, border-color, color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-shadow{
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.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: 100ms;
}
.duration-150{
transition-duration: 150ms;
}
.duration-200{
transition-duration: 200ms;
}
.duration-300{
transition-duration: 300ms;
}
.duration-500{
transition-duration: 500ms;
}
.duration-700{
transition-duration: 700ms;
}
.duration-1000{
transition-duration: 1000ms;
}
.delay-75{
transition-delay: 75ms;
}
.delay-100{
transition-delay: 100ms;
}
.delay-150{
transition-delay: 150ms;
}
.delay-200{
transition-delay: 200ms;
}
.delay-300{
transition-delay: 300ms;
}
.delay-500{
transition-delay: 500ms;
}
.delay-700{
transition-delay: 700ms;
}
.delay-1000{
transition-delay: 1000ms;
}
@-webkit-keyframes spin{
to{
transform: rotate(360deg);
}
}
@keyframes spin{
to{
transform: rotate(360deg);
}
}
@-webkit-keyframes ping{
75%, 100%{
transform: scale(2);
opacity: 0;
}
}
@keyframes ping{
75%, 100%{
transform: scale(2);
opacity: 0;
}
}
@-webkit-keyframes pulse{
50%{
opacity: .5;
}
}
@keyframes pulse{
50%{
opacity: .5;
}
}
@-webkit-keyframes bounce{
0%, 100%{
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50%{
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
@keyframes bounce{
0%, 100%{
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50%{
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
.animate-none{
-webkit-animation: none;
animation: none;
}
.animate-spin{
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
.animate-ping{
-webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.animate-pulse{
-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.animate-bounce{
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
.mix-blend-normal{
mix-blend-mode: normal;
}
.mix-blend-multiply{
mix-blend-mode: multiply;
}
.mix-blend-screen{
mix-blend-mode: screen;
}
.mix-blend-overlay{
mix-blend-mode: overlay;
}
.mix-blend-darken{
mix-blend-mode: darken;
}
.mix-blend-lighten{
mix-blend-mode: lighten;
}
.mix-blend-color-dodge{
mix-blend-mode: color-dodge;
}
.mix-blend-color-burn{
mix-blend-mode: color-burn;
}
.mix-blend-hard-light{
mix-blend-mode: hard-light;
}
.mix-blend-soft-light{
mix-blend-mode: soft-light;
}
.mix-blend-difference{
mix-blend-mode: difference;
}
.mix-blend-exclusion{
mix-blend-mode: exclusion;
}
.mix-blend-hue{
mix-blend-mode: hue;
}
.mix-blend-saturation{
mix-blend-mode: saturation;
}
.mix-blend-color{
mix-blend-mode: color;
}
.mix-blend-luminosity{
mix-blend-mode: luminosity;
}
.bg-blend-normal{
background-blend-mode: normal;
}
.bg-blend-multiply{
background-blend-mode: multiply;
}
.bg-blend-screen{
background-blend-mode: screen;
}
.bg-blend-overlay{
background-blend-mode: overlay;
}
.bg-blend-darken{
background-blend-mode: darken;
}
.bg-blend-lighten{
background-blend-mode: lighten;
}
.bg-blend-color-dodge{
background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
background-blend-mode: color-burn;
}
.bg-blend-hard-light{
background-blend-mode: hard-light;
}
.bg-blend-soft-light{
background-blend-mode: soft-light;
}
.bg-blend-difference{
background-blend-mode: difference;
}
.bg-blend-exclusion{
background-blend-mode: exclusion;
}
.bg-blend-hue{
background-blend-mode: hue;
}
.bg-blend-saturation{
background-blend-mode: saturation;
}
.bg-blend-color{
background-blend-mode: color;
}
.bg-blend-luminosity{
background-blend-mode: luminosity;
}
.filter{
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter-none{
filter: none;
}
.blur-0{
--tw-blur: blur(0);
}
.blur-sm{
--tw-blur: blur(4px);
}
.blur{
--tw-blur: blur(8px);
}
.blur-md{
--tw-blur: blur(12px);
}
.blur-lg{
--tw-blur: blur(16px);
}
.blur-xl{
--tw-blur: blur(24px);
}
.blur-2xl{
--tw-blur: blur(40px);
}
.blur-3xl{
--tw-blur: blur(64px);
}
.brightness-0{
--tw-brightness: brightness(0);
}
.brightness-50{
--tw-brightness: brightness(.5);
}
.brightness-75{
--tw-brightness: brightness(.75);
}
.brightness-90{
--tw-brightness: brightness(.9);
}
.brightness-95{
--tw-brightness: brightness(.95);
}
.brightness-100{
--tw-brightness: brightness(1);
}
.brightness-105{
--tw-brightness: brightness(1.05);
}
.brightness-110{
--tw-brightness: brightness(1.1);
}
.brightness-125{
--tw-brightness: brightness(1.25);
}
.brightness-150{
--tw-brightness: brightness(1.5);
}
.brightness-200{
--tw-brightness: brightness(2);
}
.contrast-0{
--tw-contrast: contrast(0);
}
.contrast-50{
--tw-contrast: contrast(.5);
}
.contrast-75{
--tw-contrast: contrast(.75);
}
.contrast-100{
--tw-contrast: contrast(1);
}
.contrast-125{
--tw-contrast: contrast(1.25);
}
.contrast-150{
--tw-contrast: contrast(1.5);
}
.contrast-200{
--tw-contrast: contrast(2);
}
.drop-shadow-sm{
--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}
.drop-shadow{
--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}
.drop-shadow-md{
--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}
.drop-shadow-lg{
--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.drop-shadow-xl{
--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.drop-shadow-2xl{
--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}
.drop-shadow-none{
--tw-drop-shadow: drop-shadow(0 0 #0000);
}
.grayscale-0{
--tw-grayscale: grayscale(0);
}
.grayscale{
--tw-grayscale: grayscale(100%);
}
.hue-rotate-0{
--tw-hue-rotate: hue-rotate(0deg);
}
.hue-rotate-15{
--tw-hue-rotate: hue-rotate(15deg);
}
.hue-rotate-30{
--tw-hue-rotate: hue-rotate(30deg);
}
.hue-rotate-60{
--tw-hue-rotate: hue-rotate(60deg);
}
.hue-rotate-90{
--tw-hue-rotate: hue-rotate(90deg);
}
.hue-rotate-180{
--tw-hue-rotate: hue-rotate(180deg);
}
.-hue-rotate-180{
--tw-hue-rotate: hue-rotate(-180deg);
}
.-hue-rotate-90{
--tw-hue-rotate: hue-rotate(-90deg);
}
.-hue-rotate-60{
--tw-hue-rotate: hue-rotate(-60deg);
}
.-hue-rotate-30{
--tw-hue-rotate: hue-rotate(-30deg);
}
.-hue-rotate-15{
--tw-hue-rotate: hue-rotate(-15deg);
}
.invert-0{
--tw-invert: invert(0);
}
.invert{
--tw-invert: invert(100%);
}
.saturate-0{
--tw-saturate: saturate(0);
}
.saturate-50{
--tw-saturate: saturate(.5);
}
.saturate-100{
--tw-saturate: saturate(1);
}
.saturate-150{
--tw-saturate: saturate(1.5);
}
.saturate-200{
--tw-saturate: saturate(2);
}
.sepia-0{
--tw-sepia: sepia(0);
}
.sepia{
--tw-sepia: sepia(100%);
}
.backdrop-filter{
--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter-none{
-webkit-backdrop-filter: none;
backdrop-filter: none;
}
.backdrop-blur-0{
--tw-backdrop-blur: blur(0);
}
.backdrop-blur-sm{
--tw-backdrop-blur: blur(4px);
}
.backdrop-blur{
--tw-backdrop-blur: blur(8px);
}
.backdrop-blur-md{
--tw-backdrop-blur: blur(12px);
}
.backdrop-blur-lg{
--tw-backdrop-blur: blur(16px);
}
.backdrop-blur-xl{
--tw-backdrop-blur: blur(24px);
}
.backdrop-blur-2xl{
--tw-backdrop-blur: blur(40px);
}
.backdrop-blur-3xl{
--tw-backdrop-blur: blur(64px);
}
.backdrop-brightness-0{
--tw-backdrop-brightness: brightness(0);
}
.backdrop-brightness-50{
--tw-backdrop-brightness: brightness(.5);
}
.backdrop-brightness-75{
--tw-backdrop-brightness: brightness(.75);
}
.backdrop-brightness-90{
--tw-backdrop-brightness: brightness(.9);
}
.backdrop-brightness-95{
--tw-backdrop-brightness: brightness(.95);
}
.backdrop-brightness-100{
--tw-backdrop-brightness: brightness(1);
}
.backdrop-brightness-105{
--tw-backdrop-brightness: brightness(1.05);
}
.backdrop-brightness-110{
--tw-backdrop-brightness: brightness(1.1);
}
.backdrop-brightness-125{
--tw-backdrop-brightness: brightness(1.25);
}
.backdrop-brightness-150{
--tw-backdrop-brightness: brightness(1.5);
}
.backdrop-brightness-200{
--tw-backdrop-brightness: brightness(2);
}
.backdrop-contrast-0{
--tw-backdrop-contrast: contrast(0);
}
.backdrop-contrast-50{
--tw-backdrop-contrast: contrast(.5);
}
.backdrop-contrast-75{
--tw-backdrop-contrast: contrast(.75);
}
.backdrop-contrast-100{
--tw-backdrop-contrast: contrast(1);
}
.backdrop-contrast-125{
--tw-backdrop-contrast: contrast(1.25);
}
.backdrop-contrast-150{
--tw-backdrop-contrast: contrast(1.5);
}
.backdrop-contrast-200{
--tw-backdrop-contrast: contrast(2);
}
.backdrop-grayscale-0{
--tw-backdrop-grayscale: grayscale(0);
}
.backdrop-grayscale{
--tw-backdrop-grayscale: grayscale(100%);
}
.backdrop-hue-rotate-0{
--tw-backdrop-hue-rotate: hue-rotate(0deg);
}
.backdrop-hue-rotate-15{
--tw-backdrop-hue-rotate: hue-rotate(15deg);
}
.backdrop-hue-rotate-30{
--tw-backdrop-hue-rotate: hue-rotate(30deg);
}
.backdrop-hue-rotate-60{
--tw-backdrop-hue-rotate: hue-rotate(60deg);
}
.backdrop-hue-rotate-90{
--tw-backdrop-hue-rotate: hue-rotate(90deg);
}
.backdrop-hue-rotate-180{
--tw-backdrop-hue-rotate: hue-rotate(180deg);
}
.-backdrop-hue-rotate-180{
--tw-backdrop-hue-rotate: hue-rotate(-180deg);
}
.-backdrop-hue-rotate-90{
--tw-backdrop-hue-rotate: hue-rotate(-90deg);
}
.-backdrop-hue-rotate-60{
--tw-backdrop-hue-rotate: hue-rotate(-60deg);
}
.-backdrop-hue-rotate-30{
--tw-backdrop-hue-rotate: hue-rotate(-30deg);
}
.-backdrop-hue-rotate-15{
--tw-backdrop-hue-rotate: hue-rotate(-15deg);
}
.backdrop-invert-0{
--tw-backdrop-invert: invert(0);
}
.backdrop-invert{
--tw-backdrop-invert: invert(100%);
}
.backdrop-opacity-0{
--tw-backdrop-opacity: opacity(0);
}
.backdrop-opacity-5{
--tw-backdrop-opacity: opacity(0.05);
}
.backdrop-opacity-10{
--tw-backdrop-opacity: opacity(0.1);
}
.backdrop-opacity-20{
--tw-backdrop-opacity: opacity(0.2);
}
.backdrop-opacity-25{
--tw-backdrop-opacity: opacity(0.25);
}
.backdrop-opacity-30{
--tw-backdrop-opacity: opacity(0.3);
}
.backdrop-opacity-40{
--tw-backdrop-opacity: opacity(0.4);
}
.backdrop-opacity-50{
--tw-backdrop-opacity: opacity(0.5);
}
.backdrop-opacity-60{
--tw-backdrop-opacity: opacity(0.6);
}
.backdrop-opacity-70{
--tw-backdrop-opacity: opacity(0.7);
}
.backdrop-opacity-75{
--tw-backdrop-opacity: opacity(0.75);
}
.backdrop-opacity-80{
--tw-backdrop-opacity: opacity(0.8);
}
.backdrop-opacity-90{
--tw-backdrop-opacity: opacity(0.9);
}
.backdrop-opacity-95{
--tw-backdrop-opacity: opacity(0.95);
}
.backdrop-opacity-100{
--tw-backdrop-opacity: opacity(1);
}
.backdrop-saturate-0{
--tw-backdrop-saturate: saturate(0);
}
.backdrop-saturate-50{
--tw-backdrop-saturate: saturate(.5);
}
.backdrop-saturate-100{
--tw-backdrop-saturate: saturate(1);
}
.backdrop-saturate-150{
--tw-backdrop-saturate: saturate(1.5);
}
.backdrop-saturate-200{
--tw-backdrop-saturate: saturate(2);
}
.backdrop-sepia-0{
--tw-backdrop-sepia: sepia(0);
}
.backdrop-sepia{
--tw-backdrop-sepia: sepia(100%);
}
/* NOTE: Dotted text decoration */
.dotted {
text-decoration: underline;
-webkit-text-decoration-style: dotted;
text-decoration-style: dotted;
}
/* NOTE: set the notification
container list to max 90vw of the
view width for smaller screens
*/
.notification-list {
max-width: 90vw;
}
@media (min-width: 640px){
.sm\:container{
width: 100%;
}
@media (min-width: 640px){
.sm\:container{
max-width: 640px;
}
}
@media (min-width: 768px){
.sm\:container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.sm\:container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.sm\:container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.sm\:container{
max-width: 1536px;
}
}
.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(1px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
.sm\:space-x-1 > :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-2 > :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-2 > :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-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(4px * var(--tw-space-x-reverse));
margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(6px * var(--tw-space-x-reverse));
margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(8px * var(--tw-space-x-reverse));
margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-10 > :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-10 > :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-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(12px * var(--tw-space-x-reverse));
margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(16px * var(--tw-space-x-reverse));
margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(24px * var(--tw-space-x-reverse));
margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(32px * var(--tw-space-x-reverse));
margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-40 > :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-40 > :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-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(44px * var(--tw-space-y-reverse));
}
.sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(44px * var(--tw-space-x-reverse));
margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(48px * var(--tw-space-y-reverse));
}
.sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(48px * var(--tw-space-x-reverse));
margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(56px * var(--tw-space-y-reverse));
}
.sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(56px * var(--tw-space-x-reverse));
margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(76px * var(--tw-space-y-reverse));
}
.sm\:space-x-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(76px * var(--tw-space-x-reverse));
margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-88 > :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-88 > :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-1 > :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-1 > :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-2 > :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-2 > :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-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-4px * var(--tw-space-y-reverse));
}
.sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-4px * var(--tw-space-x-reverse));
margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-6px * var(--tw-space-y-reverse));
}
.sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-6px * var(--tw-space-x-reverse));
margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-8px * var(--tw-space-y-reverse));
}
.sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-8px * var(--tw-space-x-reverse));
margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-10 > :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-10 > :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-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-12px * var(--tw-space-y-reverse));
}
.sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-12px * var(--tw-space-x-reverse));
margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}
.sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-16px * var(--tw-space-x-reverse));
margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}
.sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-24px * var(--tw-space-x-reverse));
margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-32px * var(--tw-space-y-reverse));
}
.sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-32px * var(--tw-space-x-reverse));
margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-40 > :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-40 > :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-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-44px * var(--tw-space-y-reverse));
}
.sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-44px * var(--tw-space-x-reverse));
margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-48px * var(--tw-space-y-reverse));
}
.sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-48px * var(--tw-space-x-reverse));
margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-56px * var(--tw-space-y-reverse));
}
.sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-56px * var(--tw-space-x-reverse));
margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-76px * var(--tw-space-y-reverse));
}
.sm\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(-76px * var(--tw-space-x-reverse));
margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:-space-y-88 > :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-88 > :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-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: rgba(0,0,0,0);
}
.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-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-divide-opacity));
}
.sm\:divide-gray-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-divide-opacity));
}
.sm\:divide-gray-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-divide-opacity));
}
.sm\:divide-gray-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-divide-opacity));
}
.sm\:divide-gray-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-divide-opacity));
}
.sm\:divide-gray-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-divide-opacity));
}
.sm\:divide-gray-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-divide-opacity));
}
.sm\:divide-gray-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-divide-opacity));
}
.sm\:divide-gray-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-divide-opacity));
}
.sm\:divide-gray-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-divide-opacity));
}
.sm\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-divide-opacity));
}
.sm\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-divide-opacity));
}
.sm\:divide-blue-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-divide-opacity));
}
.sm\:divide-blue-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-divide-opacity));
}
.sm\:divide-blue-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-divide-opacity));
}
.sm\:divide-blue-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-divide-opacity));
}
.sm\:divide-blue-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-divide-opacity));
}
.sm\:divide-blue-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-divide-opacity));
}
.sm\:divide-blue-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-divide-opacity));
}
.sm\:divide-blue-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-divide-opacity));
}
.sm\:divide-cyan-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-divide-opacity));
}
.sm\:divide-cyan-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-divide-opacity));
}
.sm\:divide-cyan-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-divide-opacity));
}
.sm\:divide-cyan-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-divide-opacity));
}
.sm\:divide-cyan-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-divide-opacity));
}
.sm\:divide-cyan-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-divide-opacity));
}
.sm\:divide-cyan-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-divide-opacity));
}
.sm\:divide-cyan-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-divide-opacity));
}
.sm\:divide-cyan-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-divide-opacity));
}
.sm\:divide-cyan-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-divide-opacity));
}
.sm\:divide-orange-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-divide-opacity));
}
.sm\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-divide-opacity));
}
.sm\:divide-orange-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-divide-opacity));
}
.sm\:divide-orange-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-divide-opacity));
}
.sm\:divide-orange-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-divide-opacity));
}
.sm\:divide-orange-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-divide-opacity));
}
.sm\:divide-orange-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-divide-opacity));
}
.sm\:divide-orange-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-divide-opacity));
}
.sm\:divide-orange-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-divide-opacity));
}
.sm\:divide-orange-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-divide-opacity));
}
.sm\:divide-red-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-divide-opacity));
}
.sm\:divide-red-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-divide-opacity));
}
.sm\:divide-red-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-divide-opacity));
}
.sm\:divide-red-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-divide-opacity));
}
.sm\:divide-red-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-divide-opacity));
}
.sm\:divide-red-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-divide-opacity));
}
.sm\:divide-red-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-divide-opacity));
}
.sm\:divide-red-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-divide-opacity));
}
.sm\:divide-red-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-divide-opacity));
}
.sm\:divide-red-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-divide-opacity));
}
.sm\:divide-magenta-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-divide-opacity));
}
.sm\:divide-magenta-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-divide-opacity));
}
.sm\:divide-magenta-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-divide-opacity));
}
.sm\:divide-magenta-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-divide-opacity));
}
.sm\:divide-magenta-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-divide-opacity));
}
.sm\:divide-magenta-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-divide-opacity));
}
.sm\:divide-magenta-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-divide-opacity));
}
.sm\:divide-magenta-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-divide-opacity));
}
.sm\:divide-magenta-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-divide-opacity));
}
.sm\:divide-magenta-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-divide-opacity));
}
.sm\:divide-green-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-divide-opacity));
}
.sm\:divide-green-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-divide-opacity));
}
.sm\:divide-green-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-divide-opacity));
}
.sm\:divide-green-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-divide-opacity));
}
.sm\:divide-green-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-divide-opacity));
}
.sm\:divide-green-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-divide-opacity));
}
.sm\:divide-green-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-divide-opacity));
}
.sm\:divide-green-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-divide-opacity));
}
.sm\:divide-green-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-divide-opacity));
}
.sm\:divide-green-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-divide-opacity));
}
.sm\:divide-teal-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-divide-opacity));
}
.sm\:divide-teal-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-divide-opacity));
}
.sm\:divide-teal-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-divide-opacity));
}
.sm\:divide-teal-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-divide-opacity));
}
.sm\:divide-teal-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-divide-opacity));
}
.sm\:divide-teal-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-divide-opacity));
}
.sm\:divide-teal-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-divide-opacity));
}
.sm\:divide-teal-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-divide-opacity));
}
.sm\:divide-teal-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-divide-opacity));
}
.sm\:divide-teal-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-divide-opacity));
}
.sm\:divide-purple-1 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-divide-opacity));
}
.sm\:divide-purple-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-divide-opacity));
}
.sm\:divide-purple-3 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-divide-opacity));
}
.sm\:divide-purple-4 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-divide-opacity));
}
.sm\:divide-purple-5 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-divide-opacity));
}
.sm\:divide-purple-6 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-divide-opacity));
}
.sm\:divide-purple-7 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-divide-opacity));
}
.sm\:divide-purple-8 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-divide-opacity));
}
.sm\:divide-purple-9 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-divide-opacity));
}
.sm\:divide-purple-10 > :not([hidden]) ~ :not([hidden]){
--tw-divide-opacity: 1;
border-color: rgba(28, 15, 48, 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: rgba(0,0,0,0);
}
.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-1{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.sm\:bg-gray-2{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.sm\:bg-gray-3{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.sm\:bg-gray-4{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.sm\:bg-gray-5{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.sm\:bg-gray-6{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.sm\:bg-gray-7{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.sm\:bg-gray-8{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.sm\:bg-gray-9{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.sm\:bg-gray-10{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.sm\:bg-blue-1{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.sm\:bg-blue-2{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.sm\:bg-blue-3{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.sm\:bg-blue-4{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.sm\:bg-blue-5{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.sm\:bg-blue-6{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.sm\:bg-blue-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.sm\:bg-blue-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.sm\:bg-blue-9{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.sm\:bg-blue-10{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.sm\:bg-cyan-1{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.sm\:bg-cyan-2{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.sm\:bg-cyan-3{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.sm\:bg-cyan-4{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.sm\:bg-cyan-5{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.sm\:bg-cyan-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.sm\:bg-cyan-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.sm\:bg-cyan-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.sm\:bg-cyan-9{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.sm\:bg-cyan-10{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.sm\:bg-orange-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.sm\:bg-orange-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.sm\:bg-orange-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.sm\:bg-orange-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.sm\:bg-orange-5{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.sm\:bg-orange-6{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.sm\:bg-orange-7{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.sm\:bg-orange-8{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.sm\:bg-orange-9{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.sm\:bg-orange-10{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.sm\:bg-red-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.sm\:bg-red-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.sm\:bg-red-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.sm\:bg-red-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.sm\:bg-red-5{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.sm\:bg-red-6{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.sm\:bg-red-7{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.sm\:bg-red-8{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.sm\:bg-red-9{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.sm\:bg-red-10{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.sm\:bg-magenta-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.sm\:bg-magenta-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.sm\:bg-magenta-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.sm\:bg-magenta-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.sm\:bg-magenta-5{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.sm\:bg-magenta-6{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.sm\:bg-magenta-7{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.sm\:bg-magenta-8{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.sm\:bg-magenta-9{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.sm\:bg-magenta-10{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.sm\:bg-green-1{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.sm\:bg-green-2{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.sm\:bg-green-3{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.sm\:bg-green-4{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.sm\:bg-green-5{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.sm\:bg-green-6{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.sm\:bg-green-7{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.sm\:bg-green-8{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.sm\:bg-green-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.sm\:bg-green-10{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.sm\:bg-teal-1{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.sm\:bg-teal-2{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.sm\:bg-teal-3{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.sm\:bg-teal-4{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.sm\:bg-teal-5{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.sm\:bg-teal-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.sm\:bg-teal-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.sm\:bg-teal-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.sm\:bg-teal-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.sm\:bg-teal-10{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.sm\:bg-purple-1{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.sm\:bg-purple-2{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.sm\:bg-purple-3{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.sm\:bg-purple-4{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.sm\:bg-purple-5{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.sm\:bg-purple-6{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.sm\:bg-purple-7{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.sm\:bg-purple-8{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.sm\:bg-purple-9{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.sm\:bg-purple-10{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-transparent{
background-color: rgba(0,0,0,0);
}
.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-1{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-2{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-3{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-4{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-5{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-6{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-7{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-8{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-9{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-gray-10{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-1{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-2{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-3{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-4{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-5{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-6{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-9{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-blue-10{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-1{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-2{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-3{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-4{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-5{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-9{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-cyan-10{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-5{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-6{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-7{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-8{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-9{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-orange-10{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-5{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-6{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-7{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-8{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-9{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-red-10{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-1{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-2{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-3{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-4{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-5{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-6{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-7{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-8{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-9{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-magenta-10{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-1{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-2{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-3{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-4{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-5{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-6{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-7{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-8{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-green-10{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-1{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-2{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-3{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-4{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-5{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-6{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-7{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-8{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-9{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-teal-10{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-1{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-2{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-3{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-4{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-5{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-6{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-7{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-8{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-9{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.group:hover .sm\:group-hover\:bg-purple-10{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-transparent:focus-within{
background-color: rgba(0,0,0,0);
}
.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-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-gray-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-blue-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-cyan-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-orange-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-red-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-magenta-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-green-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-teal-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-1:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-2:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-3:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-4:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-5:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-6:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-7:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-8:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-9:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.sm\:focus-within\:bg-purple-10:focus-within{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.sm\:hover\:bg-transparent:hover{
background-color: rgba(0,0,0,0);
}
.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-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.sm\:hover\:bg-gray-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.sm\:hover\:bg-blue-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.sm\:hover\:bg-cyan-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.sm\:hover\:bg-orange-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.sm\:hover\:bg-red-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.sm\:hover\:bg-magenta-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.sm\:hover\:bg-green-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.sm\:hover\:bg-teal-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-1:hover{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-2:hover{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-3:hover{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-4:hover{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-5:hover{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-6:hover{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-7:hover{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-8:hover{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-9:hover{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.sm\:hover\:bg-purple-10:hover{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, var(--tw-bg-opacity));
}
.sm\:focus\:bg-transparent:focus{
background-color: rgba(0,0,0,0);
}
.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-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(242, 244, 248, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(221, 225, 230, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(193, 199, 205, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(162, 169, 176, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(135, 141, 150, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(105, 112, 119, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(77, 83, 88, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(52, 58, 63, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(33, 39, 42, var(--tw-bg-opacity));
}
.sm\:focus\:bg-gray-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(18, 22, 25, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(208, 226, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(166, 200, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(120, 169, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(69, 137, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 67, 206, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 45, 156, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 29, 108, var(--tw-bg-opacity));
}
.sm\:focus\:bg-blue-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 17, 65, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(229, 246, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(186, 230, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(130, 207, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(51, 177, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(17, 146, 232, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 114, 195, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 83, 154, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 58, 109, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(1, 39, 73, var(--tw-bg-opacity));
}
.sm\:focus\:bg-cyan-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(6, 23, 39, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 242, 232, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 217, 190, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 183, 132, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 43, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(235, 98, 0, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(186, 78, 0, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(138, 56, 0, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(94, 41, 0, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(62, 26, 0, var(--tw-bg-opacity));
}
.sm\:focus\:bg-orange-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(35, 16, 0, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 241, 241, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 215, 217, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 179, 184, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(250, 77, 86, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(218, 30, 40, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(162, 25, 31, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(117, 14, 19, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(82, 4, 8, var(--tw-bg-opacity));
}
.sm\:focus\:bg-red-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(45, 7, 9, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 240, 247, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 214, 232, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 175, 210, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(255, 126, 182, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(238, 83, 150, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(208, 38, 112, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(159, 24, 83, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(116, 9, 55, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(81, 2, 36, var(--tw-bg-opacity));
}
.sm\:focus\:bg-magenta-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(42, 10, 24, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(222, 251, 230, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(167, 240, 186, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(111, 220, 140, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(66, 190, 101, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(36, 161, 72, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(25, 128, 56, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(14, 96, 39, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(4, 67, 23, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(2, 45, 13, var(--tw-bg-opacity));
}
.sm\:focus\:bg-green-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(7, 25, 8, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(217, 251, 251, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(158, 240, 240, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(61, 219, 217, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(8, 189, 186, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 157, 154, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 125, 121, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 93, 93, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(0, 65, 68, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(2, 43, 48, var(--tw-bg-opacity));
}
.sm\:focus\:bg-teal-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(8, 26, 28, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-1:focus{
--tw-bg-opacity: 1;
background-color: rgba(246, 242, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-2:focus{
--tw-bg-opacity: 1;
background-color: rgba(232, 218, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-3:focus{
--tw-bg-opacity: 1;
background-color: rgba(212, 187, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-4:focus{
--tw-bg-opacity: 1;
background-color: rgba(190, 149, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-5:focus{
--tw-bg-opacity: 1;
background-color: rgba(165, 110, 255, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-6:focus{
--tw-bg-opacity: 1;
background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-7:focus{
--tw-bg-opacity: 1;
background-color: rgba(105, 41, 196, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-8:focus{
--tw-bg-opacity: 1;
background-color: rgba(73, 29, 139, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-9:focus{
--tw-bg-opacity: 1;
background-color: rgba(49, 19, 94, var(--tw-bg-opacity));
}
.sm\:focus\:bg-purple-10:focus{
--tw-bg-opacity: 1;
background-color: rgba(28, 15, 48, 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: rgba(0,0,0,0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:from-black{
--tw-gradient-from: #000000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:from-white{
--tw-gradient-from: #ffffff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.sm\:from-gray-1{
--tw-gradient-from: #f2f4f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.sm\:from-gray-2{
--tw-gradient-from: #dde1e6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.sm\:from-gray-3{
--tw-gradient-from: #c1c7cd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.sm\:from-gray-4{
--tw-gradient-from: #a2a9b0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.sm\:from-gray-5{
--tw-gradient-from: #878d96;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.sm\:from-gray-6{
--tw-gradient-from: #697077;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.sm\:from-gray-7{
--tw-gradient-from: #4d5358;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.sm\:from-gray-8{
--tw-gradient-from: #343a3f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.sm\:from-gray-9{
--tw-gradient-from: #21272a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.sm\:from-gray-10{
--tw-gradient-from: #121619;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.sm\:from-blue-1{
--tw-gradient-from: #edf5ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.sm\:from-blue-2{
--tw-gradient-from: #d0e2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.sm\:from-blue-3{
--tw-gradient-from: #a6c8ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.sm\:from-blue-4{
--tw-gradient-from: #78a9ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.sm\:from-blue-5{
--tw-gradient-from: #4589ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.sm\:from-blue-6{
--tw-gradient-from: #0f62fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.sm\:from-blue-7{
--tw-gradient-from: #0043ce;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.sm\:from-blue-8{
--tw-gradient-from: #002d9c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.sm\:from-blue-9{
--tw-gradient-from: #001d6c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.sm\:from-blue-10{
--tw-gradient-from: #001141;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.sm\:from-cyan-1{
--tw-gradient-from: #e5f6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.sm\:from-cyan-2{
--tw-gradient-from: #bae6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.sm\:from-cyan-3{
--tw-gradient-from: #82cfff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.sm\:from-cyan-4{
--tw-gradient-from: #33b1ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.sm\:from-cyan-5{
--tw-gradient-from: #1192e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.sm\:from-cyan-6{
--tw-gradient-from: #0072c3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.sm\:from-cyan-7{
--tw-gradient-from: #00539a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.sm\:from-cyan-8{
--tw-gradient-from: #003a6d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.sm\:from-cyan-9{
--tw-gradient-from: #012749;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.sm\:from-cyan-10{
--tw-gradient-from: #061727;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.sm\:from-orange-1{
--tw-gradient-from: #fff2e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.sm\:from-orange-2{
--tw-gradient-from: #ffd9be;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.sm\:from-orange-3{
--tw-gradient-from: #ffb784;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.sm\:from-orange-4{
--tw-gradient-from: #ff832b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.sm\:from-orange-5{
--tw-gradient-from: #eb6200;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.sm\:from-orange-6{
--tw-gradient-from: #ba4e00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.sm\:from-orange-7{
--tw-gradient-from: #8a3800;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.sm\:from-orange-8{
--tw-gradient-from: #5e2900;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.sm\:from-orange-9{
--tw-gradient-from: #3e1a00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.sm\:from-orange-10{
--tw-gradient-from: #231000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.sm\:from-red-1{
--tw-gradient-from: #fff1f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.sm\:from-red-2{
--tw-gradient-from: #ffd7d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.sm\:from-red-3{
--tw-gradient-from: #ffb3b8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.sm\:from-red-4{
--tw-gradient-from: #ff8389;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.sm\:from-red-5{
--tw-gradient-from: #fa4d56;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.sm\:from-red-6{
--tw-gradient-from: #da1e28;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.sm\:from-red-7{
--tw-gradient-from: #a2191f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.sm\:from-red-8{
--tw-gradient-from: #750e13;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.sm\:from-red-9{
--tw-gradient-from: #520408;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.sm\:from-red-10{
--tw-gradient-from: #2d0709;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.sm\:from-magenta-1{
--tw-gradient-from: #fff0f7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.sm\:from-magenta-2{
--tw-gradient-from: #ffd6e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.sm\:from-magenta-3{
--tw-gradient-from: #ffafd2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.sm\:from-magenta-4{
--tw-gradient-from: #ff7eb6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.sm\:from-magenta-5{
--tw-gradient-from: #ee5396;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.sm\:from-magenta-6{
--tw-gradient-from: #d02670;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.sm\:from-magenta-7{
--tw-gradient-from: #9f1853;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.sm\:from-magenta-8{
--tw-gradient-from: #740937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.sm\:from-magenta-9{
--tw-gradient-from: #510224;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.sm\:from-magenta-10{
--tw-gradient-from: #2a0a18;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.sm\:from-green-1{
--tw-gradient-from: #defbe6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.sm\:from-green-2{
--tw-gradient-from: #a7f0ba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.sm\:from-green-3{
--tw-gradient-from: #6fdc8c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.sm\:from-green-4{
--tw-gradient-from: #42be65;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.sm\:from-green-5{
--tw-gradient-from: #24a148;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.sm\:from-green-6{
--tw-gradient-from: #198038;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.sm\:from-green-7{
--tw-gradient-from: #0e6027;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.sm\:from-green-8{
--tw-gradient-from: #044317;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.sm\:from-green-9{
--tw-gradient-from: #022d0d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.sm\:from-green-10{
--tw-gradient-from: #071908;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.sm\:from-teal-1{
--tw-gradient-from: #d9fbfb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.sm\:from-teal-2{
--tw-gradient-from: #9ef0f0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.sm\:from-teal-3{
--tw-gradient-from: #3ddbd9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.sm\:from-teal-4{
--tw-gradient-from: #08bdba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.sm\:from-teal-5{
--tw-gradient-from: #009d9a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.sm\:from-teal-6{
--tw-gradient-from: #007d79;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.sm\:from-teal-7{
--tw-gradient-from: #005d5d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.sm\:from-teal-8{
--tw-gradient-from: #004144;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.sm\:from-teal-9{
--tw-gradient-from: #022b30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.sm\:from-teal-10{
--tw-gradient-from: #081a1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.sm\:from-purple-1{
--tw-gradient-from: #f6f2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.sm\:from-purple-2{
--tw-gradient-from: #e8daff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.sm\:from-purple-3{
--tw-gradient-from: #d4bbff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.sm\:from-purple-4{
--tw-gradient-from: #be95ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.sm\:from-purple-5{
--tw-gradient-from: #a56eff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.sm\:from-purple-6{
--tw-gradient-from: #8a3ffc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.sm\:from-purple-7{
--tw-gradient-from: #6929c4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.sm\:from-purple-8{
--tw-gradient-from: #491d8b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.sm\:from-purple-9{
--tw-gradient-from: #31135e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.sm\:from-purple-10{
--tw-gradient-from: #1c0f30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.sm\:via-transparent{
--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:via-black{
--tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:via-white{
--tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.sm\:via-gray-1{
--tw-gradient-stops: var(--tw-gradient-from), #f2f4f8, var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.sm\:via-gray-2{
--tw-gradient-stops: var(--tw-gradient-from), #dde1e6, var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.sm\:via-gray-3{
--tw-gradient-stops: var(--tw-gradient-from), #c1c7cd, var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.sm\:via-gray-4{
--tw-gradient-stops: var(--tw-gradient-from), #a2a9b0, var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.sm\:via-gray-5{
--tw-gradient-stops: var(--tw-gradient-from), #878d96, var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.sm\:via-gray-6{
--tw-gradient-stops: var(--tw-gradient-from), #697077, var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.sm\:via-gray-7{
--tw-gradient-stops: var(--tw-gradient-from), #4d5358, var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.sm\:via-gray-8{
--tw-gradient-stops: var(--tw-gradient-from), #343a3f, var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.sm\:via-gray-9{
--tw-gradient-stops: var(--tw-gradient-from), #21272a, var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.sm\:via-gray-10{
--tw-gradient-stops: var(--tw-gradient-from), #121619, var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.sm\:via-blue-1{
--tw-gradient-stops: var(--tw-gradient-from), #edf5ff, var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.sm\:via-blue-2{
--tw-gradient-stops: var(--tw-gradient-from), #d0e2ff, var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.sm\:via-blue-3{
--tw-gradient-stops: var(--tw-gradient-from), #a6c8ff, var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.sm\:via-blue-4{
--tw-gradient-stops: var(--tw-gradient-from), #78a9ff, var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.sm\:via-blue-5{
--tw-gradient-stops: var(--tw-gradient-from), #4589ff, var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.sm\:via-blue-6{
--tw-gradient-stops: var(--tw-gradient-from), #0f62fe, var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.sm\:via-blue-7{
--tw-gradient-stops: var(--tw-gradient-from), #0043ce, var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.sm\:via-blue-8{
--tw-gradient-stops: var(--tw-gradient-from), #002d9c, var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.sm\:via-blue-9{
--tw-gradient-stops: var(--tw-gradient-from), #001d6c, var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.sm\:via-blue-10{
--tw-gradient-stops: var(--tw-gradient-from), #001141, var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.sm\:via-cyan-1{
--tw-gradient-stops: var(--tw-gradient-from), #e5f6ff, var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.sm\:via-cyan-2{
--tw-gradient-stops: var(--tw-gradient-from), #bae6ff, var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.sm\:via-cyan-3{
--tw-gradient-stops: var(--tw-gradient-from), #82cfff, var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.sm\:via-cyan-4{
--tw-gradient-stops: var(--tw-gradient-from), #33b1ff, var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.sm\:via-cyan-5{
--tw-gradient-stops: var(--tw-gradient-from), #1192e8, var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.sm\:via-cyan-6{
--tw-gradient-stops: var(--tw-gradient-from), #0072c3, var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.sm\:via-cyan-7{
--tw-gradient-stops: var(--tw-gradient-from), #00539a, var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.sm\:via-cyan-8{
--tw-gradient-stops: var(--tw-gradient-from), #003a6d, var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.sm\:via-cyan-9{
--tw-gradient-stops: var(--tw-gradient-from), #012749, var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.sm\:via-cyan-10{
--tw-gradient-stops: var(--tw-gradient-from), #061727, var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.sm\:via-orange-1{
--tw-gradient-stops: var(--tw-gradient-from), #fff2e8, var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.sm\:via-orange-2{
--tw-gradient-stops: var(--tw-gradient-from), #ffd9be, var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.sm\:via-orange-3{
--tw-gradient-stops: var(--tw-gradient-from), #ffb784, var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.sm\:via-orange-4{
--tw-gradient-stops: var(--tw-gradient-from), #ff832b, var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.sm\:via-orange-5{
--tw-gradient-stops: var(--tw-gradient-from), #eb6200, var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.sm\:via-orange-6{
--tw-gradient-stops: var(--tw-gradient-from), #ba4e00, var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.sm\:via-orange-7{
--tw-gradient-stops: var(--tw-gradient-from), #8a3800, var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.sm\:via-orange-8{
--tw-gradient-stops: var(--tw-gradient-from), #5e2900, var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.sm\:via-orange-9{
--tw-gradient-stops: var(--tw-gradient-from), #3e1a00, var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.sm\:via-orange-10{
--tw-gradient-stops: var(--tw-gradient-from), #231000, var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.sm\:via-red-1{
--tw-gradient-stops: var(--tw-gradient-from), #fff1f1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.sm\:via-red-2{
--tw-gradient-stops: var(--tw-gradient-from), #ffd7d9, var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.sm\:via-red-3{
--tw-gradient-stops: var(--tw-gradient-from), #ffb3b8, var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.sm\:via-red-4{
--tw-gradient-stops: var(--tw-gradient-from), #ff8389, var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.sm\:via-red-5{
--tw-gradient-stops: var(--tw-gradient-from), #fa4d56, var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.sm\:via-red-6{
--tw-gradient-stops: var(--tw-gradient-from), #da1e28, var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.sm\:via-red-7{
--tw-gradient-stops: var(--tw-gradient-from), #a2191f, var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.sm\:via-red-8{
--tw-gradient-stops: var(--tw-gradient-from), #750e13, var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.sm\:via-red-9{
--tw-gradient-stops: var(--tw-gradient-from), #520408, var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.sm\:via-red-10{
--tw-gradient-stops: var(--tw-gradient-from), #2d0709, var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.sm\:via-magenta-1{
--tw-gradient-stops: var(--tw-gradient-from), #fff0f7, var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.sm\:via-magenta-2{
--tw-gradient-stops: var(--tw-gradient-from), #ffd6e8, var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.sm\:via-magenta-3{
--tw-gradient-stops: var(--tw-gradient-from), #ffafd2, var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.sm\:via-magenta-4{
--tw-gradient-stops: var(--tw-gradient-from), #ff7eb6, var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.sm\:via-magenta-5{
--tw-gradient-stops: var(--tw-gradient-from), #ee5396, var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.sm\:via-magenta-6{
--tw-gradient-stops: var(--tw-gradient-from), #d02670, var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.sm\:via-magenta-7{
--tw-gradient-stops: var(--tw-gradient-from), #9f1853, var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.sm\:via-magenta-8{
--tw-gradient-stops: var(--tw-gradient-from), #740937, var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.sm\:via-magenta-9{
--tw-gradient-stops: var(--tw-gradient-from), #510224, var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.sm\:via-magenta-10{
--tw-gradient-stops: var(--tw-gradient-from), #2a0a18, var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.sm\:via-green-1{
--tw-gradient-stops: var(--tw-gradient-from), #defbe6, var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.sm\:via-green-2{
--tw-gradient-stops: var(--tw-gradient-from), #a7f0ba, var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.sm\:via-green-3{
--tw-gradient-stops: var(--tw-gradient-from), #6fdc8c, var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.sm\:via-green-4{
--tw-gradient-stops: var(--tw-gradient-from), #42be65, var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.sm\:via-green-5{
--tw-gradient-stops: var(--tw-gradient-from), #24a148, var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.sm\:via-green-6{
--tw-gradient-stops: var(--tw-gradient-from), #198038, var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.sm\:via-green-7{
--tw-gradient-stops: var(--tw-gradient-from), #0e6027, var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.sm\:via-green-8{
--tw-gradient-stops: var(--tw-gradient-from), #044317, var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.sm\:via-green-9{
--tw-gradient-stops: var(--tw-gradient-from), #022d0d, var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.sm\:via-green-10{
--tw-gradient-stops: var(--tw-gradient-from), #071908, var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.sm\:via-teal-1{
--tw-gradient-stops: var(--tw-gradient-from), #d9fbfb, var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.sm\:via-teal-2{
--tw-gradient-stops: var(--tw-gradient-from), #9ef0f0, var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.sm\:via-teal-3{
--tw-gradient-stops: var(--tw-gradient-from), #3ddbd9, var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.sm\:via-teal-4{
--tw-gradient-stops: var(--tw-gradient-from), #08bdba, var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.sm\:via-teal-5{
--tw-gradient-stops: var(--tw-gradient-from), #009d9a, var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.sm\:via-teal-6{
--tw-gradient-stops: var(--tw-gradient-from), #007d79, var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.sm\:via-teal-7{
--tw-gradient-stops: var(--tw-gradient-from), #005d5d, var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.sm\:via-teal-8{
--tw-gradient-stops: var(--tw-gradient-from), #004144, var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.sm\:via-teal-9{
--tw-gradient-stops: var(--tw-gradient-from), #022b30, var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.sm\:via-teal-10{
--tw-gradient-stops: var(--tw-gradient-from), #081a1c, var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.sm\:via-purple-1{
--tw-gradient-stops: var(--tw-gradient-from), #f6f2ff, var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.sm\:via-purple-2{
--tw-gradient-stops: var(--tw-gradient-from), #e8daff, var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.sm\:via-purple-3{
--tw-gradient-stops: var(--tw-gradient-from), #d4bbff, var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.sm\:via-purple-4{
--tw-gradient-stops: var(--tw-gradient-from), #be95ff, var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.sm\:via-purple-5{
--tw-gradient-stops: var(--tw-gradient-from), #a56eff, var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.sm\:via-purple-6{
--tw-gradient-stops: var(--tw-gradient-from), #8a3ffc, var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.sm\:via-purple-7{
--tw-gradient-stops: var(--tw-gradient-from), #6929c4, var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.sm\:via-purple-8{
--tw-gradient-stops: var(--tw-gradient-from), #491d8b, var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.sm\:via-purple-9{
--tw-gradient-stops: var(--tw-gradient-from), #31135e, var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.sm\:via-purple-10{
--tw-gradient-stops: var(--tw-gradient-from), #1c0f30, var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.sm\:to-transparent{
--tw-gradient-to: rgba(0,0,0,0);
}
.sm\:to-black{
--tw-gradient-to: #000000;
}
.sm\:to-white{
--tw-gradient-to: #ffffff;
}
.sm\:to-gray-1{
--tw-gradient-to: #f2f4f8;
}
.sm\:to-gray-2{
--tw-gradient-to: #dde1e6;
}
.sm\:to-gray-3{
--tw-gradient-to: #c1c7cd;
}
.sm\:to-gray-4{
--tw-gradient-to: #a2a9b0;
}
.sm\:to-gray-5{
--tw-gradient-to: #878d96;
}
.sm\:to-gray-6{
--tw-gradient-to: #697077;
}
.sm\:to-gray-7{
--tw-gradient-to: #4d5358;
}
.sm\:to-gray-8{
--tw-gradient-to: #343a3f;
}
.sm\:to-gray-9{
--tw-gradient-to: #21272a;
}
.sm\:to-gray-10{
--tw-gradient-to: #121619;
}
.sm\:to-blue-1{
--tw-gradient-to: #edf5ff;
}
.sm\:to-blue-2{
--tw-gradient-to: #d0e2ff;
}
.sm\:to-blue-3{
--tw-gradient-to: #a6c8ff;
}
.sm\:to-blue-4{
--tw-gradient-to: #78a9ff;
}
.sm\:to-blue-5{
--tw-gradient-to: #4589ff;
}
.sm\:to-blue-6{
--tw-gradient-to: #0f62fe;
}
.sm\:to-blue-7{
--tw-gradient-to: #0043ce;
}
.sm\:to-blue-8{
--tw-gradient-to: #002d9c;
}
.sm\:to-blue-9{
--tw-gradient-to: #001d6c;
}
.sm\:to-blue-10{
--tw-gradient-to: #001141;
}
.sm\:to-cyan-1{
--tw-gradient-to: #e5f6ff;
}
.sm\:to-cyan-2{
--tw-gradient-to: #bae6ff;
}
.sm\:to-cyan-3{
--tw-gradient-to: #82cfff;
}
.sm\:to-cyan-4{
--tw-gradient-to: #33b1ff;
}
.sm\:to-cyan-5{
--tw-gradient-to: #1192e8;
}
.sm\:to-cyan-6{
--tw-gradient-to: #0072c3;
}
.sm\:to-cyan-7{
--tw-gradient-to: #00539a;
}
.sm\:to-cyan-8{
--tw-gradient-to: #003a6d;
}
.sm\:to-cyan-9{
--tw-gradient-to: #012749;
}
.sm\:to-cyan-10{
--tw-gradient-to: #061727;
}
.sm\:to-orange-1{
--tw-gradient-to: #fff2e8;
}
.sm\:to-orange-2{
--tw-gradient-to: #ffd9be;
}
.sm\:to-orange-3{
--tw-gradient-to: #ffb784;
}
.sm\:to-orange-4{
--tw-gradient-to: #ff832b;
}
.sm\:to-orange-5{
--tw-gradient-to: #eb6200;
}
.sm\:to-orange-6{
--tw-gradient-to: #ba4e00;
}
.sm\:to-orange-7{
--tw-gradient-to: #8a3800;
}
.sm\:to-orange-8{
--tw-gradient-to: #5e2900;
}
.sm\:to-orange-9{
--tw-gradient-to: #3e1a00;
}
.sm\:to-orange-10{
--tw-gradient-to: #231000;
}
.sm\:to-red-1{
--tw-gradient-to: #fff1f1;
}
.sm\:to-red-2{
--tw-gradient-to: #ffd7d9;
}
.sm\:to-red-3{
--tw-gradient-to: #ffb3b8;
}
.sm\:to-red-4{
--tw-gradient-to: #ff8389;
}
.sm\:to-red-5{
--tw-gradient-to: #fa4d56;
}
.sm\:to-red-6{
--tw-gradient-to: #da1e28;
}
.sm\:to-red-7{
--tw-gradient-to: #a2191f;
}
.sm\:to-red-8{
--tw-gradient-to: #750e13;
}
.sm\:to-red-9{
--tw-gradient-to: #520408;
}
.sm\:to-red-10{
--tw-gradient-to: #2d0709;
}
.sm\:to-magenta-1{
--tw-gradient-to: #fff0f7;
}
.sm\:to-magenta-2{
--tw-gradient-to: #ffd6e8;
}
.sm\:to-magenta-3{
--tw-gradient-to: #ffafd2;
}
.sm\:to-magenta-4{
--tw-gradient-to: #ff7eb6;
}
.sm\:to-magenta-5{
--tw-gradient-to: #ee5396;
}
.sm\:to-magenta-6{
--tw-gradient-to: #d02670;
}
.sm\:to-magenta-7{
--tw-gradient-to: #9f1853;
}
.sm\:to-magenta-8{
--tw-gradient-to: #740937;
}
.sm\:to-magenta-9{
--tw-gradient-to: #510224;
}
.sm\:to-magenta-10{
--tw-gradient-to: #2a0a18;
}
.sm\:to-green-1{
--tw-gradient-to: #defbe6;
}
.sm\:to-green-2{
--tw-gradient-to: #a7f0ba;
}
.sm\:to-green-3{
--tw-gradient-to: #6fdc8c;
}
.sm\:to-green-4{
--tw-gradient-to: #42be65;
}
.sm\:to-green-5{
--tw-gradient-to: #24a148;
}
.sm\:to-green-6{
--tw-gradient-to: #198038;
}
.sm\:to-green-7{
--tw-gradient-to: #0e6027;
}
.sm\:to-green-8{
--tw-gradient-to: #044317;
}
.sm\:to-green-9{
--tw-gradient-to: #022d0d;
}
.sm\:to-green-10{
--tw-gradient-to: #071908;
}
.sm\:to-teal-1{
--tw-gradient-to: #d9fbfb;
}
.sm\:to-teal-2{
--tw-gradient-to: #9ef0f0;
}
.sm\:to-teal-3{
--tw-gradient-to: #3ddbd9;
}
.sm\:to-teal-4{
--tw-gradient-to: #08bdba;
}
.sm\:to-teal-5{
--tw-gradient-to: #009d9a;
}
.sm\:to-teal-6{
--tw-gradient-to: #007d79;
}
.sm\:to-teal-7{
--tw-gradient-to: #005d5d;
}
.sm\:to-teal-8{
--tw-gradient-to: #004144;
}
.sm\:to-teal-9{
--tw-gradient-to: #022b30;
}
.sm\:to-teal-10{
--tw-gradient-to: #081a1c;
}
.sm\:to-purple-1{
--tw-gradient-to: #f6f2ff;
}
.sm\:to-purple-2{
--tw-gradient-to: #e8daff;
}
.sm\:to-purple-3{
--tw-gradient-to: #d4bbff;
}
.sm\:to-purple-4{
--tw-gradient-to: #be95ff;
}
.sm\:to-purple-5{
--tw-gradient-to: #a56eff;
}
.sm\:to-purple-6{
--tw-gradient-to: #8a3ffc;
}
.sm\:to-purple-7{
--tw-gradient-to: #6929c4;
}
.sm\:to-purple-8{
--tw-gradient-to: #491d8b;
}
.sm\:to-purple-9{
--tw-gradient-to: #31135e;
}
.sm\:to-purple-10{
--tw-gradient-to: #1c0f30;
}
.sm\:hover\:from-transparent:hover{
--tw-gradient-from: rgba(0,0,0,0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:hover\:from-black:hover{
--tw-gradient-from: #000000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:hover\:from-white:hover{
--tw-gradient-from: #ffffff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.sm\:hover\:from-gray-1:hover{
--tw-gradient-from: #f2f4f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.sm\:hover\:from-gray-2:hover{
--tw-gradient-from: #dde1e6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.sm\:hover\:from-gray-3:hover{
--tw-gradient-from: #c1c7cd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.sm\:hover\:from-gray-4:hover{
--tw-gradient-from: #a2a9b0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.sm\:hover\:from-gray-5:hover{
--tw-gradient-from: #878d96;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.sm\:hover\:from-gray-6:hover{
--tw-gradient-from: #697077;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.sm\:hover\:from-gray-7:hover{
--tw-gradient-from: #4d5358;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.sm\:hover\:from-gray-8:hover{
--tw-gradient-from: #343a3f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.sm\:hover\:from-gray-9:hover{
--tw-gradient-from: #21272a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.sm\:hover\:from-gray-10:hover{
--tw-gradient-from: #121619;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.sm\:hover\:from-blue-1:hover{
--tw-gradient-from: #edf5ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.sm\:hover\:from-blue-2:hover{
--tw-gradient-from: #d0e2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.sm\:hover\:from-blue-3:hover{
--tw-gradient-from: #a6c8ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.sm\:hover\:from-blue-4:hover{
--tw-gradient-from: #78a9ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.sm\:hover\:from-blue-5:hover{
--tw-gradient-from: #4589ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.sm\:hover\:from-blue-6:hover{
--tw-gradient-from: #0f62fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.sm\:hover\:from-blue-7:hover{
--tw-gradient-from: #0043ce;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.sm\:hover\:from-blue-8:hover{
--tw-gradient-from: #002d9c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.sm\:hover\:from-blue-9:hover{
--tw-gradient-from: #001d6c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.sm\:hover\:from-blue-10:hover{
--tw-gradient-from: #001141;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.sm\:hover\:from-cyan-1:hover{
--tw-gradient-from: #e5f6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.sm\:hover\:from-cyan-2:hover{
--tw-gradient-from: #bae6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.sm\:hover\:from-cyan-3:hover{
--tw-gradient-from: #82cfff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.sm\:hover\:from-cyan-4:hover{
--tw-gradient-from: #33b1ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.sm\:hover\:from-cyan-5:hover{
--tw-gradient-from: #1192e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.sm\:hover\:from-cyan-6:hover{
--tw-gradient-from: #0072c3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.sm\:hover\:from-cyan-7:hover{
--tw-gradient-from: #00539a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.sm\:hover\:from-cyan-8:hover{
--tw-gradient-from: #003a6d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.sm\:hover\:from-cyan-9:hover{
--tw-gradient-from: #012749;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.sm\:hover\:from-cyan-10:hover{
--tw-gradient-from: #061727;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.sm\:hover\:from-orange-1:hover{
--tw-gradient-from: #fff2e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.sm\:hover\:from-orange-2:hover{
--tw-gradient-from: #ffd9be;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.sm\:hover\:from-orange-3:hover{
--tw-gradient-from: #ffb784;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.sm\:hover\:from-orange-4:hover{
--tw-gradient-from: #ff832b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.sm\:hover\:from-orange-5:hover{
--tw-gradient-from: #eb6200;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.sm\:hover\:from-orange-6:hover{
--tw-gradient-from: #ba4e00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.sm\:hover\:from-orange-7:hover{
--tw-gradient-from: #8a3800;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.sm\:hover\:from-orange-8:hover{
--tw-gradient-from: #5e2900;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.sm\:hover\:from-orange-9:hover{
--tw-gradient-from: #3e1a00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.sm\:hover\:from-orange-10:hover{
--tw-gradient-from: #231000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.sm\:hover\:from-red-1:hover{
--tw-gradient-from: #fff1f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.sm\:hover\:from-red-2:hover{
--tw-gradient-from: #ffd7d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.sm\:hover\:from-red-3:hover{
--tw-gradient-from: #ffb3b8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.sm\:hover\:from-red-4:hover{
--tw-gradient-from: #ff8389;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.sm\:hover\:from-red-5:hover{
--tw-gradient-from: #fa4d56;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.sm\:hover\:from-red-6:hover{
--tw-gradient-from: #da1e28;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.sm\:hover\:from-red-7:hover{
--tw-gradient-from: #a2191f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.sm\:hover\:from-red-8:hover{
--tw-gradient-from: #750e13;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.sm\:hover\:from-red-9:hover{
--tw-gradient-from: #520408;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.sm\:hover\:from-red-10:hover{
--tw-gradient-from: #2d0709;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.sm\:hover\:from-magenta-1:hover{
--tw-gradient-from: #fff0f7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.sm\:hover\:from-magenta-2:hover{
--tw-gradient-from: #ffd6e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.sm\:hover\:from-magenta-3:hover{
--tw-gradient-from: #ffafd2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.sm\:hover\:from-magenta-4:hover{
--tw-gradient-from: #ff7eb6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.sm\:hover\:from-magenta-5:hover{
--tw-gradient-from: #ee5396;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.sm\:hover\:from-magenta-6:hover{
--tw-gradient-from: #d02670;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.sm\:hover\:from-magenta-7:hover{
--tw-gradient-from: #9f1853;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.sm\:hover\:from-magenta-8:hover{
--tw-gradient-from: #740937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.sm\:hover\:from-magenta-9:hover{
--tw-gradient-from: #510224;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.sm\:hover\:from-magenta-10:hover{
--tw-gradient-from: #2a0a18;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.sm\:hover\:from-green-1:hover{
--tw-gradient-from: #defbe6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.sm\:hover\:from-green-2:hover{
--tw-gradient-from: #a7f0ba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.sm\:hover\:from-green-3:hover{
--tw-gradient-from: #6fdc8c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.sm\:hover\:from-green-4:hover{
--tw-gradient-from: #42be65;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.sm\:hover\:from-green-5:hover{
--tw-gradient-from: #24a148;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.sm\:hover\:from-green-6:hover{
--tw-gradient-from: #198038;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.sm\:hover\:from-green-7:hover{
--tw-gradient-from: #0e6027;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.sm\:hover\:from-green-8:hover{
--tw-gradient-from: #044317;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.sm\:hover\:from-green-9:hover{
--tw-gradient-from: #022d0d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.sm\:hover\:from-green-10:hover{
--tw-gradient-from: #071908;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.sm\:hover\:from-teal-1:hover{
--tw-gradient-from: #d9fbfb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.sm\:hover\:from-teal-2:hover{
--tw-gradient-from: #9ef0f0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.sm\:hover\:from-teal-3:hover{
--tw-gradient-from: #3ddbd9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.sm\:hover\:from-teal-4:hover{
--tw-gradient-from: #08bdba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.sm\:hover\:from-teal-5:hover{
--tw-gradient-from: #009d9a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.sm\:hover\:from-teal-6:hover{
--tw-gradient-from: #007d79;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.sm\:hover\:from-teal-7:hover{
--tw-gradient-from: #005d5d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.sm\:hover\:from-teal-8:hover{
--tw-gradient-from: #004144;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.sm\:hover\:from-teal-9:hover{
--tw-gradient-from: #022b30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.sm\:hover\:from-teal-10:hover{
--tw-gradient-from: #081a1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.sm\:hover\:from-purple-1:hover{
--tw-gradient-from: #f6f2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.sm\:hover\:from-purple-2:hover{
--tw-gradient-from: #e8daff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.sm\:hover\:from-purple-3:hover{
--tw-gradient-from: #d4bbff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.sm\:hover\:from-purple-4:hover{
--tw-gradient-from: #be95ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.sm\:hover\:from-purple-5:hover{
--tw-gradient-from: #a56eff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.sm\:hover\:from-purple-6:hover{
--tw-gradient-from: #8a3ffc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.sm\:hover\:from-purple-7:hover{
--tw-gradient-from: #6929c4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.sm\:hover\:from-purple-8:hover{
--tw-gradient-from: #491d8b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.sm\:hover\:from-purple-9:hover{
--tw-gradient-from: #31135e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.sm\:hover\:from-purple-10:hover{
--tw-gradient-from: #1c0f30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.sm\:hover\:via-transparent:hover{
--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:hover\:via-black:hover{
--tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:hover\:via-white:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.sm\:hover\:via-gray-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #f2f4f8, var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.sm\:hover\:via-gray-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #dde1e6, var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.sm\:hover\:via-gray-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #c1c7cd, var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.sm\:hover\:via-gray-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a2a9b0, var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.sm\:hover\:via-gray-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #878d96, var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.sm\:hover\:via-gray-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #697077, var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.sm\:hover\:via-gray-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #4d5358, var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.sm\:hover\:via-gray-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #343a3f, var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.sm\:hover\:via-gray-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #21272a, var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.sm\:hover\:via-gray-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #121619, var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.sm\:hover\:via-blue-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #edf5ff, var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.sm\:hover\:via-blue-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d0e2ff, var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.sm\:hover\:via-blue-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a6c8ff, var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.sm\:hover\:via-blue-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #78a9ff, var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.sm\:hover\:via-blue-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #4589ff, var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.sm\:hover\:via-blue-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0f62fe, var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.sm\:hover\:via-blue-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0043ce, var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.sm\:hover\:via-blue-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #002d9c, var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.sm\:hover\:via-blue-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #001d6c, var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.sm\:hover\:via-blue-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #001141, var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.sm\:hover\:via-cyan-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #e5f6ff, var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.sm\:hover\:via-cyan-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #bae6ff, var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.sm\:hover\:via-cyan-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #82cfff, var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.sm\:hover\:via-cyan-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #33b1ff, var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.sm\:hover\:via-cyan-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #1192e8, var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.sm\:hover\:via-cyan-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0072c3, var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.sm\:hover\:via-cyan-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #00539a, var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.sm\:hover\:via-cyan-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #003a6d, var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.sm\:hover\:via-cyan-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #012749, var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.sm\:hover\:via-cyan-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #061727, var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.sm\:hover\:via-orange-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fff2e8, var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.sm\:hover\:via-orange-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffd9be, var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.sm\:hover\:via-orange-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffb784, var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.sm\:hover\:via-orange-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ff832b, var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.sm\:hover\:via-orange-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #eb6200, var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.sm\:hover\:via-orange-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ba4e00, var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.sm\:hover\:via-orange-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #8a3800, var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.sm\:hover\:via-orange-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #5e2900, var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.sm\:hover\:via-orange-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #3e1a00, var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.sm\:hover\:via-orange-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #231000, var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.sm\:hover\:via-red-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fff1f1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.sm\:hover\:via-red-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffd7d9, var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.sm\:hover\:via-red-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffb3b8, var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.sm\:hover\:via-red-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ff8389, var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.sm\:hover\:via-red-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fa4d56, var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.sm\:hover\:via-red-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #da1e28, var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.sm\:hover\:via-red-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a2191f, var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.sm\:hover\:via-red-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #750e13, var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.sm\:hover\:via-red-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #520408, var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.sm\:hover\:via-red-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #2d0709, var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.sm\:hover\:via-magenta-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #fff0f7, var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.sm\:hover\:via-magenta-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffd6e8, var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.sm\:hover\:via-magenta-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ffafd2, var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.sm\:hover\:via-magenta-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ff7eb6, var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.sm\:hover\:via-magenta-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #ee5396, var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.sm\:hover\:via-magenta-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d02670, var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.sm\:hover\:via-magenta-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #9f1853, var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.sm\:hover\:via-magenta-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #740937, var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.sm\:hover\:via-magenta-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #510224, var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.sm\:hover\:via-magenta-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #2a0a18, var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.sm\:hover\:via-green-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #defbe6, var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.sm\:hover\:via-green-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a7f0ba, var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.sm\:hover\:via-green-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #6fdc8c, var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.sm\:hover\:via-green-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #42be65, var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.sm\:hover\:via-green-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #24a148, var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.sm\:hover\:via-green-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #198038, var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.sm\:hover\:via-green-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #0e6027, var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.sm\:hover\:via-green-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #044317, var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.sm\:hover\:via-green-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #022d0d, var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.sm\:hover\:via-green-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #071908, var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.sm\:hover\:via-teal-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d9fbfb, var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.sm\:hover\:via-teal-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #9ef0f0, var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.sm\:hover\:via-teal-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #3ddbd9, var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.sm\:hover\:via-teal-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #08bdba, var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.sm\:hover\:via-teal-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #009d9a, var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.sm\:hover\:via-teal-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #007d79, var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.sm\:hover\:via-teal-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #005d5d, var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.sm\:hover\:via-teal-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #004144, var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.sm\:hover\:via-teal-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #022b30, var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.sm\:hover\:via-teal-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #081a1c, var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.sm\:hover\:via-purple-1:hover{
--tw-gradient-stops: var(--tw-gradient-from), #f6f2ff, var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.sm\:hover\:via-purple-2:hover{
--tw-gradient-stops: var(--tw-gradient-from), #e8daff, var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.sm\:hover\:via-purple-3:hover{
--tw-gradient-stops: var(--tw-gradient-from), #d4bbff, var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.sm\:hover\:via-purple-4:hover{
--tw-gradient-stops: var(--tw-gradient-from), #be95ff, var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.sm\:hover\:via-purple-5:hover{
--tw-gradient-stops: var(--tw-gradient-from), #a56eff, var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.sm\:hover\:via-purple-6:hover{
--tw-gradient-stops: var(--tw-gradient-from), #8a3ffc, var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.sm\:hover\:via-purple-7:hover{
--tw-gradient-stops: var(--tw-gradient-from), #6929c4, var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.sm\:hover\:via-purple-8:hover{
--tw-gradient-stops: var(--tw-gradient-from), #491d8b, var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.sm\:hover\:via-purple-9:hover{
--tw-gradient-stops: var(--tw-gradient-from), #31135e, var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.sm\:hover\:via-purple-10:hover{
--tw-gradient-stops: var(--tw-gradient-from), #1c0f30, var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.sm\:hover\:to-transparent:hover{
--tw-gradient-to: rgba(0,0,0,0);
}
.sm\:hover\:to-black:hover{
--tw-gradient-to: #000000;
}
.sm\:hover\:to-white:hover{
--tw-gradient-to: #ffffff;
}
.sm\:hover\:to-gray-1:hover{
--tw-gradient-to: #f2f4f8;
}
.sm\:hover\:to-gray-2:hover{
--tw-gradient-to: #dde1e6;
}
.sm\:hover\:to-gray-3:hover{
--tw-gradient-to: #c1c7cd;
}
.sm\:hover\:to-gray-4:hover{
--tw-gradient-to: #a2a9b0;
}
.sm\:hover\:to-gray-5:hover{
--tw-gradient-to: #878d96;
}
.sm\:hover\:to-gray-6:hover{
--tw-gradient-to: #697077;
}
.sm\:hover\:to-gray-7:hover{
--tw-gradient-to: #4d5358;
}
.sm\:hover\:to-gray-8:hover{
--tw-gradient-to: #343a3f;
}
.sm\:hover\:to-gray-9:hover{
--tw-gradient-to: #21272a;
}
.sm\:hover\:to-gray-10:hover{
--tw-gradient-to: #121619;
}
.sm\:hover\:to-blue-1:hover{
--tw-gradient-to: #edf5ff;
}
.sm\:hover\:to-blue-2:hover{
--tw-gradient-to: #d0e2ff;
}
.sm\:hover\:to-blue-3:hover{
--tw-gradient-to: #a6c8ff;
}
.sm\:hover\:to-blue-4:hover{
--tw-gradient-to: #78a9ff;
}
.sm\:hover\:to-blue-5:hover{
--tw-gradient-to: #4589ff;
}
.sm\:hover\:to-blue-6:hover{
--tw-gradient-to: #0f62fe;
}
.sm\:hover\:to-blue-7:hover{
--tw-gradient-to: #0043ce;
}
.sm\:hover\:to-blue-8:hover{
--tw-gradient-to: #002d9c;
}
.sm\:hover\:to-blue-9:hover{
--tw-gradient-to: #001d6c;
}
.sm\:hover\:to-blue-10:hover{
--tw-gradient-to: #001141;
}
.sm\:hover\:to-cyan-1:hover{
--tw-gradient-to: #e5f6ff;
}
.sm\:hover\:to-cyan-2:hover{
--tw-gradient-to: #bae6ff;
}
.sm\:hover\:to-cyan-3:hover{
--tw-gradient-to: #82cfff;
}
.sm\:hover\:to-cyan-4:hover{
--tw-gradient-to: #33b1ff;
}
.sm\:hover\:to-cyan-5:hover{
--tw-gradient-to: #1192e8;
}
.sm\:hover\:to-cyan-6:hover{
--tw-gradient-to: #0072c3;
}
.sm\:hover\:to-cyan-7:hover{
--tw-gradient-to: #00539a;
}
.sm\:hover\:to-cyan-8:hover{
--tw-gradient-to: #003a6d;
}
.sm\:hover\:to-cyan-9:hover{
--tw-gradient-to: #012749;
}
.sm\:hover\:to-cyan-10:hover{
--tw-gradient-to: #061727;
}
.sm\:hover\:to-orange-1:hover{
--tw-gradient-to: #fff2e8;
}
.sm\:hover\:to-orange-2:hover{
--tw-gradient-to: #ffd9be;
}
.sm\:hover\:to-orange-3:hover{
--tw-gradient-to: #ffb784;
}
.sm\:hover\:to-orange-4:hover{
--tw-gradient-to: #ff832b;
}
.sm\:hover\:to-orange-5:hover{
--tw-gradient-to: #eb6200;
}
.sm\:hover\:to-orange-6:hover{
--tw-gradient-to: #ba4e00;
}
.sm\:hover\:to-orange-7:hover{
--tw-gradient-to: #8a3800;
}
.sm\:hover\:to-orange-8:hover{
--tw-gradient-to: #5e2900;
}
.sm\:hover\:to-orange-9:hover{
--tw-gradient-to: #3e1a00;
}
.sm\:hover\:to-orange-10:hover{
--tw-gradient-to: #231000;
}
.sm\:hover\:to-red-1:hover{
--tw-gradient-to: #fff1f1;
}
.sm\:hover\:to-red-2:hover{
--tw-gradient-to: #ffd7d9;
}
.sm\:hover\:to-red-3:hover{
--tw-gradient-to: #ffb3b8;
}
.sm\:hover\:to-red-4:hover{
--tw-gradient-to: #ff8389;
}
.sm\:hover\:to-red-5:hover{
--tw-gradient-to: #fa4d56;
}
.sm\:hover\:to-red-6:hover{
--tw-gradient-to: #da1e28;
}
.sm\:hover\:to-red-7:hover{
--tw-gradient-to: #a2191f;
}
.sm\:hover\:to-red-8:hover{
--tw-gradient-to: #750e13;
}
.sm\:hover\:to-red-9:hover{
--tw-gradient-to: #520408;
}
.sm\:hover\:to-red-10:hover{
--tw-gradient-to: #2d0709;
}
.sm\:hover\:to-magenta-1:hover{
--tw-gradient-to: #fff0f7;
}
.sm\:hover\:to-magenta-2:hover{
--tw-gradient-to: #ffd6e8;
}
.sm\:hover\:to-magenta-3:hover{
--tw-gradient-to: #ffafd2;
}
.sm\:hover\:to-magenta-4:hover{
--tw-gradient-to: #ff7eb6;
}
.sm\:hover\:to-magenta-5:hover{
--tw-gradient-to: #ee5396;
}
.sm\:hover\:to-magenta-6:hover{
--tw-gradient-to: #d02670;
}
.sm\:hover\:to-magenta-7:hover{
--tw-gradient-to: #9f1853;
}
.sm\:hover\:to-magenta-8:hover{
--tw-gradient-to: #740937;
}
.sm\:hover\:to-magenta-9:hover{
--tw-gradient-to: #510224;
}
.sm\:hover\:to-magenta-10:hover{
--tw-gradient-to: #2a0a18;
}
.sm\:hover\:to-green-1:hover{
--tw-gradient-to: #defbe6;
}
.sm\:hover\:to-green-2:hover{
--tw-gradient-to: #a7f0ba;
}
.sm\:hover\:to-green-3:hover{
--tw-gradient-to: #6fdc8c;
}
.sm\:hover\:to-green-4:hover{
--tw-gradient-to: #42be65;
}
.sm\:hover\:to-green-5:hover{
--tw-gradient-to: #24a148;
}
.sm\:hover\:to-green-6:hover{
--tw-gradient-to: #198038;
}
.sm\:hover\:to-green-7:hover{
--tw-gradient-to: #0e6027;
}
.sm\:hover\:to-green-8:hover{
--tw-gradient-to: #044317;
}
.sm\:hover\:to-green-9:hover{
--tw-gradient-to: #022d0d;
}
.sm\:hover\:to-green-10:hover{
--tw-gradient-to: #071908;
}
.sm\:hover\:to-teal-1:hover{
--tw-gradient-to: #d9fbfb;
}
.sm\:hover\:to-teal-2:hover{
--tw-gradient-to: #9ef0f0;
}
.sm\:hover\:to-teal-3:hover{
--tw-gradient-to: #3ddbd9;
}
.sm\:hover\:to-teal-4:hover{
--tw-gradient-to: #08bdba;
}
.sm\:hover\:to-teal-5:hover{
--tw-gradient-to: #009d9a;
}
.sm\:hover\:to-teal-6:hover{
--tw-gradient-to: #007d79;
}
.sm\:hover\:to-teal-7:hover{
--tw-gradient-to: #005d5d;
}
.sm\:hover\:to-teal-8:hover{
--tw-gradient-to: #004144;
}
.sm\:hover\:to-teal-9:hover{
--tw-gradient-to: #022b30;
}
.sm\:hover\:to-teal-10:hover{
--tw-gradient-to: #081a1c;
}
.sm\:hover\:to-purple-1:hover{
--tw-gradient-to: #f6f2ff;
}
.sm\:hover\:to-purple-2:hover{
--tw-gradient-to: #e8daff;
}
.sm\:hover\:to-purple-3:hover{
--tw-gradient-to: #d4bbff;
}
.sm\:hover\:to-purple-4:hover{
--tw-gradient-to: #be95ff;
}
.sm\:hover\:to-purple-5:hover{
--tw-gradient-to: #a56eff;
}
.sm\:hover\:to-purple-6:hover{
--tw-gradient-to: #8a3ffc;
}
.sm\:hover\:to-purple-7:hover{
--tw-gradient-to: #6929c4;
}
.sm\:hover\:to-purple-8:hover{
--tw-gradient-to: #491d8b;
}
.sm\:hover\:to-purple-9:hover{
--tw-gradient-to: #31135e;
}
.sm\:hover\:to-purple-10:hover{
--tw-gradient-to: #1c0f30;
}
.sm\:focus\:from-transparent:focus{
--tw-gradient-from: rgba(0,0,0,0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:focus\:from-black:focus{
--tw-gradient-from: #000000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:focus\:from-white:focus{
--tw-gradient-from: #ffffff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.sm\:focus\:from-gray-1:focus{
--tw-gradient-from: #f2f4f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.sm\:focus\:from-gray-2:focus{
--tw-gradient-from: #dde1e6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.sm\:focus\:from-gray-3:focus{
--tw-gradient-from: #c1c7cd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.sm\:focus\:from-gray-4:focus{
--tw-gradient-from: #a2a9b0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.sm\:focus\:from-gray-5:focus{
--tw-gradient-from: #878d96;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.sm\:focus\:from-gray-6:focus{
--tw-gradient-from: #697077;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.sm\:focus\:from-gray-7:focus{
--tw-gradient-from: #4d5358;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.sm\:focus\:from-gray-8:focus{
--tw-gradient-from: #343a3f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.sm\:focus\:from-gray-9:focus{
--tw-gradient-from: #21272a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.sm\:focus\:from-gray-10:focus{
--tw-gradient-from: #121619;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.sm\:focus\:from-blue-1:focus{
--tw-gradient-from: #edf5ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.sm\:focus\:from-blue-2:focus{
--tw-gradient-from: #d0e2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.sm\:focus\:from-blue-3:focus{
--tw-gradient-from: #a6c8ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.sm\:focus\:from-blue-4:focus{
--tw-gradient-from: #78a9ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.sm\:focus\:from-blue-5:focus{
--tw-gradient-from: #4589ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.sm\:focus\:from-blue-6:focus{
--tw-gradient-from: #0f62fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.sm\:focus\:from-blue-7:focus{
--tw-gradient-from: #0043ce;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.sm\:focus\:from-blue-8:focus{
--tw-gradient-from: #002d9c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.sm\:focus\:from-blue-9:focus{
--tw-gradient-from: #001d6c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.sm\:focus\:from-blue-10:focus{
--tw-gradient-from: #001141;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.sm\:focus\:from-cyan-1:focus{
--tw-gradient-from: #e5f6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.sm\:focus\:from-cyan-2:focus{
--tw-gradient-from: #bae6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.sm\:focus\:from-cyan-3:focus{
--tw-gradient-from: #82cfff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.sm\:focus\:from-cyan-4:focus{
--tw-gradient-from: #33b1ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.sm\:focus\:from-cyan-5:focus{
--tw-gradient-from: #1192e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.sm\:focus\:from-cyan-6:focus{
--tw-gradient-from: #0072c3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.sm\:focus\:from-cyan-7:focus{
--tw-gradient-from: #00539a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.sm\:focus\:from-cyan-8:focus{
--tw-gradient-from: #003a6d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.sm\:focus\:from-cyan-9:focus{
--tw-gradient-from: #012749;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.sm\:focus\:from-cyan-10:focus{
--tw-gradient-from: #061727;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.sm\:focus\:from-orange-1:focus{
--tw-gradient-from: #fff2e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.sm\:focus\:from-orange-2:focus{
--tw-gradient-from: #ffd9be;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.sm\:focus\:from-orange-3:focus{
--tw-gradient-from: #ffb784;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.sm\:focus\:from-orange-4:focus{
--tw-gradient-from: #ff832b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.sm\:focus\:from-orange-5:focus{
--tw-gradient-from: #eb6200;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.sm\:focus\:from-orange-6:focus{
--tw-gradient-from: #ba4e00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.sm\:focus\:from-orange-7:focus{
--tw-gradient-from: #8a3800;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.sm\:focus\:from-orange-8:focus{
--tw-gradient-from: #5e2900;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.sm\:focus\:from-orange-9:focus{
--tw-gradient-from: #3e1a00;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.sm\:focus\:from-orange-10:focus{
--tw-gradient-from: #231000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.sm\:focus\:from-red-1:focus{
--tw-gradient-from: #fff1f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.sm\:focus\:from-red-2:focus{
--tw-gradient-from: #ffd7d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.sm\:focus\:from-red-3:focus{
--tw-gradient-from: #ffb3b8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.sm\:focus\:from-red-4:focus{
--tw-gradient-from: #ff8389;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.sm\:focus\:from-red-5:focus{
--tw-gradient-from: #fa4d56;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.sm\:focus\:from-red-6:focus{
--tw-gradient-from: #da1e28;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.sm\:focus\:from-red-7:focus{
--tw-gradient-from: #a2191f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.sm\:focus\:from-red-8:focus{
--tw-gradient-from: #750e13;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.sm\:focus\:from-red-9:focus{
--tw-gradient-from: #520408;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.sm\:focus\:from-red-10:focus{
--tw-gradient-from: #2d0709;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.sm\:focus\:from-magenta-1:focus{
--tw-gradient-from: #fff0f7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.sm\:focus\:from-magenta-2:focus{
--tw-gradient-from: #ffd6e8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.sm\:focus\:from-magenta-3:focus{
--tw-gradient-from: #ffafd2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.sm\:focus\:from-magenta-4:focus{
--tw-gradient-from: #ff7eb6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.sm\:focus\:from-magenta-5:focus{
--tw-gradient-from: #ee5396;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.sm\:focus\:from-magenta-6:focus{
--tw-gradient-from: #d02670;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.sm\:focus\:from-magenta-7:focus{
--tw-gradient-from: #9f1853;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.sm\:focus\:from-magenta-8:focus{
--tw-gradient-from: #740937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.sm\:focus\:from-magenta-9:focus{
--tw-gradient-from: #510224;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.sm\:focus\:from-magenta-10:focus{
--tw-gradient-from: #2a0a18;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.sm\:focus\:from-green-1:focus{
--tw-gradient-from: #defbe6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.sm\:focus\:from-green-2:focus{
--tw-gradient-from: #a7f0ba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.sm\:focus\:from-green-3:focus{
--tw-gradient-from: #6fdc8c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.sm\:focus\:from-green-4:focus{
--tw-gradient-from: #42be65;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.sm\:focus\:from-green-5:focus{
--tw-gradient-from: #24a148;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.sm\:focus\:from-green-6:focus{
--tw-gradient-from: #198038;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.sm\:focus\:from-green-7:focus{
--tw-gradient-from: #0e6027;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.sm\:focus\:from-green-8:focus{
--tw-gradient-from: #044317;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.sm\:focus\:from-green-9:focus{
--tw-gradient-from: #022d0d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.sm\:focus\:from-green-10:focus{
--tw-gradient-from: #071908;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.sm\:focus\:from-teal-1:focus{
--tw-gradient-from: #d9fbfb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.sm\:focus\:from-teal-2:focus{
--tw-gradient-from: #9ef0f0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.sm\:focus\:from-teal-3:focus{
--tw-gradient-from: #3ddbd9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.sm\:focus\:from-teal-4:focus{
--tw-gradient-from: #08bdba;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.sm\:focus\:from-teal-5:focus{
--tw-gradient-from: #009d9a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.sm\:focus\:from-teal-6:focus{
--tw-gradient-from: #007d79;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.sm\:focus\:from-teal-7:focus{
--tw-gradient-from: #005d5d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.sm\:focus\:from-teal-8:focus{
--tw-gradient-from: #004144;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.sm\:focus\:from-teal-9:focus{
--tw-gradient-from: #022b30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.sm\:focus\:from-teal-10:focus{
--tw-gradient-from: #081a1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.sm\:focus\:from-purple-1:focus{
--tw-gradient-from: #f6f2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.sm\:focus\:from-purple-2:focus{
--tw-gradient-from: #e8daff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.sm\:focus\:from-purple-3:focus{
--tw-gradient-from: #d4bbff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.sm\:focus\:from-purple-4:focus{
--tw-gradient-from: #be95ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.sm\:focus\:from-purple-5:focus{
--tw-gradient-from: #a56eff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.sm\:focus\:from-purple-6:focus{
--tw-gradient-from: #8a3ffc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.sm\:focus\:from-purple-7:focus{
--tw-gradient-from: #6929c4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.sm\:focus\:from-purple-8:focus{
--tw-gradient-from: #491d8b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.sm\:focus\:from-purple-9:focus{
--tw-gradient-from: #31135e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.sm\:focus\:from-purple-10:focus{
--tw-gradient-from: #1c0f30;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.sm\:focus\:via-transparent:focus{
--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:focus\:via-black:focus{
--tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.sm\:focus\:via-white:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.sm\:focus\:via-gray-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #f2f4f8, var(--tw-gradient-to, rgba(242, 244, 248, 0));
}
.sm\:focus\:via-gray-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #dde1e6, var(--tw-gradient-to, rgba(221, 225, 230, 0));
}
.sm\:focus\:via-gray-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #c1c7cd, var(--tw-gradient-to, rgba(193, 199, 205, 0));
}
.sm\:focus\:via-gray-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a2a9b0, var(--tw-gradient-to, rgba(162, 169, 176, 0));
}
.sm\:focus\:via-gray-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #878d96, var(--tw-gradient-to, rgba(135, 141, 150, 0));
}
.sm\:focus\:via-gray-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #697077, var(--tw-gradient-to, rgba(105, 112, 119, 0));
}
.sm\:focus\:via-gray-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #4d5358, var(--tw-gradient-to, rgba(77, 83, 88, 0));
}
.sm\:focus\:via-gray-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #343a3f, var(--tw-gradient-to, rgba(52, 58, 63, 0));
}
.sm\:focus\:via-gray-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #21272a, var(--tw-gradient-to, rgba(33, 39, 42, 0));
}
.sm\:focus\:via-gray-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #121619, var(--tw-gradient-to, rgba(18, 22, 25, 0));
}
.sm\:focus\:via-blue-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #edf5ff, var(--tw-gradient-to, rgba(237, 245, 255, 0));
}
.sm\:focus\:via-blue-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d0e2ff, var(--tw-gradient-to, rgba(208, 226, 255, 0));
}
.sm\:focus\:via-blue-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a6c8ff, var(--tw-gradient-to, rgba(166, 200, 255, 0));
}
.sm\:focus\:via-blue-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #78a9ff, var(--tw-gradient-to, rgba(120, 169, 255, 0));
}
.sm\:focus\:via-blue-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #4589ff, var(--tw-gradient-to, rgba(69, 137, 255, 0));
}
.sm\:focus\:via-blue-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0f62fe, var(--tw-gradient-to, rgba(15, 98, 254, 0));
}
.sm\:focus\:via-blue-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0043ce, var(--tw-gradient-to, rgba(0, 67, 206, 0));
}
.sm\:focus\:via-blue-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #002d9c, var(--tw-gradient-to, rgba(0, 45, 156, 0));
}
.sm\:focus\:via-blue-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #001d6c, var(--tw-gradient-to, rgba(0, 29, 108, 0));
}
.sm\:focus\:via-blue-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #001141, var(--tw-gradient-to, rgba(0, 17, 65, 0));
}
.sm\:focus\:via-cyan-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #e5f6ff, var(--tw-gradient-to, rgba(229, 246, 255, 0));
}
.sm\:focus\:via-cyan-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #bae6ff, var(--tw-gradient-to, rgba(186, 230, 255, 0));
}
.sm\:focus\:via-cyan-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #82cfff, var(--tw-gradient-to, rgba(130, 207, 255, 0));
}
.sm\:focus\:via-cyan-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #33b1ff, var(--tw-gradient-to, rgba(51, 177, 255, 0));
}
.sm\:focus\:via-cyan-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #1192e8, var(--tw-gradient-to, rgba(17, 146, 232, 0));
}
.sm\:focus\:via-cyan-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0072c3, var(--tw-gradient-to, rgba(0, 114, 195, 0));
}
.sm\:focus\:via-cyan-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #00539a, var(--tw-gradient-to, rgba(0, 83, 154, 0));
}
.sm\:focus\:via-cyan-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #003a6d, var(--tw-gradient-to, rgba(0, 58, 109, 0));
}
.sm\:focus\:via-cyan-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #012749, var(--tw-gradient-to, rgba(1, 39, 73, 0));
}
.sm\:focus\:via-cyan-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #061727, var(--tw-gradient-to, rgba(6, 23, 39, 0));
}
.sm\:focus\:via-orange-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fff2e8, var(--tw-gradient-to, rgba(255, 242, 232, 0));
}
.sm\:focus\:via-orange-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffd9be, var(--tw-gradient-to, rgba(255, 217, 190, 0));
}
.sm\:focus\:via-orange-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffb784, var(--tw-gradient-to, rgba(255, 183, 132, 0));
}
.sm\:focus\:via-orange-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ff832b, var(--tw-gradient-to, rgba(255, 131, 43, 0));
}
.sm\:focus\:via-orange-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #eb6200, var(--tw-gradient-to, rgba(235, 98, 0, 0));
}
.sm\:focus\:via-orange-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ba4e00, var(--tw-gradient-to, rgba(186, 78, 0, 0));
}
.sm\:focus\:via-orange-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #8a3800, var(--tw-gradient-to, rgba(138, 56, 0, 0));
}
.sm\:focus\:via-orange-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #5e2900, var(--tw-gradient-to, rgba(94, 41, 0, 0));
}
.sm\:focus\:via-orange-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #3e1a00, var(--tw-gradient-to, rgba(62, 26, 0, 0));
}
.sm\:focus\:via-orange-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #231000, var(--tw-gradient-to, rgba(35, 16, 0, 0));
}
.sm\:focus\:via-red-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fff1f1, var(--tw-gradient-to, rgba(255, 241, 241, 0));
}
.sm\:focus\:via-red-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffd7d9, var(--tw-gradient-to, rgba(255, 215, 217, 0));
}
.sm\:focus\:via-red-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffb3b8, var(--tw-gradient-to, rgba(255, 179, 184, 0));
}
.sm\:focus\:via-red-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ff8389, var(--tw-gradient-to, rgba(255, 131, 137, 0));
}
.sm\:focus\:via-red-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fa4d56, var(--tw-gradient-to, rgba(250, 77, 86, 0));
}
.sm\:focus\:via-red-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #da1e28, var(--tw-gradient-to, rgba(218, 30, 40, 0));
}
.sm\:focus\:via-red-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a2191f, var(--tw-gradient-to, rgba(162, 25, 31, 0));
}
.sm\:focus\:via-red-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #750e13, var(--tw-gradient-to, rgba(117, 14, 19, 0));
}
.sm\:focus\:via-red-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #520408, var(--tw-gradient-to, rgba(82, 4, 8, 0));
}
.sm\:focus\:via-red-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #2d0709, var(--tw-gradient-to, rgba(45, 7, 9, 0));
}
.sm\:focus\:via-magenta-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #fff0f7, var(--tw-gradient-to, rgba(255, 240, 247, 0));
}
.sm\:focus\:via-magenta-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffd6e8, var(--tw-gradient-to, rgba(255, 214, 232, 0));
}
.sm\:focus\:via-magenta-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ffafd2, var(--tw-gradient-to, rgba(255, 175, 210, 0));
}
.sm\:focus\:via-magenta-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ff7eb6, var(--tw-gradient-to, rgba(255, 126, 182, 0));
}
.sm\:focus\:via-magenta-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #ee5396, var(--tw-gradient-to, rgba(238, 83, 150, 0));
}
.sm\:focus\:via-magenta-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d02670, var(--tw-gradient-to, rgba(208, 38, 112, 0));
}
.sm\:focus\:via-magenta-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #9f1853, var(--tw-gradient-to, rgba(159, 24, 83, 0));
}
.sm\:focus\:via-magenta-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #740937, var(--tw-gradient-to, rgba(116, 9, 55, 0));
}
.sm\:focus\:via-magenta-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #510224, var(--tw-gradient-to, rgba(81, 2, 36, 0));
}
.sm\:focus\:via-magenta-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #2a0a18, var(--tw-gradient-to, rgba(42, 10, 24, 0));
}
.sm\:focus\:via-green-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #defbe6, var(--tw-gradient-to, rgba(222, 251, 230, 0));
}
.sm\:focus\:via-green-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a7f0ba, var(--tw-gradient-to, rgba(167, 240, 186, 0));
}
.sm\:focus\:via-green-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #6fdc8c, var(--tw-gradient-to, rgba(111, 220, 140, 0));
}
.sm\:focus\:via-green-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #42be65, var(--tw-gradient-to, rgba(66, 190, 101, 0));
}
.sm\:focus\:via-green-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #24a148, var(--tw-gradient-to, rgba(36, 161, 72, 0));
}
.sm\:focus\:via-green-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #198038, var(--tw-gradient-to, rgba(25, 128, 56, 0));
}
.sm\:focus\:via-green-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #0e6027, var(--tw-gradient-to, rgba(14, 96, 39, 0));
}
.sm\:focus\:via-green-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #044317, var(--tw-gradient-to, rgba(4, 67, 23, 0));
}
.sm\:focus\:via-green-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #022d0d, var(--tw-gradient-to, rgba(2, 45, 13, 0));
}
.sm\:focus\:via-green-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #071908, var(--tw-gradient-to, rgba(7, 25, 8, 0));
}
.sm\:focus\:via-teal-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d9fbfb, var(--tw-gradient-to, rgba(217, 251, 251, 0));
}
.sm\:focus\:via-teal-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #9ef0f0, var(--tw-gradient-to, rgba(158, 240, 240, 0));
}
.sm\:focus\:via-teal-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #3ddbd9, var(--tw-gradient-to, rgba(61, 219, 217, 0));
}
.sm\:focus\:via-teal-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #08bdba, var(--tw-gradient-to, rgba(8, 189, 186, 0));
}
.sm\:focus\:via-teal-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #009d9a, var(--tw-gradient-to, rgba(0, 157, 154, 0));
}
.sm\:focus\:via-teal-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #007d79, var(--tw-gradient-to, rgba(0, 125, 121, 0));
}
.sm\:focus\:via-teal-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #005d5d, var(--tw-gradient-to, rgba(0, 93, 93, 0));
}
.sm\:focus\:via-teal-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #004144, var(--tw-gradient-to, rgba(0, 65, 68, 0));
}
.sm\:focus\:via-teal-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #022b30, var(--tw-gradient-to, rgba(2, 43, 48, 0));
}
.sm\:focus\:via-teal-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #081a1c, var(--tw-gradient-to, rgba(8, 26, 28, 0));
}
.sm\:focus\:via-purple-1:focus{
--tw-gradient-stops: var(--tw-gradient-from), #f6f2ff, var(--tw-gradient-to, rgba(246, 242, 255, 0));
}
.sm\:focus\:via-purple-2:focus{
--tw-gradient-stops: var(--tw-gradient-from), #e8daff, var(--tw-gradient-to, rgba(232, 218, 255, 0));
}
.sm\:focus\:via-purple-3:focus{
--tw-gradient-stops: var(--tw-gradient-from), #d4bbff, var(--tw-gradient-to, rgba(212, 187, 255, 0));
}
.sm\:focus\:via-purple-4:focus{
--tw-gradient-stops: var(--tw-gradient-from), #be95ff, var(--tw-gradient-to, rgba(190, 149, 255, 0));
}
.sm\:focus\:via-purple-5:focus{
--tw-gradient-stops: var(--tw-gradient-from), #a56eff, var(--tw-gradient-to, rgba(165, 110, 255, 0));
}
.sm\:focus\:via-purple-6:focus{
--tw-gradient-stops: var(--tw-gradient-from), #8a3ffc, var(--tw-gradient-to, rgba(138, 63, 252, 0));
}
.sm\:focus\:via-purple-7:focus{
--tw-gradient-stops: var(--tw-gradient-from), #6929c4, var(--tw-gradient-to, rgba(105, 41, 196, 0));
}
.sm\:focus\:via-purple-8:focus{
--tw-gradient-stops: var(--tw-gradient-from), #491d8b, var(--tw-gradient-to, rgba(73, 29, 139, 0));
}
.sm\:focus\:via-purple-9:focus{
--tw-gradient-stops: var(--tw-gradient-from), #31135e, var(--tw-gradient-to, rgba(49, 19, 94, 0));
}
.sm\:focus\:via-purple-10:focus{
--tw-gradient-stops: var(--tw-gradient-from), #1c0f30, var(--tw-gradient-to, rgba(28, 15, 48, 0));
}
.sm\:focus\:to-transparent:focus{
--tw-gradient-to: rgba(0,0,0,0);
}
.sm\:focus\:to-black:focus{
--tw-gradient-to: #000000;
}
.sm\:focus\:to-white:focus{
--tw-gradient-to: #ffffff;
}
.sm\:focus\:to-gray-1:focus{
--tw-gradient-to: #f2f4f8;
}
.sm\:focus\:to-gray-2:focus{
--tw-gradient-to: #dde1e6;
}
.sm\:focus\:to-gray-3:focus{
--tw-gradient-to: #c1c7cd;
}
.sm\:focus\:to-gray-4:focus{
--tw-gradient-to: #a2a9b0;
}
.sm\:focus\:to-gray-5:focus{
--tw-gradient-to: #878d96;
}
.sm\:focus\:to-gray-6:focus{
--tw-gradient-to: #697077;
}
.sm\:focus\:to-gray-7:focus{
--tw-gradient-to: #4d5358;
}
.sm\:focus\:to-gray-8:focus{
--tw-gradient-to: #343a3f;
}
.sm\:focus\:to-gray-9:focus{
--tw-gradient-to: #21272a;
}
.sm\:focus\:to-gray-10:focus{
--tw-gradient-to: #121619;
}
.sm\:focus\:to-blue-1:focus{
--tw-gradient-to: #edf5ff;
}
.sm\:focus\:to-blue-2:focus{
--tw-gradient-to: #d0e2ff;
}
.sm\:focus\:to-blue-3:focus{
--tw-gradient-to: #a6c8ff;
}
.sm\:focus\:to-blue-4:focus{
--tw-gradient-to: #78a9ff;
}
.sm\:focus\:to-blue-5:focus{
--tw-gradient-to: #4589ff;
}
.sm\:focus\:to-blue-6:focus{
--tw-gradient-to: #0f62fe;
}
.sm\:focus\:to-blue-7:focus{
--tw-gradient-to: #0043ce;
}
.sm\:focus\:to-blue-8:focus{
--tw-gradient-to: #002d9c;
}
.sm\:focus\:to-blue-9:focus{
--tw-gradient-to: #001d6c;
}
.sm\:focus\:to-blue-10:focus{
--tw-gradient-to: #001141;
}
.sm\:focus\:to-cyan-1:focus{
--tw-gradient-to: #e5f6ff;
}
.sm\:focus\:to-cyan-2:focus{
--tw-gradient-to: #bae6ff;
}
.sm\:focus\:to-cyan-3:focus{
--tw-gradient-to: #82cfff;
}
.sm\:focus\:to-cyan-4:focus{
--tw-gradient-to: #33b1ff;
}
.sm\:focus\:to-cyan-5:focus{
--tw-gradient-to: #1192e8;
}
.sm\:focus\:to-cyan-6:focus{
--tw-gradient-to: #0072c3;
}
.sm\:focus\:to-cyan-7:focus{
--tw-gradient-to: #00539a;
}
.sm\:focus\:to-cyan-8:focus{
--tw-gradient-to: #003a6d;
}
.sm\:focus\:to-cyan-9:focus{
--tw-gradient-to: #012749;
}
.sm\:focus\:to-cyan-10:focus{
--tw-gradient-to: #061727;
}
.sm\:focus\:to-orange-1:focus{
--tw-gradient-to: #fff2e8;
}
.sm\:focus\:to-orange-2:focus{
--tw-gradient-to: #ffd9be;
}
.sm\:focus\:to-orange-3:focus{
--tw-gradient-to: #ffb784;
}
.sm\:focus\:to-orange-4:focus{
--tw-gradient-to: #ff832b;
}
.sm\:focus\:to-orange-5:focus{
--tw-gradient-to: #eb6200;
}
.sm\:focus\:to-orange-6:focus{
--tw-gradient-to: #ba4e00;
}
.sm\:focus\:to-orange-7:focus{
--tw-gradient-to: #8a3800;
}
.sm\:focus\:to-orange-8:focus{
--tw-gradient-to: #5e2900;
}
.sm\:focus\:to-orange-9:focus{
--tw-gradient-to: #3e1a00;
}
.sm\:focus\:to-orange-10:focus{
--tw-gradient-to: #231000;
}
.sm\:focus\:to-red-1:focus{
--tw-gradient-to: #fff1f1;
}
.sm\:focus\:to-red-2:focus{
--tw-gradient-to: #ffd7d9;
}
.sm\:focus\:to-red-3:focus{
--tw-gradient-to: #ffb3b8;
}
.sm\:focus\:to-red-4:focus{
--tw-gradient-to: #ff8389;
}
.sm\:focus\:to-red-5:focus{
--tw-gradient-to: #fa4d56;
}
.sm\:focus\:to-red-6:focus{
--tw-gradient-to: #da1e28;
}
.sm\:focus\:to-red-7:focus{
--tw-gradient-to: #a2191f;
}
.sm\:focus\:to-red-8:focus{
--tw-gradient-to: #750e13;
}
.sm\:focus\:to-red-9:focus{
--tw-gradient-to: #520408;
}
.sm\:focus\:to-red-10:focus{
--tw-gradient-to: #2d0709;
}
.sm\:focus\:to-magenta-1:focus{
--tw-gradient-to: #fff0f7;
}
.sm\:focus\:to-magenta-2:focus{
--tw-gradient-to: #ffd6e8;
}
.sm\:focus\:to-magenta-3:focus{
--tw-gradient-to: #ffafd2;
}
.sm\:focus\:to-magenta-4:focus{
--tw-gradient-to: #ff7eb6;
}
.sm\:focus\:to-magenta-5:focus{
--tw-gradient-to: #ee5396;
}
.sm\:focus\:to-magenta-6:focus{
--tw-gradient-to: #d02670;
}
.sm\:focus\:to-magenta-7:focus{
--tw-gradient-to: #9f1853;
}
.sm\:focus\:to-magenta-8:focus{
--tw-gradient-to: #740937;
}
.sm\:focus\:to-magenta-9:focus{
--tw-gradient-to: #510224;
}
.sm\:focus\:to-magenta-10:focus{
--tw-gradient-to: #2a0a18;
}
.sm\:focus\:to-green-1:focus{
--tw-gradient-to: #defbe6;
}
.sm\:focus\:to-green-2:focus{
--tw-gradient-to: #a7f0ba;
}
.sm\:focus\:to-green-3:focus{
--tw-gradient-to: #6fdc8c;
}
.sm\:focus\:to-green-4:focus{
--tw-gradient-to: #42be65;
}
.sm\:focus\:to-green-5:focus{
--tw-gradient-to: #24a148;
}
.sm\:focus\:to-green-6:focus{
--tw-gradient-to: #198038;
}
.sm\:focus\:to-green-7:focus{
--tw-gradient-to: #0e6027;
}
.sm\:focus\:to-green-8:focus{
--tw-gradient-to: #044317;
}
.sm\:focus\:to-green-9:focus{
--tw-gradient-to: #022d0d;
}
.sm\:focus\:to-green-10:focus{
--tw-gradient-to: #071908;
}
.sm\:focus\:to-teal-1:focus{
--tw-gradient-to: #d9fbfb;
}
.sm\:focus\:to-teal-2:focus{
--tw-gradient-to: #9ef0f0;
}
.sm\:focus\:to-teal-3:focus{
--tw-gradient-to: #3ddbd9;
}
.sm\:focus\:to-teal-4:focus{
--tw-gradient-to: #08bdba;
}
.sm\:focus\:to-teal-5:focus{
--tw-gradient-to: #009d9a;
}
.sm\:focus\:to-teal-6:focus{
--tw-gradient-to: #007d79;
}
.sm\:focus\:to-teal-7:focus{
--tw-gradient-to: #005d5d;
}
.sm\:focus\:to-teal-8:focus{
--tw-gradient-to: #004144;
}
.sm\:focus\:to-teal-9:focus{
--tw-gradient-to: #022b30;
}
.sm\:focus\:to-teal-10:focus{
--tw-gradient-to: #081a1c;
}
.sm\:focus\:to-purple-1:focus{
--tw-gradient-to: #f6f2ff;
}
.sm\:focus\:to-purple-2:focus{
--tw-gradient-to: #e8daff;
}
.sm\:focus\:to-purple-3:focus{
--tw-gradient-to: #d4bbff;
}
.sm\:focus\:to-purple-4:focus{
--tw-gradient-to: #be95ff;
}
.sm\:focus\:to-purple-5:focus{
--tw-gradient-to: #a56eff;
}
.sm\:focus\:to-purple-6:focus{
--tw-gradient-to: #8a3ffc;
}
.sm\:focus\:to-purple-7:focus{
--tw-gradient-to: #6929c4;
}
.sm\:focus\:to-purple-8:focus{
--tw-gradient-to: #491d8b;
}
.sm\:focus\:to-purple-9:focus{
--tw-gradient-to: #31135e;
}
.sm\:focus\:to-purple-10:focus{
--tw-gradient-to: #1c0f30;
}
.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: rgba(0,0,0,0);
}
.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-1{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.sm\:border-gray-2{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.sm\:border-gray-3{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.sm\:border-gray-4{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.sm\:border-gray-5{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.sm\:border-gray-6{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.sm\:border-gray-7{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.sm\:border-gray-8{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.sm\:border-gray-9{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.sm\:border-gray-10{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.sm\:border-blue-1{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.sm\:border-blue-2{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.sm\:border-blue-3{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.sm\:border-blue-4{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.sm\:border-blue-5{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.sm\:border-blue-6{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.sm\:border-blue-7{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.sm\:border-blue-8{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.sm\:border-blue-9{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.sm\:border-blue-10{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.sm\:border-cyan-1{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.sm\:border-cyan-2{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.sm\:border-cyan-3{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.sm\:border-cyan-4{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.sm\:border-cyan-5{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.sm\:border-cyan-6{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.sm\:border-cyan-7{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.sm\:border-cyan-8{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.sm\:border-cyan-9{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.sm\:border-cyan-10{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.sm\:border-orange-1{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.sm\:border-orange-2{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.sm\:border-orange-3{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.sm\:border-orange-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.sm\:border-orange-5{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.sm\:border-orange-6{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.sm\:border-orange-7{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.sm\:border-orange-8{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.sm\:border-orange-9{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.sm\:border-orange-10{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.sm\:border-red-1{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.sm\:border-red-2{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.sm\:border-red-3{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.sm\:border-red-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.sm\:border-red-5{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.sm\:border-red-6{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.sm\:border-red-7{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.sm\:border-red-8{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.sm\:border-red-9{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.sm\:border-red-10{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.sm\:border-magenta-1{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.sm\:border-magenta-2{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.sm\:border-magenta-3{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.sm\:border-magenta-4{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.sm\:border-magenta-5{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.sm\:border-magenta-6{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.sm\:border-magenta-7{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.sm\:border-magenta-8{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.sm\:border-magenta-9{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.sm\:border-magenta-10{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.sm\:border-green-1{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.sm\:border-green-2{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.sm\:border-green-3{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.sm\:border-green-4{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.sm\:border-green-5{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.sm\:border-green-6{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.sm\:border-green-7{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.sm\:border-green-8{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.sm\:border-green-9{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.sm\:border-green-10{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.sm\:border-teal-1{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.sm\:border-teal-2{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.sm\:border-teal-3{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.sm\:border-teal-4{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.sm\:border-teal-5{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.sm\:border-teal-6{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.sm\:border-teal-7{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.sm\:border-teal-8{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.sm\:border-teal-9{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.sm\:border-teal-10{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.sm\:border-purple-1{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.sm\:border-purple-2{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.sm\:border-purple-3{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.sm\:border-purple-4{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.sm\:border-purple-5{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.sm\:border-purple-6{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.sm\:border-purple-7{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.sm\:border-purple-8{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.sm\:border-purple-9{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.sm\:border-purple-10{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-transparent{
border-color: rgba(0,0,0,0);
}
.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-1{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-2{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-3{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-4{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-5{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-6{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-7{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-8{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-9{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-gray-10{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-1{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-2{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-3{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-4{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-5{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-6{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-7{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-8{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-9{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-blue-10{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-1{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-2{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-3{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-4{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-5{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-6{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-7{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-8{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-9{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-cyan-10{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-1{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-2{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-3{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-5{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-6{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-7{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-8{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-9{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-orange-10{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-1{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-2{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-3{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-4{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-5{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-6{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-7{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-8{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-9{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-red-10{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-1{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-2{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-3{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-4{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-5{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-6{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-7{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-8{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-9{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-magenta-10{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-1{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-2{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-3{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-4{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-5{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-6{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-7{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-8{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-9{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-green-10{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-1{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-2{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-3{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-4{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-5{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-6{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-7{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-8{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-9{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-teal-10{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-1{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-2{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-3{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-4{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-5{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-6{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-7{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-8{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-9{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.group:hover .sm\:group-hover\:border-purple-10{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.sm\:focus-within\:border-transparent:focus-within{
border-color: rgba(0,0,0,0);
}
.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-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.sm\:focus-within\:border-gray-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.sm\:focus-within\:border-blue-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.sm\:focus-within\:border-cyan-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.sm\:focus-within\:border-orange-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.sm\:focus-within\:border-red-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.sm\:focus-within\:border-magenta-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.sm\:focus-within\:border-green-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.sm\:focus-within\:border-teal-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-1:focus-within{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-2:focus-within{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-3:focus-within{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-4:focus-within{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-5:focus-within{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-6:focus-within{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-7:focus-within{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-8:focus-within{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-9:focus-within{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.sm\:focus-within\:border-purple-10:focus-within{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.sm\:hover\:border-transparent:hover{
border-color: rgba(0,0,0,0);
}
.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-1:hover{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-2:hover{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-3:hover{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-4:hover{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-5:hover{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-6:hover{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-7:hover{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-8:hover{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-9:hover{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.sm\:hover\:border-gray-10:hover{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-1:hover{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-2:hover{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-3:hover{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-4:hover{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-5:hover{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-6:hover{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-7:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-8:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-9:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.sm\:hover\:border-blue-10:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-1:hover{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-2:hover{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-3:hover{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-4:hover{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-5:hover{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-6:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-7:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-8:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-9:hover{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.sm\:hover\:border-cyan-10:hover{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-1:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-2:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-3:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-4:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-5:hover{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-6:hover{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-7:hover{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-8:hover{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-9:hover{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.sm\:hover\:border-orange-10:hover{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.sm\:hover\:border-red-1:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.sm\:hover\:border-red-2:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.sm\:hover\:border-red-3:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.sm\:hover\:border-red-4:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.sm\:hover\:border-red-5:hover{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.sm\:hover\:border-red-6:hover{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.sm\:hover\:border-red-7:hover{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.sm\:hover\:border-red-8:hover{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.sm\:hover\:border-red-9:hover{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.sm\:hover\:border-red-10:hover{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-1:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-2:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-3:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-4:hover{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-5:hover{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-6:hover{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-7:hover{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-8:hover{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-9:hover{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.sm\:hover\:border-magenta-10:hover{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.sm\:hover\:border-green-1:hover{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.sm\:hover\:border-green-2:hover{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.sm\:hover\:border-green-3:hover{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.sm\:hover\:border-green-4:hover{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.sm\:hover\:border-green-5:hover{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.sm\:hover\:border-green-6:hover{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.sm\:hover\:border-green-7:hover{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.sm\:hover\:border-green-8:hover{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.sm\:hover\:border-green-9:hover{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.sm\:hover\:border-green-10:hover{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-1:hover{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-2:hover{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-3:hover{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-4:hover{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-5:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-6:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-7:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-8:hover{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-9:hover{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.sm\:hover\:border-teal-10:hover{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-1:hover{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-2:hover{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-3:hover{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-4:hover{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-5:hover{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-6:hover{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-7:hover{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-8:hover{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-9:hover{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.sm\:hover\:border-purple-10:hover{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, var(--tw-border-opacity));
}
.sm\:focus\:border-transparent:focus{
border-color: rgba(0,0,0,0);
}
.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-1:focus{
--tw-border-opacity: 1;
border-color: rgba(242, 244, 248, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-2:focus{
--tw-border-opacity: 1;
border-color: rgba(221, 225, 230, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-3:focus{
--tw-border-opacity: 1;
border-color: rgba(193, 199, 205, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-4:focus{
--tw-border-opacity: 1;
border-color: rgba(162, 169, 176, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-5:focus{
--tw-border-opacity: 1;
border-color: rgba(135, 141, 150, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-6:focus{
--tw-border-opacity: 1;
border-color: rgba(105, 112, 119, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-7:focus{
--tw-border-opacity: 1;
border-color: rgba(77, 83, 88, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-8:focus{
--tw-border-opacity: 1;
border-color: rgba(52, 58, 63, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-9:focus{
--tw-border-opacity: 1;
border-color: rgba(33, 39, 42, var(--tw-border-opacity));
}
.sm\:focus\:border-gray-10:focus{
--tw-border-opacity: 1;
border-color: rgba(18, 22, 25, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-1:focus{
--tw-border-opacity: 1;
border-color: rgba(237, 245, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-2:focus{
--tw-border-opacity: 1;
border-color: rgba(208, 226, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-3:focus{
--tw-border-opacity: 1;
border-color: rgba(166, 200, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-4:focus{
--tw-border-opacity: 1;
border-color: rgba(120, 169, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-5:focus{
--tw-border-opacity: 1;
border-color: rgba(69, 137, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-6:focus{
--tw-border-opacity: 1;
border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-7:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 67, 206, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-8:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 45, 156, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-9:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 29, 108, var(--tw-border-opacity));
}
.sm\:focus\:border-blue-10:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 17, 65, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-1:focus{
--tw-border-opacity: 1;
border-color: rgba(229, 246, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-2:focus{
--tw-border-opacity: 1;
border-color: rgba(186, 230, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-3:focus{
--tw-border-opacity: 1;
border-color: rgba(130, 207, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-4:focus{
--tw-border-opacity: 1;
border-color: rgba(51, 177, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-5:focus{
--tw-border-opacity: 1;
border-color: rgba(17, 146, 232, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-6:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 114, 195, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-7:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 83, 154, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-8:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 58, 109, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-9:focus{
--tw-border-opacity: 1;
border-color: rgba(1, 39, 73, var(--tw-border-opacity));
}
.sm\:focus\:border-cyan-10:focus{
--tw-border-opacity: 1;
border-color: rgba(6, 23, 39, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-1:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 242, 232, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-2:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 217, 190, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-3:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 183, 132, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-4:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 43, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-5:focus{
--tw-border-opacity: 1;
border-color: rgba(235, 98, 0, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-6:focus{
--tw-border-opacity: 1;
border-color: rgba(186, 78, 0, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-7:focus{
--tw-border-opacity: 1;
border-color: rgba(138, 56, 0, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-8:focus{
--tw-border-opacity: 1;
border-color: rgba(94, 41, 0, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-9:focus{
--tw-border-opacity: 1;
border-color: rgba(62, 26, 0, var(--tw-border-opacity));
}
.sm\:focus\:border-orange-10:focus{
--tw-border-opacity: 1;
border-color: rgba(35, 16, 0, var(--tw-border-opacity));
}
.sm\:focus\:border-red-1:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 241, 241, var(--tw-border-opacity));
}
.sm\:focus\:border-red-2:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 215, 217, var(--tw-border-opacity));
}
.sm\:focus\:border-red-3:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 179, 184, var(--tw-border-opacity));
}
.sm\:focus\:border-red-4:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 131, 137, var(--tw-border-opacity));
}
.sm\:focus\:border-red-5:focus{
--tw-border-opacity: 1;
border-color: rgba(250, 77, 86, var(--tw-border-opacity));
}
.sm\:focus\:border-red-6:focus{
--tw-border-opacity: 1;
border-color: rgba(218, 30, 40, var(--tw-border-opacity));
}
.sm\:focus\:border-red-7:focus{
--tw-border-opacity: 1;
border-color: rgba(162, 25, 31, var(--tw-border-opacity));
}
.sm\:focus\:border-red-8:focus{
--tw-border-opacity: 1;
border-color: rgba(117, 14, 19, var(--tw-border-opacity));
}
.sm\:focus\:border-red-9:focus{
--tw-border-opacity: 1;
border-color: rgba(82, 4, 8, var(--tw-border-opacity));
}
.sm\:focus\:border-red-10:focus{
--tw-border-opacity: 1;
border-color: rgba(45, 7, 9, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-1:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 240, 247, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-2:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 214, 232, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-3:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 175, 210, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-4:focus{
--tw-border-opacity: 1;
border-color: rgba(255, 126, 182, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-5:focus{
--tw-border-opacity: 1;
border-color: rgba(238, 83, 150, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-6:focus{
--tw-border-opacity: 1;
border-color: rgba(208, 38, 112, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-7:focus{
--tw-border-opacity: 1;
border-color: rgba(159, 24, 83, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-8:focus{
--tw-border-opacity: 1;
border-color: rgba(116, 9, 55, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-9:focus{
--tw-border-opacity: 1;
border-color: rgba(81, 2, 36, var(--tw-border-opacity));
}
.sm\:focus\:border-magenta-10:focus{
--tw-border-opacity: 1;
border-color: rgba(42, 10, 24, var(--tw-border-opacity));
}
.sm\:focus\:border-green-1:focus{
--tw-border-opacity: 1;
border-color: rgba(222, 251, 230, var(--tw-border-opacity));
}
.sm\:focus\:border-green-2:focus{
--tw-border-opacity: 1;
border-color: rgba(167, 240, 186, var(--tw-border-opacity));
}
.sm\:focus\:border-green-3:focus{
--tw-border-opacity: 1;
border-color: rgba(111, 220, 140, var(--tw-border-opacity));
}
.sm\:focus\:border-green-4:focus{
--tw-border-opacity: 1;
border-color: rgba(66, 190, 101, var(--tw-border-opacity));
}
.sm\:focus\:border-green-5:focus{
--tw-border-opacity: 1;
border-color: rgba(36, 161, 72, var(--tw-border-opacity));
}
.sm\:focus\:border-green-6:focus{
--tw-border-opacity: 1;
border-color: rgba(25, 128, 56, var(--tw-border-opacity));
}
.sm\:focus\:border-green-7:focus{
--tw-border-opacity: 1;
border-color: rgba(14, 96, 39, var(--tw-border-opacity));
}
.sm\:focus\:border-green-8:focus{
--tw-border-opacity: 1;
border-color: rgba(4, 67, 23, var(--tw-border-opacity));
}
.sm\:focus\:border-green-9:focus{
--tw-border-opacity: 1;
border-color: rgba(2, 45, 13, var(--tw-border-opacity));
}
.sm\:focus\:border-green-10:focus{
--tw-border-opacity: 1;
border-color: rgba(7, 25, 8, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-1:focus{
--tw-border-opacity: 1;
border-color: rgba(217, 251, 251, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-2:focus{
--tw-border-opacity: 1;
border-color: rgba(158, 240, 240, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-3:focus{
--tw-border-opacity: 1;
border-color: rgba(61, 219, 217, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-4:focus{
--tw-border-opacity: 1;
border-color: rgba(8, 189, 186, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-5:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 157, 154, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-6:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 125, 121, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-7:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 93, 93, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-8:focus{
--tw-border-opacity: 1;
border-color: rgba(0, 65, 68, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-9:focus{
--tw-border-opacity: 1;
border-color: rgba(2, 43, 48, var(--tw-border-opacity));
}
.sm\:focus\:border-teal-10:focus{
--tw-border-opacity: 1;
border-color: rgba(8, 26, 28, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-1:focus{
--tw-border-opacity: 1;
border-color: rgba(246, 242, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-2:focus{
--tw-border-opacity: 1;
border-color: rgba(232, 218, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-3:focus{
--tw-border-opacity: 1;
border-color: rgba(212, 187, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-4:focus{
--tw-border-opacity: 1;
border-color: rgba(190, 149, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-5:focus{
--tw-border-opacity: 1;
border-color: rgba(165, 110, 255, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-6:focus{
--tw-border-opacity: 1;
border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-7:focus{
--tw-border-opacity: 1;
border-color: rgba(105, 41, 196, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-8:focus{
--tw-border-opacity: 1;
border-color: rgba(73, 29, 139, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-9:focus{
--tw-border-opacity: 1;
border-color: rgba(49, 19, 94, var(--tw-border-opacity));
}
.sm\:focus\:border-purple-10:focus{
--tw-border-opacity: 1;
border-color: rgba(28, 15, 48, 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-2{
border-radius: 2px;
}
.sm\:rounded-full{
border-radius: 9999px;
}
.sm\:rounded-t-2{
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.sm\:rounded-r-2{
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.sm\:rounded-b-2{
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.sm\:rounded-l-2{
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.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-2{
border-top-left-radius: 2px;
}
.sm\:rounded-tr-2{
border-top-right-radius: 2px;
}
.sm\:rounded-br-2{
border-bottom-right-radius: 2px;
}
.sm\:rounded-bl-2{
border-bottom-left-radius: 2px;
}
.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: 0px;
}
.sm\:border-2{
border-width: 2px;
}
.sm\:border-4{
border-width: 4px;
}
.sm\:border-8{
border-width: 8px;
}
.sm\:border{
border-width: 1px;
}
.sm\:border-t-0{
border-top-width: 0px;
}
.sm\:border-r-0{
border-right-width: 0px;
}
.sm\:border-b-0{
border-bottom-width: 0px;
}
.sm\:border-l-0{
border-left-width: 0px;
}
.sm\:border-t-2{
border-top-width: 2px;
}
.sm\:border-r-2{
border-right-width: 2px;
}
.sm\:border-b-2{
border-bottom-width: 2px;
}
.sm\:border-l-2{
border-left-width: 2px;
}
.sm\:border-t-4{
border-top-width: 4px;
}
.sm\:border-r-4{
border-right-width: 4px;
}
.sm\:border-b-4{
border-bottom-width: 4px;
}
.sm\:border-l-4{
border-left-width: 4px;
}
.sm\:border-t-8{
border-top-width: 8px;
}
.sm\:border-r-8{
border-right-width: 8px;
}
.sm\:border-b-8{
border-bottom-width: 8px;
}
.sm\:border-l-8{
border-left-width: 8px;
}
.sm\:border-t{
border-top-width: 1px;
}
.sm\:border-r{
border-right-width: 1px;
}
.sm\:border-b{
border-bottom-width: 1px;
}
.sm\:border-l{
border-left-width: 1px;
}
.sm\:decoration-slice{
-webkit-box-decoration-break: slice;
box-decoration-break: slice;
}
.sm\:decoration-clone{
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.sm\: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\:inline-table{
display: inline-table;
}
.sm\:table-caption{
display: table-caption;
}
.sm\:table-cell{
display: table-cell;
}
.sm\:table-column{
display: table-column;
}
.sm\:table-column-group{
display: table-column-group;
}
.sm\:table-footer-group{
display: table-footer-group;
}
.sm\:table-header-group{
display: table-header-group;
}
.sm\:table-row-group{
display: table-row-group;
}
.sm\:table-row{
display: table-row;
}
.sm\:flow-root{
display: flow-root;
}
.sm\:grid{
display: grid;
}
.sm\:inline-grid{
display: inline-grid;
}
.sm\:contents{
display: contents;
}
.sm\:list-item{
display: list-item;
}
.sm\:hidden{
display: none;
}
.sm\: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-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-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-inter{
font-family: "Inter", sans-serif;
}
.sm\:font-normal{
font-weight: 400;
}
.sm\:font-semibold{
font-weight: 600;
}
.sm\:h-0{
height: 0;
}
.sm\:h-1{
height: 1px;
}
.sm\:h-2{
height: 2px;
}
.sm\:h-4{
height: 4px;
}
.sm\:h-6{
height: 6px;
}
.sm\:h-8{
height: 8px;
}
.sm\:h-10{
height: 10px;
}
.sm\:h-12{
height: 12px;
}
.sm\:h-16{
height: 16px;
}
.sm\:h-24{
height: 24px;
}
.sm\:h-32{
height: 32px;
}
.sm\:h-40{
height: 40px;
}
.sm\:h-44{
height: 44px;
}
.sm\:h-48{
height: 48px;
}
.sm\:h-56{
height: 56px;
}
.sm\:h-76{
height: 76px;
}
.sm\:h-88{
height: 88px;
}
.sm\:h-auto{
height: auto;
}
.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-10{
font-size: 10px;
}
.sm\:text-12{
font-size: 12px;
}
.sm\:text-14{
font-size: 14px;
}
.sm\:text-16{
font-size: 16px;
}
.sm\:text-18{
font-size: 18px;
}
.sm\:text-24{
font-size: 24px;
}
.sm\:text-32{
font-size: 32px;
}
.sm\:text-48{
font-size: 48px;
}
.sm\:text-72{
font-size: 72px;
}
.sm\:text-base{
font-size: 16px;
}
.sm\:leading-12{
line-height: 12px;
}
.sm\:leading-16{
line-height: 16px;
}
.sm\:leading-20{
line-height: 20px;
}
.sm\:leading-24{
line-height: 24px;
}
.sm\:leading-28{
line-height: 28px;
}
.sm\:leading-36{
line-height: 36px;
}
.sm\:leading-40{
line-height: 40px;
}
.sm\:leading-64{
line-height: 64px;
}
.sm\:leading-92{
line-height: 92px;
}
.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: 1px;
}
.sm\:m-2{
margin: 2px;
}
.sm\:m-4{
margin: 4px;
}
.sm\:m-6{
margin: 6px;
}
.sm\:m-8{
margin: 8px;
}
.sm\:m-10{
margin: 10px;
}
.sm\:m-12{
margin: 12px;
}
.sm\:m-16{
margin: 16px;
}
.sm\:m-24{
margin: 24px;
}
.sm\:m-32{
margin: 32px;
}
.sm\:m-40{
margin: 40px;
}
.sm\:m-44{
margin: 44px;
}
.sm\:m-48{
margin: 48px;
}
.sm\:m-56{
margin: 56px;
}
.sm\:m-76{
margin: 76px;
}
.sm\:m-88{
margin: 88px;
}
.sm\:m-auto{
margin: auto;
}
.sm\:-m-1{
margin: -1px;
}
.sm\:-m-2{
margin: -2px;
}
.sm\:-m-4{
margin: -4px;
}
.sm\:-m-6{
margin: -6px;
}
.sm\:-m-8{
margin: -8px;
}
.sm\:-m-10{
margin: -10px;
}
.sm\:-m-12{
margin: -12px;
}
.sm\:-m-16{
margin: -16px;
}
.sm\:-m-24{
margin: -24px;
}
.sm\:-m-32{
margin: -32px;
}
.sm\:-m-40{
margin: -40px;
}
.sm\:-m-44{
margin: -44px;
}
.sm\:-m-48{
margin: -48px;
}
.sm\:-m-56{
margin: -56px;
}
.sm\:-m-76{
margin: -76px;
}
.sm\:-m-88{
margin: -88px;
}
.sm\:my-0{
margin-top: 0;
margin-bottom: 0;
}
.sm\:mx-0{
margin-left: 0;
margin-right: 0;
}
.sm\:my-1{
margin-top: 1px;
margin-bottom: 1px;
}
.sm\:mx-1{
margin-left: 1px;
margin-right: 1px;
}
.sm\:my-2{
margin-top: 2px;
margin-bottom: 2px;
}
.sm\:mx-2{
margin-left: 2px;
margin-right: 2px;
}
.sm\:my-4{
margin-top: 4px;
margin-bottom: 4px;
}
.sm\:mx-4{
margin-left: 4px;
margin-right: 4px;
}
.sm\:my-6{
margin-top: 6px;
margin-bottom: 6px;
}
.sm\:mx-6{
margin-left: 6px;
margin-right: 6px;
}
.sm\:my-8{
margin-top: 8px;
margin-bottom: 8px;
}
.sm\:mx-8{
margin-left: 8px;
margin-right: 8px;
}
.sm\:my-10{
margin-top: 10px;
margin-bottom: 10px;
}
.sm\:mx-10{
margin-left: 10px;
margin-right: 10px;
}
.sm\:my-12{
margin-top: 12px;
margin-bottom: 12px;
}
.sm\:mx-12{
margin-left: 12px;
margin-right: 12px;
}
.sm\:my-16{
margin-top: 16px;
margin-bottom: 16px;
}
.sm\:mx-16{
margin-left: 16px;
margin-right: 16px;
}
.sm\:my-24{
margin-top: 24px;
margin-bottom: 24px;
}
.sm\:mx-24{
margin-left: 24px;
margin-right: 24px;
}
.sm\:my-32{
margin-top: 32px;
margin-bottom: 32px;
}
.sm\:mx-32{
margin-left: 32px;
margin-right: 32px;
}
.sm\:my-40{
margin-top: 40px;
margin-bottom: 40px;
}
.sm\:mx-40{
margin-left: 40px;
margin-right: 40px;
}
.sm\:my-44{
margin-top: 44px;
margin-bottom: 44px;
}
.sm\:mx-44{
margin-left: 44px;
margin-right: 44px;
}
.sm\:my-48{
margin-top: 48px;
margin-bottom: 48px;
}
.sm\:mx-48{
margin-left: 48px;
margin-right: 48px;
}
.sm\:my-56{
margin-top: 56px;
margin-bottom: 56px;
}
.sm\:mx-56{
margin-left: 56px;
margin-right: 56px;
}
.sm\:my-76{
margin-top: 76px;
margin-bottom: 76px;
}
.sm\:mx-76{
margin-left: 76px;
margin-right: 76px;
}
.sm\:my-88{
margin-top: 88px;
margin-bottom: 88px;
}
.sm\:mx-88{
margin-left: 88px;
margin-right: 88px;
}
.sm\:my-auto{
margin-top: auto;
margin-bottom: auto;
}
.sm\:mx-auto{
margin-left: auto;
margin-right: auto;
}
.sm\:-my-1{
margin-top: -1px;
margin-bottom: -1px;
}
.sm\:-mx-1{
margin-left: -1px;
margin-right: -1px;
}
.sm\:-my-2{
margin-top: -2px;
margin-bottom: -2px;
}
.sm\:-mx-2{
margin-left: -2px;
margin-right: -2px;
}
.sm\:-my-4{
margin-top: -4px;
margin-bottom: -4px;
}
.sm\:-mx-4{
margin-left: -4px;
margin-right: -4px;
}
.sm\:-my-6{
margin-top: -6px;
margin-bottom: -6px;
}
.sm\:-mx-6{
margin-left: -6px;
margin-right: -6px;
}
.sm\:-my-8{
margin-top: -8px;
margin-bottom: -8px;
}
.sm\:-mx-8{
margin-left: -8px;
margin-right: -8px;
}
.sm\:-my-10{
margin-top: -10px;
margin-bottom: -10px;
}
.sm\:-mx-10{
margin-left: -10px;
margin-right: -10px;
}
.sm\:-my-12{
margin-top: -12px;
margin-bottom: -12px;
}
.sm\:-mx-12{
margin-left: -12px;
margin-right: -12px;
}
.sm\:-my-16{
margin-top: -16px;
margin-bottom: -16px;
}
.sm\:-mx-16{
margin-left: -16px;
margin-right: -16px;
}
.sm\:-my-24{
margin-top: -24px;
margin-bottom: -24px;
}
.sm\:-mx-24{
margin-left: -24px;
margin-right: -24px;
}
.sm\:-my-32{
margin-top: -32px;
margin-bottom: -32px;
}
.sm\:-mx-32{
margin-left: -32px;
margin-right: -32px;
}
.sm\:-my-40{
margin-top: -40px;
margin-bottom: -40px;
}
.sm\:-mx-40{
margin-left: -40px;
margin-right: -40px;
}
.sm\:-my-44{
margin-top: -44px;
margin-bottom: -44px;
}
.sm\:-mx-44{
margin-left: -44px;
margin-right: -44px;
}
.sm\:-my-48{
margin-top: -48px;
margin-bottom: -48px;
}
.sm\:-mx-48{
margin-left: -48px;
margin-right: -48px;
}
.sm\:-my-56{
margin-top: -56px;
margin-bottom: -56px;
}
.sm\:-mx-56{
margin-left: -56px;
margin-right: -56px;
}
.sm\:-my-76{
margin-top: -76px;
margin-bottom: -76px;
}
.sm\:-mx-76{
margin-left: -76px;
margin-right: -76px;
}
.sm\:-my-88{
margin-top: -88px;
margin-bottom: -88px;
}
.sm\:-mx-88{
margin-left: -88px;
margin-right: -88px;
}
.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: 1px;
}
.sm\:mr-1{
margin-right: 1px;
}
.sm\:mb-1{
margin-bottom: 1px;
}
.sm\:ml-1{
margin-left: 1px;
}
.sm\:mt-2{
margin-top: 2px;
}
.sm\:mr-2{
margin-right: 2px;
}
.sm\:mb-2{
margin-bottom: 2px;
}
.sm\:ml-2{
margin-left: 2px;
}
.sm\:mt-4{
margin-top: 4px;
}
.sm\:mr-4{
margin-right: 4px;
}
.sm\:mb-4{
margin-bottom: 4px;
}
.sm\:ml-4{
margin-left: 4px;
}
.sm\:mt-6{
margin-top: 6px;
}
.sm\:mr-6{
margin-right: 6px;
}
.sm\:mb-6{
margin-bottom: 6px;
}
.sm\:ml-6{
margin-left: 6px;
}
.sm\:mt-8{
margin-top: 8px;
}
.sm\:mr-8{
margin-right: 8px;
}
.sm\:mb-8{
margin-bottom: 8px;
}
.sm\:ml-8{
margin-left: 8px;
}
.sm\:mt-10{
margin-top: 10px;
}
.sm\:mr-10{
margin-right: 10px;
}
.sm\:mb-10{
margin-bottom: 10px;
}
.sm\:ml-10{
margin-left: 10px;
}
.sm\:mt-12{
margin-top: 12px;
}
.sm\:mr-12{
margin-right: 12px;
}
.sm\:mb-12{
margin-bottom: 12px;
}
.sm\:ml-12{
margin-left: 12px;
}
.sm\:mt-16{
margin-top: 16px;
}
.sm\:mr-16{
margin-right: 16px;
}
.sm\:mb-16{
margin-bottom: 16px;
}
.sm\:ml-16{
margin-left: 16px;
}
.sm\:mt-24{
margin-top: 24px;
}
.sm\:mr-24{
margin-right: 24px;
}
.sm\:mb-24{
margin-bottom: 24px;
}
.sm\:ml-24{
margin-left: 24px;
}
.sm\:mt-32{
margin-top: 32px;
}
.sm\:mr-32{
margin-right: 32px;
}
.sm\:mb-32{
margin-bottom: 32px;
}
.sm\:ml-32{
margin-left: 32px;
}
.sm\:mt-40{
margin-top: 40px;
}
.sm\:mr-40{
margin-right: 40px;
}
.sm\:mb-40{
margin-bottom: 40px;
}
.sm\:ml-40{
margin-left: 40px;
}
.sm\:mt-44{
margin-top: 44px;
}
.sm\:mr-44{
margin-right: 44px;
}
.sm\:mb-44{
margin-bottom: 44px;
}
.sm\:ml-44{
margin-left: 44px;
}
.sm\:mt-48{
margin-top: 48px;
}
.sm\:mr-48{
margin-right: 48px;
}
.sm\:mb-48{
margin-bottom: 48px;
}
.sm\:ml-48{
margin-left: 48px;
}
.sm\:mt-56{
margin-top: 56px;
}
.sm\:mr-56{
margin-right: 56px;
}
.sm\:mb-56{
margin-bottom: 56px;
}
.sm\:ml-56{
margin-left: 56px;
}
.sm\:mt-76{
margin-top: 76px;
}
.sm\:mr-76{
margin-right: 76px;
}
.sm\:mb-76{
margin-bottom: 76px;
}
.sm\:ml-76{
margin-left: 76px;
}
.sm\:mt-88{
margin-top: 88px;
}
.sm\:mr-88{
margin-right: 88px;
}
.sm\:mb-88{
margin-bottom: 88px;
}
.sm\:ml-88{
margin-left: 88px;
}
.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-1{
margin-top: -1px;
}
.sm\:-mr-1{
margin-right: -1px;
}
.sm\:-mb-1{
margin-bottom: -1px;
}
.sm\:-ml-1{
margin-left: -1px;
}
.sm\:-mt-2{
margin-top: -2px;
}
.sm\:-mr-2{
margin-right: -2px;
}
.sm\:-mb-2{
margin-bottom: -2px;
}
.sm\:-ml-2{
margin-left: -2px;
}
.sm\:-mt-4{
margin-top: -4px;
}
.sm\:-mr-4{
margin-right: -4px;
}
.sm\:-mb-4{
margin-bottom: -4px;
}
.sm\:-ml-4{
margin-left: -4px;
}
.sm\:-mt-6{
margin-top: -6px;
}
.sm\:-mr-6{
margin-right: -6px;
}
.sm\:-mb-6{
margin-bottom: -6px;
}
.sm\:-ml-6{
margin-left: -6px;
}
.sm\:-mt-8{
margin-top: -8px;
}
.sm\:-mr-8{
margin-right: -8px;
}
.sm\:-mb-8{
margin-bottom: -8px;
}
.sm\:-ml-8{
margin-left: -8px;
}
.sm\:-mt-10{
margin-top: -10px;
}
.sm\:-mr-10{
margin-right: -10px;
}
.sm\:-mb-10{
margin-bottom: -10px;
}
.sm\:-ml-10{
margin-left: -10px;
}
.sm\:-mt-12{
margin-top: -12px;
}
.sm\:-mr-12{
margin-right: -12px;
}
.sm\:-mb-12{
margin-bottom: -12px;
}
.sm\:-ml-12{
margin-left: -12px;
}
.sm\:-mt-16{
margin-top: -16px;
}
.sm\:-mr-16{
margin-right: -16px;
}
.sm\:-mb-16{
margin-bottom: -16px;
}
.sm\:-ml-16{
margin-left: -16px;
}
.sm\:-mt-24{
margin-top: -24px;
}
.sm\:-mr-24{
margin-right: -24px;
}
.sm\:-mb-24{
margin-bottom: -24px;
}
.sm\:-ml-24{
margin-left: -24px;
}
.sm\:-mt-32{
margin-top: -32px;
}
.sm\:-mr-32{
margin-right: -32px;
}
.sm\:-mb-32{
margin-bottom: -32px;
}
.sm\:-ml-32{
margin-left: -32px;
}
.sm\:-mt-40{
margin-top: -40px;
}
.sm\:-mr-40{
margin-right: -40px;
}
.sm\:-mb-40{
margin-bottom: -40px;
}
.sm\:-ml-40{
margin-left: -40px;
}
.sm\:-mt-44{
margin-top: -44px;
}
.sm\:-mr-44{
margin-right: -44px;
}
.sm\:-mb-44{
margin-bottom: -44px;
}
.sm\:-ml-44{
margin-left: -44px;
}
.sm\:-mt-48{
margin-top: -48px;
}
.sm\:-mr-48{
margin-right: -48px;
}
.sm\:-mb-48{
margin-bottom: -48px;
}
.sm\:-ml-48{
margin-left: -48px;
}
.sm\:-mt-56{
margin-top: -56px;
}
.sm\:-mr-56{
margin-right: -56px;
}
.sm\:-mb-56{
margin-bottom: -56px;
}
.sm\:-ml-56{
margin-left: -56px;
}
.sm\:-mt-76{
margin-top: -76px;
}
.sm\:-mr-76{
margin-right: -76px;
}
.sm\:-mb-76{
margin-bottom: -76px;
}
.sm\:-ml-76{
margin-left: -76px;
}
.sm\:-mt-88{
margin-top: -88px;
}
.sm\:-mr-88{
margin-right: -88px;
}
.sm\:-mb-88{
margin-bottom: -88px;
}
.sm\:-ml-88{
margin-left: -88px;
}
.sm\:max-h-0{
max-height: 0;
}
.sm\:max-h-1{
max-height: 1px;
}
.sm\:max-h-2{
max-height: 2px;
}
.sm\:max-h-4{
max-height: 4px;
}
.sm\:max-h-6{
max-height: 6px;
}
.sm\:max-h-8{
max-height: 8px;
}
.sm\:max-h-10{
max-height: 10px;
}
.sm\:max-h-12{
max-height: 12px;
}
.sm\:max-h-16{
max-height: 16px;
}
.sm\:max-h-24{
max-height: 24px;
}
.sm\:max-h-32{
max-height: 32px;
}
.sm\:max-h-40{
max-height: 40px;
}
.sm\:max-h-44{
max-height: 44px;
}
.sm\:max-h-48{
max-height: 48px;
}
.sm\:max-h-56{
max-height: 56px;
}
.sm\:max-h-76{
max-height: 76px;
}
.sm\:max-h-88{
max-height: 88px;
}
.sm\:max-h-full{
max-height: 100%;
}
.sm\:max-h-screen{
max-height: 100vh;
}
.sm\:max-w-0{
max-width: 0rem;
}
.sm\:max-w-none{
max-width: none;
}
.sm\:max-w-xs{
max-width: 20rem;
}
.sm\:max-w-sm{
max-width: 24rem;
}
.sm\:max-w-md{
max-width: 28rem;
}
.sm\:max-w-lg{
max-width: 32rem;
}
.sm\:max-w-xl{
max-width: 36rem;
}
.sm\:max-w-2xl{
max-width: 42rem;
}
.sm\:max-w-3xl{
max-width: 48rem;
}
.sm\:max-w-4xl{
max-width: 56rem;
}
.sm\:max-w-5xl{
max-width: 64rem;
}
.sm\:max-w-6xl{
max-width: 72rem;
}
.sm\:max-w-7xl{
max-width: 80rem;
}
.sm\:max-w-full{
max-width: 100%;
}
.sm\:max-w-min{
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
}
.sm\:max-w-max{
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
}
.sm\:max-w-prose{
max-width: 65ch;
}
.sm\:max-w-screen-sm{
max-width: 640px;
}
.sm\:max-w-screen-md{
max-width: 768px;
}
.sm\:max-w-screen-lg{
max-width: 1024px;
}
.sm\:max-w-screen-xl{
max-width: 1280px;
}
.sm\:max-w-screen-2xl{
max-width: 1536px;
}
.sm\:min-h-0{
min-height: 0px;
}
.sm\:min-h-full{
min-height: 100%;
}
.sm\:min-h-screen{
min-height: 100vh;
}
.sm\:min-w-0{
min-width: 0px;
}
.sm\:min-w-full{
min-width: 100%;
}
.sm\:min-w-min{
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
}
.sm\:min-w-max{
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
.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\:outline-none{
outline: 2px solid transparent;
outline-offset: 2px;
}
.sm\:outline-white{
outline: 2px dotted white;
outline-offset: 2px;
}
.sm\:outline-black{
outline: 2px dotted black;
outline-offset: 2px;
}
.sm\:focus-within\:outline-none:focus-within{
outline: 2px solid transparent;
outline-offset: 2px;
}
.sm\:focus-within\:outline-white:focus-within{
outline: 2px dotted white;
outline-offset: 2px;
}
.sm\:focus-within\:outline-black:focus-within{
outline: 2px dotted black;
outline-offset: 2px;
}
.sm\:focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
.sm\:focus\:outline-white:focus{
outline: 2px dotted white;
outline-offset: 2px;
}
.sm\:focus\:outline-black:focus{
outline: 2px dotted black;
outline-offset: 2px;
}
.sm\: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{
-ms-scroll-chaining: chained;
overscroll-behavior: auto;
}
.sm\:overscroll-contain{
-ms-scroll-chaining: none;
overscroll-behavior: contain;
}
.sm\:overscroll-none{
-ms-scroll-chaining: none;
overscroll-behavior: none;
}
.sm\:overscroll-y-auto{
overscroll-behavior-y: auto;
}
.sm\:overscroll-y-contain{
overscroll-behavior-y: contain;
}
.sm\:overscroll-y-none{
overscroll-behavior-y: none;
}
.sm\:overscroll-x-auto{
overscroll-behavior-x: auto;
}
.sm\:overscroll-x-contain{
overscroll-behavior-x: contain;
}
.sm\:overscroll-x-none{
overscroll-behavior-x: none;
}
.sm\:p-0{
padding: 0;
}
.sm\:p-1{
padding: 1px;
}
.sm\:p-2{
padding: 2px;
}
.sm\:p-4{
padding: 4px;
}
.sm\:p-6{
padding: 6px;
}
.sm\:p-8{
padding: 8px;
}
.sm\:p-10{
padding: 10px;
}
.sm\:p-12{
padding: 12px;
}
.sm\:p-16{
padding: 16px;
}
.sm\:p-24{
padding: 24px;
}
.sm\:p-32{
padding: 32px;
}
.sm\:p-40{
padding: 40px;
}
.sm\:p-44{
padding: 44px;
}
.sm\:p-48{
padding: 48px;
}
.sm\:p-56{
padding: 56px;
}
.sm\:p-76{
padding: 76px;
}
.sm\:p-88{
padding: 88px;
}
.sm\:py-0{
padding-top: 0;
padding-bottom: 0;
}
.sm\:px-0{
padding-left: 0;
padding-right: 0;
}
.sm\:py-1{
padding-top: 1px;
padding-bottom: 1px;
}
.sm\:px-1{
padding-left: 1px;
padding-right: 1px;
}
.sm\:py-2{
padding-top: 2px;
padding-bottom: 2px;
}
.sm\:px-2{
padding-left: 2px;
padding-right: 2px;
}
.sm\:py-4{
padding-top: 4px;
padding-bottom: 4px;
}
.sm\:px-4{
padding-left: 4px;
padding-right: 4px;
}
.sm\:py-6{
padding-top: 6px;
padding-bottom: 6px;
}
.sm\:px-6{
padding-left: 6px;
padding-right: 6px;
}
.sm\:py-8{
padding-top: 8px;
padding-bottom: 8px;
}
.sm\:px-8{
padding-left: 8px;
padding-right: 8px;
}
.sm\:py-10{
padding-top: 10px;
padding-bottom: 10px;
}
.sm\:px-10{
padding-left: 10px;
padding-right: 10px;
}
.sm\:py-12{
padding-top: 12px;
padding-bottom: 12px;
}
.sm\:px-12{
padding-left: 12px;
padding-right: 12px;
}
.sm\:py-16{
padding-top: 16px;
padding-bottom: 16px;
}
.sm\:px-16{
padding-left: 16px;
padding-right: 16px;
}
.sm\:py-24{
padding-top: 24px;
padding-bottom: 24px;
}
.sm\:px-24{
padding-left: 24px;
padding-right: 24px;
}
.sm\:py-32{
padding-top: 32px;
padding-bottom: 32px;
}
.sm\:px-32{
padding-left: 32px;
padding-right: 32px;
}
.sm\:py-40{
padding-top: 40px;
padding-bottom: 40px;
}
.sm\:px-40{
padding-left: 40px;
padding-right: 40px;
}
.sm\:py-44{
padding-top: 44px;
padding-bottom: 44px;
}
.sm\:px-44{
padding-left: 44px;
padding-right: 44px;
}
.sm\:py-48{
padding-top: 48px;
padding-bottom: 48px;
}
.sm\:px-48{
padding-left: 48px;
padding-right: 48px;
}
.sm\:py-56{
padding-top: 56px;
padding-bottom: 56px;
}
.sm\:px-56{
padding-left: 56px;
padding-right: 56px;
}
.sm\:py-76{
padding-top: 76px;
padding-bottom: 76px;
}
.sm\:px-76{
padding-left: 76px;
padding-right: 76px;
}
.sm\:py-88{
padding-top: 88px;
padding-bottom: 88px;
}
.sm\:px-88{
padding-left: 88px;
padding-right: 88px;
}
.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: 1px;
}
.sm\:pr-1{
padding-right: 1px;
}
.sm\:pb-1{
padding-bottom: 1px;
}
.sm\:pl-1{
padding-left: 1px;
}
.sm\:pt-2{
padding-top: 2px;
}
.sm\:pr-2{
padding-right: 2px;
}
.sm\:pb-2{
padding-bottom: 2px;
}
.sm\:pl-2{
padding-left: 2px;
}
.sm\:pt-4{
padding-top: 4px;
}
.sm\:pr-4{
padding-right: 4px;
}
.sm\:pb-4{
padding-bottom: 4px;
}
.sm\:pl-4{
padding-left: 4px;
}
.sm\:pt-6{
padding-top: 6px;
}
.sm\:pr-6{
padding-right: 6px;
}
.sm\:pb-6{
padding-bottom: 6px;
}
.sm\:pl-6{
padding-left: 6px;
}
.sm\:pt-8{
padding-top: 8px;
}
.sm\:pr-8{
padding-right: 8px;
}
.sm\:pb-8{
padding-bottom: 8px;
}
.sm\:pl-8{
padding-left: 8px;
}
.sm\:pt-10{
padding-top: 10px;
}
.sm\:pr-10{
padding-right: 10px;
}
.sm\:pb-10{
padding-bottom: 10px;
}
.sm\:pl-10{
padding-left: 10px;
}
.sm\:pt-12{
padding-top: 12px;
}
.sm\:pr-12{
padding-right: 12px;
}
.sm\:pb-12{
padding-bottom: 12px;
}
.sm\:pl-12{
padding-left: 12px;
}
.sm\:pt-16{
padding-top: 16px;
}
.sm\:pr-16{
padding-right: 16px;
}
.sm\:pb-16{
padding-bottom: 16px;
}
.sm\:pl-16{
padding-left: 16px;
}
.sm\:pt-24{
padding-top: 24px;
}
.sm\:pr-24{
padding-right: 24px;
}
.sm\:pb-24{
padding-bottom: 24px;
}
.sm\:pl-24{
padding-left: 24px;
}
.sm\:pt-32{
padding-top: 32px;
}
.sm\:pr-32{
padding-right: 32px;
}
.sm\:pb-32{
padding-bottom: 32px;
}
.sm\:pl-32{
padding-left: 32px;
}
.sm\:pt-40{
padding-top: 40px;
}
.sm\:pr-40{
padding-right: 40px;
}
.sm\:pb-40{
padding-bottom: 40px;
}
.sm\:pl-40{
padding-left: 40px;
}
.sm\:pt-44{
padding-top: 44px;
}
.sm\:pr-44{
padding-right: 44px;
}
.sm\:pb-44{
padding-bottom: 44px;
}
.sm\:pl-44{
padding-left: 44px;
}
.sm\:pt-48{
padding-top: 48px;
}
.sm\:pr-48{
padding-right: 48px;
}
.sm\:pb-48{
padding-bottom: 48px;
}
.sm\:pl-48{
padding-left: 48px;
}
.sm\:pt-56{
padding-top: 56px;
}
.sm\:pr-56{
padding-right: 56px;
}
.sm\:pb-56{
padding-bottom: 56px;
}
.sm\:pl-56{
padding-left: 56px;
}
.sm\:pt-76{
padding-top: 76px;
}
.sm\:pr-76{
padding-right: 76px;
}
.sm\:pb-76{
padding-bottom: 76px;
}
.sm\:pl-76{
padding-left: 76px;
}
.sm\:pt-88{
padding-top: 88px;
}
.sm\:pr-88{
padding-right: 88px;
}
.sm\:pb-88{
padding-bottom: 88px;
}
.sm\:pl-88{
padding-left: 88px;
}
.sm\:placeholder-transparent::-moz-placeholder{
color: rgba(0,0,0,0);
}
.sm\:placeholder-transparent:-ms-input-placeholder{
color: rgba(0,0,0,0);
}
.sm\:placeholder-transparent::placeholder{
color: rgba(0,0,0,0);
}
.sm\:placeholder-black::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-black:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-black::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-white::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-white:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-white::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(242, 244, 248, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(221, 225, 230, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(193, 199, 205, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 169, 176, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(135, 141, 150, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(105, 112, 119, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(77, 83, 88, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(52, 58, 63, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(33, 39, 42, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.sm\:placeholder-gray-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(18, 22, 25, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(237, 245, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 226, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(166, 200, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(120, 169, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(69, 137, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(15, 98, 254, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 67, 206, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 45, 156, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 29, 108, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.sm\:placeholder-blue-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 17, 65, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(229, 246, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 230, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(130, 207, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(51, 177, 255, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(17, 146, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 114, 195, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 83, 154, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(0, 58, 109, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(1, 39, 73, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.sm\:placeholder-cyan-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(6, 23, 39, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 242, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 217, 190, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 183, 132, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 43, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(235, 98, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(186, 78, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(138, 56, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(94, 41, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(62, 26, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-orange-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(35, 16, 0, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 241, 241, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 215, 217, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 179, 184, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 131, 137, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(250, 77, 86, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(218, 30, 40, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(162, 25, 31, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(117, 14, 19, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(82, 4, 8, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.sm\:placeholder-red-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(45, 7, 9, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 240, 247, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 214, 232, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 175, 210, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(255, 126, 182, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(238, 83, 150, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(208, 38, 112, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(159, 24, 83, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(116, 9, 55, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(81, 2, 36, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.sm\:placeholder-magenta-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(42, 10, 24, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-1::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-1:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-1::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(222, 251, 230, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-2::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-2:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-2::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(167, 240, 186, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-3::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-3:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-3::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(111, 220, 140, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-4::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-4:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-4::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(66, 190, 101, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-5::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-5:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-5::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(36, 161, 72, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-6::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-6:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-6::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(25, 128, 56, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-7::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-7:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-7::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(14, 96, 39, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-8::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-8:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-8::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(4, 67, 23, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-9::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-9:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-9::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(2, 45, 13, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-10::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-10:-ms-input-placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.sm\:placeholder-green-10::placeholder{
--tw-placeholder-opacity: 1;
color: rgba(7, 25, 8, var(--tw-placeholder-opacity));
}
.sm\:placeholder-teal-1::-moz-placeholder{
--tw-placeh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment