/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,::backdrop,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@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
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: .25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: initial;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: initial
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em
}

.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: .8em;
    line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.4285714em;
    margin-bottom: .5714286em;
    line-height: 1.4285714
}

.prose-sm :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.3333333;
    margin-top: .6666667em
}

.prose-sm :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8571429em
}

.prose-sm :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-sm :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: .25rem;
    padding: .6666667em 1em
}

.prose-sm :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em
}

.prose-sm :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em
}

.prose-sm :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.5
}

.prose-sm :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .6666667em 1em
}

.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778
}

.prose-lg :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em
}

.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em
}

.prose-lg :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em
}

.prose-lg :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: .8333333em;
    line-height: 1
}

.prose-lg :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333
}

.prose-lg :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: .6666667em;
    line-height: 1.5
}

.prose-lg :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-lg :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-lg :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5;
    margin-top: 1em
}

.prose-lg :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-lg :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .8666667em
}

.prose-lg :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .875em
}

.prose-lg :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .375rem;
    padding: 1em 1.5em
}

.prose-lg :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em
}

.prose-lg :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em
}

.prose-lg :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .6666667em;
    margin-bottom: .6666667em
}

.prose-lg :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4444444em
}

.prose-lg :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4444444em
}

.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(.prose-lg>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose-lg>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(.prose-lg>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose-lg>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em
}

.prose-lg :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5
}

.prose-lg :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: .75em;
    padding-bottom: .75em;
    padding-left: .75em
}

.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .75em
}

.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-neutral {
    --tw-prose-body: #404040;
    --tw-prose-headings: #171717;
    --tw-prose-lead: #525252;
    --tw-prose-links: #171717;
    --tw-prose-bold: #171717;
    --tw-prose-counters: #737373;
    --tw-prose-bullets: #d4d4d4;
    --tw-prose-hr: #e5e5e5;
    --tw-prose-quotes: #171717;
    --tw-prose-quote-borders: #e5e5e5;
    --tw-prose-captions: #737373;
    --tw-prose-code: #171717;
    --tw-prose-pre-code: #e5e5e5;
    --tw-prose-pre-bg: #262626;
    --tw-prose-th-borders: #d4d4d4;
    --tw-prose-td-borders: #e5e5e5;
    --tw-prose-invert-body: #d4d4d4;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #a3a3a3;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #a3a3a3;
    --tw-prose-invert-bullets: #525252;
    --tw-prose-invert-hr: #404040;
    --tw-prose-invert-quotes: #f5f5f5;
    --tw-prose-invert-quote-borders: #404040;
    --tw-prose-invert-captions: #a3a3a3;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d4d4d4;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #525252;
    --tw-prose-invert-td-borders: #404040
}

.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
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-inset-1 {
    inset: -.25rem
}

.-bottom-2 {
    bottom: -.5rem
}

.-right-2 {
    right: -.5rem
}

.top-0 {
    top: 0
}

.top-14 {
    top: 3.5rem
}

.isolate {
    isolation: isolate
}

.isolation-auto {
    isolation: auto
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.col-span-1 {
    grid-column: span 1/span 1
}

.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-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-full {
    grid-column: 1/-1
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.clear-both {
    clear: both
}

.clear-none {
    clear: none
}

.-m-0 {
    margin: 0
}

.-m-0\.5 {
    margin: -.125rem
}

.-m-1 {
    margin: -.25rem
}

.-m-1\.5 {
    margin: -.375rem
}

.-m-10 {
    margin: -2.5rem
}

.-m-11 {
    margin: -2.75rem
}

.-m-12 {
    margin: -3rem
}

.-m-14 {
    margin: -3.5rem
}

.-m-16 {
    margin: -4rem
}

.-m-2 {
    margin: -.5rem
}

.-m-2\.5 {
    margin: -.625rem
}

.-m-20 {
    margin: -5rem
}

.-m-24 {
    margin: -6rem
}

.-m-28 {
    margin: -7rem
}

.-m-3 {
    margin: -.75rem
}

.-m-3\.5 {
    margin: -.875rem
}

.-m-32 {
    margin: -8rem
}

.-m-36 {
    margin: -9rem
}

.-m-4 {
    margin: -1rem
}

.-m-40 {
    margin: -10rem
}

.-m-44 {
    margin: -11rem
}

.-m-48 {
    margin: -12rem
}

.-m-5 {
    margin: -1.25rem
}

.-m-52 {
    margin: -13rem
}

.-m-56 {
    margin: -14rem
}

.-m-6 {
    margin: -1.5rem
}

.-m-60 {
    margin: -15rem
}

.-m-64 {
    margin: -16rem
}

.-m-7 {
    margin: -1.75rem
}

.-m-72 {
    margin: -18rem
}

.-m-8 {
    margin: -2rem
}

.-m-80 {
    margin: -20rem
}

.-m-9 {
    margin: -2.25rem
}

.-m-96 {
    margin: -24rem
}

.-m-px {
    margin: -1px
}

.m-0 {
    margin: 0
}

.m-0\.5 {
    margin: .125rem
}

.m-1 {
    margin: .25rem
}

.m-1\.5 {
    margin: .375rem
}

.m-10 {
    margin: 2.5rem
}

.m-11 {
    margin: 2.75rem
}

.m-12 {
    margin: 3rem
}

.m-14 {
    margin: 3.5rem
}

.m-16 {
    margin: 4rem
}

.m-2 {
    margin: .5rem
}

.m-2\.5 {
    margin: .625rem
}

.m-20 {
    margin: 5rem
}

.m-24 {
    margin: 6rem
}

.m-28 {
    margin: 7rem
}

.m-3 {
    margin: .75rem
}

.m-3\.5 {
    margin: .875rem
}

.m-32 {
    margin: 8rem
}

.m-36 {
    margin: 9rem
}

.m-4 {
    margin: 1rem
}

.m-40 {
    margin: 10rem
}

.m-44 {
    margin: 11rem
}

.m-48 {
    margin: 12rem
}

.m-5 {
    margin: 1.25rem
}

.m-52 {
    margin: 13rem
}

.m-56 {
    margin: 14rem
}

.m-6 {
    margin: 1.5rem
}

.m-60 {
    margin: 15rem
}

.m-64 {
    margin: 16rem
}

.m-7 {
    margin: 1.75rem
}

.m-72 {
    margin: 18rem
}

.m-8 {
    margin: 2rem
}

.m-80 {
    margin: 20rem
}

.m-9 {
    margin: 2.25rem
}

.m-96 {
    margin: 24rem
}

.m-auto {
    margin: auto
}

.m-px {
    margin: 1px
}

.-mx-0 {
    margin-left: 0;
    margin-right: 0
}

.-mx-0\.5 {
    margin-left: -.125rem;
    margin-right: -.125rem
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-1\.5 {
    margin-left: -.375rem;
    margin-right: -.375rem
}

.-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
}

.-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
}

.-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
}

.-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
}

.-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-2\.5 {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
}

.-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
}

.-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.-mx-3\.5 {
    margin-left: -.875rem;
    margin-right: -.875rem
}

.-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
}

.-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
}

.-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
}

.-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
}

.-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
}

.-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
}

.-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
}

.-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
}

.-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
}

.-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
}

.-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
}

.-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
}

.-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
}

.-mx-px {
    margin-left: -1px;
    margin-right: -1px
}

.-my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.-my-0\.5 {
    margin-top: -.125rem;
    margin-bottom: -.125rem
}

.-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem
}

.-my-1\.5 {
    margin-top: -.375rem;
    margin-bottom: -.375rem
}

.-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
}

.-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
}

.-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
}

.-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem
}

.-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.-my-2\.5 {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

.-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
}

.-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
}

.-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
}

.-my-3 {
    margin-top: -.75rem;
    margin-bottom: -.75rem
}

.-my-3\.5 {
    margin-top: -.875rem;
    margin-bottom: -.875rem
}

.-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
}

.-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem
}

.-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
}

.-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
}

.-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
}

.-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
}

.-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

.-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
}

.-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
}

.-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
}

.-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
}

.-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
}

.-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
}

.-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
}

.-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
}

.-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
}

.-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
}

.-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
}

.-my-px {
    margin-top: -1px;
    margin-bottom: -1px
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-0\.5 {
    margin-left: .125rem;
    margin-right: .125rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-1\.5 {
    margin-left: .375rem;
    margin-right: .375rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
}

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-2\.5 {
    margin-left: .625rem;
    margin-right: .625rem
}

.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
}

.mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
}

.mx-28 {
    margin-left: 7rem;
    margin-right: 7rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-3\.5 {
    margin-left: .875rem;
    margin-right: .875rem
}

.mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
}

.mx-36 {
    margin-left: 9rem;
    margin-right: 9rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
}

.mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
}

.mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
}

.mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
}

.mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
}

.mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
}

.mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-px {
    margin-left: 1px;
    margin-right: 1px
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-0\.5 {
    margin-top: .125rem;
    margin-bottom: .125rem
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-1\.5 {
    margin-top: .375rem;
    margin-bottom: .375rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-2\.5 {
    margin-top: .625rem;
    margin-bottom: .625rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-3\.5 {
    margin-top: .875rem;
    margin-bottom: .875rem
}

.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
}

.my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
}

.my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
}

.my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
}

.my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
}

.my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
}

.my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
}

.my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.my-px {
    margin-top: 1px;
    margin-bottom: 1px
}

.-mb-0 {
    margin-bottom: 0
}

.-mb-0\.5 {
    margin-bottom: -.125rem
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-mb-1\.5 {
    margin-bottom: -.375rem
}

.-mb-10 {
    margin-bottom: -2.5rem
}

.-mb-11 {
    margin-bottom: -2.75rem
}

.-mb-12 {
    margin-bottom: -3rem
}

.-mb-14 {
    margin-bottom: -3.5rem
}

.-mb-16 {
    margin-bottom: -4rem
}

.-mb-2 {
    margin-bottom: -.5rem
}

.-mb-2\.5 {
    margin-bottom: -.625rem
}

.-mb-20 {
    margin-bottom: -5rem
}

.-mb-24 {
    margin-bottom: -6rem
}

.-mb-28 {
    margin-bottom: -7rem
}

.-mb-3 {
    margin-bottom: -.75rem
}

.-mb-3\.5 {
    margin-bottom: -.875rem
}

.-mb-32 {
    margin-bottom: -8rem
}

.-mb-36 {
    margin-bottom: -9rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.-mb-40 {
    margin-bottom: -10rem
}

.-mb-44 {
    margin-bottom: -11rem
}

.-mb-48 {
    margin-bottom: -12rem
}

.-mb-5 {
    margin-bottom: -1.25rem
}

.-mb-52 {
    margin-bottom: -13rem
}

.-mb-56 {
    margin-bottom: -14rem
}

.-mb-6 {
    margin-bottom: -1.5rem
}

.-mb-60 {
    margin-bottom: -15rem
}

.-mb-64 {
    margin-bottom: -16rem
}

.-mb-7 {
    margin-bottom: -1.75rem
}

.-mb-72 {
    margin-bottom: -18rem
}

.-mb-8 {
    margin-bottom: -2rem
}

.-mb-80 {
    margin-bottom: -20rem
}

.-mb-9 {
    margin-bottom: -2.25rem
}

.-mb-96 {
    margin-bottom: -24rem
}

.-mb-px {
    margin-bottom: -1px
}

.-me-0 {
    -webkit-margin-end: 0;
    margin-inline-end:0}

.-me-0\.5 {
    -webkit-margin-end: -.125rem;
    margin-inline-end:-.125rem}

.-me-1 {
    -webkit-margin-end: -.25rem;
    margin-inline-end:-.25rem}

.-me-1\.5 {
    -webkit-margin-end: -.375rem;
    margin-inline-end:-.375rem}

.-me-10 {
    -webkit-margin-end: -2.5rem;
    margin-inline-end:-2.5rem}

.-me-11 {
    -webkit-margin-end: -2.75rem;
    margin-inline-end:-2.75rem}

.-me-12 {
    -webkit-margin-end: -3rem;
    margin-inline-end:-3rem}

.-me-14 {
    -webkit-margin-end: -3.5rem;
    margin-inline-end:-3.5rem}

.-me-16 {
    -webkit-margin-end: -4rem;
    margin-inline-end:-4rem}

.-me-2 {
    -webkit-margin-end: -.5rem;
    margin-inline-end:-.5rem}

.-me-2\.5 {
    -webkit-margin-end: -.625rem;
    margin-inline-end:-.625rem}

.-me-20 {
    -webkit-margin-end: -5rem;
    margin-inline-end:-5rem}

.-me-24 {
    -webkit-margin-end: -6rem;
    margin-inline-end:-6rem}

.-me-28 {
    -webkit-margin-end: -7rem;
    margin-inline-end:-7rem}

.-me-3 {
    -webkit-margin-end: -.75rem;
    margin-inline-end:-.75rem}

.-me-3\.5 {
    -webkit-margin-end: -.875rem;
    margin-inline-end:-.875rem}

.-me-32 {
    -webkit-margin-end: -8rem;
    margin-inline-end:-8rem}

.-me-36 {
    -webkit-margin-end: -9rem;
    margin-inline-end:-9rem}

.-me-4 {
    -webkit-margin-end: -1rem;
    margin-inline-end:-1rem}

.-me-40 {
    -webkit-margin-end: -10rem;
    margin-inline-end:-10rem}

.-me-44 {
    -webkit-margin-end: -11rem;
    margin-inline-end:-11rem}

.-me-48 {
    -webkit-margin-end: -12rem;
    margin-inline-end:-12rem}

.-me-5 {
    -webkit-margin-end: -1.25rem;
    margin-inline-end:-1.25rem}

.-me-52 {
    -webkit-margin-end: -13rem;
    margin-inline-end:-13rem}

.-me-56 {
    -webkit-margin-end: -14rem;
    margin-inline-end:-14rem}

.-me-6 {
    -webkit-margin-end: -1.5rem;
    margin-inline-end:-1.5rem}

.-me-60 {
    -webkit-margin-end: -15rem;
    margin-inline-end:-15rem}

.-me-64 {
    -webkit-margin-end: -16rem;
    margin-inline-end:-16rem}

.-me-7 {
    -webkit-margin-end: -1.75rem;
    margin-inline-end:-1.75rem}

.-me-72 {
    -webkit-margin-end: -18rem;
    margin-inline-end:-18rem}

.-me-8 {
    -webkit-margin-end: -2rem;
    margin-inline-end:-2rem}

.-me-80 {
    -webkit-margin-end: -20rem;
    margin-inline-end:-20rem}

.-me-9 {
    -webkit-margin-end: -2.25rem;
    margin-inline-end:-2.25rem}

.-me-96 {
    -webkit-margin-end: -24rem;
    margin-inline-end:-24rem}

.-me-px {
    -webkit-margin-end: -1px;
    margin-inline-end:-1px}

.-ml-0 {
    margin-left: 0
}

.-ml-0\.5 {
    margin-left: -.125rem
}

.-ml-1 {
    margin-left: -.25rem
}

.-ml-1\.5 {
    margin-left: -.375rem
}

.-ml-10 {
    margin-left: -2.5rem
}

.-ml-11 {
    margin-left: -2.75rem
}

.-ml-12 {
    margin-left: -3rem
}

.-ml-14 {
    margin-left: -3.5rem
}

.-ml-16 {
    margin-left: -4rem
}

.-ml-2 {
    margin-left: -.5rem
}

.-ml-2\.5 {
    margin-left: -.625rem
}

.-ml-20 {
    margin-left: -5rem
}

.-ml-24 {
    margin-left: -6rem
}

.-ml-28 {
    margin-left: -7rem
}

.-ml-3 {
    margin-left: -.75rem
}

.-ml-3\.5 {
    margin-left: -.875rem
}

.-ml-32 {
    margin-left: -8rem
}

.-ml-36 {
    margin-left: -9rem
}

.-ml-4 {
    margin-left: -1rem
}

.-ml-40 {
    margin-left: -10rem
}

.-ml-44 {
    margin-left: -11rem
}

.-ml-48 {
    margin-left: -12rem
}

.-ml-5 {
    margin-left: -1.25rem
}

.-ml-52 {
    margin-left: -13rem
}

.-ml-56 {
    margin-left: -14rem
}

.-ml-6 {
    margin-left: -1.5rem
}

.-ml-60 {
    margin-left: -15rem
}

.-ml-64 {
    margin-left: -16rem
}

.-ml-7 {
    margin-left: -1.75rem
}

.-ml-72 {
    margin-left: -18rem
}

.-ml-8 {
    margin-left: -2rem
}

.-ml-80 {
    margin-left: -20rem
}

.-ml-9 {
    margin-left: -2.25rem
}

.-ml-96 {
    margin-left: -24rem
}

.-ml-px {
    margin-left: -1px
}

.-mr-0 {
    margin-right: 0
}

.-mr-0\.5 {
    margin-right: -.125rem
}

.-mr-1 {
    margin-right: -.25rem
}

.-mr-1\.5 {
    margin-right: -.375rem
}

.-mr-10 {
    margin-right: -2.5rem
}

.-mr-11 {
    margin-right: -2.75rem
}

.-mr-12 {
    margin-right: -3rem
}

.-mr-14 {
    margin-right: -3.5rem
}

.-mr-16 {
    margin-right: -4rem
}

.-mr-2 {
    margin-right: -.5rem
}

.-mr-2\.5 {
    margin-right: -.625rem
}

.-mr-20 {
    margin-right: -5rem
}

.-mr-24 {
    margin-right: -6rem
}

.-mr-28 {
    margin-right: -7rem
}

.-mr-3 {
    margin-right: -.75rem
}

.-mr-3\.5 {
    margin-right: -.875rem
}

.-mr-32 {
    margin-right: -8rem
}

.-mr-36 {
    margin-right: -9rem
}

.-mr-4 {
    margin-right: -1rem
}

.-mr-40 {
    margin-right: -10rem
}

.-mr-44 {
    margin-right: -11rem
}

.-mr-48 {
    margin-right: -12rem
}

.-mr-5 {
    margin-right: -1.25rem
}

.-mr-52 {
    margin-right: -13rem
}

.-mr-56 {
    margin-right: -14rem
}

.-mr-6 {
    margin-right: -1.5rem
}

.-mr-60 {
    margin-right: -15rem
}

.-mr-64 {
    margin-right: -16rem
}

.-mr-7 {
    margin-right: -1.75rem
}

.-mr-72 {
    margin-right: -18rem
}

.-mr-8 {
    margin-right: -2rem
}

.-mr-80 {
    margin-right: -20rem
}

.-mr-9 {
    margin-right: -2.25rem
}

.-mr-96 {
    margin-right: -24rem
}

.-mr-px {
    margin-right: -1px
}

.-ms-0 {
    -webkit-margin-start: 0;
    margin-inline-start:0}

.-ms-0\.5 {
    -webkit-margin-start: -.125rem;
    margin-inline-start:-.125rem}

.-ms-1 {
    -webkit-margin-start: -.25rem;
    margin-inline-start:-.25rem}

.-ms-1\.5 {
    -webkit-margin-start: -.375rem;
    margin-inline-start:-.375rem}

.-ms-10 {
    -webkit-margin-start: -2.5rem;
    margin-inline-start:-2.5rem}

.-ms-11 {
    -webkit-margin-start: -2.75rem;
    margin-inline-start:-2.75rem}

.-ms-12 {
    -webkit-margin-start: -3rem;
    margin-inline-start:-3rem}

.-ms-14 {
    -webkit-margin-start: -3.5rem;
    margin-inline-start:-3.5rem}

.-ms-16 {
    -webkit-margin-start: -4rem;
    margin-inline-start:-4rem}

.-ms-2 {
    -webkit-margin-start: -.5rem;
    margin-inline-start:-.5rem}

.-ms-2\.5 {
    -webkit-margin-start: -.625rem;
    margin-inline-start:-.625rem}

.-ms-20 {
    -webkit-margin-start: -5rem;
    margin-inline-start:-5rem}

.-ms-24 {
    -webkit-margin-start: -6rem;
    margin-inline-start:-6rem}

.-ms-28 {
    -webkit-margin-start: -7rem;
    margin-inline-start:-7rem}

.-ms-3 {
    -webkit-margin-start: -.75rem;
    margin-inline-start:-.75rem}

.-ms-3\.5 {
    -webkit-margin-start: -.875rem;
    margin-inline-start:-.875rem}

.-ms-32 {
    -webkit-margin-start: -8rem;
    margin-inline-start:-8rem}

.-ms-36 {
    -webkit-margin-start: -9rem;
    margin-inline-start:-9rem}

.-ms-4 {
    -webkit-margin-start: -1rem;
    margin-inline-start:-1rem}

.-ms-40 {
    -webkit-margin-start: -10rem;
    margin-inline-start:-10rem}

.-ms-44 {
    -webkit-margin-start: -11rem;
    margin-inline-start:-11rem}

.-ms-48 {
    -webkit-margin-start: -12rem;
    margin-inline-start:-12rem}

.-ms-5 {
    -webkit-margin-start: -1.25rem;
    margin-inline-start:-1.25rem}

.-ms-52 {
    -webkit-margin-start: -13rem;
    margin-inline-start:-13rem}

.-ms-56 {
    -webkit-margin-start: -14rem;
    margin-inline-start:-14rem}

.-ms-6 {
    -webkit-margin-start: -1.5rem;
    margin-inline-start:-1.5rem}

.-ms-60 {
    -webkit-margin-start: -15rem;
    margin-inline-start:-15rem}

.-ms-64 {
    -webkit-margin-start: -16rem;
    margin-inline-start:-16rem}

.-ms-7 {
    -webkit-margin-start: -1.75rem;
    margin-inline-start:-1.75rem}

.-ms-72 {
    -webkit-margin-start: -18rem;
    margin-inline-start:-18rem}

.-ms-8 {
    -webkit-margin-start: -2rem;
    margin-inline-start:-2rem}

.-ms-80 {
    -webkit-margin-start: -20rem;
    margin-inline-start:-20rem}

.-ms-9 {
    -webkit-margin-start: -2.25rem;
    margin-inline-start:-2.25rem}

.-ms-96 {
    -webkit-margin-start: -24rem;
    margin-inline-start:-24rem}

.-ms-px {
    -webkit-margin-start: -1px;
    margin-inline-start:-1px}

.-mt-0 {
    margin-top: 0
}

.-mt-0\.5 {
    margin-top: -.125rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-1\.5 {
    margin-top: -.375rem
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mt-11 {
    margin-top: -2.75rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mt-14 {
    margin-top: -3.5rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mt-2 {
    margin-top: -.5rem
}

.-mt-2\.5 {
    margin-top: -.625rem
}

.-mt-20 {
    margin-top: -5rem
}

.-mt-24 {
    margin-top: -6rem
}

.-mt-28 {
    margin-top: -7rem
}

.-mt-3 {
    margin-top: -.75rem
}

.-mt-3\.5 {
    margin-top: -.875rem
}

.-mt-32 {
    margin-top: -8rem
}

.-mt-36 {
    margin-top: -9rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-40 {
    margin-top: -10rem
}

.-mt-44 {
    margin-top: -11rem
}

.-mt-48 {
    margin-top: -12rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mt-52 {
    margin-top: -13rem
}

.-mt-56 {
    margin-top: -14rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mt-60 {
    margin-top: -15rem
}

.-mt-64 {
    margin-top: -16rem
}

.-mt-7 {
    margin-top: -1.75rem
}

.-mt-72 {
    margin-top: -18rem
}

.-mt-8 {
    margin-top: -2rem
}

.-mt-80 {
    margin-top: -20rem
}

.-mt-9 {
    margin-top: -2.25rem
}

.-mt-96 {
    margin-top: -24rem
}

.-mt-px {
    margin-top: -1px
}

.mb-0 {
    margin-bottom: 0
}

.mb-0\.5 {
    margin-bottom: .125rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-1\.5 {
    margin-bottom: .375rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-11 {
    margin-bottom: 2.75rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-2\.5 {
    margin-bottom: .625rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mb-28 {
    margin-bottom: 7rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-3\.5 {
    margin-bottom: .875rem
}

.mb-32 {
    margin-bottom: 8rem
}

.mb-36 {
    margin-bottom: 9rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-40 {
    margin-bottom: 10rem
}

.mb-44 {
    margin-bottom: 11rem
}

.mb-48 {
    margin-bottom: 12rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-52 {
    margin-bottom: 13rem
}

.mb-56 {
    margin-bottom: 14rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-60 {
    margin-bottom: 15rem
}

.mb-64 {
    margin-bottom: 16rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mb-72 {
    margin-bottom: 18rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-80 {
    margin-bottom: 20rem
}

.mb-9 {
    margin-bottom: 2.25rem
}

.mb-96 {
    margin-bottom: 24rem
}

.mb-auto {
    margin-bottom: auto
}

.mb-px {
    margin-bottom: 1px
}

.ml-0 {
    margin-left: 0
}

.ml-0\.5 {
    margin-left: .125rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-1\.5 {
    margin-left: .375rem
}

.ml-10 {
    margin-left: 2.5rem
}

.ml-11 {
    margin-left: 2.75rem
}

.ml-12 {
    margin-left: 3rem
}

.ml-14 {
    margin-left: 3.5rem
}

.ml-16 {
    margin-left: 4rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-2\.5 {
    margin-left: .625rem
}

.ml-20 {
    margin-left: 5rem
}

.ml-24 {
    margin-left: 6rem
}

.ml-28 {
    margin-left: 7rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-3\.5 {
    margin-left: .875rem
}

.ml-32 {
    margin-left: 8rem
}

.ml-36 {
    margin-left: 9rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-40 {
    margin-left: 10rem
}

.ml-44 {
    margin-left: 11rem
}

.ml-48 {
    margin-left: 12rem
}

.ml-5 {
    margin-left: 1.25rem
}

.ml-52 {
    margin-left: 13rem
}

.ml-56 {
    margin-left: 14rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-60 {
    margin-left: 15rem
}

.ml-64 {
    margin-left: 16rem
}

.ml-7 {
    margin-left: 1.75rem
}

.ml-72 {
    margin-left: 18rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-80 {
    margin-left: 20rem
}

.ml-9 {
    margin-left: 2.25rem
}

.ml-96 {
    margin-left: 24rem
}

.ml-auto {
    margin-left: auto
}

.ml-px {
    margin-left: 1px
}

.mr-0 {
    margin-right: 0
}

.mr-0\.5 {
    margin-right: .125rem
}

.mr-1 {
    margin-right: .25rem
}

.mr-1\.5 {
    margin-right: .375rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mr-11 {
    margin-right: 2.75rem
}

.mr-12 {
    margin-right: 3rem
}

.mr-14 {
    margin-right: 3.5rem
}

.mr-16 {
    margin-right: 4rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-2\.5 {
    margin-right: .625rem
}

.mr-20 {
    margin-right: 5rem
}

.mr-24 {
    margin-right: 6rem
}

.mr-28 {
    margin-right: 7rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-3\.5 {
    margin-right: .875rem
}

.mr-32 {
    margin-right: 8rem
}

.mr-36 {
    margin-right: 9rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-40 {
    margin-right: 10rem
}

.mr-44 {
    margin-right: 11rem
}

.mr-48 {
    margin-right: 12rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mr-52 {
    margin-right: 13rem
}

.mr-56 {
    margin-right: 14rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-60 {
    margin-right: 15rem
}

.mr-64 {
    margin-right: 16rem
}

.mr-7 {
    margin-right: 1.75rem
}

.mr-72 {
    margin-right: 18rem
}

.mr-8 {
    margin-right: 2rem
}

.mr-80 {
    margin-right: 20rem
}

.mr-9 {
    margin-right: 2.25rem
}

.mr-96 {
    margin-right: 24rem
}

.mr-auto {
    margin-right: auto
}

.mr-px {
    margin-right: 1px
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-11 {
    margin-top: 2.75rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-28 {
    margin-top: 7rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-3\.5 {
    margin-top: .875rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-36 {
    margin-top: 9rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-40 {
    margin-top: 10rem
}

.mt-44 {
    margin-top: 11rem
}

.mt-48 {
    margin-top: 12rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-52 {
    margin-top: 13rem
}

.mt-56 {
    margin-top: 14rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-60 {
    margin-top: 15rem
}

.mt-64 {
    margin-top: 16rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-72 {
    margin-top: 18rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-80 {
    margin-top: 20rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mt-96 {
    margin-top: 24rem
}

.mt-auto {
    margin-top: auto
}

.mt-px {
    margin-top: 1px
}

.box-border {
    box-sizing: border-box
}

.box-content {
    box-sizing: initial
}

.line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.inline-table {
    display: inline-table
}

.table-caption {
    display: table-caption
}

.table-cell {
    display: table-cell
}

.table-column {
    display: table-column
}

.table-column-group {
    display: table-column-group
}

.table-footer-group {
    display: table-footer-group
}

.table-header-group {
    display: table-header-group
}

.table-row-group {
    display: table-row-group
}

.table-row {
    display: table-row
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.inline-grid {
    display: inline-grid
}

.contents {
    display: contents
}

.list-item {
    display: list-item
}

.hidden {
    display: none
}

.h-4 {
    height: 1rem
}

.h-48 {
    height: 12rem
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-full {
    height: 100%
}

.max-h-16 {
    max-height: 4rem
}

.max-h-48 {
    max-height: 12rem
}

.w-4 {
    width: 1rem
}

.w-48 {
    width: 12rem
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0
}

.min-w-80 {
    min-width: 20rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-none {
    flex: none
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.shrink {
    flex-shrink: 1
}

.flex-grow {
    flex-grow: 1
}

.flex-grow-0 {
    flex-grow: 0
}

.grow {
    flex-grow: 1
}

.table-auto {
    table-layout: auto
}

.table-fixed {
    table-layout: fixed
}

.caption-top {
    caption-side: top
}

.caption-bottom {
    caption-side: bottom
}

.border-collapse {
    border-collapse: collapse
}

.border-separate {
    border-collapse: initial
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\!transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important
}

.transform,.transform-cpu {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu {
    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
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.touch-auto {
    touch-action: auto
}

.touch-none {
    touch-action: none
}

.touch-pan-x {
    --tw-pan-x: pan-x
}

.touch-pan-left,.touch-pan-x {
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-pan-left {
    --tw-pan-x: pan-left
}

.touch-pan-right {
    --tw-pan-x: pan-right
}

.touch-pan-right,.touch-pan-y {
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-pan-y {
    --tw-pan-y: pan-y
}

.touch-pan-up {
    --tw-pan-y: pan-up
}

.touch-pan-down,.touch-pan-up {
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-pan-down {
    --tw-pan-y: pan-down
}

.touch-pinch-zoom {
    --tw-pinch-zoom: pinch-zoom;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-manipulation {
    touch-action: manipulation
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

.select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.resize-none {
    resize: none
}

.resize-y {
    resize: vertical
}

.resize-x {
    resize: horizontal
}

.resize {
    resize: both
}

.snap-none {
    scroll-snap-type: none
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.snap-y {
    scroll-snap-type: y var(--tw-scroll-snap-strictness)
}

.snap-both {
    scroll-snap-type: both var(--tw-scroll-snap-strictness)
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory
}

.snap-proximity {
    --tw-scroll-snap-strictness: proximity
}

.snap-start {
    scroll-snap-align: start
}

.snap-end {
    scroll-snap-align: end
}

.snap-center {
    scroll-snap-align: center
}

.snap-align-none {
    scroll-snap-align: none
}

.snap-normal {
    scroll-snap-stop:normal}

.snap-always {
    scroll-snap-stop:always}

.list-inside {
    list-style-position: inside
}

.list-outside {
    list-style-position: outside
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.break-before-auto {
    -moz-column-break-before: auto;
    break-before: auto
}

.break-before-avoid {
    -moz-column-break-before: avoid;
    break-before: avoid
}

.break-before-all {
    -moz-column-break-before: all;
    break-before: all
}

.break-before-avoid-page {
    -moz-column-break-before: avoid;
    break-before: avoid-page
}

.break-before-page {
    -moz-column-break-before: page;
    break-before: page
}

.break-before-left {
    -moz-column-break-before: left;
    break-before: left
}

.break-before-right {
    -moz-column-break-before: right;
    break-before: right
}

.break-before-column {
    -moz-column-break-before: column;
    break-before: column
}

.break-inside-auto {
    -moz-column-break-inside: auto;
    break-inside: auto
}

.break-inside-avoid {
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.break-inside-avoid-page {
    break-inside: avoid-page
}

.break-inside-avoid-column {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.break-after-auto {
    -moz-column-break-after: auto;
    break-after: auto
}

.break-after-avoid {
    -moz-column-break-after: avoid;
    break-after: avoid
}

.break-after-all {
    -moz-column-break-after: all;
    break-after: all
}

.break-after-avoid-page {
    -moz-column-break-after: avoid;
    break-after: avoid-page
}

.break-after-page {
    -moz-column-break-after: page;
    break-after: page
}

.break-after-left {
    -moz-column-break-after: left;
    break-after: left
}

.break-after-right {
    -moz-column-break-after: right;
    break-after: right
}

.break-after-column {
    -moz-column-break-after: column;
    break-after: column
}

.grid-flow-row {
    grid-auto-flow: row
}

.grid-flow-col {
    grid-auto-flow: column
}

.grid-flow-dense {
    grid-auto-flow: dense
}

.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-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-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-none {
    grid-template-columns: none
}

.grid-rows-1 {
    grid-template-rows: repeat(1,minmax(0,1fr))
}

.grid-rows-2 {
    grid-template-rows: repeat(2,minmax(0,1fr))
}

.grid-rows-3 {
    grid-template-rows: repeat(3,minmax(0,1fr))
}

.grid-rows-4 {
    grid-template-rows: repeat(4,minmax(0,1fr))
}

.grid-rows-5 {
    grid-template-rows: repeat(5,minmax(0,1fr))
}

.grid-rows-6 {
    grid-template-rows: repeat(6,minmax(0,1fr))
}

.grid-rows-none {
    grid-template-rows: none
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-nowrap {
    flex-wrap: nowrap
}

.place-content-center {
    place-content: center
}

.place-content-start {
    place-content: start
}

.place-content-end {
    place-content: end
}

.place-content-between {
    place-content: space-between
}

.place-content-around {
    place-content: space-around
}

.place-content-evenly {
    place-content: space-evenly
}

.place-content-baseline {
    place-content: baseline
}

.place-content-stretch {
    place-content: stretch
}

.place-items-start {
    place-items: start
}

.place-items-end {
    place-items: end
}

.place-items-center {
    place-items: center
}

.place-items-baseline {
    place-items: baseline
}

.place-items-stretch {
    place-items: stretch
}

.content-normal {
    align-content: normal
}

.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
}

.content-baseline {
    align-content: baseline
}

.content-stretch {
    align-content: 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
}

.justify-normal {
    justify-content: normal
}

.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-stretch {
    justify-content: 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
}

.gap-0 {
    gap: 0
}

.gap-0\.5 {
    gap: .125rem
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-11 {
    gap: 2.75rem
}

.gap-12 {
    gap: 3rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-20 {
    gap: 5rem
}

.gap-24 {
    gap: 6rem
}

.gap-28 {
    gap: 7rem
}

.gap-3 {
    gap: .75rem
}

.gap-3\.5 {
    gap: .875rem
}

.gap-32 {
    gap: 8rem
}

.gap-36 {
    gap: 9rem
}

.gap-4 {
    gap: 1rem
}

.gap-40 {
    gap: 10rem
}

.gap-44 {
    gap: 11rem
}

.gap-48 {
    gap: 12rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-52 {
    gap: 13rem
}

.gap-56 {
    gap: 14rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-60 {
    gap: 15rem
}

.gap-64 {
    gap: 16rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-72 {
    gap: 18rem
}

.gap-8 {
    gap: 2rem
}

.gap-80 {
    gap: 20rem
}

.gap-9 {
    gap: 2.25rem
}

.gap-96 {
    gap: 24rem
}

.gap-px {
    gap: 1px
}

.gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
}

.gap-x-0\.5 {
    -moz-column-gap: .125rem;
    column-gap: .125rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.gap-x-11 {
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem
}

.gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-2\.5 {
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem
}

.gap-x-24 {
    -moz-column-gap: 6rem;
    column-gap: 6rem
}

.gap-x-28 {
    -moz-column-gap: 7rem;
    column-gap: 7rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-3\.5 {
    -moz-column-gap: .875rem;
    column-gap: .875rem
}

.gap-x-32 {
    -moz-column-gap: 8rem;
    column-gap: 8rem
}

.gap-x-36 {
    -moz-column-gap: 9rem;
    column-gap: 9rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-40 {
    -moz-column-gap: 10rem;
    column-gap: 10rem
}

.gap-x-44 {
    -moz-column-gap: 11rem;
    column-gap: 11rem
}

.gap-x-48 {
    -moz-column-gap: 12rem;
    column-gap: 12rem
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.gap-x-52 {
    -moz-column-gap: 13rem;
    column-gap: 13rem
}

.gap-x-56 {
    -moz-column-gap: 14rem;
    column-gap: 14rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-60 {
    -moz-column-gap: 15rem;
    column-gap: 15rem
}

.gap-x-64 {
    -moz-column-gap: 16rem;
    column-gap: 16rem
}

.gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem
}

.gap-x-72 {
    -moz-column-gap: 18rem;
    column-gap: 18rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-x-80 {
    -moz-column-gap: 20rem;
    column-gap: 20rem
}

.gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem
}

.gap-x-96 {
    -moz-column-gap: 24rem;
    column-gap: 24rem
}

.gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px
}

.gap-y-0 {
    row-gap: 0
}

.gap-y-0\.5 {
    row-gap: .125rem
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-y-1\.5 {
    row-gap: .375rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.gap-y-11 {
    row-gap: 2.75rem
}

.gap-y-12 {
    row-gap: 3rem
}

.gap-y-14 {
    row-gap: 3.5rem
}

.gap-y-16 {
    row-gap: 4rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-2\.5 {
    row-gap: .625rem
}

.gap-y-20 {
    row-gap: 5rem
}

.gap-y-24 {
    row-gap: 6rem
}

.gap-y-28 {
    row-gap: 7rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-3\.5 {
    row-gap: .875rem
}

.gap-y-32 {
    row-gap: 8rem
}

.gap-y-36 {
    row-gap: 9rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-40 {
    row-gap: 10rem
}

.gap-y-44 {
    row-gap: 11rem
}

.gap-y-48 {
    row-gap: 12rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-y-52 {
    row-gap: 13rem
}

.gap-y-56 {
    row-gap: 14rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.gap-y-60 {
    row-gap: 15rem
}

.gap-y-64 {
    row-gap: 16rem
}

.gap-y-7 {
    row-gap: 1.75rem
}

.gap-y-72 {
    row-gap: 18rem
}

.gap-y-8 {
    row-gap: 2rem
}

.gap-y-80 {
    row-gap: 20rem
}

.gap-y-9 {
    row-gap: 2.25rem
}

.gap-y-96 {
    row-gap: 24rem
}

.gap-y-px {
    row-gap: 1px
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-y-reverse>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 1
}

.space-x-reverse>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1
}

.divide-x>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
}

.divide-y-reverse>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 1
}

.divide-x-reverse>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 1
}

.divide-solid>:not([hidden])~:not([hidden]) {
    border-style: solid
}

.divide-dashed>:not([hidden])~:not([hidden]) {
    border-style: dashed
}

.divide-dotted>:not([hidden])~:not([hidden]) {
    border-style: dotted
}

.divide-double>:not([hidden])~:not([hidden]) {
    border-style: double
}

.divide-none>:not([hidden])~:not([hidden]) {
    border-style: none
}

.place-self-auto {
    place-self: auto
}

.place-self-start {
    place-self: start
}

.place-self-end {
    place-self: end
}

.place-self-center {
    place-self: center
}

.place-self-stretch {
    place-self: stretch
}

.self-auto {
    align-self: auto
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.self-baseline {
    align-self: baseline
}

.justify-self-auto {
    justify-self: auto
}

.justify-self-start {
    justify-self: start
}

.justify-self-end {
    justify-self: end
}

.justify-self-center {
    justify-self: center
}

.justify-self-stretch {
    justify-self: stretch
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-clip {
    overflow: clip
}

.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-clip {
    overflow-x: clip
}

.overflow-y-clip {
    overflow-y: clip
}

.overflow-x-visible {
    overflow-x: visible
}

.overflow-y-visible {
    overflow-y: visible
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.overscroll-auto {
    overscroll-behavior: auto
}

.overscroll-contain {
    overscroll-behavior: contain
}

.overscroll-none {
    overscroll-behavior: none
}

.overscroll-y-auto {
    overscroll-behavior-y: auto
}

.overscroll-y-contain {
    overscroll-behavior-y: contain
}

.overscroll-y-none {
    overscroll-behavior-y: none
}

.overscroll-x-auto {
    overscroll-behavior-x: auto
}

.overscroll-x-contain {
    overscroll-behavior-x: contain
}

.overscroll-x-none {
    overscroll-behavior-x: none
}

.scroll-auto {
    scroll-behavior: auto
}

.scroll-smooth {
    scroll-behavior: smooth
}

.truncate {
    overflow: hidden;
    white-space: nowrap
}

.overflow-ellipsis,.text-ellipsis,.truncate {
    text-overflow: ellipsis
}

.text-clip {
    text-overflow: clip
}

.hyphens-none {
    -webkit-hyphens: none;
    hyphens: none
}

.hyphens-manual {
    -webkit-hyphens: manual;
    hyphens: manual
}

.hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto
}

.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
}

.whitespace-break-spaces {
    white-space: break-spaces
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.break-keep {
    word-break: keep-all
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-e {
    border-start-end-radius: .25rem;
    border-end-end-radius: .25rem
}

.rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-s {
    border-start-start-radius: .25rem;
    border-end-start-radius: .25rem
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-bl {
    border-bottom-left-radius: .25rem
}

.rounded-br {
    border-bottom-right-radius: .25rem
}

.rounded-ee {
    border-end-end-radius: .25rem
}

.rounded-es {
    border-end-start-radius: .25rem
}

.rounded-se {
    border-start-end-radius: .25rem
}

.rounded-ss {
    border-start-start-radius: .25rem
}

.rounded-tl {
    border-top-left-radius: .25rem
}

.rounded-tr {
    border-top-right-radius: .25rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-y {
    border-top-width: 1px
}

.border-b,.border-y {
    border-bottom-width: 1px
}

.border-b-8 {
    border-bottom-width: 8px
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-double {
    border-style: double
}

.border-hidden {
    border-style: hidden
}

.border-none {
    border-style: none
}

.border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202/var(--tw-border-opacity))
}

.border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165/var(--tw-border-opacity))
}

.border-opacity-50 {
    --tw-border-opacity: 0.5
}

.bg-\[rgb\(255\2c 0\2c 0\)\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0/var(--tw-bg-opacity))
}

.bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199/var(--tw-bg-opacity))
}

.bg-amber-100\/0 {
    background-color: #fef3c700
}

.bg-amber-100\/10 {
    background-color: #fef3c71a
}

.bg-amber-100\/100 {
    background-color: #fef3c7
}

.bg-amber-100\/20 {
    background-color: #fef3c733
}

.bg-amber-100\/25 {
    background-color: #fef3c740
}

.bg-amber-100\/30 {
    background-color: #fef3c74d
}

.bg-amber-100\/40 {
    background-color: #fef3c766
}

.bg-amber-100\/5 {
    background-color: #fef3c70d
}

.bg-amber-100\/50 {
    background-color: #fef3c780
}

.bg-amber-100\/60 {
    background-color: #fef3c799
}

.bg-amber-100\/70 {
    background-color: #fef3c7b3
}

.bg-amber-100\/75 {
    background-color: #fef3c7bf
}

.bg-amber-100\/80 {
    background-color: #fef3c7cc
}

.bg-amber-100\/90 {
    background-color: #fef3c7e6
}

.bg-amber-100\/95 {
    background-color: #fef3c7f2
}

.bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138/var(--tw-bg-opacity))
}

.bg-amber-200\/0 {
    background-color: #fde68a00
}

.bg-amber-200\/10 {
    background-color: #fde68a1a
}

.bg-amber-200\/100 {
    background-color: #fde68a
}

.bg-amber-200\/20 {
    background-color: #fde68a33
}

.bg-amber-200\/25 {
    background-color: #fde68a40
}

.bg-amber-200\/30 {
    background-color: #fde68a4d
}

.bg-amber-200\/40 {
    background-color: #fde68a66
}

.bg-amber-200\/5 {
    background-color: #fde68a0d
}

.bg-amber-200\/50 {
    background-color: #fde68a80
}

.bg-amber-200\/60 {
    background-color: #fde68a99
}

.bg-amber-200\/70 {
    background-color: #fde68ab3
}

.bg-amber-200\/75 {
    background-color: #fde68abf
}

.bg-amber-200\/80 {
    background-color: #fde68acc
}

.bg-amber-200\/90 {
    background-color: #fde68ae6
}

.bg-amber-200\/95 {
    background-color: #fde68af2
}

.bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77/var(--tw-bg-opacity))
}

.bg-amber-300\/0 {
    background-color: #fcd34d00
}

.bg-amber-300\/10 {
    background-color: #fcd34d1a
}

.bg-amber-300\/100 {
    background-color: #fcd34d
}

.bg-amber-300\/20 {
    background-color: #fcd34d33
}

.bg-amber-300\/25 {
    background-color: #fcd34d40
}

.bg-amber-300\/30 {
    background-color: #fcd34d4d
}

.bg-amber-300\/40 {
    background-color: #fcd34d66
}

.bg-amber-300\/5 {
    background-color: #fcd34d0d
}

.bg-amber-300\/50 {
    background-color: #fcd34d80
}

.bg-amber-300\/60 {
    background-color: #fcd34d99
}

.bg-amber-300\/70 {
    background-color: #fcd34db3
}

.bg-amber-300\/75 {
    background-color: #fcd34dbf
}

.bg-amber-300\/80 {
    background-color: #fcd34dcc
}

.bg-amber-300\/90 {
    background-color: #fcd34de6
}

.bg-amber-300\/95 {
    background-color: #fcd34df2
}

.bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36/var(--tw-bg-opacity))
}

.bg-amber-400\/0 {
    background-color: #fbbf2400
}

.bg-amber-400\/10 {
    background-color: #fbbf241a
}

.bg-amber-400\/100 {
    background-color: #fbbf24
}

.bg-amber-400\/20 {
    background-color: #fbbf2433
}

.bg-amber-400\/25 {
    background-color: #fbbf2440
}

.bg-amber-400\/30 {
    background-color: #fbbf244d
}

.bg-amber-400\/40 {
    background-color: #fbbf2466
}

.bg-amber-400\/5 {
    background-color: #fbbf240d
}

.bg-amber-400\/50 {
    background-color: #fbbf2480
}

.bg-amber-400\/60 {
    background-color: #fbbf2499
}

.bg-amber-400\/70 {
    background-color: #fbbf24b3
}

.bg-amber-400\/75 {
    background-color: #fbbf24bf
}

.bg-amber-400\/80 {
    background-color: #fbbf24cc
}

.bg-amber-400\/90 {
    background-color: #fbbf24e6
}

.bg-amber-400\/95 {
    background-color: #fbbf24f2
}

.bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235/var(--tw-bg-opacity))
}

.bg-amber-50\/0 {
    background-color: #fffbeb00
}

.bg-amber-50\/10 {
    background-color: #fffbeb1a
}

.bg-amber-50\/100 {
    background-color: #fffbeb
}

.bg-amber-50\/20 {
    background-color: #fffbeb33
}

.bg-amber-50\/25 {
    background-color: #fffbeb40
}

.bg-amber-50\/30 {
    background-color: #fffbeb4d
}

.bg-amber-50\/40 {
    background-color: #fffbeb66
}

.bg-amber-50\/5 {
    background-color: #fffbeb0d
}

.bg-amber-50\/50 {
    background-color: #fffbeb80
}

.bg-amber-50\/60 {
    background-color: #fffbeb99
}

.bg-amber-50\/70 {
    background-color: #fffbebb3
}

.bg-amber-50\/75 {
    background-color: #fffbebbf
}

.bg-amber-50\/80 {
    background-color: #fffbebcc
}

.bg-amber-50\/90 {
    background-color: #fffbebe6
}

.bg-amber-50\/95 {
    background-color: #fffbebf2
}

.bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11/var(--tw-bg-opacity))
}

.bg-amber-500\/0 {
    background-color: #f59e0b00
}

.bg-amber-500\/10 {
    background-color: #f59e0b1a
}

.bg-amber-500\/100 {
    background-color: #f59e0b
}

.bg-amber-500\/20 {
    background-color: #f59e0b33
}

.bg-amber-500\/25 {
    background-color: #f59e0b40
}

.bg-amber-500\/30 {
    background-color: #f59e0b4d
}

.bg-amber-500\/40 {
    background-color: #f59e0b66
}

.bg-amber-500\/5 {
    background-color: #f59e0b0d
}

.bg-amber-500\/50 {
    background-color: #f59e0b80
}

.bg-amber-500\/60 {
    background-color: #f59e0b99
}

.bg-amber-500\/70 {
    background-color: #f59e0bb3
}

.bg-amber-500\/75 {
    background-color: #f59e0bbf
}

.bg-amber-500\/80 {
    background-color: #f59e0bcc
}

.bg-amber-500\/90 {
    background-color: #f59e0be6
}

.bg-amber-500\/95 {
    background-color: #f59e0bf2
}

.bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6/var(--tw-bg-opacity))
}

.bg-amber-600\/0 {
    background-color: #d9770600
}

.bg-amber-600\/10 {
    background-color: #d977061a
}

.bg-amber-600\/100 {
    background-color: #d97706
}

.bg-amber-600\/20 {
    background-color: #d9770633
}

.bg-amber-600\/25 {
    background-color: #d9770640
}

.bg-amber-600\/30 {
    background-color: #d977064d
}

.bg-amber-600\/40 {
    background-color: #d9770666
}

.bg-amber-600\/5 {
    background-color: #d977060d
}

.bg-amber-600\/50 {
    background-color: #d9770680
}

.bg-amber-600\/60 {
    background-color: #d9770699
}

.bg-amber-600\/70 {
    background-color: #d97706b3
}

.bg-amber-600\/75 {
    background-color: #d97706bf
}

.bg-amber-600\/80 {
    background-color: #d97706cc
}

.bg-amber-600\/90 {
    background-color: #d97706e6
}

.bg-amber-600\/95 {
    background-color: #d97706f2
}

.bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9/var(--tw-bg-opacity))
}

.bg-amber-700\/0 {
    background-color: #b4530900
}

.bg-amber-700\/10 {
    background-color: #b453091a
}

.bg-amber-700\/100 {
    background-color: #b45309
}

.bg-amber-700\/20 {
    background-color: #b4530933
}

.bg-amber-700\/25 {
    background-color: #b4530940
}

.bg-amber-700\/30 {
    background-color: #b453094d
}

.bg-amber-700\/40 {
    background-color: #b4530966
}

.bg-amber-700\/5 {
    background-color: #b453090d
}

.bg-amber-700\/50 {
    background-color: #b4530980
}

.bg-amber-700\/60 {
    background-color: #b4530999
}

.bg-amber-700\/70 {
    background-color: #b45309b3
}

.bg-amber-700\/75 {
    background-color: #b45309bf
}

.bg-amber-700\/80 {
    background-color: #b45309cc
}

.bg-amber-700\/90 {
    background-color: #b45309e6
}

.bg-amber-700\/95 {
    background-color: #b45309f2
}

.bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14/var(--tw-bg-opacity))
}

.bg-amber-800\/0 {
    background-color: #92400e00
}

.bg-amber-800\/10 {
    background-color: #92400e1a
}

.bg-amber-800\/100 {
    background-color: #92400e
}

.bg-amber-800\/20 {
    background-color: #92400e33
}

.bg-amber-800\/25 {
    background-color: #92400e40
}

.bg-amber-800\/30 {
    background-color: #92400e4d
}

.bg-amber-800\/40 {
    background-color: #92400e66
}

.bg-amber-800\/5 {
    background-color: #92400e0d
}

.bg-amber-800\/50 {
    background-color: #92400e80
}

.bg-amber-800\/60 {
    background-color: #92400e99
}

.bg-amber-800\/70 {
    background-color: #92400eb3
}

.bg-amber-800\/75 {
    background-color: #92400ebf
}

.bg-amber-800\/80 {
    background-color: #92400ecc
}

.bg-amber-800\/90 {
    background-color: #92400ee6
}

.bg-amber-800\/95 {
    background-color: #92400ef2
}

.bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15/var(--tw-bg-opacity))
}

.bg-amber-900\/0 {
    background-color: #78350f00
}

.bg-amber-900\/10 {
    background-color: #78350f1a
}

.bg-amber-900\/100 {
    background-color: #78350f
}

.bg-amber-900\/20 {
    background-color: #78350f33
}

.bg-amber-900\/25 {
    background-color: #78350f40
}

.bg-amber-900\/30 {
    background-color: #78350f4d
}

.bg-amber-900\/40 {
    background-color: #78350f66
}

.bg-amber-900\/5 {
    background-color: #78350f0d
}

.bg-amber-900\/50 {
    background-color: #78350f80
}

.bg-amber-900\/60 {
    background-color: #78350f99
}

.bg-amber-900\/70 {
    background-color: #78350fb3
}

.bg-amber-900\/75 {
    background-color: #78350fbf
}

.bg-amber-900\/80 {
    background-color: #78350fcc
}

.bg-amber-900\/90 {
    background-color: #78350fe6
}

.bg-amber-900\/95 {
    background-color: #78350ff2
}

.bg-amber-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3/var(--tw-bg-opacity))
}

.bg-amber-950\/0 {
    background-color: #451a0300
}

.bg-amber-950\/10 {
    background-color: #451a031a
}

.bg-amber-950\/100 {
    background-color: #451a03
}

.bg-amber-950\/20 {
    background-color: #451a0333
}

.bg-amber-950\/25 {
    background-color: #451a0340
}

.bg-amber-950\/30 {
    background-color: #451a034d
}

.bg-amber-950\/40 {
    background-color: #451a0366
}

.bg-amber-950\/5 {
    background-color: #451a030d
}

.bg-amber-950\/50 {
    background-color: #451a0380
}

.bg-amber-950\/60 {
    background-color: #451a0399
}

.bg-amber-950\/70 {
    background-color: #451a03b3
}

.bg-amber-950\/75 {
    background-color: #451a03bf
}

.bg-amber-950\/80 {
    background-color: #451a03cc
}

.bg-amber-950\/90 {
    background-color: #451a03e6
}

.bg-amber-950\/95 {
    background-color: #451a03f2
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-black\/0 {
    background-color: #0000
}

.bg-black\/10 {
    background-color: #0000001a
}

.bg-black\/100 {
    background-color: #000
}

.bg-black\/20 {
    background-color: #0003
}

.bg-black\/25 {
    background-color: #00000040
}

.bg-black\/30 {
    background-color: #0000004d
}

.bg-black\/40 {
    background-color: #0006
}

.bg-black\/5 {
    background-color: #0000000d
}

.bg-black\/50 {
    background-color: #00000080
}

.bg-black\/60 {
    background-color: #0009
}

.bg-black\/70 {
    background-color: #000000b3
}

.bg-black\/75 {
    background-color: #000000bf
}

.bg-black\/80 {
    background-color: #000c
}

.bg-black\/90 {
    background-color: #000000e6
}

.bg-black\/95 {
    background-color: #000000f2
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.bg-blue-100\/0 {
    background-color: #dbeafe00
}

.bg-blue-100\/10 {
    background-color: #dbeafe1a
}

.bg-blue-100\/100 {
    background-color: #dbeafe
}

.bg-blue-100\/20 {
    background-color: #dbeafe33
}

.bg-blue-100\/25 {
    background-color: #dbeafe40
}

.bg-blue-100\/30 {
    background-color: #dbeafe4d
}

.bg-blue-100\/40 {
    background-color: #dbeafe66
}

.bg-blue-100\/5 {
    background-color: #dbeafe0d
}

.bg-blue-100\/50 {
    background-color: #dbeafe80
}

.bg-blue-100\/60 {
    background-color: #dbeafe99
}

.bg-blue-100\/70 {
    background-color: #dbeafeb3
}

.bg-blue-100\/75 {
    background-color: #dbeafebf
}

.bg-blue-100\/80 {
    background-color: #dbeafecc
}

.bg-blue-100\/90 {
    background-color: #dbeafee6
}

.bg-blue-100\/95 {
    background-color: #dbeafef2
}

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254/var(--tw-bg-opacity))
}

.bg-blue-200\/0 {
    background-color: #bfdbfe00
}

.bg-blue-200\/10 {
    background-color: #bfdbfe1a
}

.bg-blue-200\/100 {
    background-color: #bfdbfe
}

.bg-blue-200\/20 {
    background-color: #bfdbfe33
}

.bg-blue-200\/25 {
    background-color: #bfdbfe40
}

.bg-blue-200\/30 {
    background-color: #bfdbfe4d
}

.bg-blue-200\/40 {
    background-color: #bfdbfe66
}

.bg-blue-200\/5 {
    background-color: #bfdbfe0d
}

.bg-blue-200\/50 {
    background-color: #bfdbfe80
}

.bg-blue-200\/60 {
    background-color: #bfdbfe99
}

.bg-blue-200\/70 {
    background-color: #bfdbfeb3
}

.bg-blue-200\/75 {
    background-color: #bfdbfebf
}

.bg-blue-200\/80 {
    background-color: #bfdbfecc
}

.bg-blue-200\/90 {
    background-color: #bfdbfee6
}

.bg-blue-200\/95 {
    background-color: #bfdbfef2
}

.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253/var(--tw-bg-opacity))
}

.bg-blue-300\/0 {
    background-color: #93c5fd00
}

.bg-blue-300\/10 {
    background-color: #93c5fd1a
}

.bg-blue-300\/100 {
    background-color: #93c5fd
}

.bg-blue-300\/20 {
    background-color: #93c5fd33
}

.bg-blue-300\/25 {
    background-color: #93c5fd40
}

.bg-blue-300\/30 {
    background-color: #93c5fd4d
}

.bg-blue-300\/40 {
    background-color: #93c5fd66
}

.bg-blue-300\/5 {
    background-color: #93c5fd0d
}

.bg-blue-300\/50 {
    background-color: #93c5fd80
}

.bg-blue-300\/60 {
    background-color: #93c5fd99
}

.bg-blue-300\/70 {
    background-color: #93c5fdb3
}

.bg-blue-300\/75 {
    background-color: #93c5fdbf
}

.bg-blue-300\/80 {
    background-color: #93c5fdcc
}

.bg-blue-300\/90 {
    background-color: #93c5fde6
}

.bg-blue-300\/95 {
    background-color: #93c5fdf2
}

.bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250/var(--tw-bg-opacity))
}

.bg-blue-400\/0 {
    background-color: #60a5fa00
}

.bg-blue-400\/10 {
    background-color: #60a5fa1a
}

.bg-blue-400\/100 {
    background-color: #60a5fa
}

.bg-blue-400\/20 {
    background-color: #60a5fa33
}

.bg-blue-400\/25 {
    background-color: #60a5fa40
}

.bg-blue-400\/30 {
    background-color: #60a5fa4d
}

.bg-blue-400\/40 {
    background-color: #60a5fa66
}

.bg-blue-400\/5 {
    background-color: #60a5fa0d
}

.bg-blue-400\/50 {
    background-color: #60a5fa80
}

.bg-blue-400\/60 {
    background-color: #60a5fa99
}

.bg-blue-400\/70 {
    background-color: #60a5fab3
}

.bg-blue-400\/75 {
    background-color: #60a5fabf
}

.bg-blue-400\/80 {
    background-color: #60a5facc
}

.bg-blue-400\/90 {
    background-color: #60a5fae6
}

.bg-blue-400\/95 {
    background-color: #60a5faf2
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity))
}

.bg-blue-50\/0 {
    background-color: #eff6ff00
}

.bg-blue-50\/10 {
    background-color: #eff6ff1a
}

.bg-blue-50\/100 {
    background-color: #eff6ff
}

.bg-blue-50\/20 {
    background-color: #eff6ff33
}

.bg-blue-50\/25 {
    background-color: #eff6ff40
}

.bg-blue-50\/30 {
    background-color: #eff6ff4d
}

.bg-blue-50\/40 {
    background-color: #eff6ff66
}

.bg-blue-50\/5 {
    background-color: #eff6ff0d
}

.bg-blue-50\/50 {
    background-color: #eff6ff80
}

.bg-blue-50\/60 {
    background-color: #eff6ff99
}

.bg-blue-50\/70 {
    background-color: #eff6ffb3
}

.bg-blue-50\/75 {
    background-color: #eff6ffbf
}

.bg-blue-50\/80 {
    background-color: #eff6ffcc
}

.bg-blue-50\/90 {
    background-color: #eff6ffe6
}

.bg-blue-50\/95 {
    background-color: #eff6fff2
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity))
}

.bg-blue-500\/0 {
    background-color: #3b82f600
}

.bg-blue-500\/10 {
    background-color: #3b82f61a
}

.bg-blue-500\/100 {
    background-color: #3b82f6
}

.bg-blue-500\/20 {
    background-color: #3b82f633
}

.bg-blue-500\/25 {
    background-color: #3b82f640
}

.bg-blue-500\/30 {
    background-color: #3b82f64d
}

.bg-blue-500\/40 {
    background-color: #3b82f666
}

.bg-blue-500\/5 {
    background-color: #3b82f60d
}

.bg-blue-500\/50 {
    background-color: #3b82f680
}

.bg-blue-500\/60 {
    background-color: #3b82f699
}

.bg-blue-500\/70 {
    background-color: #3b82f6b3
}

.bg-blue-500\/75 {
    background-color: #3b82f6bf
}

.bg-blue-500\/80 {
    background-color: #3b82f6cc
}

.bg-blue-500\/90 {
    background-color: #3b82f6e6
}

.bg-blue-500\/95 {
    background-color: #3b82f6f2
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.bg-blue-600\/0 {
    background-color: #2563eb00
}

.bg-blue-600\/10 {
    background-color: #2563eb1a
}

.bg-blue-600\/100 {
    background-color: #2563eb
}

.bg-blue-600\/20 {
    background-color: #2563eb33
}

.bg-blue-600\/25 {
    background-color: #2563eb40
}

.bg-blue-600\/30 {
    background-color: #2563eb4d
}

.bg-blue-600\/40 {
    background-color: #2563eb66
}

.bg-blue-600\/5 {
    background-color: #2563eb0d
}

.bg-blue-600\/50 {
    background-color: #2563eb80
}

.bg-blue-600\/60 {
    background-color: #2563eb99
}

.bg-blue-600\/70 {
    background-color: #2563ebb3
}

.bg-blue-600\/75 {
    background-color: #2563ebbf
}

.bg-blue-600\/80 {
    background-color: #2563ebcc
}

.bg-blue-600\/90 {
    background-color: #2563ebe6
}

.bg-blue-600\/95 {
    background-color: #2563ebf2
}

.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216/var(--tw-bg-opacity))
}

.bg-blue-700\/0 {
    background-color: #1d4ed800
}

.bg-blue-700\/10 {
    background-color: #1d4ed81a
}

.bg-blue-700\/100 {
    background-color: #1d4ed8
}

.bg-blue-700\/20 {
    background-color: #1d4ed833
}

.bg-blue-700\/25 {
    background-color: #1d4ed840
}

.bg-blue-700\/30 {
    background-color: #1d4ed84d
}

.bg-blue-700\/40 {
    background-color: #1d4ed866
}

.bg-blue-700\/5 {
    background-color: #1d4ed80d
}

.bg-blue-700\/50 {
    background-color: #1d4ed880
}

.bg-blue-700\/60 {
    background-color: #1d4ed899
}

.bg-blue-700\/70 {
    background-color: #1d4ed8b3
}

.bg-blue-700\/75 {
    background-color: #1d4ed8bf
}

.bg-blue-700\/80 {
    background-color: #1d4ed8cc
}

.bg-blue-700\/90 {
    background-color: #1d4ed8e6
}

.bg-blue-700\/95 {
    background-color: #1d4ed8f2
}

.bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175/var(--tw-bg-opacity))
}

.bg-blue-800\/0 {
    background-color: #1e40af00
}

.bg-blue-800\/10 {
    background-color: #1e40af1a
}

.bg-blue-800\/100 {
    background-color: #1e40af
}

.bg-blue-800\/20 {
    background-color: #1e40af33
}

.bg-blue-800\/25 {
    background-color: #1e40af40
}

.bg-blue-800\/30 {
    background-color: #1e40af4d
}

.bg-blue-800\/40 {
    background-color: #1e40af66
}

.bg-blue-800\/5 {
    background-color: #1e40af0d
}

.bg-blue-800\/50 {
    background-color: #1e40af80
}

.bg-blue-800\/60 {
    background-color: #1e40af99
}

.bg-blue-800\/70 {
    background-color: #1e40afb3
}

.bg-blue-800\/75 {
    background-color: #1e40afbf
}

.bg-blue-800\/80 {
    background-color: #1e40afcc
}

.bg-blue-800\/90 {
    background-color: #1e40afe6
}

.bg-blue-800\/95 {
    background-color: #1e40aff2
}

.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138/var(--tw-bg-opacity))
}

.bg-blue-900\/0 {
    background-color: #1e3a8a00
}

.bg-blue-900\/10 {
    background-color: #1e3a8a1a
}

.bg-blue-900\/100 {
    background-color: #1e3a8a
}

.bg-blue-900\/20 {
    background-color: #1e3a8a33
}

.bg-blue-900\/25 {
    background-color: #1e3a8a40
}

.bg-blue-900\/30 {
    background-color: #1e3a8a4d
}

.bg-blue-900\/40 {
    background-color: #1e3a8a66
}

.bg-blue-900\/5 {
    background-color: #1e3a8a0d
}

.bg-blue-900\/50 {
    background-color: #1e3a8a80
}

.bg-blue-900\/60 {
    background-color: #1e3a8a99
}

.bg-blue-900\/70 {
    background-color: #1e3a8ab3
}

.bg-blue-900\/75 {
    background-color: #1e3a8abf
}

.bg-blue-900\/80 {
    background-color: #1e3a8acc
}

.bg-blue-900\/90 {
    background-color: #1e3a8ae6
}

.bg-blue-900\/95 {
    background-color: #1e3a8af2
}

.bg-blue-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84/var(--tw-bg-opacity))
}

.bg-blue-950\/0 {
    background-color: #17255400
}

.bg-blue-950\/10 {
    background-color: #1725541a
}

.bg-blue-950\/100 {
    background-color: #172554
}

.bg-blue-950\/20 {
    background-color: #17255433
}

.bg-blue-950\/25 {
    background-color: #17255440
}

.bg-blue-950\/30 {
    background-color: #1725544d
}

.bg-blue-950\/40 {
    background-color: #17255466
}

.bg-blue-950\/5 {
    background-color: #1725540d
}

.bg-blue-950\/50 {
    background-color: #17255480
}

.bg-blue-950\/60 {
    background-color: #17255499
}

.bg-blue-950\/70 {
    background-color: #172554b3
}

.bg-blue-950\/75 {
    background-color: #172554bf
}

.bg-blue-950\/80 {
    background-color: #172554cc
}

.bg-blue-950\/90 {
    background-color: #172554e6
}

.bg-blue-950\/95 {
    background-color: #172554f2
}

.bg-current {
    background-color: currentColor
}

.bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254/var(--tw-bg-opacity))
}

.bg-cyan-100\/0 {
    background-color: #cffafe00
}

.bg-cyan-100\/10 {
    background-color: #cffafe1a
}

.bg-cyan-100\/100 {
    background-color: #cffafe
}

.bg-cyan-100\/20 {
    background-color: #cffafe33
}

.bg-cyan-100\/25 {
    background-color: #cffafe40
}

.bg-cyan-100\/30 {
    background-color: #cffafe4d
}

.bg-cyan-100\/40 {
    background-color: #cffafe66
}

.bg-cyan-100\/5 {
    background-color: #cffafe0d
}

.bg-cyan-100\/50 {
    background-color: #cffafe80
}

.bg-cyan-100\/60 {
    background-color: #cffafe99
}

.bg-cyan-100\/70 {
    background-color: #cffafeb3
}

.bg-cyan-100\/75 {
    background-color: #cffafebf
}

.bg-cyan-100\/80 {
    background-color: #cffafecc
}

.bg-cyan-100\/90 {
    background-color: #cffafee6
}

.bg-cyan-100\/95 {
    background-color: #cffafef2
}

.bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252/var(--tw-bg-opacity))
}

.bg-cyan-200\/0 {
    background-color: #a5f3fc00
}

.bg-cyan-200\/10 {
    background-color: #a5f3fc1a
}

.bg-cyan-200\/100 {
    background-color: #a5f3fc
}

.bg-cyan-200\/20 {
    background-color: #a5f3fc33
}

.bg-cyan-200\/25 {
    background-color: #a5f3fc40
}

.bg-cyan-200\/30 {
    background-color: #a5f3fc4d
}

.bg-cyan-200\/40 {
    background-color: #a5f3fc66
}

.bg-cyan-200\/5 {
    background-color: #a5f3fc0d
}

.bg-cyan-200\/50 {
    background-color: #a5f3fc80
}

.bg-cyan-200\/60 {
    background-color: #a5f3fc99
}

.bg-cyan-200\/70 {
    background-color: #a5f3fcb3
}

.bg-cyan-200\/75 {
    background-color: #a5f3fcbf
}

.bg-cyan-200\/80 {
    background-color: #a5f3fccc
}

.bg-cyan-200\/90 {
    background-color: #a5f3fce6
}

.bg-cyan-200\/95 {
    background-color: #a5f3fcf2
}

.bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249/var(--tw-bg-opacity))
}

.bg-cyan-300\/0 {
    background-color: #67e8f900
}

.bg-cyan-300\/10 {
    background-color: #67e8f91a
}

.bg-cyan-300\/100 {
    background-color: #67e8f9
}

.bg-cyan-300\/20 {
    background-color: #67e8f933
}

.bg-cyan-300\/25 {
    background-color: #67e8f940
}

.bg-cyan-300\/30 {
    background-color: #67e8f94d
}

.bg-cyan-300\/40 {
    background-color: #67e8f966
}

.bg-cyan-300\/5 {
    background-color: #67e8f90d
}

.bg-cyan-300\/50 {
    background-color: #67e8f980
}

.bg-cyan-300\/60 {
    background-color: #67e8f999
}

.bg-cyan-300\/70 {
    background-color: #67e8f9b3
}

.bg-cyan-300\/75 {
    background-color: #67e8f9bf
}

.bg-cyan-300\/80 {
    background-color: #67e8f9cc
}

.bg-cyan-300\/90 {
    background-color: #67e8f9e6
}

.bg-cyan-300\/95 {
    background-color: #67e8f9f2
}

.bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238/var(--tw-bg-opacity))
}

.bg-cyan-400\/0 {
    background-color: #22d3ee00
}

.bg-cyan-400\/10 {
    background-color: #22d3ee1a
}

.bg-cyan-400\/100 {
    background-color: #22d3ee
}

.bg-cyan-400\/20 {
    background-color: #22d3ee33
}

.bg-cyan-400\/25 {
    background-color: #22d3ee40
}

.bg-cyan-400\/30 {
    background-color: #22d3ee4d
}

.bg-cyan-400\/40 {
    background-color: #22d3ee66
}

.bg-cyan-400\/5 {
    background-color: #22d3ee0d
}

.bg-cyan-400\/50 {
    background-color: #22d3ee80
}

.bg-cyan-400\/60 {
    background-color: #22d3ee99
}

.bg-cyan-400\/70 {
    background-color: #22d3eeb3
}

.bg-cyan-400\/75 {
    background-color: #22d3eebf
}

.bg-cyan-400\/80 {
    background-color: #22d3eecc
}

.bg-cyan-400\/90 {
    background-color: #22d3eee6
}

.bg-cyan-400\/95 {
    background-color: #22d3eef2
}

.bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255/var(--tw-bg-opacity))
}

.bg-cyan-50\/0 {
    background-color: #ecfeff00
}

.bg-cyan-50\/10 {
    background-color: #ecfeff1a
}

.bg-cyan-50\/100 {
    background-color: #ecfeff
}

.bg-cyan-50\/20 {
    background-color: #ecfeff33
}

.bg-cyan-50\/25 {
    background-color: #ecfeff40
}

.bg-cyan-50\/30 {
    background-color: #ecfeff4d
}

.bg-cyan-50\/40 {
    background-color: #ecfeff66
}

.bg-cyan-50\/5 {
    background-color: #ecfeff0d
}

.bg-cyan-50\/50 {
    background-color: #ecfeff80
}

.bg-cyan-50\/60 {
    background-color: #ecfeff99
}

.bg-cyan-50\/70 {
    background-color: #ecfeffb3
}

.bg-cyan-50\/75 {
    background-color: #ecfeffbf
}

.bg-cyan-50\/80 {
    background-color: #ecfeffcc
}

.bg-cyan-50\/90 {
    background-color: #ecfeffe6
}

.bg-cyan-50\/95 {
    background-color: #ecfefff2
}

.bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212/var(--tw-bg-opacity))
}

.bg-cyan-500\/0 {
    background-color: #06b6d400
}

.bg-cyan-500\/10 {
    background-color: #06b6d41a
}

.bg-cyan-500\/100 {
    background-color: #06b6d4
}

.bg-cyan-500\/20 {
    background-color: #06b6d433
}

.bg-cyan-500\/25 {
    background-color: #06b6d440
}

.bg-cyan-500\/30 {
    background-color: #06b6d44d
}

.bg-cyan-500\/40 {
    background-color: #06b6d466
}

.bg-cyan-500\/5 {
    background-color: #06b6d40d
}

.bg-cyan-500\/50 {
    background-color: #06b6d480
}

.bg-cyan-500\/60 {
    background-color: #06b6d499
}

.bg-cyan-500\/70 {
    background-color: #06b6d4b3
}

.bg-cyan-500\/75 {
    background-color: #06b6d4bf
}

.bg-cyan-500\/80 {
    background-color: #06b6d4cc
}

.bg-cyan-500\/90 {
    background-color: #06b6d4e6
}

.bg-cyan-500\/95 {
    background-color: #06b6d4f2
}

.bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178/var(--tw-bg-opacity))
}

.bg-cyan-600\/0 {
    background-color: #0891b200
}

.bg-cyan-600\/10 {
    background-color: #0891b21a
}

.bg-cyan-600\/100 {
    background-color: #0891b2
}

.bg-cyan-600\/20 {
    background-color: #0891b233
}

.bg-cyan-600\/25 {
    background-color: #0891b240
}

.bg-cyan-600\/30 {
    background-color: #0891b24d
}

.bg-cyan-600\/40 {
    background-color: #0891b266
}

.bg-cyan-600\/5 {
    background-color: #0891b20d
}

.bg-cyan-600\/50 {
    background-color: #0891b280
}

.bg-cyan-600\/60 {
    background-color: #0891b299
}

.bg-cyan-600\/70 {
    background-color: #0891b2b3
}

.bg-cyan-600\/75 {
    background-color: #0891b2bf
}

.bg-cyan-600\/80 {
    background-color: #0891b2cc
}

.bg-cyan-600\/90 {
    background-color: #0891b2e6
}

.bg-cyan-600\/95 {
    background-color: #0891b2f2
}

.bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144/var(--tw-bg-opacity))
}

.bg-cyan-700\/0 {
    background-color: #0e749000
}

.bg-cyan-700\/10 {
    background-color: #0e74901a
}

.bg-cyan-700\/100 {
    background-color: #0e7490
}

.bg-cyan-700\/20 {
    background-color: #0e749033
}

.bg-cyan-700\/25 {
    background-color: #0e749040
}

.bg-cyan-700\/30 {
    background-color: #0e74904d
}

.bg-cyan-700\/40 {
    background-color: #0e749066
}

.bg-cyan-700\/5 {
    background-color: #0e74900d
}

.bg-cyan-700\/50 {
    background-color: #0e749080
}

.bg-cyan-700\/60 {
    background-color: #0e749099
}

.bg-cyan-700\/70 {
    background-color: #0e7490b3
}

.bg-cyan-700\/75 {
    background-color: #0e7490bf
}

.bg-cyan-700\/80 {
    background-color: #0e7490cc
}

.bg-cyan-700\/90 {
    background-color: #0e7490e6
}

.bg-cyan-700\/95 {
    background-color: #0e7490f2
}

.bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117/var(--tw-bg-opacity))
}

.bg-cyan-800\/0 {
    background-color: #155e7500
}

.bg-cyan-800\/10 {
    background-color: #155e751a
}

.bg-cyan-800\/100 {
    background-color: #155e75
}

.bg-cyan-800\/20 {
    background-color: #155e7533
}

.bg-cyan-800\/25 {
    background-color: #155e7540
}

.bg-cyan-800\/30 {
    background-color: #155e754d
}

.bg-cyan-800\/40 {
    background-color: #155e7566
}

.bg-cyan-800\/5 {
    background-color: #155e750d
}

.bg-cyan-800\/50 {
    background-color: #155e7580
}

.bg-cyan-800\/60 {
    background-color: #155e7599
}

.bg-cyan-800\/70 {
    background-color: #155e75b3
}

.bg-cyan-800\/75 {
    background-color: #155e75bf
}

.bg-cyan-800\/80 {
    background-color: #155e75cc
}

.bg-cyan-800\/90 {
    background-color: #155e75e6
}

.bg-cyan-800\/95 {
    background-color: #155e75f2
}

.bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99/var(--tw-bg-opacity))
}

.bg-cyan-900\/0 {
    background-color: #164e6300
}

.bg-cyan-900\/10 {
    background-color: #164e631a
}

.bg-cyan-900\/100 {
    background-color: #164e63
}

.bg-cyan-900\/20 {
    background-color: #164e6333
}

.bg-cyan-900\/25 {
    background-color: #164e6340
}

.bg-cyan-900\/30 {
    background-color: #164e634d
}

.bg-cyan-900\/40 {
    background-color: #164e6366
}

.bg-cyan-900\/5 {
    background-color: #164e630d
}

.bg-cyan-900\/50 {
    background-color: #164e6380
}

.bg-cyan-900\/60 {
    background-color: #164e6399
}

.bg-cyan-900\/70 {
    background-color: #164e63b3
}

.bg-cyan-900\/75 {
    background-color: #164e63bf
}

.bg-cyan-900\/80 {
    background-color: #164e63cc
}

.bg-cyan-900\/90 {
    background-color: #164e63e6
}

.bg-cyan-900\/95 {
    background-color: #164e63f2
}

.bg-cyan-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68/var(--tw-bg-opacity))
}

.bg-cyan-950\/0 {
    background-color: #08334400
}

.bg-cyan-950\/10 {
    background-color: #0833441a
}

.bg-cyan-950\/100 {
    background-color: #083344
}

.bg-cyan-950\/20 {
    background-color: #08334433
}

.bg-cyan-950\/25 {
    background-color: #08334440
}

.bg-cyan-950\/30 {
    background-color: #0833444d
}

.bg-cyan-950\/40 {
    background-color: #08334466
}

.bg-cyan-950\/5 {
    background-color: #0833440d
}

.bg-cyan-950\/50 {
    background-color: #08334480
}

.bg-cyan-950\/60 {
    background-color: #08334499
}

.bg-cyan-950\/70 {
    background-color: #083344b3
}

.bg-cyan-950\/75 {
    background-color: #083344bf
}

.bg-cyan-950\/80 {
    background-color: #083344cc
}

.bg-cyan-950\/90 {
    background-color: #083344e6
}

.bg-cyan-950\/95 {
    background-color: #083344f2
}

.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229/var(--tw-bg-opacity))
}

.bg-emerald-100\/0 {
    background-color: #d1fae500
}

.bg-emerald-100\/10 {
    background-color: #d1fae51a
}

.bg-emerald-100\/100 {
    background-color: #d1fae5
}

.bg-emerald-100\/20 {
    background-color: #d1fae533
}

.bg-emerald-100\/25 {
    background-color: #d1fae540
}

.bg-emerald-100\/30 {
    background-color: #d1fae54d
}

.bg-emerald-100\/40 {
    background-color: #d1fae566
}

.bg-emerald-100\/5 {
    background-color: #d1fae50d
}

.bg-emerald-100\/50 {
    background-color: #d1fae580
}

.bg-emerald-100\/60 {
    background-color: #d1fae599
}

.bg-emerald-100\/70 {
    background-color: #d1fae5b3
}

.bg-emerald-100\/75 {
    background-color: #d1fae5bf
}

.bg-emerald-100\/80 {
    background-color: #d1fae5cc
}

.bg-emerald-100\/90 {
    background-color: #d1fae5e6
}

.bg-emerald-100\/95 {
    background-color: #d1fae5f2
}

.bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208/var(--tw-bg-opacity))
}

.bg-emerald-200\/0 {
    background-color: #a7f3d000
}

.bg-emerald-200\/10 {
    background-color: #a7f3d01a
}

.bg-emerald-200\/100 {
    background-color: #a7f3d0
}

.bg-emerald-200\/20 {
    background-color: #a7f3d033
}

.bg-emerald-200\/25 {
    background-color: #a7f3d040
}

.bg-emerald-200\/30 {
    background-color: #a7f3d04d
}

.bg-emerald-200\/40 {
    background-color: #a7f3d066
}

.bg-emerald-200\/5 {
    background-color: #a7f3d00d
}

.bg-emerald-200\/50 {
    background-color: #a7f3d080
}

.bg-emerald-200\/60 {
    background-color: #a7f3d099
}

.bg-emerald-200\/70 {
    background-color: #a7f3d0b3
}

.bg-emerald-200\/75 {
    background-color: #a7f3d0bf
}

.bg-emerald-200\/80 {
    background-color: #a7f3d0cc
}

.bg-emerald-200\/90 {
    background-color: #a7f3d0e6
}

.bg-emerald-200\/95 {
    background-color: #a7f3d0f2
}

.bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183/var(--tw-bg-opacity))
}

.bg-emerald-300\/0 {
    background-color: #6ee7b700
}

.bg-emerald-300\/10 {
    background-color: #6ee7b71a
}

.bg-emerald-300\/100 {
    background-color: #6ee7b7
}

.bg-emerald-300\/20 {
    background-color: #6ee7b733
}

.bg-emerald-300\/25 {
    background-color: #6ee7b740
}

.bg-emerald-300\/30 {
    background-color: #6ee7b74d
}

.bg-emerald-300\/40 {
    background-color: #6ee7b766
}

.bg-emerald-300\/5 {
    background-color: #6ee7b70d
}

.bg-emerald-300\/50 {
    background-color: #6ee7b780
}

.bg-emerald-300\/60 {
    background-color: #6ee7b799
}

.bg-emerald-300\/70 {
    background-color: #6ee7b7b3
}

.bg-emerald-300\/75 {
    background-color: #6ee7b7bf
}

.bg-emerald-300\/80 {
    background-color: #6ee7b7cc
}

.bg-emerald-300\/90 {
    background-color: #6ee7b7e6
}

.bg-emerald-300\/95 {
    background-color: #6ee7b7f2
}

.bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153/var(--tw-bg-opacity))
}

.bg-emerald-400\/0 {
    background-color: #34d39900
}

.bg-emerald-400\/10 {
    background-color: #34d3991a
}

.bg-emerald-400\/100 {
    background-color: #34d399
}

.bg-emerald-400\/20 {
    background-color: #34d39933
}

.bg-emerald-400\/25 {
    background-color: #34d39940
}

.bg-emerald-400\/30 {
    background-color: #34d3994d
}

.bg-emerald-400\/40 {
    background-color: #34d39966
}

.bg-emerald-400\/5 {
    background-color: #34d3990d
}

.bg-emerald-400\/50 {
    background-color: #34d39980
}

.bg-emerald-400\/60 {
    background-color: #34d39999
}

.bg-emerald-400\/70 {
    background-color: #34d399b3
}

.bg-emerald-400\/75 {
    background-color: #34d399bf
}

.bg-emerald-400\/80 {
    background-color: #34d399cc
}

.bg-emerald-400\/90 {
    background-color: #34d399e6
}

.bg-emerald-400\/95 {
    background-color: #34d399f2
}

.bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245/var(--tw-bg-opacity))
}

.bg-emerald-50\/0 {
    background-color: #ecfdf500
}

.bg-emerald-50\/10 {
    background-color: #ecfdf51a
}

.bg-emerald-50\/100 {
    background-color: #ecfdf5
}

.bg-emerald-50\/20 {
    background-color: #ecfdf533
}

.bg-emerald-50\/25 {
    background-color: #ecfdf540
}

.bg-emerald-50\/30 {
    background-color: #ecfdf54d
}

.bg-emerald-50\/40 {
    background-color: #ecfdf566
}

.bg-emerald-50\/5 {
    background-color: #ecfdf50d
}

.bg-emerald-50\/50 {
    background-color: #ecfdf580
}

.bg-emerald-50\/60 {
    background-color: #ecfdf599
}

.bg-emerald-50\/70 {
    background-color: #ecfdf5b3
}

.bg-emerald-50\/75 {
    background-color: #ecfdf5bf
}

.bg-emerald-50\/80 {
    background-color: #ecfdf5cc
}

.bg-emerald-50\/90 {
    background-color: #ecfdf5e6
}

.bg-emerald-50\/95 {
    background-color: #ecfdf5f2
}

.bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129/var(--tw-bg-opacity))
}

.bg-emerald-500\/0 {
    background-color: #10b98100
}

.bg-emerald-500\/10 {
    background-color: #10b9811a
}

.bg-emerald-500\/100 {
    background-color: #10b981
}

.bg-emerald-500\/20 {
    background-color: #10b98133
}

.bg-emerald-500\/25 {
    background-color: #10b98140
}

.bg-emerald-500\/30 {
    background-color: #10b9814d
}

.bg-emerald-500\/40 {
    background-color: #10b98166
}

.bg-emerald-500\/5 {
    background-color: #10b9810d
}

.bg-emerald-500\/50 {
    background-color: #10b98180
}

.bg-emerald-500\/60 {
    background-color: #10b98199
}

.bg-emerald-500\/70 {
    background-color: #10b981b3
}

.bg-emerald-500\/75 {
    background-color: #10b981bf
}

.bg-emerald-500\/80 {
    background-color: #10b981cc
}

.bg-emerald-500\/90 {
    background-color: #10b981e6
}

.bg-emerald-500\/95 {
    background-color: #10b981f2
}

.bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105/var(--tw-bg-opacity))
}

.bg-emerald-600\/0 {
    background-color: #05966900
}

.bg-emerald-600\/10 {
    background-color: #0596691a
}

.bg-emerald-600\/100 {
    background-color: #059669
}

.bg-emerald-600\/20 {
    background-color: #05966933
}

.bg-emerald-600\/25 {
    background-color: #05966940
}

.bg-emerald-600\/30 {
    background-color: #0596694d
}

.bg-emerald-600\/40 {
    background-color: #05966966
}

.bg-emerald-600\/5 {
    background-color: #0596690d
}

.bg-emerald-600\/50 {
    background-color: #05966980
}

.bg-emerald-600\/60 {
    background-color: #05966999
}

.bg-emerald-600\/70 {
    background-color: #059669b3
}

.bg-emerald-600\/75 {
    background-color: #059669bf
}

.bg-emerald-600\/80 {
    background-color: #059669cc
}

.bg-emerald-600\/90 {
    background-color: #059669e6
}

.bg-emerald-600\/95 {
    background-color: #059669f2
}

.bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87/var(--tw-bg-opacity))
}

.bg-emerald-700\/0 {
    background-color: #04785700
}

.bg-emerald-700\/10 {
    background-color: #0478571a
}

.bg-emerald-700\/100 {
    background-color: #047857
}

.bg-emerald-700\/20 {
    background-color: #04785733
}

.bg-emerald-700\/25 {
    background-color: #04785740
}

.bg-emerald-700\/30 {
    background-color: #0478574d
}

.bg-emerald-700\/40 {
    background-color: #04785766
}

.bg-emerald-700\/5 {
    background-color: #0478570d
}

.bg-emerald-700\/50 {
    background-color: #04785780
}

.bg-emerald-700\/60 {
    background-color: #04785799
}

.bg-emerald-700\/70 {
    background-color: #047857b3
}

.bg-emerald-700\/75 {
    background-color: #047857bf
}

.bg-emerald-700\/80 {
    background-color: #047857cc
}

.bg-emerald-700\/90 {
    background-color: #047857e6
}

.bg-emerald-700\/95 {
    background-color: #047857f2
}

.bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70/var(--tw-bg-opacity))
}

.bg-emerald-800\/0 {
    background-color: #065f4600
}

.bg-emerald-800\/10 {
    background-color: #065f461a
}

.bg-emerald-800\/100 {
    background-color: #065f46
}

.bg-emerald-800\/20 {
    background-color: #065f4633
}

.bg-emerald-800\/25 {
    background-color: #065f4640
}

.bg-emerald-800\/30 {
    background-color: #065f464d
}

.bg-emerald-800\/40 {
    background-color: #065f4666
}

.bg-emerald-800\/5 {
    background-color: #065f460d
}

.bg-emerald-800\/50 {
    background-color: #065f4680
}

.bg-emerald-800\/60 {
    background-color: #065f4699
}

.bg-emerald-800\/70 {
    background-color: #065f46b3
}

.bg-emerald-800\/75 {
    background-color: #065f46bf
}

.bg-emerald-800\/80 {
    background-color: #065f46cc
}

.bg-emerald-800\/90 {
    background-color: #065f46e6
}

.bg-emerald-800\/95 {
    background-color: #065f46f2
}

.bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59/var(--tw-bg-opacity))
}

.bg-emerald-900\/0 {
    background-color: #064e3b00
}

.bg-emerald-900\/10 {
    background-color: #064e3b1a
}

.bg-emerald-900\/100 {
    background-color: #064e3b
}

.bg-emerald-900\/20 {
    background-color: #064e3b33
}

.bg-emerald-900\/25 {
    background-color: #064e3b40
}

.bg-emerald-900\/30 {
    background-color: #064e3b4d
}

.bg-emerald-900\/40 {
    background-color: #064e3b66
}

.bg-emerald-900\/5 {
    background-color: #064e3b0d
}

.bg-emerald-900\/50 {
    background-color: #064e3b80
}

.bg-emerald-900\/60 {
    background-color: #064e3b99
}

.bg-emerald-900\/70 {
    background-color: #064e3bb3
}

.bg-emerald-900\/75 {
    background-color: #064e3bbf
}

.bg-emerald-900\/80 {
    background-color: #064e3bcc
}

.bg-emerald-900\/90 {
    background-color: #064e3be6
}

.bg-emerald-900\/95 {
    background-color: #064e3bf2
}

.bg-emerald-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34/var(--tw-bg-opacity))
}

.bg-emerald-950\/0 {
    background-color: #022c2200
}

.bg-emerald-950\/10 {
    background-color: #022c221a
}

.bg-emerald-950\/100 {
    background-color: #022c22
}

.bg-emerald-950\/20 {
    background-color: #022c2233
}

.bg-emerald-950\/25 {
    background-color: #022c2240
}

.bg-emerald-950\/30 {
    background-color: #022c224d
}

.bg-emerald-950\/40 {
    background-color: #022c2266
}

.bg-emerald-950\/5 {
    background-color: #022c220d
}

.bg-emerald-950\/50 {
    background-color: #022c2280
}

.bg-emerald-950\/60 {
    background-color: #022c2299
}

.bg-emerald-950\/70 {
    background-color: #022c22b3
}

.bg-emerald-950\/75 {
    background-color: #022c22bf
}

.bg-emerald-950\/80 {
    background-color: #022c22cc
}

.bg-emerald-950\/90 {
    background-color: #022c22e6
}

.bg-emerald-950\/95 {
    background-color: #022c22f2
}

.bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255/var(--tw-bg-opacity))
}

.bg-fuchsia-100\/0 {
    background-color: #fae8ff00
}

.bg-fuchsia-100\/10 {
    background-color: #fae8ff1a
}

.bg-fuchsia-100\/100 {
    background-color: #fae8ff
}

.bg-fuchsia-100\/20 {
    background-color: #fae8ff33
}

.bg-fuchsia-100\/25 {
    background-color: #fae8ff40
}

.bg-fuchsia-100\/30 {
    background-color: #fae8ff4d
}

.bg-fuchsia-100\/40 {
    background-color: #fae8ff66
}

.bg-fuchsia-100\/5 {
    background-color: #fae8ff0d
}

.bg-fuchsia-100\/50 {
    background-color: #fae8ff80
}

.bg-fuchsia-100\/60 {
    background-color: #fae8ff99
}

.bg-fuchsia-100\/70 {
    background-color: #fae8ffb3
}

.bg-fuchsia-100\/75 {
    background-color: #fae8ffbf
}

.bg-fuchsia-100\/80 {
    background-color: #fae8ffcc
}

.bg-fuchsia-100\/90 {
    background-color: #fae8ffe6
}

.bg-fuchsia-100\/95 {
    background-color: #fae8fff2
}

.bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254/var(--tw-bg-opacity))
}

.bg-fuchsia-200\/0 {
    background-color: #f5d0fe00
}

.bg-fuchsia-200\/10 {
    background-color: #f5d0fe1a
}

.bg-fuchsia-200\/100 {
    background-color: #f5d0fe
}

.bg-fuchsia-200\/20 {
    background-color: #f5d0fe33
}

.bg-fuchsia-200\/25 {
    background-color: #f5d0fe40
}

.bg-fuchsia-200\/30 {
    background-color: #f5d0fe4d
}

.bg-fuchsia-200\/40 {
    background-color: #f5d0fe66
}

.bg-fuchsia-200\/5 {
    background-color: #f5d0fe0d
}

.bg-fuchsia-200\/50 {
    background-color: #f5d0fe80
}

.bg-fuchsia-200\/60 {
    background-color: #f5d0fe99
}

.bg-fuchsia-200\/70 {
    background-color: #f5d0feb3
}

.bg-fuchsia-200\/75 {
    background-color: #f5d0febf
}

.bg-fuchsia-200\/80 {
    background-color: #f5d0fecc
}

.bg-fuchsia-200\/90 {
    background-color: #f5d0fee6
}

.bg-fuchsia-200\/95 {
    background-color: #f5d0fef2
}

.bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252/var(--tw-bg-opacity))
}

.bg-fuchsia-300\/0 {
    background-color: #f0abfc00
}

.bg-fuchsia-300\/10 {
    background-color: #f0abfc1a
}

.bg-fuchsia-300\/100 {
    background-color: #f0abfc
}

.bg-fuchsia-300\/20 {
    background-color: #f0abfc33
}

.bg-fuchsia-300\/25 {
    background-color: #f0abfc40
}

.bg-fuchsia-300\/30 {
    background-color: #f0abfc4d
}

.bg-fuchsia-300\/40 {
    background-color: #f0abfc66
}

.bg-fuchsia-300\/5 {
    background-color: #f0abfc0d
}

.bg-fuchsia-300\/50 {
    background-color: #f0abfc80
}

.bg-fuchsia-300\/60 {
    background-color: #f0abfc99
}

.bg-fuchsia-300\/70 {
    background-color: #f0abfcb3
}

.bg-fuchsia-300\/75 {
    background-color: #f0abfcbf
}

.bg-fuchsia-300\/80 {
    background-color: #f0abfccc
}

.bg-fuchsia-300\/90 {
    background-color: #f0abfce6
}

.bg-fuchsia-300\/95 {
    background-color: #f0abfcf2
}

.bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249/var(--tw-bg-opacity))
}

.bg-fuchsia-400\/0 {
    background-color: #e879f900
}

.bg-fuchsia-400\/10 {
    background-color: #e879f91a
}

.bg-fuchsia-400\/100 {
    background-color: #e879f9
}

.bg-fuchsia-400\/20 {
    background-color: #e879f933
}

.bg-fuchsia-400\/25 {
    background-color: #e879f940
}

.bg-fuchsia-400\/30 {
    background-color: #e879f94d
}

.bg-fuchsia-400\/40 {
    background-color: #e879f966
}

.bg-fuchsia-400\/5 {
    background-color: #e879f90d
}

.bg-fuchsia-400\/50 {
    background-color: #e879f980
}

.bg-fuchsia-400\/60 {
    background-color: #e879f999
}

.bg-fuchsia-400\/70 {
    background-color: #e879f9b3
}

.bg-fuchsia-400\/75 {
    background-color: #e879f9bf
}

.bg-fuchsia-400\/80 {
    background-color: #e879f9cc
}

.bg-fuchsia-400\/90 {
    background-color: #e879f9e6
}

.bg-fuchsia-400\/95 {
    background-color: #e879f9f2
}

.bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255/var(--tw-bg-opacity))
}

.bg-fuchsia-50\/0 {
    background-color: #fdf4ff00
}

.bg-fuchsia-50\/10 {
    background-color: #fdf4ff1a
}

.bg-fuchsia-50\/100 {
    background-color: #fdf4ff
}

.bg-fuchsia-50\/20 {
    background-color: #fdf4ff33
}

.bg-fuchsia-50\/25 {
    background-color: #fdf4ff40
}

.bg-fuchsia-50\/30 {
    background-color: #fdf4ff4d
}

.bg-fuchsia-50\/40 {
    background-color: #fdf4ff66
}

.bg-fuchsia-50\/5 {
    background-color: #fdf4ff0d
}

.bg-fuchsia-50\/50 {
    background-color: #fdf4ff80
}

.bg-fuchsia-50\/60 {
    background-color: #fdf4ff99
}

.bg-fuchsia-50\/70 {
    background-color: #fdf4ffb3
}

.bg-fuchsia-50\/75 {
    background-color: #fdf4ffbf
}

.bg-fuchsia-50\/80 {
    background-color: #fdf4ffcc
}

.bg-fuchsia-50\/90 {
    background-color: #fdf4ffe6
}

.bg-fuchsia-50\/95 {
    background-color: #fdf4fff2
}

.bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239/var(--tw-bg-opacity))
}

.bg-fuchsia-500\/0 {
    background-color: #d946ef00
}

.bg-fuchsia-500\/10 {
    background-color: #d946ef1a
}

.bg-fuchsia-500\/100 {
    background-color: #d946ef
}

.bg-fuchsia-500\/20 {
    background-color: #d946ef33
}

.bg-fuchsia-500\/25 {
    background-color: #d946ef40
}

.bg-fuchsia-500\/30 {
    background-color: #d946ef4d
}

.bg-fuchsia-500\/40 {
    background-color: #d946ef66
}

.bg-fuchsia-500\/5 {
    background-color: #d946ef0d
}

.bg-fuchsia-500\/50 {
    background-color: #d946ef80
}

.bg-fuchsia-500\/60 {
    background-color: #d946ef99
}

.bg-fuchsia-500\/70 {
    background-color: #d946efb3
}

.bg-fuchsia-500\/75 {
    background-color: #d946efbf
}

.bg-fuchsia-500\/80 {
    background-color: #d946efcc
}

.bg-fuchsia-500\/90 {
    background-color: #d946efe6
}

.bg-fuchsia-500\/95 {
    background-color: #d946eff2
}

.bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211/var(--tw-bg-opacity))
}

.bg-fuchsia-600\/0 {
    background-color: #c026d300
}

.bg-fuchsia-600\/10 {
    background-color: #c026d31a
}

.bg-fuchsia-600\/100 {
    background-color: #c026d3
}

.bg-fuchsia-600\/20 {
    background-color: #c026d333
}

.bg-fuchsia-600\/25 {
    background-color: #c026d340
}

.bg-fuchsia-600\/30 {
    background-color: #c026d34d
}

.bg-fuchsia-600\/40 {
    background-color: #c026d366
}

.bg-fuchsia-600\/5 {
    background-color: #c026d30d
}

.bg-fuchsia-600\/50 {
    background-color: #c026d380
}

.bg-fuchsia-600\/60 {
    background-color: #c026d399
}

.bg-fuchsia-600\/70 {
    background-color: #c026d3b3
}

.bg-fuchsia-600\/75 {
    background-color: #c026d3bf
}

.bg-fuchsia-600\/80 {
    background-color: #c026d3cc
}

.bg-fuchsia-600\/90 {
    background-color: #c026d3e6
}

.bg-fuchsia-600\/95 {
    background-color: #c026d3f2
}

.bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175/var(--tw-bg-opacity))
}

.bg-fuchsia-700\/0 {
    background-color: #a21caf00
}

.bg-fuchsia-700\/10 {
    background-color: #a21caf1a
}

.bg-fuchsia-700\/100 {
    background-color: #a21caf
}

.bg-fuchsia-700\/20 {
    background-color: #a21caf33
}

.bg-fuchsia-700\/25 {
    background-color: #a21caf40
}

.bg-fuchsia-700\/30 {
    background-color: #a21caf4d
}

.bg-fuchsia-700\/40 {
    background-color: #a21caf66
}

.bg-fuchsia-700\/5 {
    background-color: #a21caf0d
}

.bg-fuchsia-700\/50 {
    background-color: #a21caf80
}

.bg-fuchsia-700\/60 {
    background-color: #a21caf99
}

.bg-fuchsia-700\/70 {
    background-color: #a21cafb3
}

.bg-fuchsia-700\/75 {
    background-color: #a21cafbf
}

.bg-fuchsia-700\/80 {
    background-color: #a21cafcc
}

.bg-fuchsia-700\/90 {
    background-color: #a21cafe6
}

.bg-fuchsia-700\/95 {
    background-color: #a21caff2
}

.bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143/var(--tw-bg-opacity))
}

.bg-fuchsia-800\/0 {
    background-color: #86198f00
}

.bg-fuchsia-800\/10 {
    background-color: #86198f1a
}

.bg-fuchsia-800\/100 {
    background-color: #86198f
}

.bg-fuchsia-800\/20 {
    background-color: #86198f33
}

.bg-fuchsia-800\/25 {
    background-color: #86198f40
}

.bg-fuchsia-800\/30 {
    background-color: #86198f4d
}

.bg-fuchsia-800\/40 {
    background-color: #86198f66
}

.bg-fuchsia-800\/5 {
    background-color: #86198f0d
}

.bg-fuchsia-800\/50 {
    background-color: #86198f80
}

.bg-fuchsia-800\/60 {
    background-color: #86198f99
}

.bg-fuchsia-800\/70 {
    background-color: #86198fb3
}

.bg-fuchsia-800\/75 {
    background-color: #86198fbf
}

.bg-fuchsia-800\/80 {
    background-color: #86198fcc
}

.bg-fuchsia-800\/90 {
    background-color: #86198fe6
}

.bg-fuchsia-800\/95 {
    background-color: #86198ff2
}

.bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117/var(--tw-bg-opacity))
}

.bg-fuchsia-900\/0 {
    background-color: #701a7500
}

.bg-fuchsia-900\/10 {
    background-color: #701a751a
}

.bg-fuchsia-900\/100 {
    background-color: #701a75
}

.bg-fuchsia-900\/20 {
    background-color: #701a7533
}

.bg-fuchsia-900\/25 {
    background-color: #701a7540
}

.bg-fuchsia-900\/30 {
    background-color: #701a754d
}

.bg-fuchsia-900\/40 {
    background-color: #701a7566
}

.bg-fuchsia-900\/5 {
    background-color: #701a750d
}

.bg-fuchsia-900\/50 {
    background-color: #701a7580
}

.bg-fuchsia-900\/60 {
    background-color: #701a7599
}

.bg-fuchsia-900\/70 {
    background-color: #701a75b3
}

.bg-fuchsia-900\/75 {
    background-color: #701a75bf
}

.bg-fuchsia-900\/80 {
    background-color: #701a75cc
}

.bg-fuchsia-900\/90 {
    background-color: #701a75e6
}

.bg-fuchsia-900\/95 {
    background-color: #701a75f2
}

.bg-fuchsia-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78/var(--tw-bg-opacity))
}

.bg-fuchsia-950\/0 {
    background-color: #4a044e00
}

.bg-fuchsia-950\/10 {
    background-color: #4a044e1a
}

.bg-fuchsia-950\/100 {
    background-color: #4a044e
}

.bg-fuchsia-950\/20 {
    background-color: #4a044e33
}

.bg-fuchsia-950\/25 {
    background-color: #4a044e40
}

.bg-fuchsia-950\/30 {
    background-color: #4a044e4d
}

.bg-fuchsia-950\/40 {
    background-color: #4a044e66
}

.bg-fuchsia-950\/5 {
    background-color: #4a044e0d
}

.bg-fuchsia-950\/50 {
    background-color: #4a044e80
}

.bg-fuchsia-950\/60 {
    background-color: #4a044e99
}

.bg-fuchsia-950\/70 {
    background-color: #4a044eb3
}

.bg-fuchsia-950\/75 {
    background-color: #4a044ebf
}

.bg-fuchsia-950\/80 {
    background-color: #4a044ecc
}

.bg-fuchsia-950\/90 {
    background-color: #4a044ee6
}

.bg-fuchsia-950\/95 {
    background-color: #4a044ef2
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-gray-100\/0 {
    background-color: #f3f4f600
}

.bg-gray-100\/10 {
    background-color: #f3f4f61a
}

.bg-gray-100\/100 {
    background-color: #f3f4f6
}

.bg-gray-100\/20 {
    background-color: #f3f4f633
}

.bg-gray-100\/25 {
    background-color: #f3f4f640
}

.bg-gray-100\/30 {
    background-color: #f3f4f64d
}

.bg-gray-100\/40 {
    background-color: #f3f4f666
}

.bg-gray-100\/5 {
    background-color: #f3f4f60d
}

.bg-gray-100\/50 {
    background-color: #f3f4f680
}

.bg-gray-100\/60 {
    background-color: #f3f4f699
}

.bg-gray-100\/70 {
    background-color: #f3f4f6b3
}

.bg-gray-100\/75 {
    background-color: #f3f4f6bf
}

.bg-gray-100\/80 {
    background-color: #f3f4f6cc
}

.bg-gray-100\/90 {
    background-color: #f3f4f6e6
}

.bg-gray-100\/95 {
    background-color: #f3f4f6f2
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-gray-200\/0 {
    background-color: #e5e7eb00
}

.bg-gray-200\/10 {
    background-color: #e5e7eb1a
}

.bg-gray-200\/100 {
    background-color: #e5e7eb
}

.bg-gray-200\/20 {
    background-color: #e5e7eb33
}

.bg-gray-200\/25 {
    background-color: #e5e7eb40
}

.bg-gray-200\/30 {
    background-color: #e5e7eb4d
}

.bg-gray-200\/40 {
    background-color: #e5e7eb66
}

.bg-gray-200\/5 {
    background-color: #e5e7eb0d
}

.bg-gray-200\/50 {
    background-color: #e5e7eb80
}

.bg-gray-200\/60 {
    background-color: #e5e7eb99
}

.bg-gray-200\/70 {
    background-color: #e5e7ebb3
}

.bg-gray-200\/75 {
    background-color: #e5e7ebbf
}

.bg-gray-200\/80 {
    background-color: #e5e7ebcc
}

.bg-gray-200\/90 {
    background-color: #e5e7ebe6
}

.bg-gray-200\/95 {
    background-color: #e5e7ebf2
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.bg-gray-300\/0 {
    background-color: #d1d5db00
}

.bg-gray-300\/10 {
    background-color: #d1d5db1a
}

.bg-gray-300\/100 {
    background-color: #d1d5db
}

.bg-gray-300\/20 {
    background-color: #d1d5db33
}

.bg-gray-300\/25 {
    background-color: #d1d5db40
}

.bg-gray-300\/30 {
    background-color: #d1d5db4d
}

.bg-gray-300\/40 {
    background-color: #d1d5db66
}

.bg-gray-300\/5 {
    background-color: #d1d5db0d
}

.bg-gray-300\/50 {
    background-color: #d1d5db80
}

.bg-gray-300\/60 {
    background-color: #d1d5db99
}

.bg-gray-300\/70 {
    background-color: #d1d5dbb3
}

.bg-gray-300\/75 {
    background-color: #d1d5dbbf
}

.bg-gray-300\/80 {
    background-color: #d1d5dbcc
}

.bg-gray-300\/90 {
    background-color: #d1d5dbe6
}

.bg-gray-300\/95 {
    background-color: #d1d5dbf2
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175/var(--tw-bg-opacity))
}

.bg-gray-400\/0 {
    background-color: #9ca3af00
}

.bg-gray-400\/10 {
    background-color: #9ca3af1a
}

.bg-gray-400\/100 {
    background-color: #9ca3af
}

.bg-gray-400\/20 {
    background-color: #9ca3af33
}

.bg-gray-400\/25 {
    background-color: #9ca3af40
}

.bg-gray-400\/30 {
    background-color: #9ca3af4d
}

.bg-gray-400\/40 {
    background-color: #9ca3af66
}

.bg-gray-400\/5 {
    background-color: #9ca3af0d
}

.bg-gray-400\/50 {
    background-color: #9ca3af80
}

.bg-gray-400\/60 {
    background-color: #9ca3af99
}

.bg-gray-400\/70 {
    background-color: #9ca3afb3
}

.bg-gray-400\/75 {
    background-color: #9ca3afbf
}

.bg-gray-400\/80 {
    background-color: #9ca3afcc
}

.bg-gray-400\/90 {
    background-color: #9ca3afe6
}

.bg-gray-400\/95 {
    background-color: #9ca3aff2
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-gray-50\/0 {
    background-color: #f9fafb00
}

.bg-gray-50\/10 {
    background-color: #f9fafb1a
}

.bg-gray-50\/100 {
    background-color: #f9fafb
}

.bg-gray-50\/20 {
    background-color: #f9fafb33
}

.bg-gray-50\/25 {
    background-color: #f9fafb40
}

.bg-gray-50\/30 {
    background-color: #f9fafb4d
}

.bg-gray-50\/40 {
    background-color: #f9fafb66
}

.bg-gray-50\/5 {
    background-color: #f9fafb0d
}

.bg-gray-50\/50 {
    background-color: #f9fafb80
}

.bg-gray-50\/60 {
    background-color: #f9fafb99
}

.bg-gray-50\/70 {
    background-color: #f9fafbb3
}

.bg-gray-50\/75 {
    background-color: #f9fafbbf
}

.bg-gray-50\/80 {
    background-color: #f9fafbcc
}

.bg-gray-50\/90 {
    background-color: #f9fafbe6
}

.bg-gray-50\/95 {
    background-color: #f9fafbf2
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--tw-bg-opacity))
}

.bg-gray-500\/0 {
    background-color: #6b728000
}

.bg-gray-500\/10 {
    background-color: #6b72801a
}

.bg-gray-500\/100 {
    background-color: #6b7280
}

.bg-gray-500\/20 {
    background-color: #6b728033
}

.bg-gray-500\/25 {
    background-color: #6b728040
}

.bg-gray-500\/30 {
    background-color: #6b72804d
}

.bg-gray-500\/40 {
    background-color: #6b728066
}

.bg-gray-500\/5 {
    background-color: #6b72800d
}

.bg-gray-500\/50 {
    background-color: #6b728080
}

.bg-gray-500\/60 {
    background-color: #6b728099
}

.bg-gray-500\/70 {
    background-color: #6b7280b3
}

.bg-gray-500\/75 {
    background-color: #6b7280bf
}

.bg-gray-500\/80 {
    background-color: #6b7280cc
}

.bg-gray-500\/90 {
    background-color: #6b7280e6
}

.bg-gray-500\/95 {
    background-color: #6b7280f2
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99/var(--tw-bg-opacity))
}

.bg-gray-600\/0 {
    background-color: #4b556300
}

.bg-gray-600\/10 {
    background-color: #4b55631a
}

.bg-gray-600\/100 {
    background-color: #4b5563
}

.bg-gray-600\/20 {
    background-color: #4b556333
}

.bg-gray-600\/25 {
    background-color: #4b556340
}

.bg-gray-600\/30 {
    background-color: #4b55634d
}

.bg-gray-600\/40 {
    background-color: #4b556366
}

.bg-gray-600\/5 {
    background-color: #4b55630d
}

.bg-gray-600\/50 {
    background-color: #4b556380
}

.bg-gray-600\/60 {
    background-color: #4b556399
}

.bg-gray-600\/70 {
    background-color: #4b5563b3
}

.bg-gray-600\/75 {
    background-color: #4b5563bf
}

.bg-gray-600\/80 {
    background-color: #4b5563cc
}

.bg-gray-600\/90 {
    background-color: #4b5563e6
}

.bg-gray-600\/95 {
    background-color: #4b5563f2
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.bg-gray-700\/0 {
    background-color: #37415100
}

.bg-gray-700\/10 {
    background-color: #3741511a
}

.bg-gray-700\/100 {
    background-color: #374151
}

.bg-gray-700\/20 {
    background-color: #37415133
}

.bg-gray-700\/25 {
    background-color: #37415140
}

.bg-gray-700\/30 {
    background-color: #3741514d
}

.bg-gray-700\/40 {
    background-color: #37415166
}

.bg-gray-700\/5 {
    background-color: #3741510d
}

.bg-gray-700\/50 {
    background-color: #37415180
}

.bg-gray-700\/60 {
    background-color: #37415199
}

.bg-gray-700\/70 {
    background-color: #374151b3
}

.bg-gray-700\/75 {
    background-color: #374151bf
}

.bg-gray-700\/80 {
    background-color: #374151cc
}

.bg-gray-700\/90 {
    background-color: #374151e6
}

.bg-gray-700\/95 {
    background-color: #374151f2
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity))
}

.bg-gray-800\/0 {
    background-color: #1f293700
}

.bg-gray-800\/10 {
    background-color: #1f29371a
}

.bg-gray-800\/100 {
    background-color: #1f2937
}

.bg-gray-800\/20 {
    background-color: #1f293733
}

.bg-gray-800\/25 {
    background-color: #1f293740
}

.bg-gray-800\/30 {
    background-color: #1f29374d
}

.bg-gray-800\/40 {
    background-color: #1f293766
}

.bg-gray-800\/5 {
    background-color: #1f29370d
}

.bg-gray-800\/50 {
    background-color: #1f293780
}

.bg-gray-800\/60 {
    background-color: #1f293799
}

.bg-gray-800\/70 {
    background-color: #1f2937b3
}

.bg-gray-800\/75 {
    background-color: #1f2937bf
}

.bg-gray-800\/80 {
    background-color: #1f2937cc
}

.bg-gray-800\/90 {
    background-color: #1f2937e6
}

.bg-gray-800\/95 {
    background-color: #1f2937f2
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.bg-gray-900\/0 {
    background-color: #11182700
}

.bg-gray-900\/10 {
    background-color: #1118271a
}

.bg-gray-900\/100 {
    background-color: #111827
}

.bg-gray-900\/20 {
    background-color: #11182733
}

.bg-gray-900\/25 {
    background-color: #11182740
}

.bg-gray-900\/30 {
    background-color: #1118274d
}

.bg-gray-900\/40 {
    background-color: #11182766
}

.bg-gray-900\/5 {
    background-color: #1118270d
}

.bg-gray-900\/50 {
    background-color: #11182780
}

.bg-gray-900\/60 {
    background-color: #11182799
}

.bg-gray-900\/70 {
    background-color: #111827b3
}

.bg-gray-900\/75 {
    background-color: #111827bf
}

.bg-gray-900\/80 {
    background-color: #111827cc
}

.bg-gray-900\/90 {
    background-color: #111827e6
}

.bg-gray-900\/95 {
    background-color: #111827f2
}

.bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18/var(--tw-bg-opacity))
}

.bg-gray-950\/0 {
    background-color: #03071200
}

.bg-gray-950\/10 {
    background-color: #0307121a
}

.bg-gray-950\/100 {
    background-color: #030712
}

.bg-gray-950\/20 {
    background-color: #03071233
}

.bg-gray-950\/25 {
    background-color: #03071240
}

.bg-gray-950\/30 {
    background-color: #0307124d
}

.bg-gray-950\/40 {
    background-color: #03071266
}

.bg-gray-950\/5 {
    background-color: #0307120d
}

.bg-gray-950\/50 {
    background-color: #03071280
}

.bg-gray-950\/60 {
    background-color: #03071299
}

.bg-gray-950\/70 {
    background-color: #030712b3
}

.bg-gray-950\/75 {
    background-color: #030712bf
}

.bg-gray-950\/80 {
    background-color: #030712cc
}

.bg-gray-950\/90 {
    background-color: #030712e6
}

.bg-gray-950\/95 {
    background-color: #030712f2
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231/var(--tw-bg-opacity))
}

.bg-green-100\/0 {
    background-color: #dcfce700
}

.bg-green-100\/10 {
    background-color: #dcfce71a
}

.bg-green-100\/100 {
    background-color: #dcfce7
}

.bg-green-100\/20 {
    background-color: #dcfce733
}

.bg-green-100\/25 {
    background-color: #dcfce740
}

.bg-green-100\/30 {
    background-color: #dcfce74d
}

.bg-green-100\/40 {
    background-color: #dcfce766
}

.bg-green-100\/5 {
    background-color: #dcfce70d
}

.bg-green-100\/50 {
    background-color: #dcfce780
}

.bg-green-100\/60 {
    background-color: #dcfce799
}

.bg-green-100\/70 {
    background-color: #dcfce7b3
}

.bg-green-100\/75 {
    background-color: #dcfce7bf
}

.bg-green-100\/80 {
    background-color: #dcfce7cc
}

.bg-green-100\/90 {
    background-color: #dcfce7e6
}

.bg-green-100\/95 {
    background-color: #dcfce7f2
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208/var(--tw-bg-opacity))
}

.bg-green-200\/0 {
    background-color: #bbf7d000
}

.bg-green-200\/10 {
    background-color: #bbf7d01a
}

.bg-green-200\/100 {
    background-color: #bbf7d0
}

.bg-green-200\/20 {
    background-color: #bbf7d033
}

.bg-green-200\/25 {
    background-color: #bbf7d040
}

.bg-green-200\/30 {
    background-color: #bbf7d04d
}

.bg-green-200\/40 {
    background-color: #bbf7d066
}

.bg-green-200\/5 {
    background-color: #bbf7d00d
}

.bg-green-200\/50 {
    background-color: #bbf7d080
}

.bg-green-200\/60 {
    background-color: #bbf7d099
}

.bg-green-200\/70 {
    background-color: #bbf7d0b3
}

.bg-green-200\/75 {
    background-color: #bbf7d0bf
}

.bg-green-200\/80 {
    background-color: #bbf7d0cc
}

.bg-green-200\/90 {
    background-color: #bbf7d0e6
}

.bg-green-200\/95 {
    background-color: #bbf7d0f2
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172/var(--tw-bg-opacity))
}

.bg-green-300\/0 {
    background-color: #86efac00
}

.bg-green-300\/10 {
    background-color: #86efac1a
}

.bg-green-300\/100 {
    background-color: #86efac
}

.bg-green-300\/20 {
    background-color: #86efac33
}

.bg-green-300\/25 {
    background-color: #86efac40
}

.bg-green-300\/30 {
    background-color: #86efac4d
}

.bg-green-300\/40 {
    background-color: #86efac66
}

.bg-green-300\/5 {
    background-color: #86efac0d
}

.bg-green-300\/50 {
    background-color: #86efac80
}

.bg-green-300\/60 {
    background-color: #86efac99
}

.bg-green-300\/70 {
    background-color: #86efacb3
}

.bg-green-300\/75 {
    background-color: #86efacbf
}

.bg-green-300\/80 {
    background-color: #86efaccc
}

.bg-green-300\/90 {
    background-color: #86eface6
}

.bg-green-300\/95 {
    background-color: #86efacf2
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128/var(--tw-bg-opacity))
}

.bg-green-400\/0 {
    background-color: #4ade8000
}

.bg-green-400\/10 {
    background-color: #4ade801a
}

.bg-green-400\/100 {
    background-color: #4ade80
}

.bg-green-400\/20 {
    background-color: #4ade8033
}

.bg-green-400\/25 {
    background-color: #4ade8040
}

.bg-green-400\/30 {
    background-color: #4ade804d
}

.bg-green-400\/40 {
    background-color: #4ade8066
}

.bg-green-400\/5 {
    background-color: #4ade800d
}

.bg-green-400\/50 {
    background-color: #4ade8080
}

.bg-green-400\/60 {
    background-color: #4ade8099
}

.bg-green-400\/70 {
    background-color: #4ade80b3
}

.bg-green-400\/75 {
    background-color: #4ade80bf
}

.bg-green-400\/80 {
    background-color: #4ade80cc
}

.bg-green-400\/90 {
    background-color: #4ade80e6
}

.bg-green-400\/95 {
    background-color: #4ade80f2
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244/var(--tw-bg-opacity))
}

.bg-green-50\/0 {
    background-color: #f0fdf400
}

.bg-green-50\/10 {
    background-color: #f0fdf41a
}

.bg-green-50\/100 {
    background-color: #f0fdf4
}

.bg-green-50\/20 {
    background-color: #f0fdf433
}

.bg-green-50\/25 {
    background-color: #f0fdf440
}

.bg-green-50\/30 {
    background-color: #f0fdf44d
}

.bg-green-50\/40 {
    background-color: #f0fdf466
}

.bg-green-50\/5 {
    background-color: #f0fdf40d
}

.bg-green-50\/50 {
    background-color: #f0fdf480
}

.bg-green-50\/60 {
    background-color: #f0fdf499
}

.bg-green-50\/70 {
    background-color: #f0fdf4b3
}

.bg-green-50\/75 {
    background-color: #f0fdf4bf
}

.bg-green-50\/80 {
    background-color: #f0fdf4cc
}

.bg-green-50\/90 {
    background-color: #f0fdf4e6
}

.bg-green-50\/95 {
    background-color: #f0fdf4f2
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity))
}

.bg-green-500\/0 {
    background-color: #22c55e00
}

.bg-green-500\/10 {
    background-color: #22c55e1a
}

.bg-green-500\/100 {
    background-color: #22c55e
}

.bg-green-500\/20 {
    background-color: #22c55e33
}

.bg-green-500\/25 {
    background-color: #22c55e40
}

.bg-green-500\/30 {
    background-color: #22c55e4d
}

.bg-green-500\/40 {
    background-color: #22c55e66
}

.bg-green-500\/5 {
    background-color: #22c55e0d
}

.bg-green-500\/50 {
    background-color: #22c55e80
}

.bg-green-500\/60 {
    background-color: #22c55e99
}

.bg-green-500\/70 {
    background-color: #22c55eb3
}

.bg-green-500\/75 {
    background-color: #22c55ebf
}

.bg-green-500\/80 {
    background-color: #22c55ecc
}

.bg-green-500\/90 {
    background-color: #22c55ee6
}

.bg-green-500\/95 {
    background-color: #22c55ef2
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74/var(--tw-bg-opacity))
}

.bg-green-600\/0 {
    background-color: #16a34a00
}

.bg-green-600\/10 {
    background-color: #16a34a1a
}

.bg-green-600\/100 {
    background-color: #16a34a
}

.bg-green-600\/20 {
    background-color: #16a34a33
}

.bg-green-600\/25 {
    background-color: #16a34a40
}

.bg-green-600\/30 {
    background-color: #16a34a4d
}

.bg-green-600\/40 {
    background-color: #16a34a66
}

.bg-green-600\/5 {
    background-color: #16a34a0d
}

.bg-green-600\/50 {
    background-color: #16a34a80
}

.bg-green-600\/60 {
    background-color: #16a34a99
}

.bg-green-600\/70 {
    background-color: #16a34ab3
}

.bg-green-600\/75 {
    background-color: #16a34abf
}

.bg-green-600\/80 {
    background-color: #16a34acc
}

.bg-green-600\/90 {
    background-color: #16a34ae6
}

.bg-green-600\/95 {
    background-color: #16a34af2
}

.bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61/var(--tw-bg-opacity))
}

.bg-green-700\/0 {
    background-color: #15803d00
}

.bg-green-700\/10 {
    background-color: #15803d1a
}

.bg-green-700\/100 {
    background-color: #15803d
}

.bg-green-700\/20 {
    background-color: #15803d33
}

.bg-green-700\/25 {
    background-color: #15803d40
}

.bg-green-700\/30 {
    background-color: #15803d4d
}

.bg-green-700\/40 {
    background-color: #15803d66
}

.bg-green-700\/5 {
    background-color: #15803d0d
}

.bg-green-700\/50 {
    background-color: #15803d80
}

.bg-green-700\/60 {
    background-color: #15803d99
}

.bg-green-700\/70 {
    background-color: #15803db3
}

.bg-green-700\/75 {
    background-color: #15803dbf
}

.bg-green-700\/80 {
    background-color: #15803dcc
}

.bg-green-700\/90 {
    background-color: #15803de6
}

.bg-green-700\/95 {
    background-color: #15803df2
}

.bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52/var(--tw-bg-opacity))
}

.bg-green-800\/0 {
    background-color: #16653400
}

.bg-green-800\/10 {
    background-color: #1665341a
}

.bg-green-800\/100 {
    background-color: #166534
}

.bg-green-800\/20 {
    background-color: #16653433
}

.bg-green-800\/25 {
    background-color: #16653440
}

.bg-green-800\/30 {
    background-color: #1665344d
}

.bg-green-800\/40 {
    background-color: #16653466
}

.bg-green-800\/5 {
    background-color: #1665340d
}

.bg-green-800\/50 {
    background-color: #16653480
}

.bg-green-800\/60 {
    background-color: #16653499
}

.bg-green-800\/70 {
    background-color: #166534b3
}

.bg-green-800\/75 {
    background-color: #166534bf
}

.bg-green-800\/80 {
    background-color: #166534cc
}

.bg-green-800\/90 {
    background-color: #166534e6
}

.bg-green-800\/95 {
    background-color: #166534f2
}

.bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45/var(--tw-bg-opacity))
}

.bg-green-900\/0 {
    background-color: #14532d00
}

.bg-green-900\/10 {
    background-color: #14532d1a
}

.bg-green-900\/100 {
    background-color: #14532d
}

.bg-green-900\/20 {
    background-color: #14532d33
}

.bg-green-900\/25 {
    background-color: #14532d40
}

.bg-green-900\/30 {
    background-color: #14532d4d
}

.bg-green-900\/40 {
    background-color: #14532d66
}

.bg-green-900\/5 {
    background-color: #14532d0d
}

.bg-green-900\/50 {
    background-color: #14532d80
}

.bg-green-900\/60 {
    background-color: #14532d99
}

.bg-green-900\/70 {
    background-color: #14532db3
}

.bg-green-900\/75 {
    background-color: #14532dbf
}

.bg-green-900\/80 {
    background-color: #14532dcc
}

.bg-green-900\/90 {
    background-color: #14532de6
}

.bg-green-900\/95 {
    background-color: #14532df2
}

.bg-green-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22/var(--tw-bg-opacity))
}

.bg-green-950\/0 {
    background-color: #052e1600
}

.bg-green-950\/10 {
    background-color: #052e161a
}

.bg-green-950\/100 {
    background-color: #052e16
}

.bg-green-950\/20 {
    background-color: #052e1633
}

.bg-green-950\/25 {
    background-color: #052e1640
}

.bg-green-950\/30 {
    background-color: #052e164d
}

.bg-green-950\/40 {
    background-color: #052e1666
}

.bg-green-950\/5 {
    background-color: #052e160d
}

.bg-green-950\/50 {
    background-color: #052e1680
}

.bg-green-950\/60 {
    background-color: #052e1699
}

.bg-green-950\/70 {
    background-color: #052e16b3
}

.bg-green-950\/75 {
    background-color: #052e16bf
}

.bg-green-950\/80 {
    background-color: #052e16cc
}

.bg-green-950\/90 {
    background-color: #052e16e6
}

.bg-green-950\/95 {
    background-color: #052e16f2
}

.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255/var(--tw-bg-opacity))
}

.bg-indigo-100\/0 {
    background-color: #e0e7ff00
}

.bg-indigo-100\/10 {
    background-color: #e0e7ff1a
}

.bg-indigo-100\/100 {
    background-color: #e0e7ff
}

.bg-indigo-100\/20 {
    background-color: #e0e7ff33
}

.bg-indigo-100\/25 {
    background-color: #e0e7ff40
}

.bg-indigo-100\/30 {
    background-color: #e0e7ff4d
}

.bg-indigo-100\/40 {
    background-color: #e0e7ff66
}

.bg-indigo-100\/5 {
    background-color: #e0e7ff0d
}

.bg-indigo-100\/50 {
    background-color: #e0e7ff80
}

.bg-indigo-100\/60 {
    background-color: #e0e7ff99
}

.bg-indigo-100\/70 {
    background-color: #e0e7ffb3
}

.bg-indigo-100\/75 {
    background-color: #e0e7ffbf
}

.bg-indigo-100\/80 {
    background-color: #e0e7ffcc
}

.bg-indigo-100\/90 {
    background-color: #e0e7ffe6
}

.bg-indigo-100\/95 {
    background-color: #e0e7fff2
}

.bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254/var(--tw-bg-opacity))
}

.bg-indigo-200\/0 {
    background-color: #c7d2fe00
}

.bg-indigo-200\/10 {
    background-color: #c7d2fe1a
}

.bg-indigo-200\/100 {
    background-color: #c7d2fe
}

.bg-indigo-200\/20 {
    background-color: #c7d2fe33
}

.bg-indigo-200\/25 {
    background-color: #c7d2fe40
}

.bg-indigo-200\/30 {
    background-color: #c7d2fe4d
}

.bg-indigo-200\/40 {
    background-color: #c7d2fe66
}

.bg-indigo-200\/5 {
    background-color: #c7d2fe0d
}

.bg-indigo-200\/50 {
    background-color: #c7d2fe80
}

.bg-indigo-200\/60 {
    background-color: #c7d2fe99
}

.bg-indigo-200\/70 {
    background-color: #c7d2feb3
}

.bg-indigo-200\/75 {
    background-color: #c7d2febf
}

.bg-indigo-200\/80 {
    background-color: #c7d2fecc
}

.bg-indigo-200\/90 {
    background-color: #c7d2fee6
}

.bg-indigo-200\/95 {
    background-color: #c7d2fef2
}

.bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252/var(--tw-bg-opacity))
}

.bg-indigo-300\/0 {
    background-color: #a5b4fc00
}

.bg-indigo-300\/10 {
    background-color: #a5b4fc1a
}

.bg-indigo-300\/100 {
    background-color: #a5b4fc
}

.bg-indigo-300\/20 {
    background-color: #a5b4fc33
}

.bg-indigo-300\/25 {
    background-color: #a5b4fc40
}

.bg-indigo-300\/30 {
    background-color: #a5b4fc4d
}

.bg-indigo-300\/40 {
    background-color: #a5b4fc66
}

.bg-indigo-300\/5 {
    background-color: #a5b4fc0d
}

.bg-indigo-300\/50 {
    background-color: #a5b4fc80
}

.bg-indigo-300\/60 {
    background-color: #a5b4fc99
}

.bg-indigo-300\/70 {
    background-color: #a5b4fcb3
}

.bg-indigo-300\/75 {
    background-color: #a5b4fcbf
}

.bg-indigo-300\/80 {
    background-color: #a5b4fccc
}

.bg-indigo-300\/90 {
    background-color: #a5b4fce6
}

.bg-indigo-300\/95 {
    background-color: #a5b4fcf2
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248/var(--tw-bg-opacity))
}

.bg-indigo-400\/0 {
    background-color: #818cf800
}

.bg-indigo-400\/10 {
    background-color: #818cf81a
}

.bg-indigo-400\/100 {
    background-color: #818cf8
}

.bg-indigo-400\/20 {
    background-color: #818cf833
}

.bg-indigo-400\/25 {
    background-color: #818cf840
}

.bg-indigo-400\/30 {
    background-color: #818cf84d
}

.bg-indigo-400\/40 {
    background-color: #818cf866
}

.bg-indigo-400\/5 {
    background-color: #818cf80d
}

.bg-indigo-400\/50 {
    background-color: #818cf880
}

.bg-indigo-400\/60 {
    background-color: #818cf899
}

.bg-indigo-400\/70 {
    background-color: #818cf8b3
}

.bg-indigo-400\/75 {
    background-color: #818cf8bf
}

.bg-indigo-400\/80 {
    background-color: #818cf8cc
}

.bg-indigo-400\/90 {
    background-color: #818cf8e6
}

.bg-indigo-400\/95 {
    background-color: #818cf8f2
}

.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255/var(--tw-bg-opacity))
}

.bg-indigo-50\/0 {
    background-color: #eef2ff00
}

.bg-indigo-50\/10 {
    background-color: #eef2ff1a
}

.bg-indigo-50\/100 {
    background-color: #eef2ff
}

.bg-indigo-50\/20 {
    background-color: #eef2ff33
}

.bg-indigo-50\/25 {
    background-color: #eef2ff40
}

.bg-indigo-50\/30 {
    background-color: #eef2ff4d
}

.bg-indigo-50\/40 {
    background-color: #eef2ff66
}

.bg-indigo-50\/5 {
    background-color: #eef2ff0d
}

.bg-indigo-50\/50 {
    background-color: #eef2ff80
}

.bg-indigo-50\/60 {
    background-color: #eef2ff99
}

.bg-indigo-50\/70 {
    background-color: #eef2ffb3
}

.bg-indigo-50\/75 {
    background-color: #eef2ffbf
}

.bg-indigo-50\/80 {
    background-color: #eef2ffcc
}

.bg-indigo-50\/90 {
    background-color: #eef2ffe6
}

.bg-indigo-50\/95 {
    background-color: #eef2fff2
}

.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241/var(--tw-bg-opacity))
}

.bg-indigo-500\/0 {
    background-color: #6366f100
}

.bg-indigo-500\/10 {
    background-color: #6366f11a
}

.bg-indigo-500\/100 {
    background-color: #6366f1
}

.bg-indigo-500\/20 {
    background-color: #6366f133
}

.bg-indigo-500\/25 {
    background-color: #6366f140
}

.bg-indigo-500\/30 {
    background-color: #6366f14d
}

.bg-indigo-500\/40 {
    background-color: #6366f166
}

.bg-indigo-500\/5 {
    background-color: #6366f10d
}

.bg-indigo-500\/50 {
    background-color: #6366f180
}

.bg-indigo-500\/60 {
    background-color: #6366f199
}

.bg-indigo-500\/70 {
    background-color: #6366f1b3
}

.bg-indigo-500\/75 {
    background-color: #6366f1bf
}

.bg-indigo-500\/80 {
    background-color: #6366f1cc
}

.bg-indigo-500\/90 {
    background-color: #6366f1e6
}

.bg-indigo-500\/95 {
    background-color: #6366f1f2
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229/var(--tw-bg-opacity))
}

.bg-indigo-600\/0 {
    background-color: #4f46e500
}

.bg-indigo-600\/10 {
    background-color: #4f46e51a
}

.bg-indigo-600\/100 {
    background-color: #4f46e5
}

.bg-indigo-600\/20 {
    background-color: #4f46e533
}

.bg-indigo-600\/25 {
    background-color: #4f46e540
}

.bg-indigo-600\/30 {
    background-color: #4f46e54d
}

.bg-indigo-600\/40 {
    background-color: #4f46e566
}

.bg-indigo-600\/5 {
    background-color: #4f46e50d
}

.bg-indigo-600\/50 {
    background-color: #4f46e580
}

.bg-indigo-600\/60 {
    background-color: #4f46e599
}

.bg-indigo-600\/70 {
    background-color: #4f46e5b3
}

.bg-indigo-600\/75 {
    background-color: #4f46e5bf
}

.bg-indigo-600\/80 {
    background-color: #4f46e5cc
}

.bg-indigo-600\/90 {
    background-color: #4f46e5e6
}

.bg-indigo-600\/95 {
    background-color: #4f46e5f2
}

.bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202/var(--tw-bg-opacity))
}

.bg-indigo-700\/0 {
    background-color: #4338ca00
}

.bg-indigo-700\/10 {
    background-color: #4338ca1a
}

.bg-indigo-700\/100 {
    background-color: #4338ca
}

.bg-indigo-700\/20 {
    background-color: #4338ca33
}

.bg-indigo-700\/25 {
    background-color: #4338ca40
}

.bg-indigo-700\/30 {
    background-color: #4338ca4d
}

.bg-indigo-700\/40 {
    background-color: #4338ca66
}

.bg-indigo-700\/5 {
    background-color: #4338ca0d
}

.bg-indigo-700\/50 {
    background-color: #4338ca80
}

.bg-indigo-700\/60 {
    background-color: #4338ca99
}

.bg-indigo-700\/70 {
    background-color: #4338cab3
}

.bg-indigo-700\/75 {
    background-color: #4338cabf
}

.bg-indigo-700\/80 {
    background-color: #4338cacc
}

.bg-indigo-700\/90 {
    background-color: #4338cae6
}

.bg-indigo-700\/95 {
    background-color: #4338caf2
}

.bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163/var(--tw-bg-opacity))
}

.bg-indigo-800\/0 {
    background-color: #3730a300
}

.bg-indigo-800\/10 {
    background-color: #3730a31a
}

.bg-indigo-800\/100 {
    background-color: #3730a3
}

.bg-indigo-800\/20 {
    background-color: #3730a333
}

.bg-indigo-800\/25 {
    background-color: #3730a340
}

.bg-indigo-800\/30 {
    background-color: #3730a34d
}

.bg-indigo-800\/40 {
    background-color: #3730a366
}

.bg-indigo-800\/5 {
    background-color: #3730a30d
}

.bg-indigo-800\/50 {
    background-color: #3730a380
}

.bg-indigo-800\/60 {
    background-color: #3730a399
}

.bg-indigo-800\/70 {
    background-color: #3730a3b3
}

.bg-indigo-800\/75 {
    background-color: #3730a3bf
}

.bg-indigo-800\/80 {
    background-color: #3730a3cc
}

.bg-indigo-800\/90 {
    background-color: #3730a3e6
}

.bg-indigo-800\/95 {
    background-color: #3730a3f2
}

.bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129/var(--tw-bg-opacity))
}

.bg-indigo-900\/0 {
    background-color: #312e8100
}

.bg-indigo-900\/10 {
    background-color: #312e811a
}

.bg-indigo-900\/100 {
    background-color: #312e81
}

.bg-indigo-900\/20 {
    background-color: #312e8133
}

.bg-indigo-900\/25 {
    background-color: #312e8140
}

.bg-indigo-900\/30 {
    background-color: #312e814d
}

.bg-indigo-900\/40 {
    background-color: #312e8166
}

.bg-indigo-900\/5 {
    background-color: #312e810d
}

.bg-indigo-900\/50 {
    background-color: #312e8180
}

.bg-indigo-900\/60 {
    background-color: #312e8199
}

.bg-indigo-900\/70 {
    background-color: #312e81b3
}

.bg-indigo-900\/75 {
    background-color: #312e81bf
}

.bg-indigo-900\/80 {
    background-color: #312e81cc
}

.bg-indigo-900\/90 {
    background-color: #312e81e6
}

.bg-indigo-900\/95 {
    background-color: #312e81f2
}

.bg-indigo-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75/var(--tw-bg-opacity))
}

.bg-indigo-950\/0 {
    background-color: #1e1b4b00
}

.bg-indigo-950\/10 {
    background-color: #1e1b4b1a
}

.bg-indigo-950\/100 {
    background-color: #1e1b4b
}

.bg-indigo-950\/20 {
    background-color: #1e1b4b33
}

.bg-indigo-950\/25 {
    background-color: #1e1b4b40
}

.bg-indigo-950\/30 {
    background-color: #1e1b4b4d
}

.bg-indigo-950\/40 {
    background-color: #1e1b4b66
}

.bg-indigo-950\/5 {
    background-color: #1e1b4b0d
}

.bg-indigo-950\/50 {
    background-color: #1e1b4b80
}

.bg-indigo-950\/60 {
    background-color: #1e1b4b99
}

.bg-indigo-950\/70 {
    background-color: #1e1b4bb3
}

.bg-indigo-950\/75 {
    background-color: #1e1b4bbf
}

.bg-indigo-950\/80 {
    background-color: #1e1b4bcc
}

.bg-indigo-950\/90 {
    background-color: #1e1b4be6
}

.bg-indigo-950\/95 {
    background-color: #1e1b4bf2
}

.bg-inherit {
    background-color: inherit
}

.bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203/var(--tw-bg-opacity))
}

.bg-lime-100\/0 {
    background-color: #ecfccb00
}

.bg-lime-100\/10 {
    background-color: #ecfccb1a
}

.bg-lime-100\/100 {
    background-color: #ecfccb
}

.bg-lime-100\/20 {
    background-color: #ecfccb33
}

.bg-lime-100\/25 {
    background-color: #ecfccb40
}

.bg-lime-100\/30 {
    background-color: #ecfccb4d
}

.bg-lime-100\/40 {
    background-color: #ecfccb66
}

.bg-lime-100\/5 {
    background-color: #ecfccb0d
}

.bg-lime-100\/50 {
    background-color: #ecfccb80
}

.bg-lime-100\/60 {
    background-color: #ecfccb99
}

.bg-lime-100\/70 {
    background-color: #ecfccbb3
}

.bg-lime-100\/75 {
    background-color: #ecfccbbf
}

.bg-lime-100\/80 {
    background-color: #ecfccbcc
}

.bg-lime-100\/90 {
    background-color: #ecfccbe6
}

.bg-lime-100\/95 {
    background-color: #ecfccbf2
}

.bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157/var(--tw-bg-opacity))
}

.bg-lime-200\/0 {
    background-color: #d9f99d00
}

.bg-lime-200\/10 {
    background-color: #d9f99d1a
}

.bg-lime-200\/100 {
    background-color: #d9f99d
}

.bg-lime-200\/20 {
    background-color: #d9f99d33
}

.bg-lime-200\/25 {
    background-color: #d9f99d40
}

.bg-lime-200\/30 {
    background-color: #d9f99d4d
}

.bg-lime-200\/40 {
    background-color: #d9f99d66
}

.bg-lime-200\/5 {
    background-color: #d9f99d0d
}

.bg-lime-200\/50 {
    background-color: #d9f99d80
}

.bg-lime-200\/60 {
    background-color: #d9f99d99
}

.bg-lime-200\/70 {
    background-color: #d9f99db3
}

.bg-lime-200\/75 {
    background-color: #d9f99dbf
}

.bg-lime-200\/80 {
    background-color: #d9f99dcc
}

.bg-lime-200\/90 {
    background-color: #d9f99de6
}

.bg-lime-200\/95 {
    background-color: #d9f99df2
}

.bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100/var(--tw-bg-opacity))
}

.bg-lime-300\/0 {
    background-color: #bef26400
}

.bg-lime-300\/10 {
    background-color: #bef2641a
}

.bg-lime-300\/100 {
    background-color: #bef264
}

.bg-lime-300\/20 {
    background-color: #bef26433
}

.bg-lime-300\/25 {
    background-color: #bef26440
}

.bg-lime-300\/30 {
    background-color: #bef2644d
}

.bg-lime-300\/40 {
    background-color: #bef26466
}

.bg-lime-300\/5 {
    background-color: #bef2640d
}

.bg-lime-300\/50 {
    background-color: #bef26480
}

.bg-lime-300\/60 {
    background-color: #bef26499
}

.bg-lime-300\/70 {
    background-color: #bef264b3
}

.bg-lime-300\/75 {
    background-color: #bef264bf
}

.bg-lime-300\/80 {
    background-color: #bef264cc
}

.bg-lime-300\/90 {
    background-color: #bef264e6
}

.bg-lime-300\/95 {
    background-color: #bef264f2
}

.bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53/var(--tw-bg-opacity))
}

.bg-lime-400\/0 {
    background-color: #a3e63500
}

.bg-lime-400\/10 {
    background-color: #a3e6351a
}

.bg-lime-400\/100 {
    background-color: #a3e635
}

.bg-lime-400\/20 {
    background-color: #a3e63533
}

.bg-lime-400\/25 {
    background-color: #a3e63540
}

.bg-lime-400\/30 {
    background-color: #a3e6354d
}

.bg-lime-400\/40 {
    background-color: #a3e63566
}

.bg-lime-400\/5 {
    background-color: #a3e6350d
}

.bg-lime-400\/50 {
    background-color: #a3e63580
}

.bg-lime-400\/60 {
    background-color: #a3e63599
}

.bg-lime-400\/70 {
    background-color: #a3e635b3
}

.bg-lime-400\/75 {
    background-color: #a3e635bf
}

.bg-lime-400\/80 {
    background-color: #a3e635cc
}

.bg-lime-400\/90 {
    background-color: #a3e635e6
}

.bg-lime-400\/95 {
    background-color: #a3e635f2
}

.bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231/var(--tw-bg-opacity))
}

.bg-lime-50\/0 {
    background-color: #f7fee700
}

.bg-lime-50\/10 {
    background-color: #f7fee71a
}

.bg-lime-50\/100 {
    background-color: #f7fee7
}

.bg-lime-50\/20 {
    background-color: #f7fee733
}

.bg-lime-50\/25 {
    background-color: #f7fee740
}

.bg-lime-50\/30 {
    background-color: #f7fee74d
}

.bg-lime-50\/40 {
    background-color: #f7fee766
}

.bg-lime-50\/5 {
    background-color: #f7fee70d
}

.bg-lime-50\/50 {
    background-color: #f7fee780
}

.bg-lime-50\/60 {
    background-color: #f7fee799
}

.bg-lime-50\/70 {
    background-color: #f7fee7b3
}

.bg-lime-50\/75 {
    background-color: #f7fee7bf
}

.bg-lime-50\/80 {
    background-color: #f7fee7cc
}

.bg-lime-50\/90 {
    background-color: #f7fee7e6
}

.bg-lime-50\/95 {
    background-color: #f7fee7f2
}

.bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22/var(--tw-bg-opacity))
}

.bg-lime-500\/0 {
    background-color: #84cc1600
}

.bg-lime-500\/10 {
    background-color: #84cc161a
}

.bg-lime-500\/100 {
    background-color: #84cc16
}

.bg-lime-500\/20 {
    background-color: #84cc1633
}

.bg-lime-500\/25 {
    background-color: #84cc1640
}

.bg-lime-500\/30 {
    background-color: #84cc164d
}

.bg-lime-500\/40 {
    background-color: #84cc1666
}

.bg-lime-500\/5 {
    background-color: #84cc160d
}

.bg-lime-500\/50 {
    background-color: #84cc1680
}

.bg-lime-500\/60 {
    background-color: #84cc1699
}

.bg-lime-500\/70 {
    background-color: #84cc16b3
}

.bg-lime-500\/75 {
    background-color: #84cc16bf
}

.bg-lime-500\/80 {
    background-color: #84cc16cc
}

.bg-lime-500\/90 {
    background-color: #84cc16e6
}

.bg-lime-500\/95 {
    background-color: #84cc16f2
}

.bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13/var(--tw-bg-opacity))
}

.bg-lime-600\/0 {
    background-color: #65a30d00
}

.bg-lime-600\/10 {
    background-color: #65a30d1a
}

.bg-lime-600\/100 {
    background-color: #65a30d
}

.bg-lime-600\/20 {
    background-color: #65a30d33
}

.bg-lime-600\/25 {
    background-color: #65a30d40
}

.bg-lime-600\/30 {
    background-color: #65a30d4d
}

.bg-lime-600\/40 {
    background-color: #65a30d66
}

.bg-lime-600\/5 {
    background-color: #65a30d0d
}

.bg-lime-600\/50 {
    background-color: #65a30d80
}

.bg-lime-600\/60 {
    background-color: #65a30d99
}

.bg-lime-600\/70 {
    background-color: #65a30db3
}

.bg-lime-600\/75 {
    background-color: #65a30dbf
}

.bg-lime-600\/80 {
    background-color: #65a30dcc
}

.bg-lime-600\/90 {
    background-color: #65a30de6
}

.bg-lime-600\/95 {
    background-color: #65a30df2
}

.bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15/var(--tw-bg-opacity))
}

.bg-lime-700\/0 {
    background-color: #4d7c0f00
}

.bg-lime-700\/10 {
    background-color: #4d7c0f1a
}

.bg-lime-700\/100 {
    background-color: #4d7c0f
}

.bg-lime-700\/20 {
    background-color: #4d7c0f33
}

.bg-lime-700\/25 {
    background-color: #4d7c0f40
}

.bg-lime-700\/30 {
    background-color: #4d7c0f4d
}

.bg-lime-700\/40 {
    background-color: #4d7c0f66
}

.bg-lime-700\/5 {
    background-color: #4d7c0f0d
}

.bg-lime-700\/50 {
    background-color: #4d7c0f80
}

.bg-lime-700\/60 {
    background-color: #4d7c0f99
}

.bg-lime-700\/70 {
    background-color: #4d7c0fb3
}

.bg-lime-700\/75 {
    background-color: #4d7c0fbf
}

.bg-lime-700\/80 {
    background-color: #4d7c0fcc
}

.bg-lime-700\/90 {
    background-color: #4d7c0fe6
}

.bg-lime-700\/95 {
    background-color: #4d7c0ff2
}

.bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18/var(--tw-bg-opacity))
}

.bg-lime-800\/0 {
    background-color: #3f621200
}

.bg-lime-800\/10 {
    background-color: #3f62121a
}

.bg-lime-800\/100 {
    background-color: #3f6212
}

.bg-lime-800\/20 {
    background-color: #3f621233
}

.bg-lime-800\/25 {
    background-color: #3f621240
}

.bg-lime-800\/30 {
    background-color: #3f62124d
}

.bg-lime-800\/40 {
    background-color: #3f621266
}

.bg-lime-800\/5 {
    background-color: #3f62120d
}

.bg-lime-800\/50 {
    background-color: #3f621280
}

.bg-lime-800\/60 {
    background-color: #3f621299
}

.bg-lime-800\/70 {
    background-color: #3f6212b3
}

.bg-lime-800\/75 {
    background-color: #3f6212bf
}

.bg-lime-800\/80 {
    background-color: #3f6212cc
}

.bg-lime-800\/90 {
    background-color: #3f6212e6
}

.bg-lime-800\/95 {
    background-color: #3f6212f2
}

.bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20/var(--tw-bg-opacity))
}

.bg-lime-900\/0 {
    background-color: #36531400
}

.bg-lime-900\/10 {
    background-color: #3653141a
}

.bg-lime-900\/100 {
    background-color: #365314
}

.bg-lime-900\/20 {
    background-color: #36531433
}

.bg-lime-900\/25 {
    background-color: #36531440
}

.bg-lime-900\/30 {
    background-color: #3653144d
}

.bg-lime-900\/40 {
    background-color: #36531466
}

.bg-lime-900\/5 {
    background-color: #3653140d
}

.bg-lime-900\/50 {
    background-color: #36531480
}

.bg-lime-900\/60 {
    background-color: #36531499
}

.bg-lime-900\/70 {
    background-color: #365314b3
}

.bg-lime-900\/75 {
    background-color: #365314bf
}

.bg-lime-900\/80 {
    background-color: #365314cc
}

.bg-lime-900\/90 {
    background-color: #365314e6
}

.bg-lime-900\/95 {
    background-color: #365314f2
}

.bg-lime-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5/var(--tw-bg-opacity))
}

.bg-lime-950\/0 {
    background-color: #1a2e0500
}

.bg-lime-950\/10 {
    background-color: #1a2e051a
}

.bg-lime-950\/100 {
    background-color: #1a2e05
}

.bg-lime-950\/20 {
    background-color: #1a2e0533
}

.bg-lime-950\/25 {
    background-color: #1a2e0540
}

.bg-lime-950\/30 {
    background-color: #1a2e054d
}

.bg-lime-950\/40 {
    background-color: #1a2e0566
}

.bg-lime-950\/5 {
    background-color: #1a2e050d
}

.bg-lime-950\/50 {
    background-color: #1a2e0580
}

.bg-lime-950\/60 {
    background-color: #1a2e0599
}

.bg-lime-950\/70 {
    background-color: #1a2e05b3
}

.bg-lime-950\/75 {
    background-color: #1a2e05bf
}

.bg-lime-950\/80 {
    background-color: #1a2e05cc
}

.bg-lime-950\/90 {
    background-color: #1a2e05e6
}

.bg-lime-950\/95 {
    background-color: #1a2e05f2
}

.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.bg-neutral-100\/0 {
    background-color: #f5f5f500
}

.bg-neutral-100\/10 {
    background-color: #f5f5f51a
}

.bg-neutral-100\/100 {
    background-color: #f5f5f5
}

.bg-neutral-100\/20 {
    background-color: #f5f5f533
}

.bg-neutral-100\/25 {
    background-color: #f5f5f540
}

.bg-neutral-100\/30 {
    background-color: #f5f5f54d
}

.bg-neutral-100\/40 {
    background-color: #f5f5f566
}

.bg-neutral-100\/5 {
    background-color: #f5f5f50d
}

.bg-neutral-100\/50 {
    background-color: #f5f5f580
}

.bg-neutral-100\/60 {
    background-color: #f5f5f599
}

.bg-neutral-100\/70 {
    background-color: #f5f5f5b3
}

.bg-neutral-100\/75 {
    background-color: #f5f5f5bf
}

.bg-neutral-100\/80 {
    background-color: #f5f5f5cc
}

.bg-neutral-100\/90 {
    background-color: #f5f5f5e6
}

.bg-neutral-100\/95 {
    background-color: #f5f5f5f2
}

.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229/var(--tw-bg-opacity))
}

.bg-neutral-200\/0 {
    background-color: #e5e5e500
}

.bg-neutral-200\/10 {
    background-color: #e5e5e51a
}

.bg-neutral-200\/100 {
    background-color: #e5e5e5
}

.bg-neutral-200\/20 {
    background-color: #e5e5e533
}

.bg-neutral-200\/25 {
    background-color: #e5e5e540
}

.bg-neutral-200\/30 {
    background-color: #e5e5e54d
}

.bg-neutral-200\/40 {
    background-color: #e5e5e566
}

.bg-neutral-200\/5 {
    background-color: #e5e5e50d
}

.bg-neutral-200\/50 {
    background-color: #e5e5e580
}

.bg-neutral-200\/60 {
    background-color: #e5e5e599
}

.bg-neutral-200\/70 {
    background-color: #e5e5e5b3
}

.bg-neutral-200\/75 {
    background-color: #e5e5e5bf
}

.bg-neutral-200\/80 {
    background-color: #e5e5e5cc
}

.bg-neutral-200\/90 {
    background-color: #e5e5e5e6
}

.bg-neutral-200\/95 {
    background-color: #e5e5e5f2
}

.bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212/var(--tw-bg-opacity))
}

.bg-neutral-300\/0 {
    background-color: #d4d4d400
}

.bg-neutral-300\/10 {
    background-color: #d4d4d41a
}

.bg-neutral-300\/100 {
    background-color: #d4d4d4
}

.bg-neutral-300\/20 {
    background-color: #d4d4d433
}

.bg-neutral-300\/25 {
    background-color: #d4d4d440
}

.bg-neutral-300\/30 {
    background-color: #d4d4d44d
}

.bg-neutral-300\/40 {
    background-color: #d4d4d466
}

.bg-neutral-300\/5 {
    background-color: #d4d4d40d
}

.bg-neutral-300\/50 {
    background-color: #d4d4d480
}

.bg-neutral-300\/60 {
    background-color: #d4d4d499
}

.bg-neutral-300\/70 {
    background-color: #d4d4d4b3
}

.bg-neutral-300\/75 {
    background-color: #d4d4d4bf
}

.bg-neutral-300\/80 {
    background-color: #d4d4d4cc
}

.bg-neutral-300\/90 {
    background-color: #d4d4d4e6
}

.bg-neutral-300\/95 {
    background-color: #d4d4d4f2
}

.bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163/var(--tw-bg-opacity))
}

.bg-neutral-400\/0 {
    background-color: #a3a3a300
}

.bg-neutral-400\/10 {
    background-color: #a3a3a31a
}

.bg-neutral-400\/100 {
    background-color: #a3a3a3
}

.bg-neutral-400\/20 {
    background-color: #a3a3a333
}

.bg-neutral-400\/25 {
    background-color: #a3a3a340
}

.bg-neutral-400\/30 {
    background-color: #a3a3a34d
}

.bg-neutral-400\/40 {
    background-color: #a3a3a366
}

.bg-neutral-400\/5 {
    background-color: #a3a3a30d
}

.bg-neutral-400\/50 {
    background-color: #a3a3a380
}

.bg-neutral-400\/60 {
    background-color: #a3a3a399
}

.bg-neutral-400\/70 {
    background-color: #a3a3a3b3
}

.bg-neutral-400\/75 {
    background-color: #a3a3a3bf
}

.bg-neutral-400\/80 {
    background-color: #a3a3a3cc
}

.bg-neutral-400\/90 {
    background-color: #a3a3a3e6
}

.bg-neutral-400\/95 {
    background-color: #a3a3a3f2
}

.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-neutral-50\/0 {
    background-color: #fafafa00
}

.bg-neutral-50\/10 {
    background-color: #fafafa1a
}

.bg-neutral-50\/100 {
    background-color: #fafafa
}

.bg-neutral-50\/20 {
    background-color: #fafafa33
}

.bg-neutral-50\/25 {
    background-color: #fafafa40
}

.bg-neutral-50\/30 {
    background-color: #fafafa4d
}

.bg-neutral-50\/40 {
    background-color: #fafafa66
}

.bg-neutral-50\/5 {
    background-color: #fafafa0d
}

.bg-neutral-50\/50 {
    background-color: #fafafa80
}

.bg-neutral-50\/60 {
    background-color: #fafafa99
}

.bg-neutral-50\/70 {
    background-color: #fafafab3
}

.bg-neutral-50\/75 {
    background-color: #fafafabf
}

.bg-neutral-50\/80 {
    background-color: #fafafacc
}

.bg-neutral-50\/90 {
    background-color: #fafafae6
}

.bg-neutral-50\/95 {
    background-color: #fafafaf2
}

.bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115/var(--tw-bg-opacity))
}

.bg-neutral-500\/0 {
    background-color: #73737300
}

.bg-neutral-500\/10 {
    background-color: #7373731a
}

.bg-neutral-500\/100 {
    background-color: #737373
}

.bg-neutral-500\/20 {
    background-color: #73737333
}

.bg-neutral-500\/25 {
    background-color: #73737340
}

.bg-neutral-500\/30 {
    background-color: #7373734d
}

.bg-neutral-500\/40 {
    background-color: #73737366
}

.bg-neutral-500\/5 {
    background-color: #7373730d
}

.bg-neutral-500\/50 {
    background-color: #73737380
}

.bg-neutral-500\/60 {
    background-color: #73737399
}

.bg-neutral-500\/70 {
    background-color: #737373b3
}

.bg-neutral-500\/75 {
    background-color: #737373bf
}

.bg-neutral-500\/80 {
    background-color: #737373cc
}

.bg-neutral-500\/90 {
    background-color: #737373e6
}

.bg-neutral-500\/95 {
    background-color: #737373f2
}

.bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82/var(--tw-bg-opacity))
}

.bg-neutral-600\/0 {
    background-color: #52525200
}

.bg-neutral-600\/10 {
    background-color: #5252521a
}

.bg-neutral-600\/100 {
    background-color: #525252
}

.bg-neutral-600\/20 {
    background-color: #52525233
}

.bg-neutral-600\/25 {
    background-color: #52525240
}

.bg-neutral-600\/30 {
    background-color: #5252524d
}

.bg-neutral-600\/40 {
    background-color: #52525266
}

.bg-neutral-600\/5 {
    background-color: #5252520d
}

.bg-neutral-600\/50 {
    background-color: #52525280
}

.bg-neutral-600\/60 {
    background-color: #52525299
}

.bg-neutral-600\/70 {
    background-color: #525252b3
}

.bg-neutral-600\/75 {
    background-color: #525252bf
}

.bg-neutral-600\/80 {
    background-color: #525252cc
}

.bg-neutral-600\/90 {
    background-color: #525252e6
}

.bg-neutral-600\/95 {
    background-color: #525252f2
}

.bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64/var(--tw-bg-opacity))
}

.bg-neutral-700\/0 {
    background-color: #40404000
}

.bg-neutral-700\/10 {
    background-color: #4040401a
}

.bg-neutral-700\/100 {
    background-color: #404040
}

.bg-neutral-700\/20 {
    background-color: #40404033
}

.bg-neutral-700\/25 {
    background-color: #40404040
}

.bg-neutral-700\/30 {
    background-color: #4040404d
}

.bg-neutral-700\/40 {
    background-color: #40404066
}

.bg-neutral-700\/5 {
    background-color: #4040400d
}

.bg-neutral-700\/50 {
    background-color: #40404080
}

.bg-neutral-700\/60 {
    background-color: #40404099
}

.bg-neutral-700\/70 {
    background-color: #404040b3
}

.bg-neutral-700\/75 {
    background-color: #404040bf
}

.bg-neutral-700\/80 {
    background-color: #404040cc
}

.bg-neutral-700\/90 {
    background-color: #404040e6
}

.bg-neutral-700\/95 {
    background-color: #404040f2
}

.bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38/var(--tw-bg-opacity))
}

.bg-neutral-800\/0 {
    background-color: #26262600
}

.bg-neutral-800\/10 {
    background-color: #2626261a
}

.bg-neutral-800\/100 {
    background-color: #262626
}

.bg-neutral-800\/20 {
    background-color: #26262633
}

.bg-neutral-800\/25 {
    background-color: #26262640
}

.bg-neutral-800\/30 {
    background-color: #2626264d
}

.bg-neutral-800\/40 {
    background-color: #26262666
}

.bg-neutral-800\/5 {
    background-color: #2626260d
}

.bg-neutral-800\/50 {
    background-color: #26262680
}

.bg-neutral-800\/60 {
    background-color: #26262699
}

.bg-neutral-800\/70 {
    background-color: #262626b3
}

.bg-neutral-800\/75 {
    background-color: #262626bf
}

.bg-neutral-800\/80 {
    background-color: #262626cc
}

.bg-neutral-800\/90 {
    background-color: #262626e6
}

.bg-neutral-800\/95 {
    background-color: #262626f2
}

.bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23/var(--tw-bg-opacity))
}

.bg-neutral-900\/0 {
    background-color: #17171700
}

.bg-neutral-900\/10 {
    background-color: #1717171a
}

.bg-neutral-900\/100 {
    background-color: #171717
}

.bg-neutral-900\/20 {
    background-color: #17171733
}

.bg-neutral-900\/25 {
    background-color: #17171740
}

.bg-neutral-900\/30 {
    background-color: #1717174d
}

.bg-neutral-900\/40 {
    background-color: #17171766
}

.bg-neutral-900\/5 {
    background-color: #1717170d
}

.bg-neutral-900\/50 {
    background-color: #17171780
}

.bg-neutral-900\/60 {
    background-color: #17171799
}

.bg-neutral-900\/70 {
    background-color: #171717b3
}

.bg-neutral-900\/75 {
    background-color: #171717bf
}

.bg-neutral-900\/80 {
    background-color: #171717cc
}

.bg-neutral-900\/90 {
    background-color: #171717e6
}

.bg-neutral-900\/95 {
    background-color: #171717f2
}

.bg-neutral-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10/var(--tw-bg-opacity))
}

.bg-neutral-950\/0 {
    background-color: #0a0a0a00
}

.bg-neutral-950\/10 {
    background-color: #0a0a0a1a
}

.bg-neutral-950\/100 {
    background-color: #0a0a0a
}

.bg-neutral-950\/20 {
    background-color: #0a0a0a33
}

.bg-neutral-950\/25 {
    background-color: #0a0a0a40
}

.bg-neutral-950\/30 {
    background-color: #0a0a0a4d
}

.bg-neutral-950\/40 {
    background-color: #0a0a0a66
}

.bg-neutral-950\/5 {
    background-color: #0a0a0a0d
}

.bg-neutral-950\/50 {
    background-color: #0a0a0a80
}

.bg-neutral-950\/60 {
    background-color: #0a0a0a99
}

.bg-neutral-950\/70 {
    background-color: #0a0a0ab3
}

.bg-neutral-950\/75 {
    background-color: #0a0a0abf
}

.bg-neutral-950\/80 {
    background-color: #0a0a0acc
}

.bg-neutral-950\/90 {
    background-color: #0a0a0ae6
}

.bg-neutral-950\/95 {
    background-color: #0a0a0af2
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213/var(--tw-bg-opacity))
}

.bg-orange-100\/0 {
    background-color: #ffedd500
}

.bg-orange-100\/10 {
    background-color: #ffedd51a
}

.bg-orange-100\/100 {
    background-color: #ffedd5
}

.bg-orange-100\/20 {
    background-color: #ffedd533
}

.bg-orange-100\/25 {
    background-color: #ffedd540
}

.bg-orange-100\/30 {
    background-color: #ffedd54d
}

.bg-orange-100\/40 {
    background-color: #ffedd566
}

.bg-orange-100\/5 {
    background-color: #ffedd50d
}

.bg-orange-100\/50 {
    background-color: #ffedd580
}

.bg-orange-100\/60 {
    background-color: #ffedd599
}

.bg-orange-100\/70 {
    background-color: #ffedd5b3
}

.bg-orange-100\/75 {
    background-color: #ffedd5bf
}

.bg-orange-100\/80 {
    background-color: #ffedd5cc
}

.bg-orange-100\/90 {
    background-color: #ffedd5e6
}

.bg-orange-100\/95 {
    background-color: #ffedd5f2
}

.bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170/var(--tw-bg-opacity))
}

.bg-orange-200\/0 {
    background-color: #fed7aa00
}

.bg-orange-200\/10 {
    background-color: #fed7aa1a
}

.bg-orange-200\/100 {
    background-color: #fed7aa
}

.bg-orange-200\/20 {
    background-color: #fed7aa33
}

.bg-orange-200\/25 {
    background-color: #fed7aa40
}

.bg-orange-200\/30 {
    background-color: #fed7aa4d
}

.bg-orange-200\/40 {
    background-color: #fed7aa66
}

.bg-orange-200\/5 {
    background-color: #fed7aa0d
}

.bg-orange-200\/50 {
    background-color: #fed7aa80
}

.bg-orange-200\/60 {
    background-color: #fed7aa99
}

.bg-orange-200\/70 {
    background-color: #fed7aab3
}

.bg-orange-200\/75 {
    background-color: #fed7aabf
}

.bg-orange-200\/80 {
    background-color: #fed7aacc
}

.bg-orange-200\/90 {
    background-color: #fed7aae6
}

.bg-orange-200\/95 {
    background-color: #fed7aaf2
}

.bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116/var(--tw-bg-opacity))
}

.bg-orange-300\/0 {
    background-color: #fdba7400
}

.bg-orange-300\/10 {
    background-color: #fdba741a
}

.bg-orange-300\/100 {
    background-color: #fdba74
}

.bg-orange-300\/20 {
    background-color: #fdba7433
}

.bg-orange-300\/25 {
    background-color: #fdba7440
}

.bg-orange-300\/30 {
    background-color: #fdba744d
}

.bg-orange-300\/40 {
    background-color: #fdba7466
}

.bg-orange-300\/5 {
    background-color: #fdba740d
}

.bg-orange-300\/50 {
    background-color: #fdba7480
}

.bg-orange-300\/60 {
    background-color: #fdba7499
}

.bg-orange-300\/70 {
    background-color: #fdba74b3
}

.bg-orange-300\/75 {
    background-color: #fdba74bf
}

.bg-orange-300\/80 {
    background-color: #fdba74cc
}

.bg-orange-300\/90 {
    background-color: #fdba74e6
}

.bg-orange-300\/95 {
    background-color: #fdba74f2
}

.bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60/var(--tw-bg-opacity))
}

.bg-orange-400\/0 {
    background-color: #fb923c00
}

.bg-orange-400\/10 {
    background-color: #fb923c1a
}

.bg-orange-400\/100 {
    background-color: #fb923c
}

.bg-orange-400\/20 {
    background-color: #fb923c33
}

.bg-orange-400\/25 {
    background-color: #fb923c40
}

.bg-orange-400\/30 {
    background-color: #fb923c4d
}

.bg-orange-400\/40 {
    background-color: #fb923c66
}

.bg-orange-400\/5 {
    background-color: #fb923c0d
}

.bg-orange-400\/50 {
    background-color: #fb923c80
}

.bg-orange-400\/60 {
    background-color: #fb923c99
}

.bg-orange-400\/70 {
    background-color: #fb923cb3
}

.bg-orange-400\/75 {
    background-color: #fb923cbf
}

.bg-orange-400\/80 {
    background-color: #fb923ccc
}

.bg-orange-400\/90 {
    background-color: #fb923ce6
}

.bg-orange-400\/95 {
    background-color: #fb923cf2
}

.bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237/var(--tw-bg-opacity))
}

.bg-orange-50\/0 {
    background-color: #fff7ed00
}

.bg-orange-50\/10 {
    background-color: #fff7ed1a
}

.bg-orange-50\/100 {
    background-color: #fff7ed
}

.bg-orange-50\/20 {
    background-color: #fff7ed33
}

.bg-orange-50\/25 {
    background-color: #fff7ed40
}

.bg-orange-50\/30 {
    background-color: #fff7ed4d
}

.bg-orange-50\/40 {
    background-color: #fff7ed66
}

.bg-orange-50\/5 {
    background-color: #fff7ed0d
}

.bg-orange-50\/50 {
    background-color: #fff7ed80
}

.bg-orange-50\/60 {
    background-color: #fff7ed99
}

.bg-orange-50\/70 {
    background-color: #fff7edb3
}

.bg-orange-50\/75 {
    background-color: #fff7edbf
}

.bg-orange-50\/80 {
    background-color: #fff7edcc
}

.bg-orange-50\/90 {
    background-color: #fff7ede6
}

.bg-orange-50\/95 {
    background-color: #fff7edf2
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity))
}

.bg-orange-500\/0 {
    background-color: #f9731600
}

.bg-orange-500\/10 {
    background-color: #f973161a
}

.bg-orange-500\/100 {
    background-color: #f97316
}

.bg-orange-500\/20 {
    background-color: #f9731633
}

.bg-orange-500\/25 {
    background-color: #f9731640
}

.bg-orange-500\/30 {
    background-color: #f973164d
}

.bg-orange-500\/40 {
    background-color: #f9731666
}

.bg-orange-500\/5 {
    background-color: #f973160d
}

.bg-orange-500\/50 {
    background-color: #f9731680
}

.bg-orange-500\/60 {
    background-color: #f9731699
}

.bg-orange-500\/70 {
    background-color: #f97316b3
}

.bg-orange-500\/75 {
    background-color: #f97316bf
}

.bg-orange-500\/80 {
    background-color: #f97316cc
}

.bg-orange-500\/90 {
    background-color: #f97316e6
}

.bg-orange-500\/95 {
    background-color: #f97316f2
}

.bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12/var(--tw-bg-opacity))
}

.bg-orange-600\/0 {
    background-color: #ea580c00
}

.bg-orange-600\/10 {
    background-color: #ea580c1a
}

.bg-orange-600\/100 {
    background-color: #ea580c
}

.bg-orange-600\/20 {
    background-color: #ea580c33
}

.bg-orange-600\/25 {
    background-color: #ea580c40
}

.bg-orange-600\/30 {
    background-color: #ea580c4d
}

.bg-orange-600\/40 {
    background-color: #ea580c66
}

.bg-orange-600\/5 {
    background-color: #ea580c0d
}

.bg-orange-600\/50 {
    background-color: #ea580c80
}

.bg-orange-600\/60 {
    background-color: #ea580c99
}

.bg-orange-600\/70 {
    background-color: #ea580cb3
}

.bg-orange-600\/75 {
    background-color: #ea580cbf
}

.bg-orange-600\/80 {
    background-color: #ea580ccc
}

.bg-orange-600\/90 {
    background-color: #ea580ce6
}

.bg-orange-600\/95 {
    background-color: #ea580cf2
}

.bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12/var(--tw-bg-opacity))
}

.bg-orange-700\/0 {
    background-color: #c2410c00
}

.bg-orange-700\/10 {
    background-color: #c2410c1a
}

.bg-orange-700\/100 {
    background-color: #c2410c
}

.bg-orange-700\/20 {
    background-color: #c2410c33
}

.bg-orange-700\/25 {
    background-color: #c2410c40
}

.bg-orange-700\/30 {
    background-color: #c2410c4d
}

.bg-orange-700\/40 {
    background-color: #c2410c66
}

.bg-orange-700\/5 {
    background-color: #c2410c0d
}

.bg-orange-700\/50 {
    background-color: #c2410c80
}

.bg-orange-700\/60 {
    background-color: #c2410c99
}

.bg-orange-700\/70 {
    background-color: #c2410cb3
}

.bg-orange-700\/75 {
    background-color: #c2410cbf
}

.bg-orange-700\/80 {
    background-color: #c2410ccc
}

.bg-orange-700\/90 {
    background-color: #c2410ce6
}

.bg-orange-700\/95 {
    background-color: #c2410cf2
}

.bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18/var(--tw-bg-opacity))
}

.bg-orange-800\/0 {
    background-color: #9a341200
}

.bg-orange-800\/10 {
    background-color: #9a34121a
}

.bg-orange-800\/100 {
    background-color: #9a3412
}

.bg-orange-800\/20 {
    background-color: #9a341233
}

.bg-orange-800\/25 {
    background-color: #9a341240
}

.bg-orange-800\/30 {
    background-color: #9a34124d
}

.bg-orange-800\/40 {
    background-color: #9a341266
}

.bg-orange-800\/5 {
    background-color: #9a34120d
}

.bg-orange-800\/50 {
    background-color: #9a341280
}

.bg-orange-800\/60 {
    background-color: #9a341299
}

.bg-orange-800\/70 {
    background-color: #9a3412b3
}

.bg-orange-800\/75 {
    background-color: #9a3412bf
}

.bg-orange-800\/80 {
    background-color: #9a3412cc
}

.bg-orange-800\/90 {
    background-color: #9a3412e6
}

.bg-orange-800\/95 {
    background-color: #9a3412f2
}

.bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18/var(--tw-bg-opacity))
}

.bg-orange-900\/0 {
    background-color: #7c2d1200
}

.bg-orange-900\/10 {
    background-color: #7c2d121a
}

.bg-orange-900\/100 {
    background-color: #7c2d12
}

.bg-orange-900\/20 {
    background-color: #7c2d1233
}

.bg-orange-900\/25 {
    background-color: #7c2d1240
}

.bg-orange-900\/30 {
    background-color: #7c2d124d
}

.bg-orange-900\/40 {
    background-color: #7c2d1266
}

.bg-orange-900\/5 {
    background-color: #7c2d120d
}

.bg-orange-900\/50 {
    background-color: #7c2d1280
}

.bg-orange-900\/60 {
    background-color: #7c2d1299
}

.bg-orange-900\/70 {
    background-color: #7c2d12b3
}

.bg-orange-900\/75 {
    background-color: #7c2d12bf
}

.bg-orange-900\/80 {
    background-color: #7c2d12cc
}

.bg-orange-900\/90 {
    background-color: #7c2d12e6
}

.bg-orange-900\/95 {
    background-color: #7c2d12f2
}

.bg-orange-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7/var(--tw-bg-opacity))
}

.bg-orange-950\/0 {
    background-color: #43140700
}

.bg-orange-950\/10 {
    background-color: #4314071a
}

.bg-orange-950\/100 {
    background-color: #431407
}

.bg-orange-950\/20 {
    background-color: #43140733
}

.bg-orange-950\/25 {
    background-color: #43140740
}

.bg-orange-950\/30 {
    background-color: #4314074d
}

.bg-orange-950\/40 {
    background-color: #43140766
}

.bg-orange-950\/5 {
    background-color: #4314070d
}

.bg-orange-950\/50 {
    background-color: #43140780
}

.bg-orange-950\/60 {
    background-color: #43140799
}

.bg-orange-950\/70 {
    background-color: #431407b3
}

.bg-orange-950\/75 {
    background-color: #431407bf
}

.bg-orange-950\/80 {
    background-color: #431407cc
}

.bg-orange-950\/90 {
    background-color: #431407e6
}

.bg-orange-950\/95 {
    background-color: #431407f2
}

.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243/var(--tw-bg-opacity))
}

.bg-pink-100\/0 {
    background-color: #fce7f300
}

.bg-pink-100\/10 {
    background-color: #fce7f31a
}

.bg-pink-100\/100 {
    background-color: #fce7f3
}

.bg-pink-100\/20 {
    background-color: #fce7f333
}

.bg-pink-100\/25 {
    background-color: #fce7f340
}

.bg-pink-100\/30 {
    background-color: #fce7f34d
}

.bg-pink-100\/40 {
    background-color: #fce7f366
}

.bg-pink-100\/5 {
    background-color: #fce7f30d
}

.bg-pink-100\/50 {
    background-color: #fce7f380
}

.bg-pink-100\/60 {
    background-color: #fce7f399
}

.bg-pink-100\/70 {
    background-color: #fce7f3b3
}

.bg-pink-100\/75 {
    background-color: #fce7f3bf
}

.bg-pink-100\/80 {
    background-color: #fce7f3cc
}

.bg-pink-100\/90 {
    background-color: #fce7f3e6
}

.bg-pink-100\/95 {
    background-color: #fce7f3f2
}

.bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232/var(--tw-bg-opacity))
}

.bg-pink-200\/0 {
    background-color: #fbcfe800
}

.bg-pink-200\/10 {
    background-color: #fbcfe81a
}

.bg-pink-200\/100 {
    background-color: #fbcfe8
}

.bg-pink-200\/20 {
    background-color: #fbcfe833
}

.bg-pink-200\/25 {
    background-color: #fbcfe840
}

.bg-pink-200\/30 {
    background-color: #fbcfe84d
}

.bg-pink-200\/40 {
    background-color: #fbcfe866
}

.bg-pink-200\/5 {
    background-color: #fbcfe80d
}

.bg-pink-200\/50 {
    background-color: #fbcfe880
}

.bg-pink-200\/60 {
    background-color: #fbcfe899
}

.bg-pink-200\/70 {
    background-color: #fbcfe8b3
}

.bg-pink-200\/75 {
    background-color: #fbcfe8bf
}

.bg-pink-200\/80 {
    background-color: #fbcfe8cc
}

.bg-pink-200\/90 {
    background-color: #fbcfe8e6
}

.bg-pink-200\/95 {
    background-color: #fbcfe8f2
}

.bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212/var(--tw-bg-opacity))
}

.bg-pink-300\/0 {
    background-color: #f9a8d400
}

.bg-pink-300\/10 {
    background-color: #f9a8d41a
}

.bg-pink-300\/100 {
    background-color: #f9a8d4
}

.bg-pink-300\/20 {
    background-color: #f9a8d433
}

.bg-pink-300\/25 {
    background-color: #f9a8d440
}

.bg-pink-300\/30 {
    background-color: #f9a8d44d
}

.bg-pink-300\/40 {
    background-color: #f9a8d466
}

.bg-pink-300\/5 {
    background-color: #f9a8d40d
}

.bg-pink-300\/50 {
    background-color: #f9a8d480
}

.bg-pink-300\/60 {
    background-color: #f9a8d499
}

.bg-pink-300\/70 {
    background-color: #f9a8d4b3
}

.bg-pink-300\/75 {
    background-color: #f9a8d4bf
}

.bg-pink-300\/80 {
    background-color: #f9a8d4cc
}

.bg-pink-300\/90 {
    background-color: #f9a8d4e6
}

.bg-pink-300\/95 {
    background-color: #f9a8d4f2
}

.bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182/var(--tw-bg-opacity))
}

.bg-pink-400\/0 {
    background-color: #f472b600
}

.bg-pink-400\/10 {
    background-color: #f472b61a
}

.bg-pink-400\/100 {
    background-color: #f472b6
}

.bg-pink-400\/20 {
    background-color: #f472b633
}

.bg-pink-400\/25 {
    background-color: #f472b640
}

.bg-pink-400\/30 {
    background-color: #f472b64d
}

.bg-pink-400\/40 {
    background-color: #f472b666
}

.bg-pink-400\/5 {
    background-color: #f472b60d
}

.bg-pink-400\/50 {
    background-color: #f472b680
}

.bg-pink-400\/60 {
    background-color: #f472b699
}

.bg-pink-400\/70 {
    background-color: #f472b6b3
}

.bg-pink-400\/75 {
    background-color: #f472b6bf
}

.bg-pink-400\/80 {
    background-color: #f472b6cc
}

.bg-pink-400\/90 {
    background-color: #f472b6e6
}

.bg-pink-400\/95 {
    background-color: #f472b6f2
}

.bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248/var(--tw-bg-opacity))
}

.bg-pink-50\/0 {
    background-color: #fdf2f800
}

.bg-pink-50\/10 {
    background-color: #fdf2f81a
}

.bg-pink-50\/100 {
    background-color: #fdf2f8
}

.bg-pink-50\/20 {
    background-color: #fdf2f833
}

.bg-pink-50\/25 {
    background-color: #fdf2f840
}

.bg-pink-50\/30 {
    background-color: #fdf2f84d
}

.bg-pink-50\/40 {
    background-color: #fdf2f866
}

.bg-pink-50\/5 {
    background-color: #fdf2f80d
}

.bg-pink-50\/50 {
    background-color: #fdf2f880
}

.bg-pink-50\/60 {
    background-color: #fdf2f899
}

.bg-pink-50\/70 {
    background-color: #fdf2f8b3
}

.bg-pink-50\/75 {
    background-color: #fdf2f8bf
}

.bg-pink-50\/80 {
    background-color: #fdf2f8cc
}

.bg-pink-50\/90 {
    background-color: #fdf2f8e6
}

.bg-pink-50\/95 {
    background-color: #fdf2f8f2
}

.bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153/var(--tw-bg-opacity))
}

.bg-pink-500\/0 {
    background-color: #ec489900
}

.bg-pink-500\/10 {
    background-color: #ec48991a
}

.bg-pink-500\/100 {
    background-color: #ec4899
}

.bg-pink-500\/20 {
    background-color: #ec489933
}

.bg-pink-500\/25 {
    background-color: #ec489940
}

.bg-pink-500\/30 {
    background-color: #ec48994d
}

.bg-pink-500\/40 {
    background-color: #ec489966
}

.bg-pink-500\/5 {
    background-color: #ec48990d
}

.bg-pink-500\/50 {
    background-color: #ec489980
}

.bg-pink-500\/60 {
    background-color: #ec489999
}

.bg-pink-500\/70 {
    background-color: #ec4899b3
}

.bg-pink-500\/75 {
    background-color: #ec4899bf
}

.bg-pink-500\/80 {
    background-color: #ec4899cc
}

.bg-pink-500\/90 {
    background-color: #ec4899e6
}

.bg-pink-500\/95 {
    background-color: #ec4899f2
}

.bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119/var(--tw-bg-opacity))
}

.bg-pink-600\/0 {
    background-color: #db277700
}

.bg-pink-600\/10 {
    background-color: #db27771a
}

.bg-pink-600\/100 {
    background-color: #db2777
}

.bg-pink-600\/20 {
    background-color: #db277733
}

.bg-pink-600\/25 {
    background-color: #db277740
}

.bg-pink-600\/30 {
    background-color: #db27774d
}

.bg-pink-600\/40 {
    background-color: #db277766
}

.bg-pink-600\/5 {
    background-color: #db27770d
}

.bg-pink-600\/50 {
    background-color: #db277780
}

.bg-pink-600\/60 {
    background-color: #db277799
}

.bg-pink-600\/70 {
    background-color: #db2777b3
}

.bg-pink-600\/75 {
    background-color: #db2777bf
}

.bg-pink-600\/80 {
    background-color: #db2777cc
}

.bg-pink-600\/90 {
    background-color: #db2777e6
}

.bg-pink-600\/95 {
    background-color: #db2777f2
}

.bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93/var(--tw-bg-opacity))
}

.bg-pink-700\/0 {
    background-color: #be185d00
}

.bg-pink-700\/10 {
    background-color: #be185d1a
}

.bg-pink-700\/100 {
    background-color: #be185d
}

.bg-pink-700\/20 {
    background-color: #be185d33
}

.bg-pink-700\/25 {
    background-color: #be185d40
}

.bg-pink-700\/30 {
    background-color: #be185d4d
}

.bg-pink-700\/40 {
    background-color: #be185d66
}

.bg-pink-700\/5 {
    background-color: #be185d0d
}

.bg-pink-700\/50 {
    background-color: #be185d80
}

.bg-pink-700\/60 {
    background-color: #be185d99
}

.bg-pink-700\/70 {
    background-color: #be185db3
}

.bg-pink-700\/75 {
    background-color: #be185dbf
}

.bg-pink-700\/80 {
    background-color: #be185dcc
}

.bg-pink-700\/90 {
    background-color: #be185de6
}

.bg-pink-700\/95 {
    background-color: #be185df2
}

.bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77/var(--tw-bg-opacity))
}

.bg-pink-800\/0 {
    background-color: #9d174d00
}

.bg-pink-800\/10 {
    background-color: #9d174d1a
}

.bg-pink-800\/100 {
    background-color: #9d174d
}

.bg-pink-800\/20 {
    background-color: #9d174d33
}

.bg-pink-800\/25 {
    background-color: #9d174d40
}

.bg-pink-800\/30 {
    background-color: #9d174d4d
}

.bg-pink-800\/40 {
    background-color: #9d174d66
}

.bg-pink-800\/5 {
    background-color: #9d174d0d
}

.bg-pink-800\/50 {
    background-color: #9d174d80
}

.bg-pink-800\/60 {
    background-color: #9d174d99
}

.bg-pink-800\/70 {
    background-color: #9d174db3
}

.bg-pink-800\/75 {
    background-color: #9d174dbf
}

.bg-pink-800\/80 {
    background-color: #9d174dcc
}

.bg-pink-800\/90 {
    background-color: #9d174de6
}

.bg-pink-800\/95 {
    background-color: #9d174df2
}

.bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67/var(--tw-bg-opacity))
}

.bg-pink-900\/0 {
    background-color: #83184300
}

.bg-pink-900\/10 {
    background-color: #8318431a
}

.bg-pink-900\/100 {
    background-color: #831843
}

.bg-pink-900\/20 {
    background-color: #83184333
}

.bg-pink-900\/25 {
    background-color: #83184340
}

.bg-pink-900\/30 {
    background-color: #8318434d
}

.bg-pink-900\/40 {
    background-color: #83184366
}

.bg-pink-900\/5 {
    background-color: #8318430d
}

.bg-pink-900\/50 {
    background-color: #83184380
}

.bg-pink-900\/60 {
    background-color: #83184399
}

.bg-pink-900\/70 {
    background-color: #831843b3
}

.bg-pink-900\/75 {
    background-color: #831843bf
}

.bg-pink-900\/80 {
    background-color: #831843cc
}

.bg-pink-900\/90 {
    background-color: #831843e6
}

.bg-pink-900\/95 {
    background-color: #831843f2
}

.bg-pink-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36/var(--tw-bg-opacity))
}

.bg-pink-950\/0 {
    background-color: #50072400
}

.bg-pink-950\/10 {
    background-color: #5007241a
}

.bg-pink-950\/100 {
    background-color: #500724
}

.bg-pink-950\/20 {
    background-color: #50072433
}

.bg-pink-950\/25 {
    background-color: #50072440
}

.bg-pink-950\/30 {
    background-color: #5007244d
}

.bg-pink-950\/40 {
    background-color: #50072466
}

.bg-pink-950\/5 {
    background-color: #5007240d
}

.bg-pink-950\/50 {
    background-color: #50072480
}

.bg-pink-950\/60 {
    background-color: #50072499
}

.bg-pink-950\/70 {
    background-color: #500724b3
}

.bg-pink-950\/75 {
    background-color: #500724bf
}

.bg-pink-950\/80 {
    background-color: #500724cc
}

.bg-pink-950\/90 {
    background-color: #500724e6
}

.bg-pink-950\/95 {
    background-color: #500724f2
}

.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255/var(--tw-bg-opacity))
}

.bg-purple-100\/0 {
    background-color: #f3e8ff00
}

.bg-purple-100\/10 {
    background-color: #f3e8ff1a
}

.bg-purple-100\/100 {
    background-color: #f3e8ff
}

.bg-purple-100\/20 {
    background-color: #f3e8ff33
}

.bg-purple-100\/25 {
    background-color: #f3e8ff40
}

.bg-purple-100\/30 {
    background-color: #f3e8ff4d
}

.bg-purple-100\/40 {
    background-color: #f3e8ff66
}

.bg-purple-100\/5 {
    background-color: #f3e8ff0d
}

.bg-purple-100\/50 {
    background-color: #f3e8ff80
}

.bg-purple-100\/60 {
    background-color: #f3e8ff99
}

.bg-purple-100\/70 {
    background-color: #f3e8ffb3
}

.bg-purple-100\/75 {
    background-color: #f3e8ffbf
}

.bg-purple-100\/80 {
    background-color: #f3e8ffcc
}

.bg-purple-100\/90 {
    background-color: #f3e8ffe6
}

.bg-purple-100\/95 {
    background-color: #f3e8fff2
}

.bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255/var(--tw-bg-opacity))
}

.bg-purple-200\/0 {
    background-color: #e9d5ff00
}

.bg-purple-200\/10 {
    background-color: #e9d5ff1a
}

.bg-purple-200\/100 {
    background-color: #e9d5ff
}

.bg-purple-200\/20 {
    background-color: #e9d5ff33
}

.bg-purple-200\/25 {
    background-color: #e9d5ff40
}

.bg-purple-200\/30 {
    background-color: #e9d5ff4d
}

.bg-purple-200\/40 {
    background-color: #e9d5ff66
}

.bg-purple-200\/5 {
    background-color: #e9d5ff0d
}

.bg-purple-200\/50 {
    background-color: #e9d5ff80
}

.bg-purple-200\/60 {
    background-color: #e9d5ff99
}

.bg-purple-200\/70 {
    background-color: #e9d5ffb3
}

.bg-purple-200\/75 {
    background-color: #e9d5ffbf
}

.bg-purple-200\/80 {
    background-color: #e9d5ffcc
}

.bg-purple-200\/90 {
    background-color: #e9d5ffe6
}

.bg-purple-200\/95 {
    background-color: #e9d5fff2
}

.bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254/var(--tw-bg-opacity))
}

.bg-purple-300\/0 {
    background-color: #d8b4fe00
}

.bg-purple-300\/10 {
    background-color: #d8b4fe1a
}

.bg-purple-300\/100 {
    background-color: #d8b4fe
}

.bg-purple-300\/20 {
    background-color: #d8b4fe33
}

.bg-purple-300\/25 {
    background-color: #d8b4fe40
}

.bg-purple-300\/30 {
    background-color: #d8b4fe4d
}

.bg-purple-300\/40 {
    background-color: #d8b4fe66
}

.bg-purple-300\/5 {
    background-color: #d8b4fe0d
}

.bg-purple-300\/50 {
    background-color: #d8b4fe80
}

.bg-purple-300\/60 {
    background-color: #d8b4fe99
}

.bg-purple-300\/70 {
    background-color: #d8b4feb3
}

.bg-purple-300\/75 {
    background-color: #d8b4febf
}

.bg-purple-300\/80 {
    background-color: #d8b4fecc
}

.bg-purple-300\/90 {
    background-color: #d8b4fee6
}

.bg-purple-300\/95 {
    background-color: #d8b4fef2
}

.bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252/var(--tw-bg-opacity))
}

.bg-purple-400\/0 {
    background-color: #c084fc00
}

.bg-purple-400\/10 {
    background-color: #c084fc1a
}

.bg-purple-400\/100 {
    background-color: #c084fc
}

.bg-purple-400\/20 {
    background-color: #c084fc33
}

.bg-purple-400\/25 {
    background-color: #c084fc40
}

.bg-purple-400\/30 {
    background-color: #c084fc4d
}

.bg-purple-400\/40 {
    background-color: #c084fc66
}

.bg-purple-400\/5 {
    background-color: #c084fc0d
}

.bg-purple-400\/50 {
    background-color: #c084fc80
}

.bg-purple-400\/60 {
    background-color: #c084fc99
}

.bg-purple-400\/70 {
    background-color: #c084fcb3
}

.bg-purple-400\/75 {
    background-color: #c084fcbf
}

.bg-purple-400\/80 {
    background-color: #c084fccc
}

.bg-purple-400\/90 {
    background-color: #c084fce6
}

.bg-purple-400\/95 {
    background-color: #c084fcf2
}

.bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255/var(--tw-bg-opacity))
}

.bg-purple-50\/0 {
    background-color: #faf5ff00
}

.bg-purple-50\/10 {
    background-color: #faf5ff1a
}

.bg-purple-50\/100 {
    background-color: #faf5ff
}

.bg-purple-50\/20 {
    background-color: #faf5ff33
}

.bg-purple-50\/25 {
    background-color: #faf5ff40
}

.bg-purple-50\/30 {
    background-color: #faf5ff4d
}

.bg-purple-50\/40 {
    background-color: #faf5ff66
}

.bg-purple-50\/5 {
    background-color: #faf5ff0d
}

.bg-purple-50\/50 {
    background-color: #faf5ff80
}

.bg-purple-50\/60 {
    background-color: #faf5ff99
}

.bg-purple-50\/70 {
    background-color: #faf5ffb3
}

.bg-purple-50\/75 {
    background-color: #faf5ffbf
}

.bg-purple-50\/80 {
    background-color: #faf5ffcc
}

.bg-purple-50\/90 {
    background-color: #faf5ffe6
}

.bg-purple-50\/95 {
    background-color: #faf5fff2
}

.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247/var(--tw-bg-opacity))
}

.bg-purple-500\/0 {
    background-color: #a855f700
}

.bg-purple-500\/10 {
    background-color: #a855f71a
}

.bg-purple-500\/100 {
    background-color: #a855f7
}

.bg-purple-500\/20 {
    background-color: #a855f733
}

.bg-purple-500\/25 {
    background-color: #a855f740
}

.bg-purple-500\/30 {
    background-color: #a855f74d
}

.bg-purple-500\/40 {
    background-color: #a855f766
}

.bg-purple-500\/5 {
    background-color: #a855f70d
}

.bg-purple-500\/50 {
    background-color: #a855f780
}

.bg-purple-500\/60 {
    background-color: #a855f799
}

.bg-purple-500\/70 {
    background-color: #a855f7b3
}

.bg-purple-500\/75 {
    background-color: #a855f7bf
}

.bg-purple-500\/80 {
    background-color: #a855f7cc
}

.bg-purple-500\/90 {
    background-color: #a855f7e6
}

.bg-purple-500\/95 {
    background-color: #a855f7f2
}

.bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234/var(--tw-bg-opacity))
}

.bg-purple-600\/0 {
    background-color: #9333ea00
}

.bg-purple-600\/10 {
    background-color: #9333ea1a
}

.bg-purple-600\/100 {
    background-color: #9333ea
}

.bg-purple-600\/20 {
    background-color: #9333ea33
}

.bg-purple-600\/25 {
    background-color: #9333ea40
}

.bg-purple-600\/30 {
    background-color: #9333ea4d
}

.bg-purple-600\/40 {
    background-color: #9333ea66
}

.bg-purple-600\/5 {
    background-color: #9333ea0d
}

.bg-purple-600\/50 {
    background-color: #9333ea80
}

.bg-purple-600\/60 {
    background-color: #9333ea99
}

.bg-purple-600\/70 {
    background-color: #9333eab3
}

.bg-purple-600\/75 {
    background-color: #9333eabf
}

.bg-purple-600\/80 {
    background-color: #9333eacc
}

.bg-purple-600\/90 {
    background-color: #9333eae6
}

.bg-purple-600\/95 {
    background-color: #9333eaf2
}

.bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206/var(--tw-bg-opacity))
}

.bg-purple-700\/0 {
    background-color: #7e22ce00
}

.bg-purple-700\/10 {
    background-color: #7e22ce1a
}

.bg-purple-700\/100 {
    background-color: #7e22ce
}

.bg-purple-700\/20 {
    background-color: #7e22ce33
}

.bg-purple-700\/25 {
    background-color: #7e22ce40
}

.bg-purple-700\/30 {
    background-color: #7e22ce4d
}

.bg-purple-700\/40 {
    background-color: #7e22ce66
}

.bg-purple-700\/5 {
    background-color: #7e22ce0d
}

.bg-purple-700\/50 {
    background-color: #7e22ce80
}

.bg-purple-700\/60 {
    background-color: #7e22ce99
}

.bg-purple-700\/70 {
    background-color: #7e22ceb3
}

.bg-purple-700\/75 {
    background-color: #7e22cebf
}

.bg-purple-700\/80 {
    background-color: #7e22cecc
}

.bg-purple-700\/90 {
    background-color: #7e22cee6
}

.bg-purple-700\/95 {
    background-color: #7e22cef2
}

.bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168/var(--tw-bg-opacity))
}

.bg-purple-800\/0 {
    background-color: #6b21a800
}

.bg-purple-800\/10 {
    background-color: #6b21a81a
}

.bg-purple-800\/100 {
    background-color: #6b21a8
}

.bg-purple-800\/20 {
    background-color: #6b21a833
}

.bg-purple-800\/25 {
    background-color: #6b21a840
}

.bg-purple-800\/30 {
    background-color: #6b21a84d
}

.bg-purple-800\/40 {
    background-color: #6b21a866
}

.bg-purple-800\/5 {
    background-color: #6b21a80d
}

.bg-purple-800\/50 {
    background-color: #6b21a880
}

.bg-purple-800\/60 {
    background-color: #6b21a899
}

.bg-purple-800\/70 {
    background-color: #6b21a8b3
}

.bg-purple-800\/75 {
    background-color: #6b21a8bf
}

.bg-purple-800\/80 {
    background-color: #6b21a8cc
}

.bg-purple-800\/90 {
    background-color: #6b21a8e6
}

.bg-purple-800\/95 {
    background-color: #6b21a8f2
}

.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135/var(--tw-bg-opacity))
}

.bg-purple-900\/0 {
    background-color: #581c8700
}

.bg-purple-900\/10 {
    background-color: #581c871a
}

.bg-purple-900\/100 {
    background-color: #581c87
}

.bg-purple-900\/20 {
    background-color: #581c8733
}

.bg-purple-900\/25 {
    background-color: #581c8740
}

.bg-purple-900\/30 {
    background-color: #581c874d
}

.bg-purple-900\/40 {
    background-color: #581c8766
}

.bg-purple-900\/5 {
    background-color: #581c870d
}

.bg-purple-900\/50 {
    background-color: #581c8780
}

.bg-purple-900\/60 {
    background-color: #581c8799
}

.bg-purple-900\/70 {
    background-color: #581c87b3
}

.bg-purple-900\/75 {
    background-color: #581c87bf
}

.bg-purple-900\/80 {
    background-color: #581c87cc
}

.bg-purple-900\/90 {
    background-color: #581c87e6
}

.bg-purple-900\/95 {
    background-color: #581c87f2
}

.bg-purple-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100/var(--tw-bg-opacity))
}

.bg-purple-950\/0 {
    background-color: #3b076400
}

.bg-purple-950\/10 {
    background-color: #3b07641a
}

.bg-purple-950\/100 {
    background-color: #3b0764
}

.bg-purple-950\/20 {
    background-color: #3b076433
}

.bg-purple-950\/25 {
    background-color: #3b076440
}

.bg-purple-950\/30 {
    background-color: #3b07644d
}

.bg-purple-950\/40 {
    background-color: #3b076466
}

.bg-purple-950\/5 {
    background-color: #3b07640d
}

.bg-purple-950\/50 {
    background-color: #3b076480
}

.bg-purple-950\/60 {
    background-color: #3b076499
}

.bg-purple-950\/70 {
    background-color: #3b0764b3
}

.bg-purple-950\/75 {
    background-color: #3b0764bf
}

.bg-purple-950\/80 {
    background-color: #3b0764cc
}

.bg-purple-950\/90 {
    background-color: #3b0764e6
}

.bg-purple-950\/95 {
    background-color: #3b0764f2
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226/var(--tw-bg-opacity))
}

.bg-red-100\/0 {
    background-color: #fee2e200
}

.bg-red-100\/10 {
    background-color: #fee2e21a
}

.bg-red-100\/100 {
    background-color: #fee2e2
}

.bg-red-100\/20 {
    background-color: #fee2e233
}

.bg-red-100\/25 {
    background-color: #fee2e240
}

.bg-red-100\/30 {
    background-color: #fee2e24d
}

.bg-red-100\/40 {
    background-color: #fee2e266
}

.bg-red-100\/5 {
    background-color: #fee2e20d
}

.bg-red-100\/50 {
    background-color: #fee2e280
}

.bg-red-100\/60 {
    background-color: #fee2e299
}

.bg-red-100\/70 {
    background-color: #fee2e2b3
}

.bg-red-100\/75 {
    background-color: #fee2e2bf
}

.bg-red-100\/80 {
    background-color: #fee2e2cc
}

.bg-red-100\/90 {
    background-color: #fee2e2e6
}

.bg-red-100\/95 {
    background-color: #fee2e2f2
}

.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202/var(--tw-bg-opacity))
}

.bg-red-200\/0 {
    background-color: #fecaca00
}

.bg-red-200\/10 {
    background-color: #fecaca1a
}

.bg-red-200\/100 {
    background-color: #fecaca
}

.bg-red-200\/20 {
    background-color: #fecaca33
}

.bg-red-200\/25 {
    background-color: #fecaca40
}

.bg-red-200\/30 {
    background-color: #fecaca4d
}

.bg-red-200\/40 {
    background-color: #fecaca66
}

.bg-red-200\/5 {
    background-color: #fecaca0d
}

.bg-red-200\/50 {
    background-color: #fecaca80
}

.bg-red-200\/60 {
    background-color: #fecaca99
}

.bg-red-200\/70 {
    background-color: #fecacab3
}

.bg-red-200\/75 {
    background-color: #fecacabf
}

.bg-red-200\/80 {
    background-color: #fecacacc
}

.bg-red-200\/90 {
    background-color: #fecacae6
}

.bg-red-200\/95 {
    background-color: #fecacaf2
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165/var(--tw-bg-opacity))
}

.bg-red-300\/0 {
    background-color: #fca5a500
}

.bg-red-300\/10 {
    background-color: #fca5a51a
}

.bg-red-300\/100 {
    background-color: #fca5a5
}

.bg-red-300\/20 {
    background-color: #fca5a533
}

.bg-red-300\/25 {
    background-color: #fca5a540
}

.bg-red-300\/30 {
    background-color: #fca5a54d
}

.bg-red-300\/40 {
    background-color: #fca5a566
}

.bg-red-300\/5 {
    background-color: #fca5a50d
}

.bg-red-300\/50 {
    background-color: #fca5a580
}

.bg-red-300\/60 {
    background-color: #fca5a599
}

.bg-red-300\/70 {
    background-color: #fca5a5b3
}

.bg-red-300\/75 {
    background-color: #fca5a5bf
}

.bg-red-300\/80 {
    background-color: #fca5a5cc
}

.bg-red-300\/90 {
    background-color: #fca5a5e6
}

.bg-red-300\/95 {
    background-color: #fca5a5f2
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113/var(--tw-bg-opacity))
}

.bg-red-400\/0 {
    background-color: #f8717100
}

.bg-red-400\/10 {
    background-color: #f871711a
}

.bg-red-400\/100 {
    background-color: #f87171
}

.bg-red-400\/20 {
    background-color: #f8717133
}

.bg-red-400\/25 {
    background-color: #f8717140
}

.bg-red-400\/30 {
    background-color: #f871714d
}

.bg-red-400\/40 {
    background-color: #f8717166
}

.bg-red-400\/5 {
    background-color: #f871710d
}

.bg-red-400\/50 {
    background-color: #f8717180
}

.bg-red-400\/60 {
    background-color: #f8717199
}

.bg-red-400\/70 {
    background-color: #f87171b3
}

.bg-red-400\/75 {
    background-color: #f87171bf
}

.bg-red-400\/80 {
    background-color: #f87171cc
}

.bg-red-400\/90 {
    background-color: #f87171e6
}

.bg-red-400\/95 {
    background-color: #f87171f2
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242/var(--tw-bg-opacity))
}

.bg-red-50\/0 {
    background-color: #fef2f200
}

.bg-red-50\/10 {
    background-color: #fef2f21a
}

.bg-red-50\/100 {
    background-color: #fef2f2
}

.bg-red-50\/20 {
    background-color: #fef2f233
}

.bg-red-50\/25 {
    background-color: #fef2f240
}

.bg-red-50\/30 {
    background-color: #fef2f24d
}

.bg-red-50\/40 {
    background-color: #fef2f266
}

.bg-red-50\/5 {
    background-color: #fef2f20d
}

.bg-red-50\/50 {
    background-color: #fef2f280
}

.bg-red-50\/60 {
    background-color: #fef2f299
}

.bg-red-50\/70 {
    background-color: #fef2f2b3
}

.bg-red-50\/75 {
    background-color: #fef2f2bf
}

.bg-red-50\/80 {
    background-color: #fef2f2cc
}

.bg-red-50\/90 {
    background-color: #fef2f2e6
}

.bg-red-50\/95 {
    background-color: #fef2f2f2
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.bg-red-500\/0 {
    background-color: #ef444400
}

.bg-red-500\/10 {
    background-color: #ef44441a
}

.bg-red-500\/100 {
    background-color: #ef4444
}

.bg-red-500\/20 {
    background-color: #ef444433
}

.bg-red-500\/25 {
    background-color: #ef444440
}

.bg-red-500\/30 {
    background-color: #ef44444d
}

.bg-red-500\/40 {
    background-color: #ef444466
}

.bg-red-500\/5 {
    background-color: #ef44440d
}

.bg-red-500\/50 {
    background-color: #ef444480
}

.bg-red-500\/60 {
    background-color: #ef444499
}

.bg-red-500\/70 {
    background-color: #ef4444b3
}

.bg-red-500\/75 {
    background-color: #ef4444bf
}

.bg-red-500\/80 {
    background-color: #ef4444cc
}

.bg-red-500\/90 {
    background-color: #ef4444e6
}

.bg-red-500\/95 {
    background-color: #ef4444f2
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38/var(--tw-bg-opacity))
}

.bg-red-600\/0 {
    background-color: #dc262600
}

.bg-red-600\/10 {
    background-color: #dc26261a
}

.bg-red-600\/100 {
    background-color: #dc2626
}

.bg-red-600\/20 {
    background-color: #dc262633
}

.bg-red-600\/25 {
    background-color: #dc262640
}

.bg-red-600\/30 {
    background-color: #dc26264d
}

.bg-red-600\/40 {
    background-color: #dc262666
}

.bg-red-600\/5 {
    background-color: #dc26260d
}

.bg-red-600\/50 {
    background-color: #dc262680
}

.bg-red-600\/60 {
    background-color: #dc262699
}

.bg-red-600\/70 {
    background-color: #dc2626b3
}

.bg-red-600\/75 {
    background-color: #dc2626bf
}

.bg-red-600\/80 {
    background-color: #dc2626cc
}

.bg-red-600\/90 {
    background-color: #dc2626e6
}

.bg-red-600\/95 {
    background-color: #dc2626f2
}

.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28/var(--tw-bg-opacity))
}

.bg-red-700\/0 {
    background-color: #b91c1c00
}

.bg-red-700\/10 {
    background-color: #b91c1c1a
}

.bg-red-700\/100 {
    background-color: #b91c1c
}

.bg-red-700\/20 {
    background-color: #b91c1c33
}

.bg-red-700\/25 {
    background-color: #b91c1c40
}

.bg-red-700\/30 {
    background-color: #b91c1c4d
}

.bg-red-700\/40 {
    background-color: #b91c1c66
}

.bg-red-700\/5 {
    background-color: #b91c1c0d
}

.bg-red-700\/50 {
    background-color: #b91c1c80
}

.bg-red-700\/60 {
    background-color: #b91c1c99
}

.bg-red-700\/70 {
    background-color: #b91c1cb3
}

.bg-red-700\/75 {
    background-color: #b91c1cbf
}

.bg-red-700\/80 {
    background-color: #b91c1ccc
}

.bg-red-700\/90 {
    background-color: #b91c1ce6
}

.bg-red-700\/95 {
    background-color: #b91c1cf2
}

.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27/var(--tw-bg-opacity))
}

.bg-red-800\/0 {
    background-color: #991b1b00
}

.bg-red-800\/10 {
    background-color: #991b1b1a
}

.bg-red-800\/100 {
    background-color: #991b1b
}

.bg-red-800\/20 {
    background-color: #991b1b33
}

.bg-red-800\/25 {
    background-color: #991b1b40
}

.bg-red-800\/30 {
    background-color: #991b1b4d
}

.bg-red-800\/40 {
    background-color: #991b1b66
}

.bg-red-800\/5 {
    background-color: #991b1b0d
}

.bg-red-800\/50 {
    background-color: #991b1b80
}

.bg-red-800\/60 {
    background-color: #991b1b99
}

.bg-red-800\/70 {
    background-color: #991b1bb3
}

.bg-red-800\/75 {
    background-color: #991b1bbf
}

.bg-red-800\/80 {
    background-color: #991b1bcc
}

.bg-red-800\/90 {
    background-color: #991b1be6
}

.bg-red-800\/95 {
    background-color: #991b1bf2
}

.bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29/var(--tw-bg-opacity))
}

.bg-red-900\/0 {
    background-color: #7f1d1d00
}

.bg-red-900\/10 {
    background-color: #7f1d1d1a
}

.bg-red-900\/100 {
    background-color: #7f1d1d
}

.bg-red-900\/20 {
    background-color: #7f1d1d33
}

.bg-red-900\/25 {
    background-color: #7f1d1d40
}

.bg-red-900\/30 {
    background-color: #7f1d1d4d
}

.bg-red-900\/40 {
    background-color: #7f1d1d66
}

.bg-red-900\/5 {
    background-color: #7f1d1d0d
}

.bg-red-900\/50 {
    background-color: #7f1d1d80
}

.bg-red-900\/60 {
    background-color: #7f1d1d99
}

.bg-red-900\/70 {
    background-color: #7f1d1db3
}

.bg-red-900\/75 {
    background-color: #7f1d1dbf
}

.bg-red-900\/80 {
    background-color: #7f1d1dcc
}

.bg-red-900\/90 {
    background-color: #7f1d1de6
}

.bg-red-900\/95 {
    background-color: #7f1d1df2
}

.bg-red-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10/var(--tw-bg-opacity))
}

.bg-red-950\/0 {
    background-color: #450a0a00
}

.bg-red-950\/10 {
    background-color: #450a0a1a
}

.bg-red-950\/100 {
    background-color: #450a0a
}

.bg-red-950\/20 {
    background-color: #450a0a33
}

.bg-red-950\/25 {
    background-color: #450a0a40
}

.bg-red-950\/30 {
    background-color: #450a0a4d
}

.bg-red-950\/40 {
    background-color: #450a0a66
}

.bg-red-950\/5 {
    background-color: #450a0a0d
}

.bg-red-950\/50 {
    background-color: #450a0a80
}

.bg-red-950\/60 {
    background-color: #450a0a99
}

.bg-red-950\/70 {
    background-color: #450a0ab3
}

.bg-red-950\/75 {
    background-color: #450a0abf
}

.bg-red-950\/80 {
    background-color: #450a0acc
}

.bg-red-950\/90 {
    background-color: #450a0ae6
}

.bg-red-950\/95 {
    background-color: #450a0af2
}

.bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230/var(--tw-bg-opacity))
}

.bg-rose-100\/0 {
    background-color: #ffe4e600
}

.bg-rose-100\/10 {
    background-color: #ffe4e61a
}

.bg-rose-100\/100 {
    background-color: #ffe4e6
}

.bg-rose-100\/20 {
    background-color: #ffe4e633
}

.bg-rose-100\/25 {
    background-color: #ffe4e640
}

.bg-rose-100\/30 {
    background-color: #ffe4e64d
}

.bg-rose-100\/40 {
    background-color: #ffe4e666
}

.bg-rose-100\/5 {
    background-color: #ffe4e60d
}

.bg-rose-100\/50 {
    background-color: #ffe4e680
}

.bg-rose-100\/60 {
    background-color: #ffe4e699
}

.bg-rose-100\/70 {
    background-color: #ffe4e6b3
}

.bg-rose-100\/75 {
    background-color: #ffe4e6bf
}

.bg-rose-100\/80 {
    background-color: #ffe4e6cc
}

.bg-rose-100\/90 {
    background-color: #ffe4e6e6
}

.bg-rose-100\/95 {
    background-color: #ffe4e6f2
}

.bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211/var(--tw-bg-opacity))
}

.bg-rose-200\/0 {
    background-color: #fecdd300
}

.bg-rose-200\/10 {
    background-color: #fecdd31a
}

.bg-rose-200\/100 {
    background-color: #fecdd3
}

.bg-rose-200\/20 {
    background-color: #fecdd333
}

.bg-rose-200\/25 {
    background-color: #fecdd340
}

.bg-rose-200\/30 {
    background-color: #fecdd34d
}

.bg-rose-200\/40 {
    background-color: #fecdd366
}

.bg-rose-200\/5 {
    background-color: #fecdd30d
}

.bg-rose-200\/50 {
    background-color: #fecdd380
}

.bg-rose-200\/60 {
    background-color: #fecdd399
}

.bg-rose-200\/70 {
    background-color: #fecdd3b3
}

.bg-rose-200\/75 {
    background-color: #fecdd3bf
}

.bg-rose-200\/80 {
    background-color: #fecdd3cc
}

.bg-rose-200\/90 {
    background-color: #fecdd3e6
}

.bg-rose-200\/95 {
    background-color: #fecdd3f2
}

.bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175/var(--tw-bg-opacity))
}

.bg-rose-300\/0 {
    background-color: #fda4af00
}

.bg-rose-300\/10 {
    background-color: #fda4af1a
}

.bg-rose-300\/100 {
    background-color: #fda4af
}

.bg-rose-300\/20 {
    background-color: #fda4af33
}

.bg-rose-300\/25 {
    background-color: #fda4af40
}

.bg-rose-300\/30 {
    background-color: #fda4af4d
}

.bg-rose-300\/40 {
    background-color: #fda4af66
}

.bg-rose-300\/5 {
    background-color: #fda4af0d
}

.bg-rose-300\/50 {
    background-color: #fda4af80
}

.bg-rose-300\/60 {
    background-color: #fda4af99
}

.bg-rose-300\/70 {
    background-color: #fda4afb3
}

.bg-rose-300\/75 {
    background-color: #fda4afbf
}

.bg-rose-300\/80 {
    background-color: #fda4afcc
}

.bg-rose-300\/90 {
    background-color: #fda4afe6
}

.bg-rose-300\/95 {
    background-color: #fda4aff2
}

.bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133/var(--tw-bg-opacity))
}

.bg-rose-400\/0 {
    background-color: #fb718500
}

.bg-rose-400\/10 {
    background-color: #fb71851a
}

.bg-rose-400\/100 {
    background-color: #fb7185
}

.bg-rose-400\/20 {
    background-color: #fb718533
}

.bg-rose-400\/25 {
    background-color: #fb718540
}

.bg-rose-400\/30 {
    background-color: #fb71854d
}

.bg-rose-400\/40 {
    background-color: #fb718566
}

.bg-rose-400\/5 {
    background-color: #fb71850d
}

.bg-rose-400\/50 {
    background-color: #fb718580
}

.bg-rose-400\/60 {
    background-color: #fb718599
}

.bg-rose-400\/70 {
    background-color: #fb7185b3
}

.bg-rose-400\/75 {
    background-color: #fb7185bf
}

.bg-rose-400\/80 {
    background-color: #fb7185cc
}

.bg-rose-400\/90 {
    background-color: #fb7185e6
}

.bg-rose-400\/95 {
    background-color: #fb7185f2
}

.bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242/var(--tw-bg-opacity))
}

.bg-rose-50\/0 {
    background-color: #fff1f200
}

.bg-rose-50\/10 {
    background-color: #fff1f21a
}

.bg-rose-50\/100 {
    background-color: #fff1f2
}

.bg-rose-50\/20 {
    background-color: #fff1f233
}

.bg-rose-50\/25 {
    background-color: #fff1f240
}

.bg-rose-50\/30 {
    background-color: #fff1f24d
}

.bg-rose-50\/40 {
    background-color: #fff1f266
}

.bg-rose-50\/5 {
    background-color: #fff1f20d
}

.bg-rose-50\/50 {
    background-color: #fff1f280
}

.bg-rose-50\/60 {
    background-color: #fff1f299
}

.bg-rose-50\/70 {
    background-color: #fff1f2b3
}

.bg-rose-50\/75 {
    background-color: #fff1f2bf
}

.bg-rose-50\/80 {
    background-color: #fff1f2cc
}

.bg-rose-50\/90 {
    background-color: #fff1f2e6
}

.bg-rose-50\/95 {
    background-color: #fff1f2f2
}

.bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94/var(--tw-bg-opacity))
}

.bg-rose-500\/0 {
    background-color: #f43f5e00
}

.bg-rose-500\/10 {
    background-color: #f43f5e1a
}

.bg-rose-500\/100 {
    background-color: #f43f5e
}

.bg-rose-500\/20 {
    background-color: #f43f5e33
}

.bg-rose-500\/25 {
    background-color: #f43f5e40
}

.bg-rose-500\/30 {
    background-color: #f43f5e4d
}

.bg-rose-500\/40 {
    background-color: #f43f5e66
}

.bg-rose-500\/5 {
    background-color: #f43f5e0d
}

.bg-rose-500\/50 {
    background-color: #f43f5e80
}

.bg-rose-500\/60 {
    background-color: #f43f5e99
}

.bg-rose-500\/70 {
    background-color: #f43f5eb3
}

.bg-rose-500\/75 {
    background-color: #f43f5ebf
}

.bg-rose-500\/80 {
    background-color: #f43f5ecc
}

.bg-rose-500\/90 {
    background-color: #f43f5ee6
}

.bg-rose-500\/95 {
    background-color: #f43f5ef2
}

.bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72/var(--tw-bg-opacity))
}

.bg-rose-600\/0 {
    background-color: #e11d4800
}

.bg-rose-600\/10 {
    background-color: #e11d481a
}

.bg-rose-600\/100 {
    background-color: #e11d48
}

.bg-rose-600\/20 {
    background-color: #e11d4833
}

.bg-rose-600\/25 {
    background-color: #e11d4840
}

.bg-rose-600\/30 {
    background-color: #e11d484d
}

.bg-rose-600\/40 {
    background-color: #e11d4866
}

.bg-rose-600\/5 {
    background-color: #e11d480d
}

.bg-rose-600\/50 {
    background-color: #e11d4880
}

.bg-rose-600\/60 {
    background-color: #e11d4899
}

.bg-rose-600\/70 {
    background-color: #e11d48b3
}

.bg-rose-600\/75 {
    background-color: #e11d48bf
}

.bg-rose-600\/80 {
    background-color: #e11d48cc
}

.bg-rose-600\/90 {
    background-color: #e11d48e6
}

.bg-rose-600\/95 {
    background-color: #e11d48f2
}

.bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60/var(--tw-bg-opacity))
}

.bg-rose-700\/0 {
    background-color: #be123c00
}

.bg-rose-700\/10 {
    background-color: #be123c1a
}

.bg-rose-700\/100 {
    background-color: #be123c
}

.bg-rose-700\/20 {
    background-color: #be123c33
}

.bg-rose-700\/25 {
    background-color: #be123c40
}

.bg-rose-700\/30 {
    background-color: #be123c4d
}

.bg-rose-700\/40 {
    background-color: #be123c66
}

.bg-rose-700\/5 {
    background-color: #be123c0d
}

.bg-rose-700\/50 {
    background-color: #be123c80
}

.bg-rose-700\/60 {
    background-color: #be123c99
}

.bg-rose-700\/70 {
    background-color: #be123cb3
}

.bg-rose-700\/75 {
    background-color: #be123cbf
}

.bg-rose-700\/80 {
    background-color: #be123ccc
}

.bg-rose-700\/90 {
    background-color: #be123ce6
}

.bg-rose-700\/95 {
    background-color: #be123cf2
}

.bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57/var(--tw-bg-opacity))
}

.bg-rose-800\/0 {
    background-color: #9f123900
}

.bg-rose-800\/10 {
    background-color: #9f12391a
}

.bg-rose-800\/100 {
    background-color: #9f1239
}

.bg-rose-800\/20 {
    background-color: #9f123933
}

.bg-rose-800\/25 {
    background-color: #9f123940
}

.bg-rose-800\/30 {
    background-color: #9f12394d
}

.bg-rose-800\/40 {
    background-color: #9f123966
}

.bg-rose-800\/5 {
    background-color: #9f12390d
}

.bg-rose-800\/50 {
    background-color: #9f123980
}

.bg-rose-800\/60 {
    background-color: #9f123999
}

.bg-rose-800\/70 {
    background-color: #9f1239b3
}

.bg-rose-800\/75 {
    background-color: #9f1239bf
}

.bg-rose-800\/80 {
    background-color: #9f1239cc
}

.bg-rose-800\/90 {
    background-color: #9f1239e6
}

.bg-rose-800\/95 {
    background-color: #9f1239f2
}

.bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55/var(--tw-bg-opacity))
}

.bg-rose-900\/0 {
    background-color: #88133700
}

.bg-rose-900\/10 {
    background-color: #8813371a
}

.bg-rose-900\/100 {
    background-color: #881337
}

.bg-rose-900\/20 {
    background-color: #88133733
}

.bg-rose-900\/25 {
    background-color: #88133740
}

.bg-rose-900\/30 {
    background-color: #8813374d
}

.bg-rose-900\/40 {
    background-color: #88133766
}

.bg-rose-900\/5 {
    background-color: #8813370d
}

.bg-rose-900\/50 {
    background-color: #88133780
}

.bg-rose-900\/60 {
    background-color: #88133799
}

.bg-rose-900\/70 {
    background-color: #881337b3
}

.bg-rose-900\/75 {
    background-color: #881337bf
}

.bg-rose-900\/80 {
    background-color: #881337cc
}

.bg-rose-900\/90 {
    background-color: #881337e6
}

.bg-rose-900\/95 {
    background-color: #881337f2
}

.bg-rose-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25/var(--tw-bg-opacity))
}

.bg-rose-950\/0 {
    background-color: #4c051900
}

.bg-rose-950\/10 {
    background-color: #4c05191a
}

.bg-rose-950\/100 {
    background-color: #4c0519
}

.bg-rose-950\/20 {
    background-color: #4c051933
}

.bg-rose-950\/25 {
    background-color: #4c051940
}

.bg-rose-950\/30 {
    background-color: #4c05194d
}

.bg-rose-950\/40 {
    background-color: #4c051966
}

.bg-rose-950\/5 {
    background-color: #4c05190d
}

.bg-rose-950\/50 {
    background-color: #4c051980
}

.bg-rose-950\/60 {
    background-color: #4c051999
}

.bg-rose-950\/70 {
    background-color: #4c0519b3
}

.bg-rose-950\/75 {
    background-color: #4c0519bf
}

.bg-rose-950\/80 {
    background-color: #4c0519cc
}

.bg-rose-950\/90 {
    background-color: #4c0519e6
}

.bg-rose-950\/95 {
    background-color: #4c0519f2
}

.bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254/var(--tw-bg-opacity))
}

.bg-sky-100\/0 {
    background-color: #e0f2fe00
}

.bg-sky-100\/10 {
    background-color: #e0f2fe1a
}

.bg-sky-100\/100 {
    background-color: #e0f2fe
}

.bg-sky-100\/20 {
    background-color: #e0f2fe33
}

.bg-sky-100\/25 {
    background-color: #e0f2fe40
}

.bg-sky-100\/30 {
    background-color: #e0f2fe4d
}

.bg-sky-100\/40 {
    background-color: #e0f2fe66
}

.bg-sky-100\/5 {
    background-color: #e0f2fe0d
}

.bg-sky-100\/50 {
    background-color: #e0f2fe80
}

.bg-sky-100\/60 {
    background-color: #e0f2fe99
}

.bg-sky-100\/70 {
    background-color: #e0f2feb3
}

.bg-sky-100\/75 {
    background-color: #e0f2febf
}

.bg-sky-100\/80 {
    background-color: #e0f2fecc
}

.bg-sky-100\/90 {
    background-color: #e0f2fee6
}

.bg-sky-100\/95 {
    background-color: #e0f2fef2
}

.bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253/var(--tw-bg-opacity))
}

.bg-sky-200\/0 {
    background-color: #bae6fd00
}

.bg-sky-200\/10 {
    background-color: #bae6fd1a
}

.bg-sky-200\/100 {
    background-color: #bae6fd
}

.bg-sky-200\/20 {
    background-color: #bae6fd33
}

.bg-sky-200\/25 {
    background-color: #bae6fd40
}

.bg-sky-200\/30 {
    background-color: #bae6fd4d
}

.bg-sky-200\/40 {
    background-color: #bae6fd66
}

.bg-sky-200\/5 {
    background-color: #bae6fd0d
}

.bg-sky-200\/50 {
    background-color: #bae6fd80
}

.bg-sky-200\/60 {
    background-color: #bae6fd99
}

.bg-sky-200\/70 {
    background-color: #bae6fdb3
}

.bg-sky-200\/75 {
    background-color: #bae6fdbf
}

.bg-sky-200\/80 {
    background-color: #bae6fdcc
}

.bg-sky-200\/90 {
    background-color: #bae6fde6
}

.bg-sky-200\/95 {
    background-color: #bae6fdf2
}

.bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252/var(--tw-bg-opacity))
}

.bg-sky-300\/0 {
    background-color: #7dd3fc00
}

.bg-sky-300\/10 {
    background-color: #7dd3fc1a
}

.bg-sky-300\/100 {
    background-color: #7dd3fc
}

.bg-sky-300\/20 {
    background-color: #7dd3fc33
}

.bg-sky-300\/25 {
    background-color: #7dd3fc40
}

.bg-sky-300\/30 {
    background-color: #7dd3fc4d
}

.bg-sky-300\/40 {
    background-color: #7dd3fc66
}

.bg-sky-300\/5 {
    background-color: #7dd3fc0d
}

.bg-sky-300\/50 {
    background-color: #7dd3fc80
}

.bg-sky-300\/60 {
    background-color: #7dd3fc99
}

.bg-sky-300\/70 {
    background-color: #7dd3fcb3
}

.bg-sky-300\/75 {
    background-color: #7dd3fcbf
}

.bg-sky-300\/80 {
    background-color: #7dd3fccc
}

.bg-sky-300\/90 {
    background-color: #7dd3fce6
}

.bg-sky-300\/95 {
    background-color: #7dd3fcf2
}

.bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.bg-sky-400\/0 {
    background-color: #38bdf800
}

.bg-sky-400\/10 {
    background-color: #38bdf81a
}

.bg-sky-400\/100 {
    background-color: #38bdf8
}

.bg-sky-400\/20 {
    background-color: #38bdf833
}

.bg-sky-400\/25 {
    background-color: #38bdf840
}

.bg-sky-400\/30 {
    background-color: #38bdf84d
}

.bg-sky-400\/40 {
    background-color: #38bdf866
}

.bg-sky-400\/5 {
    background-color: #38bdf80d
}

.bg-sky-400\/50 {
    background-color: #38bdf880
}

.bg-sky-400\/60 {
    background-color: #38bdf899
}

.bg-sky-400\/70 {
    background-color: #38bdf8b3
}

.bg-sky-400\/75 {
    background-color: #38bdf8bf
}

.bg-sky-400\/80 {
    background-color: #38bdf8cc
}

.bg-sky-400\/90 {
    background-color: #38bdf8e6
}

.bg-sky-400\/95 {
    background-color: #38bdf8f2
}

.bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255/var(--tw-bg-opacity))
}

.bg-sky-50\/0 {
    background-color: #f0f9ff00
}

.bg-sky-50\/10 {
    background-color: #f0f9ff1a
}

.bg-sky-50\/100 {
    background-color: #f0f9ff
}

.bg-sky-50\/20 {
    background-color: #f0f9ff33
}

.bg-sky-50\/25 {
    background-color: #f0f9ff40
}

.bg-sky-50\/30 {
    background-color: #f0f9ff4d
}

.bg-sky-50\/40 {
    background-color: #f0f9ff66
}

.bg-sky-50\/5 {
    background-color: #f0f9ff0d
}

.bg-sky-50\/50 {
    background-color: #f0f9ff80
}

.bg-sky-50\/60 {
    background-color: #f0f9ff99
}

.bg-sky-50\/70 {
    background-color: #f0f9ffb3
}

.bg-sky-50\/75 {
    background-color: #f0f9ffbf
}

.bg-sky-50\/80 {
    background-color: #f0f9ffcc
}

.bg-sky-50\/90 {
    background-color: #f0f9ffe6
}

.bg-sky-50\/95 {
    background-color: #f0f9fff2
}

.bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

.bg-sky-500\/0 {
    background-color: #0ea5e900
}

.bg-sky-500\/10 {
    background-color: #0ea5e91a
}

.bg-sky-500\/100 {
    background-color: #0ea5e9
}

.bg-sky-500\/20 {
    background-color: #0ea5e933
}

.bg-sky-500\/25 {
    background-color: #0ea5e940
}

.bg-sky-500\/30 {
    background-color: #0ea5e94d
}

.bg-sky-500\/40 {
    background-color: #0ea5e966
}

.bg-sky-500\/5 {
    background-color: #0ea5e90d
}

.bg-sky-500\/50 {
    background-color: #0ea5e980
}

.bg-sky-500\/60 {
    background-color: #0ea5e999
}

.bg-sky-500\/70 {
    background-color: #0ea5e9b3
}

.bg-sky-500\/75 {
    background-color: #0ea5e9bf
}

.bg-sky-500\/80 {
    background-color: #0ea5e9cc
}

.bg-sky-500\/90 {
    background-color: #0ea5e9e6
}

.bg-sky-500\/95 {
    background-color: #0ea5e9f2
}

.bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199/var(--tw-bg-opacity))
}

.bg-sky-600\/0 {
    background-color: #0284c700
}

.bg-sky-600\/10 {
    background-color: #0284c71a
}

.bg-sky-600\/100 {
    background-color: #0284c7
}

.bg-sky-600\/20 {
    background-color: #0284c733
}

.bg-sky-600\/25 {
    background-color: #0284c740
}

.bg-sky-600\/30 {
    background-color: #0284c74d
}

.bg-sky-600\/40 {
    background-color: #0284c766
}

.bg-sky-600\/5 {
    background-color: #0284c70d
}

.bg-sky-600\/50 {
    background-color: #0284c780
}

.bg-sky-600\/60 {
    background-color: #0284c799
}

.bg-sky-600\/70 {
    background-color: #0284c7b3
}

.bg-sky-600\/75 {
    background-color: #0284c7bf
}

.bg-sky-600\/80 {
    background-color: #0284c7cc
}

.bg-sky-600\/90 {
    background-color: #0284c7e6
}

.bg-sky-600\/95 {
    background-color: #0284c7f2
}

.bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161/var(--tw-bg-opacity))
}

.bg-sky-700\/0 {
    background-color: #0369a100
}

.bg-sky-700\/10 {
    background-color: #0369a11a
}

.bg-sky-700\/100 {
    background-color: #0369a1
}

.bg-sky-700\/20 {
    background-color: #0369a133
}

.bg-sky-700\/25 {
    background-color: #0369a140
}

.bg-sky-700\/30 {
    background-color: #0369a14d
}

.bg-sky-700\/40 {
    background-color: #0369a166
}

.bg-sky-700\/5 {
    background-color: #0369a10d
}

.bg-sky-700\/50 {
    background-color: #0369a180
}

.bg-sky-700\/60 {
    background-color: #0369a199
}

.bg-sky-700\/70 {
    background-color: #0369a1b3
}

.bg-sky-700\/75 {
    background-color: #0369a1bf
}

.bg-sky-700\/80 {
    background-color: #0369a1cc
}

.bg-sky-700\/90 {
    background-color: #0369a1e6
}

.bg-sky-700\/95 {
    background-color: #0369a1f2
}

.bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133/var(--tw-bg-opacity))
}

.bg-sky-800\/0 {
    background-color: #07598500
}

.bg-sky-800\/10 {
    background-color: #0759851a
}

.bg-sky-800\/100 {
    background-color: #075985
}

.bg-sky-800\/20 {
    background-color: #07598533
}

.bg-sky-800\/25 {
    background-color: #07598540
}

.bg-sky-800\/30 {
    background-color: #0759854d
}

.bg-sky-800\/40 {
    background-color: #07598566
}

.bg-sky-800\/5 {
    background-color: #0759850d
}

.bg-sky-800\/50 {
    background-color: #07598580
}

.bg-sky-800\/60 {
    background-color: #07598599
}

.bg-sky-800\/70 {
    background-color: #075985b3
}

.bg-sky-800\/75 {
    background-color: #075985bf
}

.bg-sky-800\/80 {
    background-color: #075985cc
}

.bg-sky-800\/90 {
    background-color: #075985e6
}

.bg-sky-800\/95 {
    background-color: #075985f2
}

.bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110/var(--tw-bg-opacity))
}

.bg-sky-900\/0 {
    background-color: #0c4a6e00
}

.bg-sky-900\/10 {
    background-color: #0c4a6e1a
}

.bg-sky-900\/100 {
    background-color: #0c4a6e
}

.bg-sky-900\/20 {
    background-color: #0c4a6e33
}

.bg-sky-900\/25 {
    background-color: #0c4a6e40
}

.bg-sky-900\/30 {
    background-color: #0c4a6e4d
}

.bg-sky-900\/40 {
    background-color: #0c4a6e66
}

.bg-sky-900\/5 {
    background-color: #0c4a6e0d
}

.bg-sky-900\/50 {
    background-color: #0c4a6e80
}

.bg-sky-900\/60 {
    background-color: #0c4a6e99
}

.bg-sky-900\/70 {
    background-color: #0c4a6eb3
}

.bg-sky-900\/75 {
    background-color: #0c4a6ebf
}

.bg-sky-900\/80 {
    background-color: #0c4a6ecc
}

.bg-sky-900\/90 {
    background-color: #0c4a6ee6
}

.bg-sky-900\/95 {
    background-color: #0c4a6ef2
}

.bg-sky-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73/var(--tw-bg-opacity))
}

.bg-sky-950\/0 {
    background-color: #082f4900
}

.bg-sky-950\/10 {
    background-color: #082f491a
}

.bg-sky-950\/100 {
    background-color: #082f49
}

.bg-sky-950\/20 {
    background-color: #082f4933
}

.bg-sky-950\/25 {
    background-color: #082f4940
}

.bg-sky-950\/30 {
    background-color: #082f494d
}

.bg-sky-950\/40 {
    background-color: #082f4966
}

.bg-sky-950\/5 {
    background-color: #082f490d
}

.bg-sky-950\/50 {
    background-color: #082f4980
}

.bg-sky-950\/60 {
    background-color: #082f4999
}

.bg-sky-950\/70 {
    background-color: #082f49b3
}

.bg-sky-950\/75 {
    background-color: #082f49bf
}

.bg-sky-950\/80 {
    background-color: #082f49cc
}

.bg-sky-950\/90 {
    background-color: #082f49e6
}

.bg-sky-950\/95 {
    background-color: #082f49f2
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-slate-100\/0 {
    background-color: #f1f5f900
}

.bg-slate-100\/10 {
    background-color: #f1f5f91a
}

.bg-slate-100\/100 {
    background-color: #f1f5f9
}

.bg-slate-100\/20 {
    background-color: #f1f5f933
}

.bg-slate-100\/25 {
    background-color: #f1f5f940
}

.bg-slate-100\/30 {
    background-color: #f1f5f94d
}

.bg-slate-100\/40 {
    background-color: #f1f5f966
}

.bg-slate-100\/5 {
    background-color: #f1f5f90d
}

.bg-slate-100\/50 {
    background-color: #f1f5f980
}

.bg-slate-100\/60 {
    background-color: #f1f5f999
}

.bg-slate-100\/70 {
    background-color: #f1f5f9b3
}

.bg-slate-100\/75 {
    background-color: #f1f5f9bf
}

.bg-slate-100\/80 {
    background-color: #f1f5f9cc
}

.bg-slate-100\/90 {
    background-color: #f1f5f9e6
}

.bg-slate-100\/95 {
    background-color: #f1f5f9f2
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.bg-slate-200\/0 {
    background-color: #e2e8f000
}

.bg-slate-200\/10 {
    background-color: #e2e8f01a
}

.bg-slate-200\/100 {
    background-color: #e2e8f0
}

.bg-slate-200\/20 {
    background-color: #e2e8f033
}

.bg-slate-200\/25 {
    background-color: #e2e8f040
}

.bg-slate-200\/30 {
    background-color: #e2e8f04d
}

.bg-slate-200\/40 {
    background-color: #e2e8f066
}

.bg-slate-200\/5 {
    background-color: #e2e8f00d
}

.bg-slate-200\/50 {
    background-color: #e2e8f080
}

.bg-slate-200\/60 {
    background-color: #e2e8f099
}

.bg-slate-200\/70 {
    background-color: #e2e8f0b3
}

.bg-slate-200\/75 {
    background-color: #e2e8f0bf
}

.bg-slate-200\/80 {
    background-color: #e2e8f0cc
}

.bg-slate-200\/90 {
    background-color: #e2e8f0e6
}

.bg-slate-200\/95 {
    background-color: #e2e8f0f2
}

.bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225/var(--tw-bg-opacity))
}

.bg-slate-300\/0 {
    background-color: #cbd5e100
}

.bg-slate-300\/10 {
    background-color: #cbd5e11a
}

.bg-slate-300\/100 {
    background-color: #cbd5e1
}

.bg-slate-300\/20 {
    background-color: #cbd5e133
}

.bg-slate-300\/25 {
    background-color: #cbd5e140
}

.bg-slate-300\/30 {
    background-color: #cbd5e14d
}

.bg-slate-300\/40 {
    background-color: #cbd5e166
}

.bg-slate-300\/5 {
    background-color: #cbd5e10d
}

.bg-slate-300\/50 {
    background-color: #cbd5e180
}

.bg-slate-300\/60 {
    background-color: #cbd5e199
}

.bg-slate-300\/70 {
    background-color: #cbd5e1b3
}

.bg-slate-300\/75 {
    background-color: #cbd5e1bf
}

.bg-slate-300\/80 {
    background-color: #cbd5e1cc
}

.bg-slate-300\/90 {
    background-color: #cbd5e1e6
}

.bg-slate-300\/95 {
    background-color: #cbd5e1f2
}

.bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184/var(--tw-bg-opacity))
}

.bg-slate-400\/0 {
    background-color: #94a3b800
}

.bg-slate-400\/10 {
    background-color: #94a3b81a
}

.bg-slate-400\/100 {
    background-color: #94a3b8
}

.bg-slate-400\/20 {
    background-color: #94a3b833
}

.bg-slate-400\/25 {
    background-color: #94a3b840
}

.bg-slate-400\/30 {
    background-color: #94a3b84d
}

.bg-slate-400\/40 {
    background-color: #94a3b866
}

.bg-slate-400\/5 {
    background-color: #94a3b80d
}

.bg-slate-400\/50 {
    background-color: #94a3b880
}

.bg-slate-400\/60 {
    background-color: #94a3b899
}

.bg-slate-400\/70 {
    background-color: #94a3b8b3
}

.bg-slate-400\/75 {
    background-color: #94a3b8bf
}

.bg-slate-400\/80 {
    background-color: #94a3b8cc
}

.bg-slate-400\/90 {
    background-color: #94a3b8e6
}

.bg-slate-400\/95 {
    background-color: #94a3b8f2
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.bg-slate-50\/0 {
    background-color: #f8fafc00
}

.bg-slate-50\/10 {
    background-color: #f8fafc1a
}

.bg-slate-50\/100 {
    background-color: #f8fafc
}

.bg-slate-50\/20 {
    background-color: #f8fafc33
}

.bg-slate-50\/25 {
    background-color: #f8fafc40
}

.bg-slate-50\/30 {
    background-color: #f8fafc4d
}

.bg-slate-50\/40 {
    background-color: #f8fafc66
}

.bg-slate-50\/5 {
    background-color: #f8fafc0d
}

.bg-slate-50\/50 {
    background-color: #f8fafc80
}

.bg-slate-50\/60 {
    background-color: #f8fafc99
}

.bg-slate-50\/70 {
    background-color: #f8fafcb3
}

.bg-slate-50\/75 {
    background-color: #f8fafcbf
}

.bg-slate-50\/80 {
    background-color: #f8fafccc
}

.bg-slate-50\/90 {
    background-color: #f8fafce6
}

.bg-slate-50\/95 {
    background-color: #f8fafcf2
}

.bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139/var(--tw-bg-opacity))
}

.bg-slate-500\/0 {
    background-color: #64748b00
}

.bg-slate-500\/10 {
    background-color: #64748b1a
}

.bg-slate-500\/100 {
    background-color: #64748b
}

.bg-slate-500\/20 {
    background-color: #64748b33
}

.bg-slate-500\/25 {
    background-color: #64748b40
}

.bg-slate-500\/30 {
    background-color: #64748b4d
}

.bg-slate-500\/40 {
    background-color: #64748b66
}

.bg-slate-500\/5 {
    background-color: #64748b0d
}

.bg-slate-500\/50 {
    background-color: #64748b80
}

.bg-slate-500\/60 {
    background-color: #64748b99
}

.bg-slate-500\/70 {
    background-color: #64748bb3
}

.bg-slate-500\/75 {
    background-color: #64748bbf
}

.bg-slate-500\/80 {
    background-color: #64748bcc
}

.bg-slate-500\/90 {
    background-color: #64748be6
}

.bg-slate-500\/95 {
    background-color: #64748bf2
}

.bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105/var(--tw-bg-opacity))
}

.bg-slate-600\/0 {
    background-color: #47556900
}

.bg-slate-600\/10 {
    background-color: #4755691a
}

.bg-slate-600\/100 {
    background-color: #475569
}

.bg-slate-600\/20 {
    background-color: #47556933
}

.bg-slate-600\/25 {
    background-color: #47556940
}

.bg-slate-600\/30 {
    background-color: #4755694d
}

.bg-slate-600\/40 {
    background-color: #47556966
}

.bg-slate-600\/5 {
    background-color: #4755690d
}

.bg-slate-600\/50 {
    background-color: #47556980
}

.bg-slate-600\/60 {
    background-color: #47556999
}

.bg-slate-600\/70 {
    background-color: #475569b3
}

.bg-slate-600\/75 {
    background-color: #475569bf
}

.bg-slate-600\/80 {
    background-color: #475569cc
}

.bg-slate-600\/90 {
    background-color: #475569e6
}

.bg-slate-600\/95 {
    background-color: #475569f2
}

.bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85/var(--tw-bg-opacity))
}

.bg-slate-700\/0 {
    background-color: #33415500
}

.bg-slate-700\/10 {
    background-color: #3341551a
}

.bg-slate-700\/100 {
    background-color: #334155
}

.bg-slate-700\/20 {
    background-color: #33415533
}

.bg-slate-700\/25 {
    background-color: #33415540
}

.bg-slate-700\/30 {
    background-color: #3341554d
}

.bg-slate-700\/40 {
    background-color: #33415566
}

.bg-slate-700\/5 {
    background-color: #3341550d
}

.bg-slate-700\/50 {
    background-color: #33415580
}

.bg-slate-700\/60 {
    background-color: #33415599
}

.bg-slate-700\/70 {
    background-color: #334155b3
}

.bg-slate-700\/75 {
    background-color: #334155bf
}

.bg-slate-700\/80 {
    background-color: #334155cc
}

.bg-slate-700\/90 {
    background-color: #334155e6
}

.bg-slate-700\/95 {
    background-color: #334155f2
}

.bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59/var(--tw-bg-opacity))
}

.bg-slate-800\/0 {
    background-color: #1e293b00
}

.bg-slate-800\/10 {
    background-color: #1e293b1a
}

.bg-slate-800\/100 {
    background-color: #1e293b
}

.bg-slate-800\/20 {
    background-color: #1e293b33
}

.bg-slate-800\/25 {
    background-color: #1e293b40
}

.bg-slate-800\/30 {
    background-color: #1e293b4d
}

.bg-slate-800\/40 {
    background-color: #1e293b66
}

.bg-slate-800\/5 {
    background-color: #1e293b0d
}

.bg-slate-800\/50 {
    background-color: #1e293b80
}

.bg-slate-800\/60 {
    background-color: #1e293b99
}

.bg-slate-800\/70 {
    background-color: #1e293bb3
}

.bg-slate-800\/75 {
    background-color: #1e293bbf
}

.bg-slate-800\/80 {
    background-color: #1e293bcc
}

.bg-slate-800\/90 {
    background-color: #1e293be6
}

.bg-slate-800\/95 {
    background-color: #1e293bf2
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42/var(--tw-bg-opacity))
}

.bg-slate-900\/0 {
    background-color: #0f172a00
}

.bg-slate-900\/10 {
    background-color: #0f172a1a
}

.bg-slate-900\/100 {
    background-color: #0f172a
}

.bg-slate-900\/20 {
    background-color: #0f172a33
}

.bg-slate-900\/25 {
    background-color: #0f172a40
}

.bg-slate-900\/30 {
    background-color: #0f172a4d
}

.bg-slate-900\/40 {
    background-color: #0f172a66
}

.bg-slate-900\/5 {
    background-color: #0f172a0d
}

.bg-slate-900\/50 {
    background-color: #0f172a80
}

.bg-slate-900\/60 {
    background-color: #0f172a99
}

.bg-slate-900\/70 {
    background-color: #0f172ab3
}

.bg-slate-900\/75 {
    background-color: #0f172abf
}

.bg-slate-900\/80 {
    background-color: #0f172acc
}

.bg-slate-900\/90 {
    background-color: #0f172ae6
}

.bg-slate-900\/95 {
    background-color: #0f172af2
}

.bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23/var(--tw-bg-opacity))
}

.bg-slate-950\/0 {
    background-color: #02061700
}

.bg-slate-950\/10 {
    background-color: #0206171a
}

.bg-slate-950\/100 {
    background-color: #020617
}

.bg-slate-950\/20 {
    background-color: #02061733
}

.bg-slate-950\/25 {
    background-color: #02061740
}

.bg-slate-950\/30 {
    background-color: #0206174d
}

.bg-slate-950\/40 {
    background-color: #02061766
}

.bg-slate-950\/5 {
    background-color: #0206170d
}

.bg-slate-950\/50 {
    background-color: #02061780
}

.bg-slate-950\/60 {
    background-color: #02061799
}

.bg-slate-950\/70 {
    background-color: #020617b3
}

.bg-slate-950\/75 {
    background-color: #020617bf
}

.bg-slate-950\/80 {
    background-color: #020617cc
}

.bg-slate-950\/90 {
    background-color: #020617e6
}

.bg-slate-950\/95 {
    background-color: #020617f2
}

.bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244/var(--tw-bg-opacity))
}

.bg-stone-100\/0 {
    background-color: #f5f5f400
}

.bg-stone-100\/10 {
    background-color: #f5f5f41a
}

.bg-stone-100\/100 {
    background-color: #f5f5f4
}

.bg-stone-100\/20 {
    background-color: #f5f5f433
}

.bg-stone-100\/25 {
    background-color: #f5f5f440
}

.bg-stone-100\/30 {
    background-color: #f5f5f44d
}

.bg-stone-100\/40 {
    background-color: #f5f5f466
}

.bg-stone-100\/5 {
    background-color: #f5f5f40d
}

.bg-stone-100\/50 {
    background-color: #f5f5f480
}

.bg-stone-100\/60 {
    background-color: #f5f5f499
}

.bg-stone-100\/70 {
    background-color: #f5f5f4b3
}

.bg-stone-100\/75 {
    background-color: #f5f5f4bf
}

.bg-stone-100\/80 {
    background-color: #f5f5f4cc
}

.bg-stone-100\/90 {
    background-color: #f5f5f4e6
}

.bg-stone-100\/95 {
    background-color: #f5f5f4f2
}

.bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228/var(--tw-bg-opacity))
}

.bg-stone-200\/0 {
    background-color: #e7e5e400
}

.bg-stone-200\/10 {
    background-color: #e7e5e41a
}

.bg-stone-200\/100 {
    background-color: #e7e5e4
}

.bg-stone-200\/20 {
    background-color: #e7e5e433
}

.bg-stone-200\/25 {
    background-color: #e7e5e440
}

.bg-stone-200\/30 {
    background-color: #e7e5e44d
}

.bg-stone-200\/40 {
    background-color: #e7e5e466
}

.bg-stone-200\/5 {
    background-color: #e7e5e40d
}

.bg-stone-200\/50 {
    background-color: #e7e5e480
}

.bg-stone-200\/60 {
    background-color: #e7e5e499
}

.bg-stone-200\/70 {
    background-color: #e7e5e4b3
}

.bg-stone-200\/75 {
    background-color: #e7e5e4bf
}

.bg-stone-200\/80 {
    background-color: #e7e5e4cc
}

.bg-stone-200\/90 {
    background-color: #e7e5e4e6
}

.bg-stone-200\/95 {
    background-color: #e7e5e4f2
}

.bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209/var(--tw-bg-opacity))
}

.bg-stone-300\/0 {
    background-color: #d6d3d100
}

.bg-stone-300\/10 {
    background-color: #d6d3d11a
}

.bg-stone-300\/100 {
    background-color: #d6d3d1
}

.bg-stone-300\/20 {
    background-color: #d6d3d133
}

.bg-stone-300\/25 {
    background-color: #d6d3d140
}

.bg-stone-300\/30 {
    background-color: #d6d3d14d
}

.bg-stone-300\/40 {
    background-color: #d6d3d166
}

.bg-stone-300\/5 {
    background-color: #d6d3d10d
}

.bg-stone-300\/50 {
    background-color: #d6d3d180
}

.bg-stone-300\/60 {
    background-color: #d6d3d199
}

.bg-stone-300\/70 {
    background-color: #d6d3d1b3
}

.bg-stone-300\/75 {
    background-color: #d6d3d1bf
}

.bg-stone-300\/80 {
    background-color: #d6d3d1cc
}

.bg-stone-300\/90 {
    background-color: #d6d3d1e6
}

.bg-stone-300\/95 {
    background-color: #d6d3d1f2
}

.bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158/var(--tw-bg-opacity))
}

.bg-stone-400\/0 {
    background-color: #a8a29e00
}

.bg-stone-400\/10 {
    background-color: #a8a29e1a
}

.bg-stone-400\/100 {
    background-color: #a8a29e
}

.bg-stone-400\/20 {
    background-color: #a8a29e33
}

.bg-stone-400\/25 {
    background-color: #a8a29e40
}

.bg-stone-400\/30 {
    background-color: #a8a29e4d
}

.bg-stone-400\/40 {
    background-color: #a8a29e66
}

.bg-stone-400\/5 {
    background-color: #a8a29e0d
}

.bg-stone-400\/50 {
    background-color: #a8a29e80
}

.bg-stone-400\/60 {
    background-color: #a8a29e99
}

.bg-stone-400\/70 {
    background-color: #a8a29eb3
}

.bg-stone-400\/75 {
    background-color: #a8a29ebf
}

.bg-stone-400\/80 {
    background-color: #a8a29ecc
}

.bg-stone-400\/90 {
    background-color: #a8a29ee6
}

.bg-stone-400\/95 {
    background-color: #a8a29ef2
}

.bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249/var(--tw-bg-opacity))
}

.bg-stone-50\/0 {
    background-color: #fafaf900
}

.bg-stone-50\/10 {
    background-color: #fafaf91a
}

.bg-stone-50\/100 {
    background-color: #fafaf9
}

.bg-stone-50\/20 {
    background-color: #fafaf933
}

.bg-stone-50\/25 {
    background-color: #fafaf940
}

.bg-stone-50\/30 {
    background-color: #fafaf94d
}

.bg-stone-50\/40 {
    background-color: #fafaf966
}

.bg-stone-50\/5 {
    background-color: #fafaf90d
}

.bg-stone-50\/50 {
    background-color: #fafaf980
}

.bg-stone-50\/60 {
    background-color: #fafaf999
}

.bg-stone-50\/70 {
    background-color: #fafaf9b3
}

.bg-stone-50\/75 {
    background-color: #fafaf9bf
}

.bg-stone-50\/80 {
    background-color: #fafaf9cc
}

.bg-stone-50\/90 {
    background-color: #fafaf9e6
}

.bg-stone-50\/95 {
    background-color: #fafaf9f2
}

.bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108/var(--tw-bg-opacity))
}

.bg-stone-500\/0 {
    background-color: #78716c00
}

.bg-stone-500\/10 {
    background-color: #78716c1a
}

.bg-stone-500\/100 {
    background-color: #78716c
}

.bg-stone-500\/20 {
    background-color: #78716c33
}

.bg-stone-500\/25 {
    background-color: #78716c40
}

.bg-stone-500\/30 {
    background-color: #78716c4d
}

.bg-stone-500\/40 {
    background-color: #78716c66
}

.bg-stone-500\/5 {
    background-color: #78716c0d
}

.bg-stone-500\/50 {
    background-color: #78716c80
}

.bg-stone-500\/60 {
    background-color: #78716c99
}

.bg-stone-500\/70 {
    background-color: #78716cb3
}

.bg-stone-500\/75 {
    background-color: #78716cbf
}

.bg-stone-500\/80 {
    background-color: #78716ccc
}

.bg-stone-500\/90 {
    background-color: #78716ce6
}

.bg-stone-500\/95 {
    background-color: #78716cf2
}

.bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78/var(--tw-bg-opacity))
}

.bg-stone-600\/0 {
    background-color: #57534e00
}

.bg-stone-600\/10 {
    background-color: #57534e1a
}

.bg-stone-600\/100 {
    background-color: #57534e
}

.bg-stone-600\/20 {
    background-color: #57534e33
}

.bg-stone-600\/25 {
    background-color: #57534e40
}

.bg-stone-600\/30 {
    background-color: #57534e4d
}

.bg-stone-600\/40 {
    background-color: #57534e66
}

.bg-stone-600\/5 {
    background-color: #57534e0d
}

.bg-stone-600\/50 {
    background-color: #57534e80
}

.bg-stone-600\/60 {
    background-color: #57534e99
}

.bg-stone-600\/70 {
    background-color: #57534eb3
}

.bg-stone-600\/75 {
    background-color: #57534ebf
}

.bg-stone-600\/80 {
    background-color: #57534ecc
}

.bg-stone-600\/90 {
    background-color: #57534ee6
}

.bg-stone-600\/95 {
    background-color: #57534ef2
}

.bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60/var(--tw-bg-opacity))
}

.bg-stone-700\/0 {
    background-color: #44403c00
}

.bg-stone-700\/10 {
    background-color: #44403c1a
}

.bg-stone-700\/100 {
    background-color: #44403c
}

.bg-stone-700\/20 {
    background-color: #44403c33
}

.bg-stone-700\/25 {
    background-color: #44403c40
}

.bg-stone-700\/30 {
    background-color: #44403c4d
}

.bg-stone-700\/40 {
    background-color: #44403c66
}

.bg-stone-700\/5 {
    background-color: #44403c0d
}

.bg-stone-700\/50 {
    background-color: #44403c80
}

.bg-stone-700\/60 {
    background-color: #44403c99
}

.bg-stone-700\/70 {
    background-color: #44403cb3
}

.bg-stone-700\/75 {
    background-color: #44403cbf
}

.bg-stone-700\/80 {
    background-color: #44403ccc
}

.bg-stone-700\/90 {
    background-color: #44403ce6
}

.bg-stone-700\/95 {
    background-color: #44403cf2
}

.bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36/var(--tw-bg-opacity))
}

.bg-stone-800\/0 {
    background-color: #29252400
}

.bg-stone-800\/10 {
    background-color: #2925241a
}

.bg-stone-800\/100 {
    background-color: #292524
}

.bg-stone-800\/20 {
    background-color: #29252433
}

.bg-stone-800\/25 {
    background-color: #29252440
}

.bg-stone-800\/30 {
    background-color: #2925244d
}

.bg-stone-800\/40 {
    background-color: #29252466
}

.bg-stone-800\/5 {
    background-color: #2925240d
}

.bg-stone-800\/50 {
    background-color: #29252480
}

.bg-stone-800\/60 {
    background-color: #29252499
}

.bg-stone-800\/70 {
    background-color: #292524b3
}

.bg-stone-800\/75 {
    background-color: #292524bf
}

.bg-stone-800\/80 {
    background-color: #292524cc
}

.bg-stone-800\/90 {
    background-color: #292524e6
}

.bg-stone-800\/95 {
    background-color: #292524f2
}

.bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23/var(--tw-bg-opacity))
}

.bg-stone-900\/0 {
    background-color: #1c191700
}

.bg-stone-900\/10 {
    background-color: #1c19171a
}

.bg-stone-900\/100 {
    background-color: #1c1917
}

.bg-stone-900\/20 {
    background-color: #1c191733
}

.bg-stone-900\/25 {
    background-color: #1c191740
}

.bg-stone-900\/30 {
    background-color: #1c19174d
}

.bg-stone-900\/40 {
    background-color: #1c191766
}

.bg-stone-900\/5 {
    background-color: #1c19170d
}

.bg-stone-900\/50 {
    background-color: #1c191780
}

.bg-stone-900\/60 {
    background-color: #1c191799
}

.bg-stone-900\/70 {
    background-color: #1c1917b3
}

.bg-stone-900\/75 {
    background-color: #1c1917bf
}

.bg-stone-900\/80 {
    background-color: #1c1917cc
}

.bg-stone-900\/90 {
    background-color: #1c1917e6
}

.bg-stone-900\/95 {
    background-color: #1c1917f2
}

.bg-stone-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9/var(--tw-bg-opacity))
}

.bg-stone-950\/0 {
    background-color: #0c0a0900
}

.bg-stone-950\/10 {
    background-color: #0c0a091a
}

.bg-stone-950\/100 {
    background-color: #0c0a09
}

.bg-stone-950\/20 {
    background-color: #0c0a0933
}

.bg-stone-950\/25 {
    background-color: #0c0a0940
}

.bg-stone-950\/30 {
    background-color: #0c0a094d
}

.bg-stone-950\/40 {
    background-color: #0c0a0966
}

.bg-stone-950\/5 {
    background-color: #0c0a090d
}

.bg-stone-950\/50 {
    background-color: #0c0a0980
}

.bg-stone-950\/60 {
    background-color: #0c0a0999
}

.bg-stone-950\/70 {
    background-color: #0c0a09b3
}

.bg-stone-950\/75 {
    background-color: #0c0a09bf
}

.bg-stone-950\/80 {
    background-color: #0c0a09cc
}

.bg-stone-950\/90 {
    background-color: #0c0a09e6
}

.bg-stone-950\/95 {
    background-color: #0c0a09f2
}

.bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241/var(--tw-bg-opacity))
}

.bg-teal-100\/0 {
    background-color: #ccfbf100
}

.bg-teal-100\/10 {
    background-color: #ccfbf11a
}

.bg-teal-100\/100 {
    background-color: #ccfbf1
}

.bg-teal-100\/20 {
    background-color: #ccfbf133
}

.bg-teal-100\/25 {
    background-color: #ccfbf140
}

.bg-teal-100\/30 {
    background-color: #ccfbf14d
}

.bg-teal-100\/40 {
    background-color: #ccfbf166
}

.bg-teal-100\/5 {
    background-color: #ccfbf10d
}

.bg-teal-100\/50 {
    background-color: #ccfbf180
}

.bg-teal-100\/60 {
    background-color: #ccfbf199
}

.bg-teal-100\/70 {
    background-color: #ccfbf1b3
}

.bg-teal-100\/75 {
    background-color: #ccfbf1bf
}

.bg-teal-100\/80 {
    background-color: #ccfbf1cc
}

.bg-teal-100\/90 {
    background-color: #ccfbf1e6
}

.bg-teal-100\/95 {
    background-color: #ccfbf1f2
}

.bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228/var(--tw-bg-opacity))
}

.bg-teal-200\/0 {
    background-color: #99f6e400
}

.bg-teal-200\/10 {
    background-color: #99f6e41a
}

.bg-teal-200\/100 {
    background-color: #99f6e4
}

.bg-teal-200\/20 {
    background-color: #99f6e433
}

.bg-teal-200\/25 {
    background-color: #99f6e440
}

.bg-teal-200\/30 {
    background-color: #99f6e44d
}

.bg-teal-200\/40 {
    background-color: #99f6e466
}

.bg-teal-200\/5 {
    background-color: #99f6e40d
}

.bg-teal-200\/50 {
    background-color: #99f6e480
}

.bg-teal-200\/60 {
    background-color: #99f6e499
}

.bg-teal-200\/70 {
    background-color: #99f6e4b3
}

.bg-teal-200\/75 {
    background-color: #99f6e4bf
}

.bg-teal-200\/80 {
    background-color: #99f6e4cc
}

.bg-teal-200\/90 {
    background-color: #99f6e4e6
}

.bg-teal-200\/95 {
    background-color: #99f6e4f2
}

.bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212/var(--tw-bg-opacity))
}

.bg-teal-300\/0 {
    background-color: #5eead400
}

.bg-teal-300\/10 {
    background-color: #5eead41a
}

.bg-teal-300\/100 {
    background-color: #5eead4
}

.bg-teal-300\/20 {
    background-color: #5eead433
}

.bg-teal-300\/25 {
    background-color: #5eead440
}

.bg-teal-300\/30 {
    background-color: #5eead44d
}

.bg-teal-300\/40 {
    background-color: #5eead466
}

.bg-teal-300\/5 {
    background-color: #5eead40d
}

.bg-teal-300\/50 {
    background-color: #5eead480
}

.bg-teal-300\/60 {
    background-color: #5eead499
}

.bg-teal-300\/70 {
    background-color: #5eead4b3
}

.bg-teal-300\/75 {
    background-color: #5eead4bf
}

.bg-teal-300\/80 {
    background-color: #5eead4cc
}

.bg-teal-300\/90 {
    background-color: #5eead4e6
}

.bg-teal-300\/95 {
    background-color: #5eead4f2
}

.bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191/var(--tw-bg-opacity))
}

.bg-teal-400\/0 {
    background-color: #2dd4bf00
}

.bg-teal-400\/10 {
    background-color: #2dd4bf1a
}

.bg-teal-400\/100 {
    background-color: #2dd4bf
}

.bg-teal-400\/20 {
    background-color: #2dd4bf33
}

.bg-teal-400\/25 {
    background-color: #2dd4bf40
}

.bg-teal-400\/30 {
    background-color: #2dd4bf4d
}

.bg-teal-400\/40 {
    background-color: #2dd4bf66
}

.bg-teal-400\/5 {
    background-color: #2dd4bf0d
}

.bg-teal-400\/50 {
    background-color: #2dd4bf80
}

.bg-teal-400\/60 {
    background-color: #2dd4bf99
}

.bg-teal-400\/70 {
    background-color: #2dd4bfb3
}

.bg-teal-400\/75 {
    background-color: #2dd4bfbf
}

.bg-teal-400\/80 {
    background-color: #2dd4bfcc
}

.bg-teal-400\/90 {
    background-color: #2dd4bfe6
}

.bg-teal-400\/95 {
    background-color: #2dd4bff2
}

.bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250/var(--tw-bg-opacity))
}

.bg-teal-50\/0 {
    background-color: #f0fdfa00
}

.bg-teal-50\/10 {
    background-color: #f0fdfa1a
}

.bg-teal-50\/100 {
    background-color: #f0fdfa
}

.bg-teal-50\/20 {
    background-color: #f0fdfa33
}

.bg-teal-50\/25 {
    background-color: #f0fdfa40
}

.bg-teal-50\/30 {
    background-color: #f0fdfa4d
}

.bg-teal-50\/40 {
    background-color: #f0fdfa66
}

.bg-teal-50\/5 {
    background-color: #f0fdfa0d
}

.bg-teal-50\/50 {
    background-color: #f0fdfa80
}

.bg-teal-50\/60 {
    background-color: #f0fdfa99
}

.bg-teal-50\/70 {
    background-color: #f0fdfab3
}

.bg-teal-50\/75 {
    background-color: #f0fdfabf
}

.bg-teal-50\/80 {
    background-color: #f0fdfacc
}

.bg-teal-50\/90 {
    background-color: #f0fdfae6
}

.bg-teal-50\/95 {
    background-color: #f0fdfaf2
}

.bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166/var(--tw-bg-opacity))
}

.bg-teal-500\/0 {
    background-color: #14b8a600
}

.bg-teal-500\/10 {
    background-color: #14b8a61a
}

.bg-teal-500\/100 {
    background-color: #14b8a6
}

.bg-teal-500\/20 {
    background-color: #14b8a633
}

.bg-teal-500\/25 {
    background-color: #14b8a640
}

.bg-teal-500\/30 {
    background-color: #14b8a64d
}

.bg-teal-500\/40 {
    background-color: #14b8a666
}

.bg-teal-500\/5 {
    background-color: #14b8a60d
}

.bg-teal-500\/50 {
    background-color: #14b8a680
}

.bg-teal-500\/60 {
    background-color: #14b8a699
}

.bg-teal-500\/70 {
    background-color: #14b8a6b3
}

.bg-teal-500\/75 {
    background-color: #14b8a6bf
}

.bg-teal-500\/80 {
    background-color: #14b8a6cc
}

.bg-teal-500\/90 {
    background-color: #14b8a6e6
}

.bg-teal-500\/95 {
    background-color: #14b8a6f2
}

.bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136/var(--tw-bg-opacity))
}

.bg-teal-600\/0 {
    background-color: #0d948800
}

.bg-teal-600\/10 {
    background-color: #0d94881a
}

.bg-teal-600\/100 {
    background-color: #0d9488
}

.bg-teal-600\/20 {
    background-color: #0d948833
}

.bg-teal-600\/25 {
    background-color: #0d948840
}

.bg-teal-600\/30 {
    background-color: #0d94884d
}

.bg-teal-600\/40 {
    background-color: #0d948866
}

.bg-teal-600\/5 {
    background-color: #0d94880d
}

.bg-teal-600\/50 {
    background-color: #0d948880
}

.bg-teal-600\/60 {
    background-color: #0d948899
}

.bg-teal-600\/70 {
    background-color: #0d9488b3
}

.bg-teal-600\/75 {
    background-color: #0d9488bf
}

.bg-teal-600\/80 {
    background-color: #0d9488cc
}

.bg-teal-600\/90 {
    background-color: #0d9488e6
}

.bg-teal-600\/95 {
    background-color: #0d9488f2
}

.bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110/var(--tw-bg-opacity))
}

.bg-teal-700\/0 {
    background-color: #0f766e00
}

.bg-teal-700\/10 {
    background-color: #0f766e1a
}

.bg-teal-700\/100 {
    background-color: #0f766e
}

.bg-teal-700\/20 {
    background-color: #0f766e33
}

.bg-teal-700\/25 {
    background-color: #0f766e40
}

.bg-teal-700\/30 {
    background-color: #0f766e4d
}

.bg-teal-700\/40 {
    background-color: #0f766e66
}

.bg-teal-700\/5 {
    background-color: #0f766e0d
}

.bg-teal-700\/50 {
    background-color: #0f766e80
}

.bg-teal-700\/60 {
    background-color: #0f766e99
}

.bg-teal-700\/70 {
    background-color: #0f766eb3
}

.bg-teal-700\/75 {
    background-color: #0f766ebf
}

.bg-teal-700\/80 {
    background-color: #0f766ecc
}

.bg-teal-700\/90 {
    background-color: #0f766ee6
}

.bg-teal-700\/95 {
    background-color: #0f766ef2
}

.bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89/var(--tw-bg-opacity))
}

.bg-teal-800\/0 {
    background-color: #115e5900
}

.bg-teal-800\/10 {
    background-color: #115e591a
}

.bg-teal-800\/100 {
    background-color: #115e59
}

.bg-teal-800\/20 {
    background-color: #115e5933
}

.bg-teal-800\/25 {
    background-color: #115e5940
}

.bg-teal-800\/30 {
    background-color: #115e594d
}

.bg-teal-800\/40 {
    background-color: #115e5966
}

.bg-teal-800\/5 {
    background-color: #115e590d
}

.bg-teal-800\/50 {
    background-color: #115e5980
}

.bg-teal-800\/60 {
    background-color: #115e5999
}

.bg-teal-800\/70 {
    background-color: #115e59b3
}

.bg-teal-800\/75 {
    background-color: #115e59bf
}

.bg-teal-800\/80 {
    background-color: #115e59cc
}

.bg-teal-800\/90 {
    background-color: #115e59e6
}

.bg-teal-800\/95 {
    background-color: #115e59f2
}

.bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74/var(--tw-bg-opacity))
}

.bg-teal-900\/0 {
    background-color: #134e4a00
}

.bg-teal-900\/10 {
    background-color: #134e4a1a
}

.bg-teal-900\/100 {
    background-color: #134e4a
}

.bg-teal-900\/20 {
    background-color: #134e4a33
}

.bg-teal-900\/25 {
    background-color: #134e4a40
}

.bg-teal-900\/30 {
    background-color: #134e4a4d
}

.bg-teal-900\/40 {
    background-color: #134e4a66
}

.bg-teal-900\/5 {
    background-color: #134e4a0d
}

.bg-teal-900\/50 {
    background-color: #134e4a80
}

.bg-teal-900\/60 {
    background-color: #134e4a99
}

.bg-teal-900\/70 {
    background-color: #134e4ab3
}

.bg-teal-900\/75 {
    background-color: #134e4abf
}

.bg-teal-900\/80 {
    background-color: #134e4acc
}

.bg-teal-900\/90 {
    background-color: #134e4ae6
}

.bg-teal-900\/95 {
    background-color: #134e4af2
}

.bg-teal-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46/var(--tw-bg-opacity))
}

.bg-teal-950\/0 {
    background-color: #042f2e00
}

.bg-teal-950\/10 {
    background-color: #042f2e1a
}

.bg-teal-950\/100 {
    background-color: #042f2e
}

.bg-teal-950\/20 {
    background-color: #042f2e33
}

.bg-teal-950\/25 {
    background-color: #042f2e40
}

.bg-teal-950\/30 {
    background-color: #042f2e4d
}

.bg-teal-950\/40 {
    background-color: #042f2e66
}

.bg-teal-950\/5 {
    background-color: #042f2e0d
}

.bg-teal-950\/50 {
    background-color: #042f2e80
}

.bg-teal-950\/60 {
    background-color: #042f2e99
}

.bg-teal-950\/70 {
    background-color: #042f2eb3
}

.bg-teal-950\/75 {
    background-color: #042f2ebf
}

.bg-teal-950\/80 {
    background-color: #042f2ecc
}

.bg-teal-950\/90 {
    background-color: #042f2ee6
}

.bg-teal-950\/95 {
    background-color: #042f2ef2
}

.bg-transparent {
    background-color: initial
}

.bg-transparent\/0 {
    background-color: #0000
}

.bg-transparent\/10 {
    background-color: #0000001a
}

.bg-transparent\/100 {
    background-color: #000
}

.bg-transparent\/20 {
    background-color: #0003
}

.bg-transparent\/25 {
    background-color: #00000040
}

.bg-transparent\/30 {
    background-color: #0000004d
}

.bg-transparent\/40 {
    background-color: #0006
}

.bg-transparent\/5 {
    background-color: #0000000d
}

.bg-transparent\/50 {
    background-color: #00000080
}

.bg-transparent\/60 {
    background-color: #0009
}

.bg-transparent\/70 {
    background-color: #000000b3
}

.bg-transparent\/75 {
    background-color: #000000bf
}

.bg-transparent\/80 {
    background-color: #000c
}

.bg-transparent\/90 {
    background-color: #000000e6
}

.bg-transparent\/95 {
    background-color: #000000f2
}

.bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254/var(--tw-bg-opacity))
}

.bg-violet-100\/0 {
    background-color: #ede9fe00
}

.bg-violet-100\/10 {
    background-color: #ede9fe1a
}

.bg-violet-100\/100 {
    background-color: #ede9fe
}

.bg-violet-100\/20 {
    background-color: #ede9fe33
}

.bg-violet-100\/25 {
    background-color: #ede9fe40
}

.bg-violet-100\/30 {
    background-color: #ede9fe4d
}

.bg-violet-100\/40 {
    background-color: #ede9fe66
}

.bg-violet-100\/5 {
    background-color: #ede9fe0d
}

.bg-violet-100\/50 {
    background-color: #ede9fe80
}

.bg-violet-100\/60 {
    background-color: #ede9fe99
}

.bg-violet-100\/70 {
    background-color: #ede9feb3
}

.bg-violet-100\/75 {
    background-color: #ede9febf
}

.bg-violet-100\/80 {
    background-color: #ede9fecc
}

.bg-violet-100\/90 {
    background-color: #ede9fee6
}

.bg-violet-100\/95 {
    background-color: #ede9fef2
}

.bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254/var(--tw-bg-opacity))
}

.bg-violet-200\/0 {
    background-color: #ddd6fe00
}

.bg-violet-200\/10 {
    background-color: #ddd6fe1a
}

.bg-violet-200\/100 {
    background-color: #ddd6fe
}

.bg-violet-200\/20 {
    background-color: #ddd6fe33
}

.bg-violet-200\/25 {
    background-color: #ddd6fe40
}

.bg-violet-200\/30 {
    background-color: #ddd6fe4d
}

.bg-violet-200\/40 {
    background-color: #ddd6fe66
}

.bg-violet-200\/5 {
    background-color: #ddd6fe0d
}

.bg-violet-200\/50 {
    background-color: #ddd6fe80
}

.bg-violet-200\/60 {
    background-color: #ddd6fe99
}

.bg-violet-200\/70 {
    background-color: #ddd6feb3
}

.bg-violet-200\/75 {
    background-color: #ddd6febf
}

.bg-violet-200\/80 {
    background-color: #ddd6fecc
}

.bg-violet-200\/90 {
    background-color: #ddd6fee6
}

.bg-violet-200\/95 {
    background-color: #ddd6fef2
}

.bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253/var(--tw-bg-opacity))
}

.bg-violet-300\/0 {
    background-color: #c4b5fd00
}

.bg-violet-300\/10 {
    background-color: #c4b5fd1a
}

.bg-violet-300\/100 {
    background-color: #c4b5fd
}

.bg-violet-300\/20 {
    background-color: #c4b5fd33
}

.bg-violet-300\/25 {
    background-color: #c4b5fd40
}

.bg-violet-300\/30 {
    background-color: #c4b5fd4d
}

.bg-violet-300\/40 {
    background-color: #c4b5fd66
}

.bg-violet-300\/5 {
    background-color: #c4b5fd0d
}

.bg-violet-300\/50 {
    background-color: #c4b5fd80
}

.bg-violet-300\/60 {
    background-color: #c4b5fd99
}

.bg-violet-300\/70 {
    background-color: #c4b5fdb3
}

.bg-violet-300\/75 {
    background-color: #c4b5fdbf
}

.bg-violet-300\/80 {
    background-color: #c4b5fdcc
}

.bg-violet-300\/90 {
    background-color: #c4b5fde6
}

.bg-violet-300\/95 {
    background-color: #c4b5fdf2
}

.bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250/var(--tw-bg-opacity))
}

.bg-violet-400\/0 {
    background-color: #a78bfa00
}

.bg-violet-400\/10 {
    background-color: #a78bfa1a
}

.bg-violet-400\/100 {
    background-color: #a78bfa
}

.bg-violet-400\/20 {
    background-color: #a78bfa33
}

.bg-violet-400\/25 {
    background-color: #a78bfa40
}

.bg-violet-400\/30 {
    background-color: #a78bfa4d
}

.bg-violet-400\/40 {
    background-color: #a78bfa66
}

.bg-violet-400\/5 {
    background-color: #a78bfa0d
}

.bg-violet-400\/50 {
    background-color: #a78bfa80
}

.bg-violet-400\/60 {
    background-color: #a78bfa99
}

.bg-violet-400\/70 {
    background-color: #a78bfab3
}

.bg-violet-400\/75 {
    background-color: #a78bfabf
}

.bg-violet-400\/80 {
    background-color: #a78bfacc
}

.bg-violet-400\/90 {
    background-color: #a78bfae6
}

.bg-violet-400\/95 {
    background-color: #a78bfaf2
}

.bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255/var(--tw-bg-opacity))
}

.bg-violet-50\/0 {
    background-color: #f5f3ff00
}

.bg-violet-50\/10 {
    background-color: #f5f3ff1a
}

.bg-violet-50\/100 {
    background-color: #f5f3ff
}

.bg-violet-50\/20 {
    background-color: #f5f3ff33
}

.bg-violet-50\/25 {
    background-color: #f5f3ff40
}

.bg-violet-50\/30 {
    background-color: #f5f3ff4d
}

.bg-violet-50\/40 {
    background-color: #f5f3ff66
}

.bg-violet-50\/5 {
    background-color: #f5f3ff0d
}

.bg-violet-50\/50 {
    background-color: #f5f3ff80
}

.bg-violet-50\/60 {
    background-color: #f5f3ff99
}

.bg-violet-50\/70 {
    background-color: #f5f3ffb3
}

.bg-violet-50\/75 {
    background-color: #f5f3ffbf
}

.bg-violet-50\/80 {
    background-color: #f5f3ffcc
}

.bg-violet-50\/90 {
    background-color: #f5f3ffe6
}

.bg-violet-50\/95 {
    background-color: #f5f3fff2
}

.bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246/var(--tw-bg-opacity))
}

.bg-violet-500\/0 {
    background-color: #8b5cf600
}

.bg-violet-500\/10 {
    background-color: #8b5cf61a
}

.bg-violet-500\/100 {
    background-color: #8b5cf6
}

.bg-violet-500\/20 {
    background-color: #8b5cf633
}

.bg-violet-500\/25 {
    background-color: #8b5cf640
}

.bg-violet-500\/30 {
    background-color: #8b5cf64d
}

.bg-violet-500\/40 {
    background-color: #8b5cf666
}

.bg-violet-500\/5 {
    background-color: #8b5cf60d
}

.bg-violet-500\/50 {
    background-color: #8b5cf680
}

.bg-violet-500\/60 {
    background-color: #8b5cf699
}

.bg-violet-500\/70 {
    background-color: #8b5cf6b3
}

.bg-violet-500\/75 {
    background-color: #8b5cf6bf
}

.bg-violet-500\/80 {
    background-color: #8b5cf6cc
}

.bg-violet-500\/90 {
    background-color: #8b5cf6e6
}

.bg-violet-500\/95 {
    background-color: #8b5cf6f2
}

.bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237/var(--tw-bg-opacity))
}

.bg-violet-600\/0 {
    background-color: #7c3aed00
}

.bg-violet-600\/10 {
    background-color: #7c3aed1a
}

.bg-violet-600\/100 {
    background-color: #7c3aed
}

.bg-violet-600\/20 {
    background-color: #7c3aed33
}

.bg-violet-600\/25 {
    background-color: #7c3aed40
}

.bg-violet-600\/30 {
    background-color: #7c3aed4d
}

.bg-violet-600\/40 {
    background-color: #7c3aed66
}

.bg-violet-600\/5 {
    background-color: #7c3aed0d
}

.bg-violet-600\/50 {
    background-color: #7c3aed80
}

.bg-violet-600\/60 {
    background-color: #7c3aed99
}

.bg-violet-600\/70 {
    background-color: #7c3aedb3
}

.bg-violet-600\/75 {
    background-color: #7c3aedbf
}

.bg-violet-600\/80 {
    background-color: #7c3aedcc
}

.bg-violet-600\/90 {
    background-color: #7c3aede6
}

.bg-violet-600\/95 {
    background-color: #7c3aedf2
}

.bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217/var(--tw-bg-opacity))
}

.bg-violet-700\/0 {
    background-color: #6d28d900
}

.bg-violet-700\/10 {
    background-color: #6d28d91a
}

.bg-violet-700\/100 {
    background-color: #6d28d9
}

.bg-violet-700\/20 {
    background-color: #6d28d933
}

.bg-violet-700\/25 {
    background-color: #6d28d940
}

.bg-violet-700\/30 {
    background-color: #6d28d94d
}

.bg-violet-700\/40 {
    background-color: #6d28d966
}

.bg-violet-700\/5 {
    background-color: #6d28d90d
}

.bg-violet-700\/50 {
    background-color: #6d28d980
}

.bg-violet-700\/60 {
    background-color: #6d28d999
}

.bg-violet-700\/70 {
    background-color: #6d28d9b3
}

.bg-violet-700\/75 {
    background-color: #6d28d9bf
}

.bg-violet-700\/80 {
    background-color: #6d28d9cc
}

.bg-violet-700\/90 {
    background-color: #6d28d9e6
}

.bg-violet-700\/95 {
    background-color: #6d28d9f2
}

.bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182/var(--tw-bg-opacity))
}

.bg-violet-800\/0 {
    background-color: #5b21b600
}

.bg-violet-800\/10 {
    background-color: #5b21b61a
}

.bg-violet-800\/100 {
    background-color: #5b21b6
}

.bg-violet-800\/20 {
    background-color: #5b21b633
}

.bg-violet-800\/25 {
    background-color: #5b21b640
}

.bg-violet-800\/30 {
    background-color: #5b21b64d
}

.bg-violet-800\/40 {
    background-color: #5b21b666
}

.bg-violet-800\/5 {
    background-color: #5b21b60d
}

.bg-violet-800\/50 {
    background-color: #5b21b680
}

.bg-violet-800\/60 {
    background-color: #5b21b699
}

.bg-violet-800\/70 {
    background-color: #5b21b6b3
}

.bg-violet-800\/75 {
    background-color: #5b21b6bf
}

.bg-violet-800\/80 {
    background-color: #5b21b6cc
}

.bg-violet-800\/90 {
    background-color: #5b21b6e6
}

.bg-violet-800\/95 {
    background-color: #5b21b6f2
}

.bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149/var(--tw-bg-opacity))
}

.bg-violet-900\/0 {
    background-color: #4c1d9500
}

.bg-violet-900\/10 {
    background-color: #4c1d951a
}

.bg-violet-900\/100 {
    background-color: #4c1d95
}

.bg-violet-900\/20 {
    background-color: #4c1d9533
}

.bg-violet-900\/25 {
    background-color: #4c1d9540
}

.bg-violet-900\/30 {
    background-color: #4c1d954d
}

.bg-violet-900\/40 {
    background-color: #4c1d9566
}

.bg-violet-900\/5 {
    background-color: #4c1d950d
}

.bg-violet-900\/50 {
    background-color: #4c1d9580
}

.bg-violet-900\/60 {
    background-color: #4c1d9599
}

.bg-violet-900\/70 {
    background-color: #4c1d95b3
}

.bg-violet-900\/75 {
    background-color: #4c1d95bf
}

.bg-violet-900\/80 {
    background-color: #4c1d95cc
}

.bg-violet-900\/90 {
    background-color: #4c1d95e6
}

.bg-violet-900\/95 {
    background-color: #4c1d95f2
}

.bg-violet-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101/var(--tw-bg-opacity))
}

.bg-violet-950\/0 {
    background-color: #2e106500
}

.bg-violet-950\/10 {
    background-color: #2e10651a
}

.bg-violet-950\/100 {
    background-color: #2e1065
}

.bg-violet-950\/20 {
    background-color: #2e106533
}

.bg-violet-950\/25 {
    background-color: #2e106540
}

.bg-violet-950\/30 {
    background-color: #2e10654d
}

.bg-violet-950\/40 {
    background-color: #2e106566
}

.bg-violet-950\/5 {
    background-color: #2e10650d
}

.bg-violet-950\/50 {
    background-color: #2e106580
}

.bg-violet-950\/60 {
    background-color: #2e106599
}

.bg-violet-950\/70 {
    background-color: #2e1065b3
}

.bg-violet-950\/75 {
    background-color: #2e1065bf
}

.bg-violet-950\/80 {
    background-color: #2e1065cc
}

.bg-violet-950\/90 {
    background-color: #2e1065e6
}

.bg-violet-950\/95 {
    background-color: #2e1065f2
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/0 {
    background-color: #fff0
}

.bg-white\/10 {
    background-color: #ffffff1a
}

.bg-white\/100 {
    background-color: #fff
}

.bg-white\/20 {
    background-color: #fff3
}

.bg-white\/25 {
    background-color: #ffffff40
}

.bg-white\/30 {
    background-color: #ffffff4d
}

.bg-white\/40 {
    background-color: #fff6
}

.bg-white\/5 {
    background-color: #ffffff0d
}

.bg-white\/50 {
    background-color: #ffffff80
}

.bg-white\/60 {
    background-color: #fff9
}

.bg-white\/70 {
    background-color: #ffffffb3
}

.bg-white\/75 {
    background-color: #ffffffbf
}

.bg-white\/80 {
    background-color: #fffc
}

.bg-white\/90 {
    background-color: #ffffffe6
}

.bg-white\/95 {
    background-color: #fffffff2
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195/var(--tw-bg-opacity))
}

.bg-yellow-100\/0 {
    background-color: #fef9c300
}

.bg-yellow-100\/10 {
    background-color: #fef9c31a
}

.bg-yellow-100\/100 {
    background-color: #fef9c3
}

.bg-yellow-100\/20 {
    background-color: #fef9c333
}

.bg-yellow-100\/25 {
    background-color: #fef9c340
}

.bg-yellow-100\/30 {
    background-color: #fef9c34d
}

.bg-yellow-100\/40 {
    background-color: #fef9c366
}

.bg-yellow-100\/5 {
    background-color: #fef9c30d
}

.bg-yellow-100\/50 {
    background-color: #fef9c380
}

.bg-yellow-100\/60 {
    background-color: #fef9c399
}

.bg-yellow-100\/70 {
    background-color: #fef9c3b3
}

.bg-yellow-100\/75 {
    background-color: #fef9c3bf
}

.bg-yellow-100\/80 {
    background-color: #fef9c3cc
}

.bg-yellow-100\/90 {
    background-color: #fef9c3e6
}

.bg-yellow-100\/95 {
    background-color: #fef9c3f2
}

.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138/var(--tw-bg-opacity))
}

.bg-yellow-200\/0 {
    background-color: #fef08a00
}

.bg-yellow-200\/10 {
    background-color: #fef08a1a
}

.bg-yellow-200\/100 {
    background-color: #fef08a
}

.bg-yellow-200\/20 {
    background-color: #fef08a33
}

.bg-yellow-200\/25 {
    background-color: #fef08a40
}

.bg-yellow-200\/30 {
    background-color: #fef08a4d
}

.bg-yellow-200\/40 {
    background-color: #fef08a66
}

.bg-yellow-200\/5 {
    background-color: #fef08a0d
}

.bg-yellow-200\/50 {
    background-color: #fef08a80
}

.bg-yellow-200\/60 {
    background-color: #fef08a99
}

.bg-yellow-200\/70 {
    background-color: #fef08ab3
}

.bg-yellow-200\/75 {
    background-color: #fef08abf
}

.bg-yellow-200\/80 {
    background-color: #fef08acc
}

.bg-yellow-200\/90 {
    background-color: #fef08ae6
}

.bg-yellow-200\/95 {
    background-color: #fef08af2
}

.bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71/var(--tw-bg-opacity))
}

.bg-yellow-300\/0 {
    background-color: #fde04700
}

.bg-yellow-300\/10 {
    background-color: #fde0471a
}

.bg-yellow-300\/100 {
    background-color: #fde047
}

.bg-yellow-300\/20 {
    background-color: #fde04733
}

.bg-yellow-300\/25 {
    background-color: #fde04740
}

.bg-yellow-300\/30 {
    background-color: #fde0474d
}

.bg-yellow-300\/40 {
    background-color: #fde04766
}

.bg-yellow-300\/5 {
    background-color: #fde0470d
}

.bg-yellow-300\/50 {
    background-color: #fde04780
}

.bg-yellow-300\/60 {
    background-color: #fde04799
}

.bg-yellow-300\/70 {
    background-color: #fde047b3
}

.bg-yellow-300\/75 {
    background-color: #fde047bf
}

.bg-yellow-300\/80 {
    background-color: #fde047cc
}

.bg-yellow-300\/90 {
    background-color: #fde047e6
}

.bg-yellow-300\/95 {
    background-color: #fde047f2
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21/var(--tw-bg-opacity))
}

.bg-yellow-400\/0 {
    background-color: #facc1500
}

.bg-yellow-400\/10 {
    background-color: #facc151a
}

.bg-yellow-400\/100 {
    background-color: #facc15
}

.bg-yellow-400\/20 {
    background-color: #facc1533
}

.bg-yellow-400\/25 {
    background-color: #facc1540
}

.bg-yellow-400\/30 {
    background-color: #facc154d
}

.bg-yellow-400\/40 {
    background-color: #facc1566
}

.bg-yellow-400\/5 {
    background-color: #facc150d
}

.bg-yellow-400\/50 {
    background-color: #facc1580
}

.bg-yellow-400\/60 {
    background-color: #facc1599
}

.bg-yellow-400\/70 {
    background-color: #facc15b3
}

.bg-yellow-400\/75 {
    background-color: #facc15bf
}

.bg-yellow-400\/80 {
    background-color: #facc15cc
}

.bg-yellow-400\/90 {
    background-color: #facc15e6
}

.bg-yellow-400\/95 {
    background-color: #facc15f2
}

.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232/var(--tw-bg-opacity))
}

.bg-yellow-50\/0 {
    background-color: #fefce800
}

.bg-yellow-50\/10 {
    background-color: #fefce81a
}

.bg-yellow-50\/100 {
    background-color: #fefce8
}

.bg-yellow-50\/20 {
    background-color: #fefce833
}

.bg-yellow-50\/25 {
    background-color: #fefce840
}

.bg-yellow-50\/30 {
    background-color: #fefce84d
}

.bg-yellow-50\/40 {
    background-color: #fefce866
}

.bg-yellow-50\/5 {
    background-color: #fefce80d
}

.bg-yellow-50\/50 {
    background-color: #fefce880
}

.bg-yellow-50\/60 {
    background-color: #fefce899
}

.bg-yellow-50\/70 {
    background-color: #fefce8b3
}

.bg-yellow-50\/75 {
    background-color: #fefce8bf
}

.bg-yellow-50\/80 {
    background-color: #fefce8cc
}

.bg-yellow-50\/90 {
    background-color: #fefce8e6
}

.bg-yellow-50\/95 {
    background-color: #fefce8f2
}

.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8/var(--tw-bg-opacity))
}

.bg-yellow-500\/0 {
    background-color: #eab30800
}

.bg-yellow-500\/10 {
    background-color: #eab3081a
}

.bg-yellow-500\/100 {
    background-color: #eab308
}

.bg-yellow-500\/20 {
    background-color: #eab30833
}

.bg-yellow-500\/25 {
    background-color: #eab30840
}

.bg-yellow-500\/30 {
    background-color: #eab3084d
}

.bg-yellow-500\/40 {
    background-color: #eab30866
}

.bg-yellow-500\/5 {
    background-color: #eab3080d
}

.bg-yellow-500\/50 {
    background-color: #eab30880
}

.bg-yellow-500\/60 {
    background-color: #eab30899
}

.bg-yellow-500\/70 {
    background-color: #eab308b3
}

.bg-yellow-500\/75 {
    background-color: #eab308bf
}

.bg-yellow-500\/80 {
    background-color: #eab308cc
}

.bg-yellow-500\/90 {
    background-color: #eab308e6
}

.bg-yellow-500\/95 {
    background-color: #eab308f2
}

.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4/var(--tw-bg-opacity))
}

.bg-yellow-600\/0 {
    background-color: #ca8a0400
}

.bg-yellow-600\/10 {
    background-color: #ca8a041a
}

.bg-yellow-600\/100 {
    background-color: #ca8a04
}

.bg-yellow-600\/20 {
    background-color: #ca8a0433
}

.bg-yellow-600\/25 {
    background-color: #ca8a0440
}

.bg-yellow-600\/30 {
    background-color: #ca8a044d
}

.bg-yellow-600\/40 {
    background-color: #ca8a0466
}

.bg-yellow-600\/5 {
    background-color: #ca8a040d
}

.bg-yellow-600\/50 {
    background-color: #ca8a0480
}

.bg-yellow-600\/60 {
    background-color: #ca8a0499
}

.bg-yellow-600\/70 {
    background-color: #ca8a04b3
}

.bg-yellow-600\/75 {
    background-color: #ca8a04bf
}

.bg-yellow-600\/80 {
    background-color: #ca8a04cc
}

.bg-yellow-600\/90 {
    background-color: #ca8a04e6
}

.bg-yellow-600\/95 {
    background-color: #ca8a04f2
}

.bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7/var(--tw-bg-opacity))
}

.bg-yellow-700\/0 {
    background-color: #a1620700
}

.bg-yellow-700\/10 {
    background-color: #a162071a
}

.bg-yellow-700\/100 {
    background-color: #a16207
}

.bg-yellow-700\/20 {
    background-color: #a1620733
}

.bg-yellow-700\/25 {
    background-color: #a1620740
}

.bg-yellow-700\/30 {
    background-color: #a162074d
}

.bg-yellow-700\/40 {
    background-color: #a1620766
}

.bg-yellow-700\/5 {
    background-color: #a162070d
}

.bg-yellow-700\/50 {
    background-color: #a1620780
}

.bg-yellow-700\/60 {
    background-color: #a1620799
}

.bg-yellow-700\/70 {
    background-color: #a16207b3
}

.bg-yellow-700\/75 {
    background-color: #a16207bf
}

.bg-yellow-700\/80 {
    background-color: #a16207cc
}

.bg-yellow-700\/90 {
    background-color: #a16207e6
}

.bg-yellow-700\/95 {
    background-color: #a16207f2
}

.bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14/var(--tw-bg-opacity))
}

.bg-yellow-800\/0 {
    background-color: #854d0e00
}

.bg-yellow-800\/10 {
    background-color: #854d0e1a
}

.bg-yellow-800\/100 {
    background-color: #854d0e
}

.bg-yellow-800\/20 {
    background-color: #854d0e33
}

.bg-yellow-800\/25 {
    background-color: #854d0e40
}

.bg-yellow-800\/30 {
    background-color: #854d0e4d
}

.bg-yellow-800\/40 {
    background-color: #854d0e66
}

.bg-yellow-800\/5 {
    background-color: #854d0e0d
}

.bg-yellow-800\/50 {
    background-color: #854d0e80
}

.bg-yellow-800\/60 {
    background-color: #854d0e99
}

.bg-yellow-800\/70 {
    background-color: #854d0eb3
}

.bg-yellow-800\/75 {
    background-color: #854d0ebf
}

.bg-yellow-800\/80 {
    background-color: #854d0ecc
}

.bg-yellow-800\/90 {
    background-color: #854d0ee6
}

.bg-yellow-800\/95 {
    background-color: #854d0ef2
}

.bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18/var(--tw-bg-opacity))
}

.bg-yellow-900\/0 {
    background-color: #713f1200
}

.bg-yellow-900\/10 {
    background-color: #713f121a
}

.bg-yellow-900\/100 {
    background-color: #713f12
}

.bg-yellow-900\/20 {
    background-color: #713f1233
}

.bg-yellow-900\/25 {
    background-color: #713f1240
}

.bg-yellow-900\/30 {
    background-color: #713f124d
}

.bg-yellow-900\/40 {
    background-color: #713f1266
}

.bg-yellow-900\/5 {
    background-color: #713f120d
}

.bg-yellow-900\/50 {
    background-color: #713f1280
}

.bg-yellow-900\/60 {
    background-color: #713f1299
}

.bg-yellow-900\/70 {
    background-color: #713f12b3
}

.bg-yellow-900\/75 {
    background-color: #713f12bf
}

.bg-yellow-900\/80 {
    background-color: #713f12cc
}

.bg-yellow-900\/90 {
    background-color: #713f12e6
}

.bg-yellow-900\/95 {
    background-color: #713f12f2
}

.bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6/var(--tw-bg-opacity))
}

.bg-yellow-950\/0 {
    background-color: #42200600
}

.bg-yellow-950\/10 {
    background-color: #4220061a
}

.bg-yellow-950\/100 {
    background-color: #422006
}

.bg-yellow-950\/20 {
    background-color: #42200633
}

.bg-yellow-950\/25 {
    background-color: #42200640
}

.bg-yellow-950\/30 {
    background-color: #4220064d
}

.bg-yellow-950\/40 {
    background-color: #42200666
}

.bg-yellow-950\/5 {
    background-color: #4220060d
}

.bg-yellow-950\/50 {
    background-color: #42200680
}

.bg-yellow-950\/60 {
    background-color: #42200699
}

.bg-yellow-950\/70 {
    background-color: #422006b3
}

.bg-yellow-950\/75 {
    background-color: #422006bf
}

.bg-yellow-950\/80 {
    background-color: #422006cc
}

.bg-yellow-950\/90 {
    background-color: #422006e6
}

.bg-yellow-950\/95 {
    background-color: #422006f2
}

.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245/var(--tw-bg-opacity))
}

.bg-zinc-100\/0 {
    background-color: #f4f4f500
}

.bg-zinc-100\/10 {
    background-color: #f4f4f51a
}

.bg-zinc-100\/100 {
    background-color: #f4f4f5
}

.bg-zinc-100\/20 {
    background-color: #f4f4f533
}

.bg-zinc-100\/25 {
    background-color: #f4f4f540
}

.bg-zinc-100\/30 {
    background-color: #f4f4f54d
}

.bg-zinc-100\/40 {
    background-color: #f4f4f566
}

.bg-zinc-100\/5 {
    background-color: #f4f4f50d
}

.bg-zinc-100\/50 {
    background-color: #f4f4f580
}

.bg-zinc-100\/60 {
    background-color: #f4f4f599
}

.bg-zinc-100\/70 {
    background-color: #f4f4f5b3
}

.bg-zinc-100\/75 {
    background-color: #f4f4f5bf
}

.bg-zinc-100\/80 {
    background-color: #f4f4f5cc
}

.bg-zinc-100\/90 {
    background-color: #f4f4f5e6
}

.bg-zinc-100\/95 {
    background-color: #f4f4f5f2
}

.bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231/var(--tw-bg-opacity))
}

.bg-zinc-200\/0 {
    background-color: #e4e4e700
}

.bg-zinc-200\/10 {
    background-color: #e4e4e71a
}

.bg-zinc-200\/100 {
    background-color: #e4e4e7
}

.bg-zinc-200\/20 {
    background-color: #e4e4e733
}

.bg-zinc-200\/25 {
    background-color: #e4e4e740
}

.bg-zinc-200\/30 {
    background-color: #e4e4e74d
}

.bg-zinc-200\/40 {
    background-color: #e4e4e766
}

.bg-zinc-200\/5 {
    background-color: #e4e4e70d
}

.bg-zinc-200\/50 {
    background-color: #e4e4e780
}

.bg-zinc-200\/60 {
    background-color: #e4e4e799
}

.bg-zinc-200\/70 {
    background-color: #e4e4e7b3
}

.bg-zinc-200\/75 {
    background-color: #e4e4e7bf
}

.bg-zinc-200\/80 {
    background-color: #e4e4e7cc
}

.bg-zinc-200\/90 {
    background-color: #e4e4e7e6
}

.bg-zinc-200\/95 {
    background-color: #e4e4e7f2
}

.bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216/var(--tw-bg-opacity))
}

.bg-zinc-300\/0 {
    background-color: #d4d4d800
}

.bg-zinc-300\/10 {
    background-color: #d4d4d81a
}

.bg-zinc-300\/100 {
    background-color: #d4d4d8
}

.bg-zinc-300\/20 {
    background-color: #d4d4d833
}

.bg-zinc-300\/25 {
    background-color: #d4d4d840
}

.bg-zinc-300\/30 {
    background-color: #d4d4d84d
}

.bg-zinc-300\/40 {
    background-color: #d4d4d866
}

.bg-zinc-300\/5 {
    background-color: #d4d4d80d
}

.bg-zinc-300\/50 {
    background-color: #d4d4d880
}

.bg-zinc-300\/60 {
    background-color: #d4d4d899
}

.bg-zinc-300\/70 {
    background-color: #d4d4d8b3
}

.bg-zinc-300\/75 {
    background-color: #d4d4d8bf
}

.bg-zinc-300\/80 {
    background-color: #d4d4d8cc
}

.bg-zinc-300\/90 {
    background-color: #d4d4d8e6
}

.bg-zinc-300\/95 {
    background-color: #d4d4d8f2
}

.bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170/var(--tw-bg-opacity))
}

.bg-zinc-400\/0 {
    background-color: #a1a1aa00
}

.bg-zinc-400\/10 {
    background-color: #a1a1aa1a
}

.bg-zinc-400\/100 {
    background-color: #a1a1aa
}

.bg-zinc-400\/20 {
    background-color: #a1a1aa33
}

.bg-zinc-400\/25 {
    background-color: #a1a1aa40
}

.bg-zinc-400\/30 {
    background-color: #a1a1aa4d
}

.bg-zinc-400\/40 {
    background-color: #a1a1aa66
}

.bg-zinc-400\/5 {
    background-color: #a1a1aa0d
}

.bg-zinc-400\/50 {
    background-color: #a1a1aa80
}

.bg-zinc-400\/60 {
    background-color: #a1a1aa99
}

.bg-zinc-400\/70 {
    background-color: #a1a1aab3
}

.bg-zinc-400\/75 {
    background-color: #a1a1aabf
}

.bg-zinc-400\/80 {
    background-color: #a1a1aacc
}

.bg-zinc-400\/90 {
    background-color: #a1a1aae6
}

.bg-zinc-400\/95 {
    background-color: #a1a1aaf2
}

.bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-zinc-50\/0 {
    background-color: #fafafa00
}

.bg-zinc-50\/10 {
    background-color: #fafafa1a
}

.bg-zinc-50\/100 {
    background-color: #fafafa
}

.bg-zinc-50\/20 {
    background-color: #fafafa33
}

.bg-zinc-50\/25 {
    background-color: #fafafa40
}

.bg-zinc-50\/30 {
    background-color: #fafafa4d
}

.bg-zinc-50\/40 {
    background-color: #fafafa66
}

.bg-zinc-50\/5 {
    background-color: #fafafa0d
}

.bg-zinc-50\/50 {
    background-color: #fafafa80
}

.bg-zinc-50\/60 {
    background-color: #fafafa99
}

.bg-zinc-50\/70 {
    background-color: #fafafab3
}

.bg-zinc-50\/75 {
    background-color: #fafafabf
}

.bg-zinc-50\/80 {
    background-color: #fafafacc
}

.bg-zinc-50\/90 {
    background-color: #fafafae6
}

.bg-zinc-50\/95 {
    background-color: #fafafaf2
}

.bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122/var(--tw-bg-opacity))
}

.bg-zinc-500\/0 {
    background-color: #71717a00
}

.bg-zinc-500\/10 {
    background-color: #71717a1a
}

.bg-zinc-500\/100 {
    background-color: #71717a
}

.bg-zinc-500\/20 {
    background-color: #71717a33
}

.bg-zinc-500\/25 {
    background-color: #71717a40
}

.bg-zinc-500\/30 {
    background-color: #71717a4d
}

.bg-zinc-500\/40 {
    background-color: #71717a66
}

.bg-zinc-500\/5 {
    background-color: #71717a0d
}

.bg-zinc-500\/50 {
    background-color: #71717a80
}

.bg-zinc-500\/60 {
    background-color: #71717a99
}

.bg-zinc-500\/70 {
    background-color: #71717ab3
}

.bg-zinc-500\/75 {
    background-color: #71717abf
}

.bg-zinc-500\/80 {
    background-color: #71717acc
}

.bg-zinc-500\/90 {
    background-color: #71717ae6
}

.bg-zinc-500\/95 {
    background-color: #71717af2
}

.bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91/var(--tw-bg-opacity))
}

.bg-zinc-600\/0 {
    background-color: #52525b00
}

.bg-zinc-600\/10 {
    background-color: #52525b1a
}

.bg-zinc-600\/100 {
    background-color: #52525b
}

.bg-zinc-600\/20 {
    background-color: #52525b33
}

.bg-zinc-600\/25 {
    background-color: #52525b40
}

.bg-zinc-600\/30 {
    background-color: #52525b4d
}

.bg-zinc-600\/40 {
    background-color: #52525b66
}

.bg-zinc-600\/5 {
    background-color: #52525b0d
}

.bg-zinc-600\/50 {
    background-color: #52525b80
}

.bg-zinc-600\/60 {
    background-color: #52525b99
}

.bg-zinc-600\/70 {
    background-color: #52525bb3
}

.bg-zinc-600\/75 {
    background-color: #52525bbf
}

.bg-zinc-600\/80 {
    background-color: #52525bcc
}

.bg-zinc-600\/90 {
    background-color: #52525be6
}

.bg-zinc-600\/95 {
    background-color: #52525bf2
}

.bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70/var(--tw-bg-opacity))
}

.bg-zinc-700\/0 {
    background-color: #3f3f4600
}

.bg-zinc-700\/10 {
    background-color: #3f3f461a
}

.bg-zinc-700\/100 {
    background-color: #3f3f46
}

.bg-zinc-700\/20 {
    background-color: #3f3f4633
}

.bg-zinc-700\/25 {
    background-color: #3f3f4640
}

.bg-zinc-700\/30 {
    background-color: #3f3f464d
}

.bg-zinc-700\/40 {
    background-color: #3f3f4666
}

.bg-zinc-700\/5 {
    background-color: #3f3f460d
}

.bg-zinc-700\/50 {
    background-color: #3f3f4680
}

.bg-zinc-700\/60 {
    background-color: #3f3f4699
}

.bg-zinc-700\/70 {
    background-color: #3f3f46b3
}

.bg-zinc-700\/75 {
    background-color: #3f3f46bf
}

.bg-zinc-700\/80 {
    background-color: #3f3f46cc
}

.bg-zinc-700\/90 {
    background-color: #3f3f46e6
}

.bg-zinc-700\/95 {
    background-color: #3f3f46f2
}

.bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42/var(--tw-bg-opacity))
}

.bg-zinc-800\/0 {
    background-color: #27272a00
}

.bg-zinc-800\/10 {
    background-color: #27272a1a
}

.bg-zinc-800\/100 {
    background-color: #27272a
}

.bg-zinc-800\/20 {
    background-color: #27272a33
}

.bg-zinc-800\/25 {
    background-color: #27272a40
}

.bg-zinc-800\/30 {
    background-color: #27272a4d
}

.bg-zinc-800\/40 {
    background-color: #27272a66
}

.bg-zinc-800\/5 {
    background-color: #27272a0d
}

.bg-zinc-800\/50 {
    background-color: #27272a80
}

.bg-zinc-800\/60 {
    background-color: #27272a99
}

.bg-zinc-800\/70 {
    background-color: #27272ab3
}

.bg-zinc-800\/75 {
    background-color: #27272abf
}

.bg-zinc-800\/80 {
    background-color: #27272acc
}

.bg-zinc-800\/90 {
    background-color: #27272ae6
}

.bg-zinc-800\/95 {
    background-color: #27272af2
}

.bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27/var(--tw-bg-opacity))
}

.bg-zinc-900\/0 {
    background-color: #18181b00
}

.bg-zinc-900\/10 {
    background-color: #18181b1a
}

.bg-zinc-900\/100 {
    background-color: #18181b
}

.bg-zinc-900\/20 {
    background-color: #18181b33
}

.bg-zinc-900\/25 {
    background-color: #18181b40
}

.bg-zinc-900\/30 {
    background-color: #18181b4d
}

.bg-zinc-900\/40 {
    background-color: #18181b66
}

.bg-zinc-900\/5 {
    background-color: #18181b0d
}

.bg-zinc-900\/50 {
    background-color: #18181b80
}

.bg-zinc-900\/60 {
    background-color: #18181b99
}

.bg-zinc-900\/70 {
    background-color: #18181bb3
}

.bg-zinc-900\/75 {
    background-color: #18181bbf
}

.bg-zinc-900\/80 {
    background-color: #18181bcc
}

.bg-zinc-900\/90 {
    background-color: #18181be6
}

.bg-zinc-900\/95 {
    background-color: #18181bf2
}

.bg-zinc-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11/var(--tw-bg-opacity))
}

.bg-zinc-950\/0 {
    background-color: #09090b00
}

.bg-zinc-950\/10 {
    background-color: #09090b1a
}

.bg-zinc-950\/100 {
    background-color: #09090b
}

.bg-zinc-950\/20 {
    background-color: #09090b33
}

.bg-zinc-950\/25 {
    background-color: #09090b40
}

.bg-zinc-950\/30 {
    background-color: #09090b4d
}

.bg-zinc-950\/40 {
    background-color: #09090b66
}

.bg-zinc-950\/5 {
    background-color: #09090b0d
}

.bg-zinc-950\/50 {
    background-color: #09090b80
}

.bg-zinc-950\/60 {
    background-color: #09090b99
}

.bg-zinc-950\/70 {
    background-color: #09090bb3
}

.bg-zinc-950\/75 {
    background-color: #09090bbf
}

.bg-zinc-950\/80 {
    background-color: #09090bcc
}

.bg-zinc-950\/90 {
    background-color: #09090be6
}

.bg-zinc-950\/95 {
    background-color: #09090bf2
}

.bg-opacity-0 {
    --tw-bg-opacity: 0
}

.bg-opacity-10 {
    --tw-bg-opacity: 0.1
}

.bg-opacity-100 {
    --tw-bg-opacity: 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-5 {
    --tw-bg-opacity: 0.05
}

.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-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-br {
    background-image: linear-gradient(to bottom right,var(--tw-gradient-stops))
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left,var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top,var(--tw-gradient-stops))
}

.bg-gradient-to-tl {
    background-image: linear-gradient(to top left,var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right,var(--tw-gradient-stops))
}

.bg-none {
    background-image: none
}

.decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice
}

.decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.box-decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice
}

.box-decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.bg-auto {
    background-size: auto
}

.bg-contain {
    background-size: contain
}

.bg-cover {
    background-size: cover
}

.bg-fixed {
    background-attachment: fixed
}

.bg-local {
    background-attachment: local
}

.bg-scroll {
    background-attachment: scroll
}

.bg-clip-border {
    background-clip: initial
}

.bg-clip-padding {
    background-clip: padding-box
}

.bg-clip-content {
    background-clip: content-box
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-left {
    background-position: 0
}

.bg-left-bottom {
    background-position: 0 100%
}

.bg-left-top {
    background-position: 0 0
}

.bg-right {
    background-position: 100%
}

.bg-right-bottom {
    background-position: 100% 100%
}

.bg-right-top {
    background-position: 100% 0
}

.bg-top {
    background-position: top
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-repeat-round {
    background-repeat: round
}

.bg-repeat-space {
    background-repeat: space
}

.bg-origin-border {
    background-origin: border-box
}

.bg-origin-padding {
    background-origin: initial
}

.bg-origin-content {
    background-origin: content-box
}

.fill-current {
    fill: currentColor
}

.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
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-10 {
    padding: 2.5rem
}

.p-11 {
    padding: 2.75rem
}

.p-12 {
    padding: 3rem
}

.p-14 {
    padding: 3.5rem
}

.p-16 {
    padding: 4rem
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-20 {
    padding: 5rem
}

.p-24 {
    padding: 6rem
}

.p-28 {
    padding: 7rem
}

.p-3 {
    padding: .75rem
}

.p-3\.5 {
    padding: .875rem
}

.p-32 {
    padding: 8rem
}

.p-36 {
    padding: 9rem
}

.p-4 {
    padding: 1rem
}

.p-40 {
    padding: 10rem
}

.p-44 {
    padding: 11rem
}

.p-48 {
    padding: 12rem
}

.p-5 {
    padding: 1.25rem
}

.p-52 {
    padding: 13rem
}

.p-56 {
    padding: 14rem
}

.p-6 {
    padding: 1.5rem
}

.p-60 {
    padding: 15rem
}

.p-64 {
    padding: 16rem
}

.p-7 {
    padding: 1.75rem
}

.p-72 {
    padding: 18rem
}

.p-8 {
    padding: 2rem
}

.p-80 {
    padding: 20rem
}

.p-9 {
    padding: 2.25rem
}

.p-96 {
    padding: 24rem
}

.p-px {
    padding: 1px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-0\.5 {
    padding-left: .125rem;
    padding-right: .125rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem
}

.px-28 {
    padding-left: 7rem;
    padding-right: 7rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem
}

.px-36 {
    padding-left: 9rem;
    padding-right: 9rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-40 {
    padding-left: 10rem;
    padding-right: 10rem
}

.px-44 {
    padding-left: 11rem;
    padding-right: 11rem
}

.px-48 {
    padding-left: 12rem;
    padding-right: 12rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-52 {
    padding-left: 13rem;
    padding-right: 13rem
}

.px-56 {
    padding-left: 14rem;
    padding-right: 14rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-60 {
    padding-left: 15rem;
    padding-right: 15rem
}

.px-64 {
    padding-left: 16rem;
    padding-right: 16rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.px-72 {
    padding-left: 18rem;
    padding-right: 18rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-80 {
    padding-left: 20rem;
    padding-right: 20rem
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

.px-96 {
    padding-left: 24rem;
    padding-right: 24rem
}

.px-px {
    padding-left: 1px;
    padding-right: 1px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
}

.py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
}

.py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
}

.py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
}

.py-px {
    padding-top: 1px;
    padding-bottom: 1px
}

.pb-0 {
    padding-bottom: 0
}

.pb-0\.5 {
    padding-bottom: .125rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-11 {
    padding-bottom: 2.75rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-2\.5 {
    padding-bottom: .625rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-3\.5 {
    padding-bottom: .875rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-36 {
    padding-bottom: 9rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-40 {
    padding-bottom: 10rem
}

.pb-44 {
    padding-bottom: 11rem
}

.pb-48 {
    padding-bottom: 12rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-52 {
    padding-bottom: 13rem
}

.pb-56 {
    padding-bottom: 14rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-60 {
    padding-bottom: 15rem
}

.pb-64 {
    padding-bottom: 16rem
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pb-72 {
    padding-bottom: 18rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-80 {
    padding-bottom: 20rem
}

.pb-9 {
    padding-bottom: 2.25rem
}

.pb-96 {
    padding-bottom: 24rem
}

.pb-px {
    padding-bottom: 1px
}

.pl-0 {
    padding-left: 0
}

.pl-0\.5 {
    padding-left: .125rem
}

.pl-1 {
    padding-left: .25rem
}

.pl-1\.5 {
    padding-left: .375rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-11 {
    padding-left: 2.75rem
}

.pl-12 {
    padding-left: 3rem
}

.pl-14 {
    padding-left: 3.5rem
}

.pl-16 {
    padding-left: 4rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-2\.5 {
    padding-left: .625rem
}

.pl-20 {
    padding-left: 5rem
}

.pl-24 {
    padding-left: 6rem
}

.pl-28 {
    padding-left: 7rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-3\.5 {
    padding-left: .875rem
}

.pl-32 {
    padding-left: 8rem
}

.pl-36 {
    padding-left: 9rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-40 {
    padding-left: 10rem
}

.pl-44 {
    padding-left: 11rem
}

.pl-48 {
    padding-left: 12rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-52 {
    padding-left: 13rem
}

.pl-56 {
    padding-left: 14rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pl-60 {
    padding-left: 15rem
}

.pl-64 {
    padding-left: 16rem
}

.pl-7 {
    padding-left: 1.75rem
}

.pl-72 {
    padding-left: 18rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-80 {
    padding-left: 20rem
}

.pl-9 {
    padding-left: 2.25rem
}

.pl-96 {
    padding-left: 24rem
}

.pl-px {
    padding-left: 1px
}

.pr-0 {
    padding-right: 0
}

.pr-0\.5 {
    padding-right: .125rem
}

.pr-1 {
    padding-right: .25rem
}

.pr-1\.5 {
    padding-right: .375rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pr-11 {
    padding-right: 2.75rem
}

.pr-12 {
    padding-right: 3rem
}

.pr-14 {
    padding-right: 3.5rem
}

.pr-16 {
    padding-right: 4rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-2\.5 {
    padding-right: .625rem
}

.pr-20 {
    padding-right: 5rem
}

.pr-24 {
    padding-right: 6rem
}

.pr-28 {
    padding-right: 7rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-3\.5 {
    padding-right: .875rem
}

.pr-32 {
    padding-right: 8rem
}

.pr-36 {
    padding-right: 9rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-40 {
    padding-right: 10rem
}

.pr-44 {
    padding-right: 11rem
}

.pr-48 {
    padding-right: 12rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-52 {
    padding-right: 13rem
}

.pr-56 {
    padding-right: 14rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pr-60 {
    padding-right: 15rem
}

.pr-64 {
    padding-right: 16rem
}

.pr-7 {
    padding-right: 1.75rem
}

.pr-72 {
    padding-right: 18rem
}

.pr-8 {
    padding-right: 2rem
}

.pr-80 {
    padding-right: 20rem
}

.pr-9 {
    padding-right: 2.25rem
}

.pr-96 {
    padding-right: 24rem
}

.pr-px {
    padding-right: 1px
}

.pt-0 {
    padding-top: 0
}

.pt-0\.5 {
    padding-top: .125rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-1\.5 {
    padding-top: .375rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-11 {
    padding-top: 2.75rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-2\.5 {
    padding-top: .625rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-28 {
    padding-top: 7rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-3\.5 {
    padding-top: .875rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-36 {
    padding-top: 9rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-40 {
    padding-top: 10rem
}

.pt-44 {
    padding-top: 11rem
}

.pt-48 {
    padding-top: 12rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-52 {
    padding-top: 13rem
}

.pt-56 {
    padding-top: 14rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-60 {
    padding-top: 15rem
}

.pt-64 {
    padding-top: 16rem
}

.pt-7 {
    padding-top: 1.75rem
}

.pt-72 {
    padding-top: 18rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-80 {
    padding-top: 20rem
}

.pt-9 {
    padding-top: 2.25rem
}

.pt-96 {
    padding-top: 24rem
}

.pt-px {
    padding-top: 1px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.align-baseline {
    vertical-align: initial
}

.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
}

.align-sub {
    vertical-align: sub
}

.align-super {
    vertical-align: super
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1
}

.text-8xl {
    font-size: 6rem;
    line-height: 1
}

.text-9xl {
    font-size: 8rem;
    line-height: 1
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.normal-case {
    text-transform: none
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.normal-nums {
    font-variant-numeric: normal
}

.ordinal {
    --tw-ordinal: ordinal
}

.ordinal,.slashed-zero {
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.slashed-zero {
    --tw-slashed-zero: slashed-zero
}

.lining-nums {
    --tw-numeric-figure: lining-nums
}

.lining-nums,.oldstyle-nums {
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
}

.proportional-nums {
    --tw-numeric-spacing: proportional-nums
}

.proportional-nums,.tabular-nums {
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.tabular-nums {
    --tw-numeric-spacing: tabular-nums
}

.diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
}

.diagonal-fractions,.stacked-fractions {
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
}

.leading-normal {
    line-height: 1.5
}

.text-\[\#336699\]\/\[\.35\] {
    color: #33669959
}

.text-amber-100 {
    --tw-text-opacity: 1;
    color: rgb(254 243 199/var(--tw-text-opacity))
}

.text-amber-100\/0 {
    color: #fef3c700
}

.text-amber-100\/10 {
    color: #fef3c71a
}

.text-amber-100\/100 {
    color: #fef3c7
}

.text-amber-100\/20 {
    color: #fef3c733
}

.text-amber-100\/25 {
    color: #fef3c740
}

.text-amber-100\/30 {
    color: #fef3c74d
}

.text-amber-100\/40 {
    color: #fef3c766
}

.text-amber-100\/5 {
    color: #fef3c70d
}

.text-amber-100\/50 {
    color: #fef3c780
}

.text-amber-100\/60 {
    color: #fef3c799
}

.text-amber-100\/70 {
    color: #fef3c7b3
}

.text-amber-100\/75 {
    color: #fef3c7bf
}

.text-amber-100\/80 {
    color: #fef3c7cc
}

.text-amber-100\/90 {
    color: #fef3c7e6
}

.text-amber-100\/95 {
    color: #fef3c7f2
}

.text-amber-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138/var(--tw-text-opacity))
}

.text-amber-200\/0 {
    color: #fde68a00
}

.text-amber-200\/10 {
    color: #fde68a1a
}

.text-amber-200\/100 {
    color: #fde68a
}

.text-amber-200\/20 {
    color: #fde68a33
}

.text-amber-200\/25 {
    color: #fde68a40
}

.text-amber-200\/30 {
    color: #fde68a4d
}

.text-amber-200\/40 {
    color: #fde68a66
}

.text-amber-200\/5 {
    color: #fde68a0d
}

.text-amber-200\/50 {
    color: #fde68a80
}

.text-amber-200\/60 {
    color: #fde68a99
}

.text-amber-200\/70 {
    color: #fde68ab3
}

.text-amber-200\/75 {
    color: #fde68abf
}

.text-amber-200\/80 {
    color: #fde68acc
}

.text-amber-200\/90 {
    color: #fde68ae6
}

.text-amber-200\/95 {
    color: #fde68af2
}

.text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77/var(--tw-text-opacity))
}

.text-amber-300\/0 {
    color: #fcd34d00
}

.text-amber-300\/10 {
    color: #fcd34d1a
}

.text-amber-300\/100 {
    color: #fcd34d
}

.text-amber-300\/20 {
    color: #fcd34d33
}

.text-amber-300\/25 {
    color: #fcd34d40
}

.text-amber-300\/30 {
    color: #fcd34d4d
}

.text-amber-300\/40 {
    color: #fcd34d66
}

.text-amber-300\/5 {
    color: #fcd34d0d
}

.text-amber-300\/50 {
    color: #fcd34d80
}

.text-amber-300\/60 {
    color: #fcd34d99
}

.text-amber-300\/70 {
    color: #fcd34db3
}

.text-amber-300\/75 {
    color: #fcd34dbf
}

.text-amber-300\/80 {
    color: #fcd34dcc
}

.text-amber-300\/90 {
    color: #fcd34de6
}

.text-amber-300\/95 {
    color: #fcd34df2
}

.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36/var(--tw-text-opacity))
}

.text-amber-400\/0 {
    color: #fbbf2400
}

.text-amber-400\/10 {
    color: #fbbf241a
}

.text-amber-400\/100 {
    color: #fbbf24
}

.text-amber-400\/20 {
    color: #fbbf2433
}

.text-amber-400\/25 {
    color: #fbbf2440
}

.text-amber-400\/30 {
    color: #fbbf244d
}

.text-amber-400\/40 {
    color: #fbbf2466
}

.text-amber-400\/5 {
    color: #fbbf240d
}

.text-amber-400\/50 {
    color: #fbbf2480
}

.text-amber-400\/60 {
    color: #fbbf2499
}

.text-amber-400\/70 {
    color: #fbbf24b3
}

.text-amber-400\/75 {
    color: #fbbf24bf
}

.text-amber-400\/80 {
    color: #fbbf24cc
}

.text-amber-400\/90 {
    color: #fbbf24e6
}

.text-amber-400\/95 {
    color: #fbbf24f2
}

.text-amber-50 {
    --tw-text-opacity: 1;
    color: rgb(255 251 235/var(--tw-text-opacity))
}

.text-amber-50\/0 {
    color: #fffbeb00
}

.text-amber-50\/10 {
    color: #fffbeb1a
}

.text-amber-50\/100 {
    color: #fffbeb
}

.text-amber-50\/20 {
    color: #fffbeb33
}

.text-amber-50\/25 {
    color: #fffbeb40
}

.text-amber-50\/30 {
    color: #fffbeb4d
}

.text-amber-50\/40 {
    color: #fffbeb66
}

.text-amber-50\/5 {
    color: #fffbeb0d
}

.text-amber-50\/50 {
    color: #fffbeb80
}

.text-amber-50\/60 {
    color: #fffbeb99
}

.text-amber-50\/70 {
    color: #fffbebb3
}

.text-amber-50\/75 {
    color: #fffbebbf
}

.text-amber-50\/80 {
    color: #fffbebcc
}

.text-amber-50\/90 {
    color: #fffbebe6
}

.text-amber-50\/95 {
    color: #fffbebf2
}

.text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11/var(--tw-text-opacity))
}

.text-amber-500\/0 {
    color: #f59e0b00
}

.text-amber-500\/10 {
    color: #f59e0b1a
}

.text-amber-500\/100 {
    color: #f59e0b
}

.text-amber-500\/20 {
    color: #f59e0b33
}

.text-amber-500\/25 {
    color: #f59e0b40
}

.text-amber-500\/30 {
    color: #f59e0b4d
}

.text-amber-500\/40 {
    color: #f59e0b66
}

.text-amber-500\/5 {
    color: #f59e0b0d
}

.text-amber-500\/50 {
    color: #f59e0b80
}

.text-amber-500\/60 {
    color: #f59e0b99
}

.text-amber-500\/70 {
    color: #f59e0bb3
}

.text-amber-500\/75 {
    color: #f59e0bbf
}

.text-amber-500\/80 {
    color: #f59e0bcc
}

.text-amber-500\/90 {
    color: #f59e0be6
}

.text-amber-500\/95 {
    color: #f59e0bf2
}

.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6/var(--tw-text-opacity))
}

.text-amber-600\/0 {
    color: #d9770600
}

.text-amber-600\/10 {
    color: #d977061a
}

.text-amber-600\/100 {
    color: #d97706
}

.text-amber-600\/20 {
    color: #d9770633
}

.text-amber-600\/25 {
    color: #d9770640
}

.text-amber-600\/30 {
    color: #d977064d
}

.text-amber-600\/40 {
    color: #d9770666
}

.text-amber-600\/5 {
    color: #d977060d
}

.text-amber-600\/50 {
    color: #d9770680
}

.text-amber-600\/60 {
    color: #d9770699
}

.text-amber-600\/70 {
    color: #d97706b3
}

.text-amber-600\/75 {
    color: #d97706bf
}

.text-amber-600\/80 {
    color: #d97706cc
}

.text-amber-600\/90 {
    color: #d97706e6
}

.text-amber-600\/95 {
    color: #d97706f2
}

.text-amber-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9/var(--tw-text-opacity))
}

.text-amber-700\/0 {
    color: #b4530900
}

.text-amber-700\/10 {
    color: #b453091a
}

.text-amber-700\/100 {
    color: #b45309
}

.text-amber-700\/20 {
    color: #b4530933
}

.text-amber-700\/25 {
    color: #b4530940
}

.text-amber-700\/30 {
    color: #b453094d
}

.text-amber-700\/40 {
    color: #b4530966
}

.text-amber-700\/5 {
    color: #b453090d
}

.text-amber-700\/50 {
    color: #b4530980
}

.text-amber-700\/60 {
    color: #b4530999
}

.text-amber-700\/70 {
    color: #b45309b3
}

.text-amber-700\/75 {
    color: #b45309bf
}

.text-amber-700\/80 {
    color: #b45309cc
}

.text-amber-700\/90 {
    color: #b45309e6
}

.text-amber-700\/95 {
    color: #b45309f2
}

.text-amber-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14/var(--tw-text-opacity))
}

.text-amber-800\/0 {
    color: #92400e00
}

.text-amber-800\/10 {
    color: #92400e1a
}

.text-amber-800\/100 {
    color: #92400e
}

.text-amber-800\/20 {
    color: #92400e33
}

.text-amber-800\/25 {
    color: #92400e40
}

.text-amber-800\/30 {
    color: #92400e4d
}

.text-amber-800\/40 {
    color: #92400e66
}

.text-amber-800\/5 {
    color: #92400e0d
}

.text-amber-800\/50 {
    color: #92400e80
}

.text-amber-800\/60 {
    color: #92400e99
}

.text-amber-800\/70 {
    color: #92400eb3
}

.text-amber-800\/75 {
    color: #92400ebf
}

.text-amber-800\/80 {
    color: #92400ecc
}

.text-amber-800\/90 {
    color: #92400ee6
}

.text-amber-800\/95 {
    color: #92400ef2
}

.text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15/var(--tw-text-opacity))
}

.text-amber-900\/0 {
    color: #78350f00
}

.text-amber-900\/10 {
    color: #78350f1a
}

.text-amber-900\/100 {
    color: #78350f
}

.text-amber-900\/20 {
    color: #78350f33
}

.text-amber-900\/25 {
    color: #78350f40
}

.text-amber-900\/30 {
    color: #78350f4d
}

.text-amber-900\/40 {
    color: #78350f66
}

.text-amber-900\/5 {
    color: #78350f0d
}

.text-amber-900\/50 {
    color: #78350f80
}

.text-amber-900\/60 {
    color: #78350f99
}

.text-amber-900\/70 {
    color: #78350fb3
}

.text-amber-900\/75 {
    color: #78350fbf
}

.text-amber-900\/80 {
    color: #78350fcc
}

.text-amber-900\/90 {
    color: #78350fe6
}

.text-amber-900\/95 {
    color: #78350ff2
}

.text-amber-950 {
    --tw-text-opacity: 1;
    color: rgb(69 26 3/var(--tw-text-opacity))
}

.text-amber-950\/0 {
    color: #451a0300
}

.text-amber-950\/10 {
    color: #451a031a
}

.text-amber-950\/100 {
    color: #451a03
}

.text-amber-950\/20 {
    color: #451a0333
}

.text-amber-950\/25 {
    color: #451a0340
}

.text-amber-950\/30 {
    color: #451a034d
}

.text-amber-950\/40 {
    color: #451a0366
}

.text-amber-950\/5 {
    color: #451a030d
}

.text-amber-950\/50 {
    color: #451a0380
}

.text-amber-950\/60 {
    color: #451a0399
}

.text-amber-950\/70 {
    color: #451a03b3
}

.text-amber-950\/75 {
    color: #451a03bf
}

.text-amber-950\/80 {
    color: #451a03cc
}

.text-amber-950\/90 {
    color: #451a03e6
}

.text-amber-950\/95 {
    color: #451a03f2
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-black\/0 {
    color: #0000
}

.text-black\/10 {
    color: #0000001a
}

.text-black\/100 {
    color: #000
}

.text-black\/20 {
    color: #0003
}

.text-black\/25 {
    color: #00000040
}

.text-black\/30 {
    color: #0000004d
}

.text-black\/40 {
    color: #0006
}

.text-black\/5 {
    color: #0000000d
}

.text-black\/50 {
    color: #00000080
}

.text-black\/60 {
    color: #0009
}

.text-black\/70 {
    color: #000000b3
}

.text-black\/75 {
    color: #000000bf
}

.text-black\/80 {
    color: #000c
}

.text-black\/90 {
    color: #000000e6
}

.text-black\/95 {
    color: #000000f2
}

.text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(219 234 254/var(--tw-text-opacity))
}

.text-blue-100\/0 {
    color: #dbeafe00
}

.text-blue-100\/10 {
    color: #dbeafe1a
}

.text-blue-100\/100 {
    color: #dbeafe
}

.text-blue-100\/20 {
    color: #dbeafe33
}

.text-blue-100\/25 {
    color: #dbeafe40
}

.text-blue-100\/30 {
    color: #dbeafe4d
}

.text-blue-100\/40 {
    color: #dbeafe66
}

.text-blue-100\/5 {
    color: #dbeafe0d
}

.text-blue-100\/50 {
    color: #dbeafe80
}

.text-blue-100\/60 {
    color: #dbeafe99
}

.text-blue-100\/70 {
    color: #dbeafeb3
}

.text-blue-100\/75 {
    color: #dbeafebf
}

.text-blue-100\/80 {
    color: #dbeafecc
}

.text-blue-100\/90 {
    color: #dbeafee6
}

.text-blue-100\/95 {
    color: #dbeafef2
}

.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254/var(--tw-text-opacity))
}

.text-blue-200\/0 {
    color: #bfdbfe00
}

.text-blue-200\/10 {
    color: #bfdbfe1a
}

.text-blue-200\/100 {
    color: #bfdbfe
}

.text-blue-200\/20 {
    color: #bfdbfe33
}

.text-blue-200\/25 {
    color: #bfdbfe40
}

.text-blue-200\/30 {
    color: #bfdbfe4d
}

.text-blue-200\/40 {
    color: #bfdbfe66
}

.text-blue-200\/5 {
    color: #bfdbfe0d
}

.text-blue-200\/50 {
    color: #bfdbfe80
}

.text-blue-200\/60 {
    color: #bfdbfe99
}

.text-blue-200\/70 {
    color: #bfdbfeb3
}

.text-blue-200\/75 {
    color: #bfdbfebf
}

.text-blue-200\/80 {
    color: #bfdbfecc
}

.text-blue-200\/90 {
    color: #bfdbfee6
}

.text-blue-200\/95 {
    color: #bfdbfef2
}

.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253/var(--tw-text-opacity))
}

.text-blue-300\/0 {
    color: #93c5fd00
}

.text-blue-300\/10 {
    color: #93c5fd1a
}

.text-blue-300\/100 {
    color: #93c5fd
}

.text-blue-300\/20 {
    color: #93c5fd33
}

.text-blue-300\/25 {
    color: #93c5fd40
}

.text-blue-300\/30 {
    color: #93c5fd4d
}

.text-blue-300\/40 {
    color: #93c5fd66
}

.text-blue-300\/5 {
    color: #93c5fd0d
}

.text-blue-300\/50 {
    color: #93c5fd80
}

.text-blue-300\/60 {
    color: #93c5fd99
}

.text-blue-300\/70 {
    color: #93c5fdb3
}

.text-blue-300\/75 {
    color: #93c5fdbf
}

.text-blue-300\/80 {
    color: #93c5fdcc
}

.text-blue-300\/90 {
    color: #93c5fde6
}

.text-blue-300\/95 {
    color: #93c5fdf2
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity))
}

.text-blue-400\/0 {
    color: #60a5fa00
}

.text-blue-400\/10 {
    color: #60a5fa1a
}

.text-blue-400\/100 {
    color: #60a5fa
}

.text-blue-400\/20 {
    color: #60a5fa33
}

.text-blue-400\/25 {
    color: #60a5fa40
}

.text-blue-400\/30 {
    color: #60a5fa4d
}

.text-blue-400\/40 {
    color: #60a5fa66
}

.text-blue-400\/5 {
    color: #60a5fa0d
}

.text-blue-400\/50 {
    color: #60a5fa80
}

.text-blue-400\/60 {
    color: #60a5fa99
}

.text-blue-400\/70 {
    color: #60a5fab3
}

.text-blue-400\/75 {
    color: #60a5fabf
}

.text-blue-400\/80 {
    color: #60a5facc
}

.text-blue-400\/90 {
    color: #60a5fae6
}

.text-blue-400\/95 {
    color: #60a5faf2
}

.text-blue-50 {
    --tw-text-opacity: 1;
    color: rgb(239 246 255/var(--tw-text-opacity))
}

.text-blue-50\/0 {
    color: #eff6ff00
}

.text-blue-50\/10 {
    color: #eff6ff1a
}

.text-blue-50\/100 {
    color: #eff6ff
}

.text-blue-50\/20 {
    color: #eff6ff33
}

.text-blue-50\/25 {
    color: #eff6ff40
}

.text-blue-50\/30 {
    color: #eff6ff4d
}

.text-blue-50\/40 {
    color: #eff6ff66
}

.text-blue-50\/5 {
    color: #eff6ff0d
}

.text-blue-50\/50 {
    color: #eff6ff80
}

.text-blue-50\/60 {
    color: #eff6ff99
}

.text-blue-50\/70 {
    color: #eff6ffb3
}

.text-blue-50\/75 {
    color: #eff6ffbf
}

.text-blue-50\/80 {
    color: #eff6ffcc
}

.text-blue-50\/90 {
    color: #eff6ffe6
}

.text-blue-50\/95 {
    color: #eff6fff2
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-blue-500\/0 {
    color: #3b82f600
}

.text-blue-500\/10 {
    color: #3b82f61a
}

.text-blue-500\/100 {
    color: #3b82f6
}

.text-blue-500\/20 {
    color: #3b82f633
}

.text-blue-500\/25 {
    color: #3b82f640
}

.text-blue-500\/30 {
    color: #3b82f64d
}

.text-blue-500\/40 {
    color: #3b82f666
}

.text-blue-500\/5 {
    color: #3b82f60d
}

.text-blue-500\/50 {
    color: #3b82f680
}

.text-blue-500\/60 {
    color: #3b82f699
}

.text-blue-500\/70 {
    color: #3b82f6b3
}

.text-blue-500\/75 {
    color: #3b82f6bf
}

.text-blue-500\/80 {
    color: #3b82f6cc
}

.text-blue-500\/90 {
    color: #3b82f6e6
}

.text-blue-500\/95 {
    color: #3b82f6f2
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.text-blue-600\/0 {
    color: #2563eb00
}

.text-blue-600\/10 {
    color: #2563eb1a
}

.text-blue-600\/100 {
    color: #2563eb
}

.text-blue-600\/20 {
    color: #2563eb33
}

.text-blue-600\/25 {
    color: #2563eb40
}

.text-blue-600\/30 {
    color: #2563eb4d
}

.text-blue-600\/40 {
    color: #2563eb66
}

.text-blue-600\/5 {
    color: #2563eb0d
}

.text-blue-600\/50 {
    color: #2563eb80
}

.text-blue-600\/60 {
    color: #2563eb99
}

.text-blue-600\/70 {
    color: #2563ebb3
}

.text-blue-600\/75 {
    color: #2563ebbf
}

.text-blue-600\/80 {
    color: #2563ebcc
}

.text-blue-600\/90 {
    color: #2563ebe6
}

.text-blue-600\/95 {
    color: #2563ebf2
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.text-blue-700\/0 {
    color: #1d4ed800
}

.text-blue-700\/10 {
    color: #1d4ed81a
}

.text-blue-700\/100 {
    color: #1d4ed8
}

.text-blue-700\/20 {
    color: #1d4ed833
}

.text-blue-700\/25 {
    color: #1d4ed840
}

.text-blue-700\/30 {
    color: #1d4ed84d
}

.text-blue-700\/40 {
    color: #1d4ed866
}

.text-blue-700\/5 {
    color: #1d4ed80d
}

.text-blue-700\/50 {
    color: #1d4ed880
}

.text-blue-700\/60 {
    color: #1d4ed899
}

.text-blue-700\/70 {
    color: #1d4ed8b3
}

.text-blue-700\/75 {
    color: #1d4ed8bf
}

.text-blue-700\/80 {
    color: #1d4ed8cc
}

.text-blue-700\/90 {
    color: #1d4ed8e6
}

.text-blue-700\/95 {
    color: #1d4ed8f2
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175/var(--tw-text-opacity))
}

.text-blue-800\/0 {
    color: #1e40af00
}

.text-blue-800\/10 {
    color: #1e40af1a
}

.text-blue-800\/100 {
    color: #1e40af
}

.text-blue-800\/20 {
    color: #1e40af33
}

.text-blue-800\/25 {
    color: #1e40af40
}

.text-blue-800\/30 {
    color: #1e40af4d
}

.text-blue-800\/40 {
    color: #1e40af66
}

.text-blue-800\/5 {
    color: #1e40af0d
}

.text-blue-800\/50 {
    color: #1e40af80
}

.text-blue-800\/60 {
    color: #1e40af99
}

.text-blue-800\/70 {
    color: #1e40afb3
}

.text-blue-800\/75 {
    color: #1e40afbf
}

.text-blue-800\/80 {
    color: #1e40afcc
}

.text-blue-800\/90 {
    color: #1e40afe6
}

.text-blue-800\/95 {
    color: #1e40aff2
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138/var(--tw-text-opacity))
}

.text-blue-900\/0 {
    color: #1e3a8a00
}

.text-blue-900\/10 {
    color: #1e3a8a1a
}

.text-blue-900\/100 {
    color: #1e3a8a
}

.text-blue-900\/20 {
    color: #1e3a8a33
}

.text-blue-900\/25 {
    color: #1e3a8a40
}

.text-blue-900\/30 {
    color: #1e3a8a4d
}

.text-blue-900\/40 {
    color: #1e3a8a66
}

.text-blue-900\/5 {
    color: #1e3a8a0d
}

.text-blue-900\/50 {
    color: #1e3a8a80
}

.text-blue-900\/60 {
    color: #1e3a8a99
}

.text-blue-900\/70 {
    color: #1e3a8ab3
}

.text-blue-900\/75 {
    color: #1e3a8abf
}

.text-blue-900\/80 {
    color: #1e3a8acc
}

.text-blue-900\/90 {
    color: #1e3a8ae6
}

.text-blue-900\/95 {
    color: #1e3a8af2
}

.text-blue-950 {
    --tw-text-opacity: 1;
    color: rgb(23 37 84/var(--tw-text-opacity))
}

.text-blue-950\/0 {
    color: #17255400
}

.text-blue-950\/10 {
    color: #1725541a
}

.text-blue-950\/100 {
    color: #172554
}

.text-blue-950\/20 {
    color: #17255433
}

.text-blue-950\/25 {
    color: #17255440
}

.text-blue-950\/30 {
    color: #1725544d
}

.text-blue-950\/40 {
    color: #17255466
}

.text-blue-950\/5 {
    color: #1725540d
}

.text-blue-950\/50 {
    color: #17255480
}

.text-blue-950\/60 {
    color: #17255499
}

.text-blue-950\/70 {
    color: #172554b3
}

.text-blue-950\/75 {
    color: #172554bf
}

.text-blue-950\/80 {
    color: #172554cc
}

.text-blue-950\/90 {
    color: #172554e6
}

.text-blue-950\/95 {
    color: #172554f2
}

.text-current {
    color: currentColor
}

.text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgb(207 250 254/var(--tw-text-opacity))
}

.text-cyan-100\/0 {
    color: #cffafe00
}

.text-cyan-100\/10 {
    color: #cffafe1a
}

.text-cyan-100\/100 {
    color: #cffafe
}

.text-cyan-100\/20 {
    color: #cffafe33
}

.text-cyan-100\/25 {
    color: #cffafe40
}

.text-cyan-100\/30 {
    color: #cffafe4d
}

.text-cyan-100\/40 {
    color: #cffafe66
}

.text-cyan-100\/5 {
    color: #cffafe0d
}

.text-cyan-100\/50 {
    color: #cffafe80
}

.text-cyan-100\/60 {
    color: #cffafe99
}

.text-cyan-100\/70 {
    color: #cffafeb3
}

.text-cyan-100\/75 {
    color: #cffafebf
}

.text-cyan-100\/80 {
    color: #cffafecc
}

.text-cyan-100\/90 {
    color: #cffafee6
}

.text-cyan-100\/95 {
    color: #cffafef2
}

.text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgb(165 243 252/var(--tw-text-opacity))
}

.text-cyan-200\/0 {
    color: #a5f3fc00
}

.text-cyan-200\/10 {
    color: #a5f3fc1a
}

.text-cyan-200\/100 {
    color: #a5f3fc
}

.text-cyan-200\/20 {
    color: #a5f3fc33
}

.text-cyan-200\/25 {
    color: #a5f3fc40
}

.text-cyan-200\/30 {
    color: #a5f3fc4d
}

.text-cyan-200\/40 {
    color: #a5f3fc66
}

.text-cyan-200\/5 {
    color: #a5f3fc0d
}

.text-cyan-200\/50 {
    color: #a5f3fc80
}

.text-cyan-200\/60 {
    color: #a5f3fc99
}

.text-cyan-200\/70 {
    color: #a5f3fcb3
}

.text-cyan-200\/75 {
    color: #a5f3fcbf
}

.text-cyan-200\/80 {
    color: #a5f3fccc
}

.text-cyan-200\/90 {
    color: #a5f3fce6
}

.text-cyan-200\/95 {
    color: #a5f3fcf2
}

.text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgb(103 232 249/var(--tw-text-opacity))
}

.text-cyan-300\/0 {
    color: #67e8f900
}

.text-cyan-300\/10 {
    color: #67e8f91a
}

.text-cyan-300\/100 {
    color: #67e8f9
}

.text-cyan-300\/20 {
    color: #67e8f933
}

.text-cyan-300\/25 {
    color: #67e8f940
}

.text-cyan-300\/30 {
    color: #67e8f94d
}

.text-cyan-300\/40 {
    color: #67e8f966
}

.text-cyan-300\/5 {
    color: #67e8f90d
}

.text-cyan-300\/50 {
    color: #67e8f980
}

.text-cyan-300\/60 {
    color: #67e8f999
}

.text-cyan-300\/70 {
    color: #67e8f9b3
}

.text-cyan-300\/75 {
    color: #67e8f9bf
}

.text-cyan-300\/80 {
    color: #67e8f9cc
}

.text-cyan-300\/90 {
    color: #67e8f9e6
}

.text-cyan-300\/95 {
    color: #67e8f9f2
}

.text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgb(34 211 238/var(--tw-text-opacity))
}

.text-cyan-400\/0 {
    color: #22d3ee00
}

.text-cyan-400\/10 {
    color: #22d3ee1a
}

.text-cyan-400\/100 {
    color: #22d3ee
}

.text-cyan-400\/20 {
    color: #22d3ee33
}

.text-cyan-400\/25 {
    color: #22d3ee40
}

.text-cyan-400\/30 {
    color: #22d3ee4d
}

.text-cyan-400\/40 {
    color: #22d3ee66
}

.text-cyan-400\/5 {
    color: #22d3ee0d
}

.text-cyan-400\/50 {
    color: #22d3ee80
}

.text-cyan-400\/60 {
    color: #22d3ee99
}

.text-cyan-400\/70 {
    color: #22d3eeb3
}

.text-cyan-400\/75 {
    color: #22d3eebf
}

.text-cyan-400\/80 {
    color: #22d3eecc
}

.text-cyan-400\/90 {
    color: #22d3eee6
}

.text-cyan-400\/95 {
    color: #22d3eef2
}

.text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgb(236 254 255/var(--tw-text-opacity))
}

.text-cyan-50\/0 {
    color: #ecfeff00
}

.text-cyan-50\/10 {
    color: #ecfeff1a
}

.text-cyan-50\/100 {
    color: #ecfeff
}

.text-cyan-50\/20 {
    color: #ecfeff33
}

.text-cyan-50\/25 {
    color: #ecfeff40
}

.text-cyan-50\/30 {
    color: #ecfeff4d
}

.text-cyan-50\/40 {
    color: #ecfeff66
}

.text-cyan-50\/5 {
    color: #ecfeff0d
}

.text-cyan-50\/50 {
    color: #ecfeff80
}

.text-cyan-50\/60 {
    color: #ecfeff99
}

.text-cyan-50\/70 {
    color: #ecfeffb3
}

.text-cyan-50\/75 {
    color: #ecfeffbf
}

.text-cyan-50\/80 {
    color: #ecfeffcc
}

.text-cyan-50\/90 {
    color: #ecfeffe6
}

.text-cyan-50\/95 {
    color: #ecfefff2
}

.text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212/var(--tw-text-opacity))
}

.text-cyan-500\/0 {
    color: #06b6d400
}

.text-cyan-500\/10 {
    color: #06b6d41a
}

.text-cyan-500\/100 {
    color: #06b6d4
}

.text-cyan-500\/20 {
    color: #06b6d433
}

.text-cyan-500\/25 {
    color: #06b6d440
}

.text-cyan-500\/30 {
    color: #06b6d44d
}

.text-cyan-500\/40 {
    color: #06b6d466
}

.text-cyan-500\/5 {
    color: #06b6d40d
}

.text-cyan-500\/50 {
    color: #06b6d480
}

.text-cyan-500\/60 {
    color: #06b6d499
}

.text-cyan-500\/70 {
    color: #06b6d4b3
}

.text-cyan-500\/75 {
    color: #06b6d4bf
}

.text-cyan-500\/80 {
    color: #06b6d4cc
}

.text-cyan-500\/90 {
    color: #06b6d4e6
}

.text-cyan-500\/95 {
    color: #06b6d4f2
}

.text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgb(8 145 178/var(--tw-text-opacity))
}

.text-cyan-600\/0 {
    color: #0891b200
}

.text-cyan-600\/10 {
    color: #0891b21a
}

.text-cyan-600\/100 {
    color: #0891b2
}

.text-cyan-600\/20 {
    color: #0891b233
}

.text-cyan-600\/25 {
    color: #0891b240
}

.text-cyan-600\/30 {
    color: #0891b24d
}

.text-cyan-600\/40 {
    color: #0891b266
}

.text-cyan-600\/5 {
    color: #0891b20d
}

.text-cyan-600\/50 {
    color: #0891b280
}

.text-cyan-600\/60 {
    color: #0891b299
}

.text-cyan-600\/70 {
    color: #0891b2b3
}

.text-cyan-600\/75 {
    color: #0891b2bf
}

.text-cyan-600\/80 {
    color: #0891b2cc
}

.text-cyan-600\/90 {
    color: #0891b2e6
}

.text-cyan-600\/95 {
    color: #0891b2f2
}

.text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgb(14 116 144/var(--tw-text-opacity))
}

.text-cyan-700\/0 {
    color: #0e749000
}

.text-cyan-700\/10 {
    color: #0e74901a
}

.text-cyan-700\/100 {
    color: #0e7490
}

.text-cyan-700\/20 {
    color: #0e749033
}

.text-cyan-700\/25 {
    color: #0e749040
}

.text-cyan-700\/30 {
    color: #0e74904d
}

.text-cyan-700\/40 {
    color: #0e749066
}

.text-cyan-700\/5 {
    color: #0e74900d
}

.text-cyan-700\/50 {
    color: #0e749080
}

.text-cyan-700\/60 {
    color: #0e749099
}

.text-cyan-700\/70 {
    color: #0e7490b3
}

.text-cyan-700\/75 {
    color: #0e7490bf
}

.text-cyan-700\/80 {
    color: #0e7490cc
}

.text-cyan-700\/90 {
    color: #0e7490e6
}

.text-cyan-700\/95 {
    color: #0e7490f2
}

.text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgb(21 94 117/var(--tw-text-opacity))
}

.text-cyan-800\/0 {
    color: #155e7500
}

.text-cyan-800\/10 {
    color: #155e751a
}

.text-cyan-800\/100 {
    color: #155e75
}

.text-cyan-800\/20 {
    color: #155e7533
}

.text-cyan-800\/25 {
    color: #155e7540
}

.text-cyan-800\/30 {
    color: #155e754d
}

.text-cyan-800\/40 {
    color: #155e7566
}

.text-cyan-800\/5 {
    color: #155e750d
}

.text-cyan-800\/50 {
    color: #155e7580
}

.text-cyan-800\/60 {
    color: #155e7599
}

.text-cyan-800\/70 {
    color: #155e75b3
}

.text-cyan-800\/75 {
    color: #155e75bf
}

.text-cyan-800\/80 {
    color: #155e75cc
}

.text-cyan-800\/90 {
    color: #155e75e6
}

.text-cyan-800\/95 {
    color: #155e75f2
}

.text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgb(22 78 99/var(--tw-text-opacity))
}

.text-cyan-900\/0 {
    color: #164e6300
}

.text-cyan-900\/10 {
    color: #164e631a
}

.text-cyan-900\/100 {
    color: #164e63
}

.text-cyan-900\/20 {
    color: #164e6333
}

.text-cyan-900\/25 {
    color: #164e6340
}

.text-cyan-900\/30 {
    color: #164e634d
}

.text-cyan-900\/40 {
    color: #164e6366
}

.text-cyan-900\/5 {
    color: #164e630d
}

.text-cyan-900\/50 {
    color: #164e6380
}

.text-cyan-900\/60 {
    color: #164e6399
}

.text-cyan-900\/70 {
    color: #164e63b3
}

.text-cyan-900\/75 {
    color: #164e63bf
}

.text-cyan-900\/80 {
    color: #164e63cc
}

.text-cyan-900\/90 {
    color: #164e63e6
}

.text-cyan-900\/95 {
    color: #164e63f2
}

.text-cyan-950 {
    --tw-text-opacity: 1;
    color: rgb(8 51 68/var(--tw-text-opacity))
}

.text-cyan-950\/0 {
    color: #08334400
}

.text-cyan-950\/10 {
    color: #0833441a
}

.text-cyan-950\/100 {
    color: #083344
}

.text-cyan-950\/20 {
    color: #08334433
}

.text-cyan-950\/25 {
    color: #08334440
}

.text-cyan-950\/30 {
    color: #0833444d
}

.text-cyan-950\/40 {
    color: #08334466
}

.text-cyan-950\/5 {
    color: #0833440d
}

.text-cyan-950\/50 {
    color: #08334480
}

.text-cyan-950\/60 {
    color: #08334499
}

.text-cyan-950\/70 {
    color: #083344b3
}

.text-cyan-950\/75 {
    color: #083344bf
}

.text-cyan-950\/80 {
    color: #083344cc
}

.text-cyan-950\/90 {
    color: #083344e6
}

.text-cyan-950\/95 {
    color: #083344f2
}

.text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgb(209 250 229/var(--tw-text-opacity))
}

.text-emerald-100\/0 {
    color: #d1fae500
}

.text-emerald-100\/10 {
    color: #d1fae51a
}

.text-emerald-100\/100 {
    color: #d1fae5
}

.text-emerald-100\/20 {
    color: #d1fae533
}

.text-emerald-100\/25 {
    color: #d1fae540
}

.text-emerald-100\/30 {
    color: #d1fae54d
}

.text-emerald-100\/40 {
    color: #d1fae566
}

.text-emerald-100\/5 {
    color: #d1fae50d
}

.text-emerald-100\/50 {
    color: #d1fae580
}

.text-emerald-100\/60 {
    color: #d1fae599
}

.text-emerald-100\/70 {
    color: #d1fae5b3
}

.text-emerald-100\/75 {
    color: #d1fae5bf
}

.text-emerald-100\/80 {
    color: #d1fae5cc
}

.text-emerald-100\/90 {
    color: #d1fae5e6
}

.text-emerald-100\/95 {
    color: #d1fae5f2
}

.text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgb(167 243 208/var(--tw-text-opacity))
}

.text-emerald-200\/0 {
    color: #a7f3d000
}

.text-emerald-200\/10 {
    color: #a7f3d01a
}

.text-emerald-200\/100 {
    color: #a7f3d0
}

.text-emerald-200\/20 {
    color: #a7f3d033
}

.text-emerald-200\/25 {
    color: #a7f3d040
}

.text-emerald-200\/30 {
    color: #a7f3d04d
}

.text-emerald-200\/40 {
    color: #a7f3d066
}

.text-emerald-200\/5 {
    color: #a7f3d00d
}

.text-emerald-200\/50 {
    color: #a7f3d080
}

.text-emerald-200\/60 {
    color: #a7f3d099
}

.text-emerald-200\/70 {
    color: #a7f3d0b3
}

.text-emerald-200\/75 {
    color: #a7f3d0bf
}

.text-emerald-200\/80 {
    color: #a7f3d0cc
}

.text-emerald-200\/90 {
    color: #a7f3d0e6
}

.text-emerald-200\/95 {
    color: #a7f3d0f2
}

.text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgb(110 231 183/var(--tw-text-opacity))
}

.text-emerald-300\/0 {
    color: #6ee7b700
}

.text-emerald-300\/10 {
    color: #6ee7b71a
}

.text-emerald-300\/100 {
    color: #6ee7b7
}

.text-emerald-300\/20 {
    color: #6ee7b733
}

.text-emerald-300\/25 {
    color: #6ee7b740
}

.text-emerald-300\/30 {
    color: #6ee7b74d
}

.text-emerald-300\/40 {
    color: #6ee7b766
}

.text-emerald-300\/5 {
    color: #6ee7b70d
}

.text-emerald-300\/50 {
    color: #6ee7b780
}

.text-emerald-300\/60 {
    color: #6ee7b799
}

.text-emerald-300\/70 {
    color: #6ee7b7b3
}

.text-emerald-300\/75 {
    color: #6ee7b7bf
}

.text-emerald-300\/80 {
    color: #6ee7b7cc
}

.text-emerald-300\/90 {
    color: #6ee7b7e6
}

.text-emerald-300\/95 {
    color: #6ee7b7f2
}

.text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153/var(--tw-text-opacity))
}

.text-emerald-400\/0 {
    color: #34d39900
}

.text-emerald-400\/10 {
    color: #34d3991a
}

.text-emerald-400\/100 {
    color: #34d399
}

.text-emerald-400\/20 {
    color: #34d39933
}

.text-emerald-400\/25 {
    color: #34d39940
}

.text-emerald-400\/30 {
    color: #34d3994d
}

.text-emerald-400\/40 {
    color: #34d39966
}

.text-emerald-400\/5 {
    color: #34d3990d
}

.text-emerald-400\/50 {
    color: #34d39980
}

.text-emerald-400\/60 {
    color: #34d39999
}

.text-emerald-400\/70 {
    color: #34d399b3
}

.text-emerald-400\/75 {
    color: #34d399bf
}

.text-emerald-400\/80 {
    color: #34d399cc
}

.text-emerald-400\/90 {
    color: #34d399e6
}

.text-emerald-400\/95 {
    color: #34d399f2
}

.text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgb(236 253 245/var(--tw-text-opacity))
}

.text-emerald-50\/0 {
    color: #ecfdf500
}

.text-emerald-50\/10 {
    color: #ecfdf51a
}

.text-emerald-50\/100 {
    color: #ecfdf5
}

.text-emerald-50\/20 {
    color: #ecfdf533
}

.text-emerald-50\/25 {
    color: #ecfdf540
}

.text-emerald-50\/30 {
    color: #ecfdf54d
}

.text-emerald-50\/40 {
    color: #ecfdf566
}

.text-emerald-50\/5 {
    color: #ecfdf50d
}

.text-emerald-50\/50 {
    color: #ecfdf580
}

.text-emerald-50\/60 {
    color: #ecfdf599
}

.text-emerald-50\/70 {
    color: #ecfdf5b3
}

.text-emerald-50\/75 {
    color: #ecfdf5bf
}

.text-emerald-50\/80 {
    color: #ecfdf5cc
}

.text-emerald-50\/90 {
    color: #ecfdf5e6
}

.text-emerald-50\/95 {
    color: #ecfdf5f2
}

.text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129/var(--tw-text-opacity))
}

.text-emerald-500\/0 {
    color: #10b98100
}

.text-emerald-500\/10 {
    color: #10b9811a
}

.text-emerald-500\/100 {
    color: #10b981
}

.text-emerald-500\/20 {
    color: #10b98133
}

.text-emerald-500\/25 {
    color: #10b98140
}

.text-emerald-500\/30 {
    color: #10b9814d
}

.text-emerald-500\/40 {
    color: #10b98166
}

.text-emerald-500\/5 {
    color: #10b9810d
}

.text-emerald-500\/50 {
    color: #10b98180
}

.text-emerald-500\/60 {
    color: #10b98199
}

.text-emerald-500\/70 {
    color: #10b981b3
}

.text-emerald-500\/75 {
    color: #10b981bf
}

.text-emerald-500\/80 {
    color: #10b981cc
}

.text-emerald-500\/90 {
    color: #10b981e6
}

.text-emerald-500\/95 {
    color: #10b981f2
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105/var(--tw-text-opacity))
}

.text-emerald-600\/0 {
    color: #05966900
}

.text-emerald-600\/10 {
    color: #0596691a
}

.text-emerald-600\/100 {
    color: #059669
}

.text-emerald-600\/20 {
    color: #05966933
}

.text-emerald-600\/25 {
    color: #05966940
}

.text-emerald-600\/30 {
    color: #0596694d
}

.text-emerald-600\/40 {
    color: #05966966
}

.text-emerald-600\/5 {
    color: #0596690d
}

.text-emerald-600\/50 {
    color: #05966980
}

.text-emerald-600\/60 {
    color: #05966999
}

.text-emerald-600\/70 {
    color: #059669b3
}

.text-emerald-600\/75 {
    color: #059669bf
}

.text-emerald-600\/80 {
    color: #059669cc
}

.text-emerald-600\/90 {
    color: #059669e6
}

.text-emerald-600\/95 {
    color: #059669f2
}

.text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87/var(--tw-text-opacity))
}

.text-emerald-700\/0 {
    color: #04785700
}

.text-emerald-700\/10 {
    color: #0478571a
}

.text-emerald-700\/100 {
    color: #047857
}

.text-emerald-700\/20 {
    color: #04785733
}

.text-emerald-700\/25 {
    color: #04785740
}

.text-emerald-700\/30 {
    color: #0478574d
}

.text-emerald-700\/40 {
    color: #04785766
}

.text-emerald-700\/5 {
    color: #0478570d
}

.text-emerald-700\/50 {
    color: #04785780
}

.text-emerald-700\/60 {
    color: #04785799
}

.text-emerald-700\/70 {
    color: #047857b3
}

.text-emerald-700\/75 {
    color: #047857bf
}

.text-emerald-700\/80 {
    color: #047857cc
}

.text-emerald-700\/90 {
    color: #047857e6
}

.text-emerald-700\/95 {
    color: #047857f2
}

.text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70/var(--tw-text-opacity))
}

.text-emerald-800\/0 {
    color: #065f4600
}

.text-emerald-800\/10 {
    color: #065f461a
}

.text-emerald-800\/100 {
    color: #065f46
}

.text-emerald-800\/20 {
    color: #065f4633
}

.text-emerald-800\/25 {
    color: #065f4640
}

.text-emerald-800\/30 {
    color: #065f464d
}

.text-emerald-800\/40 {
    color: #065f4666
}

.text-emerald-800\/5 {
    color: #065f460d
}

.text-emerald-800\/50 {
    color: #065f4680
}

.text-emerald-800\/60 {
    color: #065f4699
}

.text-emerald-800\/70 {
    color: #065f46b3
}

.text-emerald-800\/75 {
    color: #065f46bf
}

.text-emerald-800\/80 {
    color: #065f46cc
}

.text-emerald-800\/90 {
    color: #065f46e6
}

.text-emerald-800\/95 {
    color: #065f46f2
}

.text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgb(6 78 59/var(--tw-text-opacity))
}

.text-emerald-900\/0 {
    color: #064e3b00
}

.text-emerald-900\/10 {
    color: #064e3b1a
}

.text-emerald-900\/100 {
    color: #064e3b
}

.text-emerald-900\/20 {
    color: #064e3b33
}

.text-emerald-900\/25 {
    color: #064e3b40
}

.text-emerald-900\/30 {
    color: #064e3b4d
}

.text-emerald-900\/40 {
    color: #064e3b66
}

.text-emerald-900\/5 {
    color: #064e3b0d
}

.text-emerald-900\/50 {
    color: #064e3b80
}

.text-emerald-900\/60 {
    color: #064e3b99
}

.text-emerald-900\/70 {
    color: #064e3bb3
}

.text-emerald-900\/75 {
    color: #064e3bbf
}

.text-emerald-900\/80 {
    color: #064e3bcc
}

.text-emerald-900\/90 {
    color: #064e3be6
}

.text-emerald-900\/95 {
    color: #064e3bf2
}

.text-emerald-950 {
    --tw-text-opacity: 1;
    color: rgb(2 44 34/var(--tw-text-opacity))
}

.text-emerald-950\/0 {
    color: #022c2200
}

.text-emerald-950\/10 {
    color: #022c221a
}

.text-emerald-950\/100 {
    color: #022c22
}

.text-emerald-950\/20 {
    color: #022c2233
}

.text-emerald-950\/25 {
    color: #022c2240
}

.text-emerald-950\/30 {
    color: #022c224d
}

.text-emerald-950\/40 {
    color: #022c2266
}

.text-emerald-950\/5 {
    color: #022c220d
}

.text-emerald-950\/50 {
    color: #022c2280
}

.text-emerald-950\/60 {
    color: #022c2299
}

.text-emerald-950\/70 {
    color: #022c22b3
}

.text-emerald-950\/75 {
    color: #022c22bf
}

.text-emerald-950\/80 {
    color: #022c22cc
}

.text-emerald-950\/90 {
    color: #022c22e6
}

.text-emerald-950\/95 {
    color: #022c22f2
}

.text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgb(250 232 255/var(--tw-text-opacity))
}

.text-fuchsia-100\/0 {
    color: #fae8ff00
}

.text-fuchsia-100\/10 {
    color: #fae8ff1a
}

.text-fuchsia-100\/100 {
    color: #fae8ff
}

.text-fuchsia-100\/20 {
    color: #fae8ff33
}

.text-fuchsia-100\/25 {
    color: #fae8ff40
}

.text-fuchsia-100\/30 {
    color: #fae8ff4d
}

.text-fuchsia-100\/40 {
    color: #fae8ff66
}

.text-fuchsia-100\/5 {
    color: #fae8ff0d
}

.text-fuchsia-100\/50 {
    color: #fae8ff80
}

.text-fuchsia-100\/60 {
    color: #fae8ff99
}

.text-fuchsia-100\/70 {
    color: #fae8ffb3
}

.text-fuchsia-100\/75 {
    color: #fae8ffbf
}

.text-fuchsia-100\/80 {
    color: #fae8ffcc
}

.text-fuchsia-100\/90 {
    color: #fae8ffe6
}

.text-fuchsia-100\/95 {
    color: #fae8fff2
}

.text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgb(245 208 254/var(--tw-text-opacity))
}

.text-fuchsia-200\/0 {
    color: #f5d0fe00
}

.text-fuchsia-200\/10 {
    color: #f5d0fe1a
}

.text-fuchsia-200\/100 {
    color: #f5d0fe
}

.text-fuchsia-200\/20 {
    color: #f5d0fe33
}

.text-fuchsia-200\/25 {
    color: #f5d0fe40
}

.text-fuchsia-200\/30 {
    color: #f5d0fe4d
}

.text-fuchsia-200\/40 {
    color: #f5d0fe66
}

.text-fuchsia-200\/5 {
    color: #f5d0fe0d
}

.text-fuchsia-200\/50 {
    color: #f5d0fe80
}

.text-fuchsia-200\/60 {
    color: #f5d0fe99
}

.text-fuchsia-200\/70 {
    color: #f5d0feb3
}

.text-fuchsia-200\/75 {
    color: #f5d0febf
}

.text-fuchsia-200\/80 {
    color: #f5d0fecc
}

.text-fuchsia-200\/90 {
    color: #f5d0fee6
}

.text-fuchsia-200\/95 {
    color: #f5d0fef2
}

.text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgb(240 171 252/var(--tw-text-opacity))
}

.text-fuchsia-300\/0 {
    color: #f0abfc00
}

.text-fuchsia-300\/10 {
    color: #f0abfc1a
}

.text-fuchsia-300\/100 {
    color: #f0abfc
}

.text-fuchsia-300\/20 {
    color: #f0abfc33
}

.text-fuchsia-300\/25 {
    color: #f0abfc40
}

.text-fuchsia-300\/30 {
    color: #f0abfc4d
}

.text-fuchsia-300\/40 {
    color: #f0abfc66
}

.text-fuchsia-300\/5 {
    color: #f0abfc0d
}

.text-fuchsia-300\/50 {
    color: #f0abfc80
}

.text-fuchsia-300\/60 {
    color: #f0abfc99
}

.text-fuchsia-300\/70 {
    color: #f0abfcb3
}

.text-fuchsia-300\/75 {
    color: #f0abfcbf
}

.text-fuchsia-300\/80 {
    color: #f0abfccc
}

.text-fuchsia-300\/90 {
    color: #f0abfce6
}

.text-fuchsia-300\/95 {
    color: #f0abfcf2
}

.text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgb(232 121 249/var(--tw-text-opacity))
}

.text-fuchsia-400\/0 {
    color: #e879f900
}

.text-fuchsia-400\/10 {
    color: #e879f91a
}

.text-fuchsia-400\/100 {
    color: #e879f9
}

.text-fuchsia-400\/20 {
    color: #e879f933
}

.text-fuchsia-400\/25 {
    color: #e879f940
}

.text-fuchsia-400\/30 {
    color: #e879f94d
}

.text-fuchsia-400\/40 {
    color: #e879f966
}

.text-fuchsia-400\/5 {
    color: #e879f90d
}

.text-fuchsia-400\/50 {
    color: #e879f980
}

.text-fuchsia-400\/60 {
    color: #e879f999
}

.text-fuchsia-400\/70 {
    color: #e879f9b3
}

.text-fuchsia-400\/75 {
    color: #e879f9bf
}

.text-fuchsia-400\/80 {
    color: #e879f9cc
}

.text-fuchsia-400\/90 {
    color: #e879f9e6
}

.text-fuchsia-400\/95 {
    color: #e879f9f2
}

.text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgb(253 244 255/var(--tw-text-opacity))
}

.text-fuchsia-50\/0 {
    color: #fdf4ff00
}

.text-fuchsia-50\/10 {
    color: #fdf4ff1a
}

.text-fuchsia-50\/100 {
    color: #fdf4ff
}

.text-fuchsia-50\/20 {
    color: #fdf4ff33
}

.text-fuchsia-50\/25 {
    color: #fdf4ff40
}

.text-fuchsia-50\/30 {
    color: #fdf4ff4d
}

.text-fuchsia-50\/40 {
    color: #fdf4ff66
}

.text-fuchsia-50\/5 {
    color: #fdf4ff0d
}

.text-fuchsia-50\/50 {
    color: #fdf4ff80
}

.text-fuchsia-50\/60 {
    color: #fdf4ff99
}

.text-fuchsia-50\/70 {
    color: #fdf4ffb3
}

.text-fuchsia-50\/75 {
    color: #fdf4ffbf
}

.text-fuchsia-50\/80 {
    color: #fdf4ffcc
}

.text-fuchsia-50\/90 {
    color: #fdf4ffe6
}

.text-fuchsia-50\/95 {
    color: #fdf4fff2
}

.text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgb(217 70 239/var(--tw-text-opacity))
}

.text-fuchsia-500\/0 {
    color: #d946ef00
}

.text-fuchsia-500\/10 {
    color: #d946ef1a
}

.text-fuchsia-500\/100 {
    color: #d946ef
}

.text-fuchsia-500\/20 {
    color: #d946ef33
}

.text-fuchsia-500\/25 {
    color: #d946ef40
}

.text-fuchsia-500\/30 {
    color: #d946ef4d
}

.text-fuchsia-500\/40 {
    color: #d946ef66
}

.text-fuchsia-500\/5 {
    color: #d946ef0d
}

.text-fuchsia-500\/50 {
    color: #d946ef80
}

.text-fuchsia-500\/60 {
    color: #d946ef99
}

.text-fuchsia-500\/70 {
    color: #d946efb3
}

.text-fuchsia-500\/75 {
    color: #d946efbf
}

.text-fuchsia-500\/80 {
    color: #d946efcc
}

.text-fuchsia-500\/90 {
    color: #d946efe6
}

.text-fuchsia-500\/95 {
    color: #d946eff2
}

.text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgb(192 38 211/var(--tw-text-opacity))
}

.text-fuchsia-600\/0 {
    color: #c026d300
}

.text-fuchsia-600\/10 {
    color: #c026d31a
}

.text-fuchsia-600\/100 {
    color: #c026d3
}

.text-fuchsia-600\/20 {
    color: #c026d333
}

.text-fuchsia-600\/25 {
    color: #c026d340
}

.text-fuchsia-600\/30 {
    color: #c026d34d
}

.text-fuchsia-600\/40 {
    color: #c026d366
}

.text-fuchsia-600\/5 {
    color: #c026d30d
}

.text-fuchsia-600\/50 {
    color: #c026d380
}

.text-fuchsia-600\/60 {
    color: #c026d399
}

.text-fuchsia-600\/70 {
    color: #c026d3b3
}

.text-fuchsia-600\/75 {
    color: #c026d3bf
}

.text-fuchsia-600\/80 {
    color: #c026d3cc
}

.text-fuchsia-600\/90 {
    color: #c026d3e6
}

.text-fuchsia-600\/95 {
    color: #c026d3f2
}

.text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgb(162 28 175/var(--tw-text-opacity))
}

.text-fuchsia-700\/0 {
    color: #a21caf00
}

.text-fuchsia-700\/10 {
    color: #a21caf1a
}

.text-fuchsia-700\/100 {
    color: #a21caf
}

.text-fuchsia-700\/20 {
    color: #a21caf33
}

.text-fuchsia-700\/25 {
    color: #a21caf40
}

.text-fuchsia-700\/30 {
    color: #a21caf4d
}

.text-fuchsia-700\/40 {
    color: #a21caf66
}

.text-fuchsia-700\/5 {
    color: #a21caf0d
}

.text-fuchsia-700\/50 {
    color: #a21caf80
}

.text-fuchsia-700\/60 {
    color: #a21caf99
}

.text-fuchsia-700\/70 {
    color: #a21cafb3
}

.text-fuchsia-700\/75 {
    color: #a21cafbf
}

.text-fuchsia-700\/80 {
    color: #a21cafcc
}

.text-fuchsia-700\/90 {
    color: #a21cafe6
}

.text-fuchsia-700\/95 {
    color: #a21caff2
}

.text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgb(134 25 143/var(--tw-text-opacity))
}

.text-fuchsia-800\/0 {
    color: #86198f00
}

.text-fuchsia-800\/10 {
    color: #86198f1a
}

.text-fuchsia-800\/100 {
    color: #86198f
}

.text-fuchsia-800\/20 {
    color: #86198f33
}

.text-fuchsia-800\/25 {
    color: #86198f40
}

.text-fuchsia-800\/30 {
    color: #86198f4d
}

.text-fuchsia-800\/40 {
    color: #86198f66
}

.text-fuchsia-800\/5 {
    color: #86198f0d
}

.text-fuchsia-800\/50 {
    color: #86198f80
}

.text-fuchsia-800\/60 {
    color: #86198f99
}

.text-fuchsia-800\/70 {
    color: #86198fb3
}

.text-fuchsia-800\/75 {
    color: #86198fbf
}

.text-fuchsia-800\/80 {
    color: #86198fcc
}

.text-fuchsia-800\/90 {
    color: #86198fe6
}

.text-fuchsia-800\/95 {
    color: #86198ff2
}

.text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgb(112 26 117/var(--tw-text-opacity))
}

.text-fuchsia-900\/0 {
    color: #701a7500
}

.text-fuchsia-900\/10 {
    color: #701a751a
}

.text-fuchsia-900\/100 {
    color: #701a75
}

.text-fuchsia-900\/20 {
    color: #701a7533
}

.text-fuchsia-900\/25 {
    color: #701a7540
}

.text-fuchsia-900\/30 {
    color: #701a754d
}

.text-fuchsia-900\/40 {
    color: #701a7566
}

.text-fuchsia-900\/5 {
    color: #701a750d
}

.text-fuchsia-900\/50 {
    color: #701a7580
}

.text-fuchsia-900\/60 {
    color: #701a7599
}

.text-fuchsia-900\/70 {
    color: #701a75b3
}

.text-fuchsia-900\/75 {
    color: #701a75bf
}

.text-fuchsia-900\/80 {
    color: #701a75cc
}

.text-fuchsia-900\/90 {
    color: #701a75e6
}

.text-fuchsia-900\/95 {
    color: #701a75f2
}

.text-fuchsia-950 {
    --tw-text-opacity: 1;
    color: rgb(74 4 78/var(--tw-text-opacity))
}

.text-fuchsia-950\/0 {
    color: #4a044e00
}

.text-fuchsia-950\/10 {
    color: #4a044e1a
}

.text-fuchsia-950\/100 {
    color: #4a044e
}

.text-fuchsia-950\/20 {
    color: #4a044e33
}

.text-fuchsia-950\/25 {
    color: #4a044e40
}

.text-fuchsia-950\/30 {
    color: #4a044e4d
}

.text-fuchsia-950\/40 {
    color: #4a044e66
}

.text-fuchsia-950\/5 {
    color: #4a044e0d
}

.text-fuchsia-950\/50 {
    color: #4a044e80
}

.text-fuchsia-950\/60 {
    color: #4a044e99
}

.text-fuchsia-950\/70 {
    color: #4a044eb3
}

.text-fuchsia-950\/75 {
    color: #4a044ebf
}

.text-fuchsia-950\/80 {
    color: #4a044ecc
}

.text-fuchsia-950\/90 {
    color: #4a044ee6
}

.text-fuchsia-950\/95 {
    color: #4a044ef2
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity))
}

.text-gray-100\/0 {
    color: #f3f4f600
}

.text-gray-100\/10 {
    color: #f3f4f61a
}

.text-gray-100\/100 {
    color: #f3f4f6
}

.text-gray-100\/20 {
    color: #f3f4f633
}

.text-gray-100\/25 {
    color: #f3f4f640
}

.text-gray-100\/30 {
    color: #f3f4f64d
}

.text-gray-100\/40 {
    color: #f3f4f666
}

.text-gray-100\/5 {
    color: #f3f4f60d
}

.text-gray-100\/50 {
    color: #f3f4f680
}

.text-gray-100\/60 {
    color: #f3f4f699
}

.text-gray-100\/70 {
    color: #f3f4f6b3
}

.text-gray-100\/75 {
    color: #f3f4f6bf
}

.text-gray-100\/80 {
    color: #f3f4f6cc
}

.text-gray-100\/90 {
    color: #f3f4f6e6
}

.text-gray-100\/95 {
    color: #f3f4f6f2
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-gray-200\/0 {
    color: #e5e7eb00
}

.text-gray-200\/10 {
    color: #e5e7eb1a
}

.text-gray-200\/100 {
    color: #e5e7eb
}

.text-gray-200\/20 {
    color: #e5e7eb33
}

.text-gray-200\/25 {
    color: #e5e7eb40
}

.text-gray-200\/30 {
    color: #e5e7eb4d
}

.text-gray-200\/40 {
    color: #e5e7eb66
}

.text-gray-200\/5 {
    color: #e5e7eb0d
}

.text-gray-200\/50 {
    color: #e5e7eb80
}

.text-gray-200\/60 {
    color: #e5e7eb99
}

.text-gray-200\/70 {
    color: #e5e7ebb3
}

.text-gray-200\/75 {
    color: #e5e7ebbf
}

.text-gray-200\/80 {
    color: #e5e7ebcc
}

.text-gray-200\/90 {
    color: #e5e7ebe6
}

.text-gray-200\/95 {
    color: #e5e7ebf2
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity))
}

.text-gray-300\/0 {
    color: #d1d5db00
}

.text-gray-300\/10 {
    color: #d1d5db1a
}

.text-gray-300\/100 {
    color: #d1d5db
}

.text-gray-300\/20 {
    color: #d1d5db33
}

.text-gray-300\/25 {
    color: #d1d5db40
}

.text-gray-300\/30 {
    color: #d1d5db4d
}

.text-gray-300\/40 {
    color: #d1d5db66
}

.text-gray-300\/5 {
    color: #d1d5db0d
}

.text-gray-300\/50 {
    color: #d1d5db80
}

.text-gray-300\/60 {
    color: #d1d5db99
}

.text-gray-300\/70 {
    color: #d1d5dbb3
}

.text-gray-300\/75 {
    color: #d1d5dbbf
}

.text-gray-300\/80 {
    color: #d1d5dbcc
}

.text-gray-300\/90 {
    color: #d1d5dbe6
}

.text-gray-300\/95 {
    color: #d1d5dbf2
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-400\/0 {
    color: #9ca3af00
}

.text-gray-400\/10 {
    color: #9ca3af1a
}

.text-gray-400\/100 {
    color: #9ca3af
}

.text-gray-400\/20 {
    color: #9ca3af33
}

.text-gray-400\/25 {
    color: #9ca3af40
}

.text-gray-400\/30 {
    color: #9ca3af4d
}

.text-gray-400\/40 {
    color: #9ca3af66
}

.text-gray-400\/5 {
    color: #9ca3af0d
}

.text-gray-400\/50 {
    color: #9ca3af80
}

.text-gray-400\/60 {
    color: #9ca3af99
}

.text-gray-400\/70 {
    color: #9ca3afb3
}

.text-gray-400\/75 {
    color: #9ca3afbf
}

.text-gray-400\/80 {
    color: #9ca3afcc
}

.text-gray-400\/90 {
    color: #9ca3afe6
}

.text-gray-400\/95 {
    color: #9ca3aff2
}

.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251/var(--tw-text-opacity))
}

.text-gray-50\/0 {
    color: #f9fafb00
}

.text-gray-50\/10 {
    color: #f9fafb1a
}

.text-gray-50\/100 {
    color: #f9fafb
}

.text-gray-50\/20 {
    color: #f9fafb33
}

.text-gray-50\/25 {
    color: #f9fafb40
}

.text-gray-50\/30 {
    color: #f9fafb4d
}

.text-gray-50\/40 {
    color: #f9fafb66
}

.text-gray-50\/5 {
    color: #f9fafb0d
}

.text-gray-50\/50 {
    color: #f9fafb80
}

.text-gray-50\/60 {
    color: #f9fafb99
}

.text-gray-50\/70 {
    color: #f9fafbb3
}

.text-gray-50\/75 {
    color: #f9fafbbf
}

.text-gray-50\/80 {
    color: #f9fafbcc
}

.text-gray-50\/90 {
    color: #f9fafbe6
}

.text-gray-50\/95 {
    color: #f9fafbf2
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-500\/0 {
    color: #6b728000
}

.text-gray-500\/10 {
    color: #6b72801a
}

.text-gray-500\/100 {
    color: #6b7280
}

.text-gray-500\/20 {
    color: #6b728033
}

.text-gray-500\/25 {
    color: #6b728040
}

.text-gray-500\/30 {
    color: #6b72804d
}

.text-gray-500\/40 {
    color: #6b728066
}

.text-gray-500\/5 {
    color: #6b72800d
}

.text-gray-500\/50 {
    color: #6b728080
}

.text-gray-500\/60 {
    color: #6b728099
}

.text-gray-500\/70 {
    color: #6b7280b3
}

.text-gray-500\/75 {
    color: #6b7280bf
}

.text-gray-500\/80 {
    color: #6b7280cc
}

.text-gray-500\/90 {
    color: #6b7280e6
}

.text-gray-500\/95 {
    color: #6b7280f2
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-600\/0 {
    color: #4b556300
}

.text-gray-600\/10 {
    color: #4b55631a
}

.text-gray-600\/100 {
    color: #4b5563
}

.text-gray-600\/20 {
    color: #4b556333
}

.text-gray-600\/25 {
    color: #4b556340
}

.text-gray-600\/30 {
    color: #4b55634d
}

.text-gray-600\/40 {
    color: #4b556366
}

.text-gray-600\/5 {
    color: #4b55630d
}

.text-gray-600\/50 {
    color: #4b556380
}

.text-gray-600\/60 {
    color: #4b556399
}

.text-gray-600\/70 {
    color: #4b5563b3
}

.text-gray-600\/75 {
    color: #4b5563bf
}

.text-gray-600\/80 {
    color: #4b5563cc
}

.text-gray-600\/90 {
    color: #4b5563e6
}

.text-gray-600\/95 {
    color: #4b5563f2
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-gray-700\/0 {
    color: #37415100
}

.text-gray-700\/10 {
    color: #3741511a
}

.text-gray-700\/100 {
    color: #374151
}

.text-gray-700\/20 {
    color: #37415133
}

.text-gray-700\/25 {
    color: #37415140
}

.text-gray-700\/30 {
    color: #3741514d
}

.text-gray-700\/40 {
    color: #37415166
}

.text-gray-700\/5 {
    color: #3741510d
}

.text-gray-700\/50 {
    color: #37415180
}

.text-gray-700\/60 {
    color: #37415199
}

.text-gray-700\/70 {
    color: #374151b3
}

.text-gray-700\/75 {
    color: #374151bf
}

.text-gray-700\/80 {
    color: #374151cc
}

.text-gray-700\/90 {
    color: #374151e6
}

.text-gray-700\/95 {
    color: #374151f2
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.text-gray-800\/0 {
    color: #1f293700
}

.text-gray-800\/10 {
    color: #1f29371a
}

.text-gray-800\/100 {
    color: #1f2937
}

.text-gray-800\/20 {
    color: #1f293733
}

.text-gray-800\/25 {
    color: #1f293740
}

.text-gray-800\/30 {
    color: #1f29374d
}

.text-gray-800\/40 {
    color: #1f293766
}

.text-gray-800\/5 {
    color: #1f29370d
}

.text-gray-800\/50 {
    color: #1f293780
}

.text-gray-800\/60 {
    color: #1f293799
}

.text-gray-800\/70 {
    color: #1f2937b3
}

.text-gray-800\/75 {
    color: #1f2937bf
}

.text-gray-800\/80 {
    color: #1f2937cc
}

.text-gray-800\/90 {
    color: #1f2937e6
}

.text-gray-800\/95 {
    color: #1f2937f2
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-gray-900\/0 {
    color: #11182700
}

.text-gray-900\/10 {
    color: #1118271a
}

.text-gray-900\/100 {
    color: #111827
}

.text-gray-900\/20 {
    color: #11182733
}

.text-gray-900\/25 {
    color: #11182740
}

.text-gray-900\/30 {
    color: #1118274d
}

.text-gray-900\/40 {
    color: #11182766
}

.text-gray-900\/5 {
    color: #1118270d
}

.text-gray-900\/50 {
    color: #11182780
}

.text-gray-900\/60 {
    color: #11182799
}

.text-gray-900\/70 {
    color: #111827b3
}

.text-gray-900\/75 {
    color: #111827bf
}

.text-gray-900\/80 {
    color: #111827cc
}

.text-gray-900\/90 {
    color: #111827e6
}

.text-gray-900\/95 {
    color: #111827f2
}

.text-gray-950 {
    --tw-text-opacity: 1;
    color: rgb(3 7 18/var(--tw-text-opacity))
}

.text-gray-950\/0 {
    color: #03071200
}

.text-gray-950\/10 {
    color: #0307121a
}

.text-gray-950\/100 {
    color: #030712
}

.text-gray-950\/20 {
    color: #03071233
}

.text-gray-950\/25 {
    color: #03071240
}

.text-gray-950\/30 {
    color: #0307124d
}

.text-gray-950\/40 {
    color: #03071266
}

.text-gray-950\/5 {
    color: #0307120d
}

.text-gray-950\/50 {
    color: #03071280
}

.text-gray-950\/60 {
    color: #03071299
}

.text-gray-950\/70 {
    color: #030712b3
}

.text-gray-950\/75 {
    color: #030712bf
}

.text-gray-950\/80 {
    color: #030712cc
}

.text-gray-950\/90 {
    color: #030712e6
}

.text-gray-950\/95 {
    color: #030712f2
}

.text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(220 252 231/var(--tw-text-opacity))
}

.text-green-100\/0 {
    color: #dcfce700
}

.text-green-100\/10 {
    color: #dcfce71a
}

.text-green-100\/100 {
    color: #dcfce7
}

.text-green-100\/20 {
    color: #dcfce733
}

.text-green-100\/25 {
    color: #dcfce740
}

.text-green-100\/30 {
    color: #dcfce74d
}

.text-green-100\/40 {
    color: #dcfce766
}

.text-green-100\/5 {
    color: #dcfce70d
}

.text-green-100\/50 {
    color: #dcfce780
}

.text-green-100\/60 {
    color: #dcfce799
}

.text-green-100\/70 {
    color: #dcfce7b3
}

.text-green-100\/75 {
    color: #dcfce7bf
}

.text-green-100\/80 {
    color: #dcfce7cc
}

.text-green-100\/90 {
    color: #dcfce7e6
}

.text-green-100\/95 {
    color: #dcfce7f2
}

.text-green-200 {
    --tw-text-opacity: 1;
    color: rgb(187 247 208/var(--tw-text-opacity))
}

.text-green-200\/0 {
    color: #bbf7d000
}

.text-green-200\/10 {
    color: #bbf7d01a
}

.text-green-200\/100 {
    color: #bbf7d0
}

.text-green-200\/20 {
    color: #bbf7d033
}

.text-green-200\/25 {
    color: #bbf7d040
}

.text-green-200\/30 {
    color: #bbf7d04d
}

.text-green-200\/40 {
    color: #bbf7d066
}

.text-green-200\/5 {
    color: #bbf7d00d
}

.text-green-200\/50 {
    color: #bbf7d080
}

.text-green-200\/60 {
    color: #bbf7d099
}

.text-green-200\/70 {
    color: #bbf7d0b3
}

.text-green-200\/75 {
    color: #bbf7d0bf
}

.text-green-200\/80 {
    color: #bbf7d0cc
}

.text-green-200\/90 {
    color: #bbf7d0e6
}

.text-green-200\/95 {
    color: #bbf7d0f2
}

.text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(134 239 172/var(--tw-text-opacity))
}

.text-green-300\/0 {
    color: #86efac00
}

.text-green-300\/10 {
    color: #86efac1a
}

.text-green-300\/100 {
    color: #86efac
}

.text-green-300\/20 {
    color: #86efac33
}

.text-green-300\/25 {
    color: #86efac40
}

.text-green-300\/30 {
    color: #86efac4d
}

.text-green-300\/40 {
    color: #86efac66
}

.text-green-300\/5 {
    color: #86efac0d
}

.text-green-300\/50 {
    color: #86efac80
}

.text-green-300\/60 {
    color: #86efac99
}

.text-green-300\/70 {
    color: #86efacb3
}

.text-green-300\/75 {
    color: #86efacbf
}

.text-green-300\/80 {
    color: #86efaccc
}

.text-green-300\/90 {
    color: #86eface6
}

.text-green-300\/95 {
    color: #86efacf2
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity))
}

.text-green-400\/0 {
    color: #4ade8000
}

.text-green-400\/10 {
    color: #4ade801a
}

.text-green-400\/100 {
    color: #4ade80
}

.text-green-400\/20 {
    color: #4ade8033
}

.text-green-400\/25 {
    color: #4ade8040
}

.text-green-400\/30 {
    color: #4ade804d
}

.text-green-400\/40 {
    color: #4ade8066
}

.text-green-400\/5 {
    color: #4ade800d
}

.text-green-400\/50 {
    color: #4ade8080
}

.text-green-400\/60 {
    color: #4ade8099
}

.text-green-400\/70 {
    color: #4ade80b3
}

.text-green-400\/75 {
    color: #4ade80bf
}

.text-green-400\/80 {
    color: #4ade80cc
}

.text-green-400\/90 {
    color: #4ade80e6
}

.text-green-400\/95 {
    color: #4ade80f2
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 244/var(--tw-text-opacity))
}

.text-green-50\/0 {
    color: #f0fdf400
}

.text-green-50\/10 {
    color: #f0fdf41a
}

.text-green-50\/100 {
    color: #f0fdf4
}

.text-green-50\/20 {
    color: #f0fdf433
}

.text-green-50\/25 {
    color: #f0fdf440
}

.text-green-50\/30 {
    color: #f0fdf44d
}

.text-green-50\/40 {
    color: #f0fdf466
}

.text-green-50\/5 {
    color: #f0fdf40d
}

.text-green-50\/50 {
    color: #f0fdf480
}

.text-green-50\/60 {
    color: #f0fdf499
}

.text-green-50\/70 {
    color: #f0fdf4b3
}

.text-green-50\/75 {
    color: #f0fdf4bf
}

.text-green-50\/80 {
    color: #f0fdf4cc
}

.text-green-50\/90 {
    color: #f0fdf4e6
}

.text-green-50\/95 {
    color: #f0fdf4f2
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94/var(--tw-text-opacity))
}

.text-green-500\/0 {
    color: #22c55e00
}

.text-green-500\/10 {
    color: #22c55e1a
}

.text-green-500\/100 {
    color: #22c55e
}

.text-green-500\/20 {
    color: #22c55e33
}

.text-green-500\/25 {
    color: #22c55e40
}

.text-green-500\/30 {
    color: #22c55e4d
}

.text-green-500\/40 {
    color: #22c55e66
}

.text-green-500\/5 {
    color: #22c55e0d
}

.text-green-500\/50 {
    color: #22c55e80
}

.text-green-500\/60 {
    color: #22c55e99
}

.text-green-500\/70 {
    color: #22c55eb3
}

.text-green-500\/75 {
    color: #22c55ebf
}

.text-green-500\/80 {
    color: #22c55ecc
}

.text-green-500\/90 {
    color: #22c55ee6
}

.text-green-500\/95 {
    color: #22c55ef2
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity))
}

.text-green-600\/0 {
    color: #16a34a00
}

.text-green-600\/10 {
    color: #16a34a1a
}

.text-green-600\/100 {
    color: #16a34a
}

.text-green-600\/20 {
    color: #16a34a33
}

.text-green-600\/25 {
    color: #16a34a40
}

.text-green-600\/30 {
    color: #16a34a4d
}

.text-green-600\/40 {
    color: #16a34a66
}

.text-green-600\/5 {
    color: #16a34a0d
}

.text-green-600\/50 {
    color: #16a34a80
}

.text-green-600\/60 {
    color: #16a34a99
}

.text-green-600\/70 {
    color: #16a34ab3
}

.text-green-600\/75 {
    color: #16a34abf
}

.text-green-600\/80 {
    color: #16a34acc
}

.text-green-600\/90 {
    color: #16a34ae6
}

.text-green-600\/95 {
    color: #16a34af2
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61/var(--tw-text-opacity))
}

.text-green-700\/0 {
    color: #15803d00
}

.text-green-700\/10 {
    color: #15803d1a
}

.text-green-700\/100 {
    color: #15803d
}

.text-green-700\/20 {
    color: #15803d33
}

.text-green-700\/25 {
    color: #15803d40
}

.text-green-700\/30 {
    color: #15803d4d
}

.text-green-700\/40 {
    color: #15803d66
}

.text-green-700\/5 {
    color: #15803d0d
}

.text-green-700\/50 {
    color: #15803d80
}

.text-green-700\/60 {
    color: #15803d99
}

.text-green-700\/70 {
    color: #15803db3
}

.text-green-700\/75 {
    color: #15803dbf
}

.text-green-700\/80 {
    color: #15803dcc
}

.text-green-700\/90 {
    color: #15803de6
}

.text-green-700\/95 {
    color: #15803df2
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52/var(--tw-text-opacity))
}

.text-green-800\/0 {
    color: #16653400
}

.text-green-800\/10 {
    color: #1665341a
}

.text-green-800\/100 {
    color: #166534
}

.text-green-800\/20 {
    color: #16653433
}

.text-green-800\/25 {
    color: #16653440
}

.text-green-800\/30 {
    color: #1665344d
}

.text-green-800\/40 {
    color: #16653466
}

.text-green-800\/5 {
    color: #1665340d
}

.text-green-800\/50 {
    color: #16653480
}

.text-green-800\/60 {
    color: #16653499
}

.text-green-800\/70 {
    color: #166534b3
}

.text-green-800\/75 {
    color: #166534bf
}

.text-green-800\/80 {
    color: #166534cc
}

.text-green-800\/90 {
    color: #166534e6
}

.text-green-800\/95 {
    color: #166534f2
}

.text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(20 83 45/var(--tw-text-opacity))
}

.text-green-900\/0 {
    color: #14532d00
}

.text-green-900\/10 {
    color: #14532d1a
}

.text-green-900\/100 {
    color: #14532d
}

.text-green-900\/20 {
    color: #14532d33
}

.text-green-900\/25 {
    color: #14532d40
}

.text-green-900\/30 {
    color: #14532d4d
}

.text-green-900\/40 {
    color: #14532d66
}

.text-green-900\/5 {
    color: #14532d0d
}

.text-green-900\/50 {
    color: #14532d80
}

.text-green-900\/60 {
    color: #14532d99
}

.text-green-900\/70 {
    color: #14532db3
}

.text-green-900\/75 {
    color: #14532dbf
}

.text-green-900\/80 {
    color: #14532dcc
}

.text-green-900\/90 {
    color: #14532de6
}

.text-green-900\/95 {
    color: #14532df2
}

.text-green-950 {
    --tw-text-opacity: 1;
    color: rgb(5 46 22/var(--tw-text-opacity))
}

.text-green-950\/0 {
    color: #052e1600
}

.text-green-950\/10 {
    color: #052e161a
}

.text-green-950\/100 {
    color: #052e16
}

.text-green-950\/20 {
    color: #052e1633
}

.text-green-950\/25 {
    color: #052e1640
}

.text-green-950\/30 {
    color: #052e164d
}

.text-green-950\/40 {
    color: #052e1666
}

.text-green-950\/5 {
    color: #052e160d
}

.text-green-950\/50 {
    color: #052e1680
}

.text-green-950\/60 {
    color: #052e1699
}

.text-green-950\/70 {
    color: #052e16b3
}

.text-green-950\/75 {
    color: #052e16bf
}

.text-green-950\/80 {
    color: #052e16cc
}

.text-green-950\/90 {
    color: #052e16e6
}

.text-green-950\/95 {
    color: #052e16f2
}

.text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgb(224 231 255/var(--tw-text-opacity))
}

.text-indigo-100\/0 {
    color: #e0e7ff00
}

.text-indigo-100\/10 {
    color: #e0e7ff1a
}

.text-indigo-100\/100 {
    color: #e0e7ff
}

.text-indigo-100\/20 {
    color: #e0e7ff33
}

.text-indigo-100\/25 {
    color: #e0e7ff40
}

.text-indigo-100\/30 {
    color: #e0e7ff4d
}

.text-indigo-100\/40 {
    color: #e0e7ff66
}

.text-indigo-100\/5 {
    color: #e0e7ff0d
}

.text-indigo-100\/50 {
    color: #e0e7ff80
}

.text-indigo-100\/60 {
    color: #e0e7ff99
}

.text-indigo-100\/70 {
    color: #e0e7ffb3
}

.text-indigo-100\/75 {
    color: #e0e7ffbf
}

.text-indigo-100\/80 {
    color: #e0e7ffcc
}

.text-indigo-100\/90 {
    color: #e0e7ffe6
}

.text-indigo-100\/95 {
    color: #e0e7fff2
}

.text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgb(199 210 254/var(--tw-text-opacity))
}

.text-indigo-200\/0 {
    color: #c7d2fe00
}

.text-indigo-200\/10 {
    color: #c7d2fe1a
}

.text-indigo-200\/100 {
    color: #c7d2fe
}

.text-indigo-200\/20 {
    color: #c7d2fe33
}

.text-indigo-200\/25 {
    color: #c7d2fe40
}

.text-indigo-200\/30 {
    color: #c7d2fe4d
}

.text-indigo-200\/40 {
    color: #c7d2fe66
}

.text-indigo-200\/5 {
    color: #c7d2fe0d
}

.text-indigo-200\/50 {
    color: #c7d2fe80
}

.text-indigo-200\/60 {
    color: #c7d2fe99
}

.text-indigo-200\/70 {
    color: #c7d2feb3
}

.text-indigo-200\/75 {
    color: #c7d2febf
}

.text-indigo-200\/80 {
    color: #c7d2fecc
}

.text-indigo-200\/90 {
    color: #c7d2fee6
}

.text-indigo-200\/95 {
    color: #c7d2fef2
}

.text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(165 180 252/var(--tw-text-opacity))
}

.text-indigo-300\/0 {
    color: #a5b4fc00
}

.text-indigo-300\/10 {
    color: #a5b4fc1a
}

.text-indigo-300\/100 {
    color: #a5b4fc
}

.text-indigo-300\/20 {
    color: #a5b4fc33
}

.text-indigo-300\/25 {
    color: #a5b4fc40
}

.text-indigo-300\/30 {
    color: #a5b4fc4d
}

.text-indigo-300\/40 {
    color: #a5b4fc66
}

.text-indigo-300\/5 {
    color: #a5b4fc0d
}

.text-indigo-300\/50 {
    color: #a5b4fc80
}

.text-indigo-300\/60 {
    color: #a5b4fc99
}

.text-indigo-300\/70 {
    color: #a5b4fcb3
}

.text-indigo-300\/75 {
    color: #a5b4fcbf
}

.text-indigo-300\/80 {
    color: #a5b4fccc
}

.text-indigo-300\/90 {
    color: #a5b4fce6
}

.text-indigo-300\/95 {
    color: #a5b4fcf2
}

.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248/var(--tw-text-opacity))
}

.text-indigo-400\/0 {
    color: #818cf800
}

.text-indigo-400\/10 {
    color: #818cf81a
}

.text-indigo-400\/100 {
    color: #818cf8
}

.text-indigo-400\/20 {
    color: #818cf833
}

.text-indigo-400\/25 {
    color: #818cf840
}

.text-indigo-400\/30 {
    color: #818cf84d
}

.text-indigo-400\/40 {
    color: #818cf866
}

.text-indigo-400\/5 {
    color: #818cf80d
}

.text-indigo-400\/50 {
    color: #818cf880
}

.text-indigo-400\/60 {
    color: #818cf899
}

.text-indigo-400\/70 {
    color: #818cf8b3
}

.text-indigo-400\/75 {
    color: #818cf8bf
}

.text-indigo-400\/80 {
    color: #818cf8cc
}

.text-indigo-400\/90 {
    color: #818cf8e6
}

.text-indigo-400\/95 {
    color: #818cf8f2
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255/var(--tw-text-opacity))
}

.text-indigo-50\/0 {
    color: #eef2ff00
}

.text-indigo-50\/10 {
    color: #eef2ff1a
}

.text-indigo-50\/100 {
    color: #eef2ff
}

.text-indigo-50\/20 {
    color: #eef2ff33
}

.text-indigo-50\/25 {
    color: #eef2ff40
}

.text-indigo-50\/30 {
    color: #eef2ff4d
}

.text-indigo-50\/40 {
    color: #eef2ff66
}

.text-indigo-50\/5 {
    color: #eef2ff0d
}

.text-indigo-50\/50 {
    color: #eef2ff80
}

.text-indigo-50\/60 {
    color: #eef2ff99
}

.text-indigo-50\/70 {
    color: #eef2ffb3
}

.text-indigo-50\/75 {
    color: #eef2ffbf
}

.text-indigo-50\/80 {
    color: #eef2ffcc
}

.text-indigo-50\/90 {
    color: #eef2ffe6
}

.text-indigo-50\/95 {
    color: #eef2fff2
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241/var(--tw-text-opacity))
}

.text-indigo-500\/0 {
    color: #6366f100
}

.text-indigo-500\/10 {
    color: #6366f11a
}

.text-indigo-500\/100 {
    color: #6366f1
}

.text-indigo-500\/20 {
    color: #6366f133
}

.text-indigo-500\/25 {
    color: #6366f140
}

.text-indigo-500\/30 {
    color: #6366f14d
}

.text-indigo-500\/40 {
    color: #6366f166
}

.text-indigo-500\/5 {
    color: #6366f10d
}

.text-indigo-500\/50 {
    color: #6366f180
}

.text-indigo-500\/60 {
    color: #6366f199
}

.text-indigo-500\/70 {
    color: #6366f1b3
}

.text-indigo-500\/75 {
    color: #6366f1bf
}

.text-indigo-500\/80 {
    color: #6366f1cc
}

.text-indigo-500\/90 {
    color: #6366f1e6
}

.text-indigo-500\/95 {
    color: #6366f1f2
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229/var(--tw-text-opacity))
}

.text-indigo-600\/0 {
    color: #4f46e500
}

.text-indigo-600\/10 {
    color: #4f46e51a
}

.text-indigo-600\/100 {
    color: #4f46e5
}

.text-indigo-600\/20 {
    color: #4f46e533
}

.text-indigo-600\/25 {
    color: #4f46e540
}

.text-indigo-600\/30 {
    color: #4f46e54d
}

.text-indigo-600\/40 {
    color: #4f46e566
}

.text-indigo-600\/5 {
    color: #4f46e50d
}

.text-indigo-600\/50 {
    color: #4f46e580
}

.text-indigo-600\/60 {
    color: #4f46e599
}

.text-indigo-600\/70 {
    color: #4f46e5b3
}

.text-indigo-600\/75 {
    color: #4f46e5bf
}

.text-indigo-600\/80 {
    color: #4f46e5cc
}

.text-indigo-600\/90 {
    color: #4f46e5e6
}

.text-indigo-600\/95 {
    color: #4f46e5f2
}

.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(67 56 202/var(--tw-text-opacity))
}

.text-indigo-700\/0 {
    color: #4338ca00
}

.text-indigo-700\/10 {
    color: #4338ca1a
}

.text-indigo-700\/100 {
    color: #4338ca
}

.text-indigo-700\/20 {
    color: #4338ca33
}

.text-indigo-700\/25 {
    color: #4338ca40
}

.text-indigo-700\/30 {
    color: #4338ca4d
}

.text-indigo-700\/40 {
    color: #4338ca66
}

.text-indigo-700\/5 {
    color: #4338ca0d
}

.text-indigo-700\/50 {
    color: #4338ca80
}

.text-indigo-700\/60 {
    color: #4338ca99
}

.text-indigo-700\/70 {
    color: #4338cab3
}

.text-indigo-700\/75 {
    color: #4338cabf
}

.text-indigo-700\/80 {
    color: #4338cacc
}

.text-indigo-700\/90 {
    color: #4338cae6
}

.text-indigo-700\/95 {
    color: #4338caf2
}

.text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgb(55 48 163/var(--tw-text-opacity))
}

.text-indigo-800\/0 {
    color: #3730a300
}

.text-indigo-800\/10 {
    color: #3730a31a
}

.text-indigo-800\/100 {
    color: #3730a3
}

.text-indigo-800\/20 {
    color: #3730a333
}

.text-indigo-800\/25 {
    color: #3730a340
}

.text-indigo-800\/30 {
    color: #3730a34d
}

.text-indigo-800\/40 {
    color: #3730a366
}

.text-indigo-800\/5 {
    color: #3730a30d
}

.text-indigo-800\/50 {
    color: #3730a380
}

.text-indigo-800\/60 {
    color: #3730a399
}

.text-indigo-800\/70 {
    color: #3730a3b3
}

.text-indigo-800\/75 {
    color: #3730a3bf
}

.text-indigo-800\/80 {
    color: #3730a3cc
}

.text-indigo-800\/90 {
    color: #3730a3e6
}

.text-indigo-800\/95 {
    color: #3730a3f2
}

.text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgb(49 46 129/var(--tw-text-opacity))
}

.text-indigo-900\/0 {
    color: #312e8100
}

.text-indigo-900\/10 {
    color: #312e811a
}

.text-indigo-900\/100 {
    color: #312e81
}

.text-indigo-900\/20 {
    color: #312e8133
}

.text-indigo-900\/25 {
    color: #312e8140
}

.text-indigo-900\/30 {
    color: #312e814d
}

.text-indigo-900\/40 {
    color: #312e8166
}

.text-indigo-900\/5 {
    color: #312e810d
}

.text-indigo-900\/50 {
    color: #312e8180
}

.text-indigo-900\/60 {
    color: #312e8199
}

.text-indigo-900\/70 {
    color: #312e81b3
}

.text-indigo-900\/75 {
    color: #312e81bf
}

.text-indigo-900\/80 {
    color: #312e81cc
}

.text-indigo-900\/90 {
    color: #312e81e6
}

.text-indigo-900\/95 {
    color: #312e81f2
}

.text-indigo-950 {
    --tw-text-opacity: 1;
    color: rgb(30 27 75/var(--tw-text-opacity))
}

.text-indigo-950\/0 {
    color: #1e1b4b00
}

.text-indigo-950\/10 {
    color: #1e1b4b1a
}

.text-indigo-950\/100 {
    color: #1e1b4b
}

.text-indigo-950\/20 {
    color: #1e1b4b33
}

.text-indigo-950\/25 {
    color: #1e1b4b40
}

.text-indigo-950\/30 {
    color: #1e1b4b4d
}

.text-indigo-950\/40 {
    color: #1e1b4b66
}

.text-indigo-950\/5 {
    color: #1e1b4b0d
}

.text-indigo-950\/50 {
    color: #1e1b4b80
}

.text-indigo-950\/60 {
    color: #1e1b4b99
}

.text-indigo-950\/70 {
    color: #1e1b4bb3
}

.text-indigo-950\/75 {
    color: #1e1b4bbf
}

.text-indigo-950\/80 {
    color: #1e1b4bcc
}

.text-indigo-950\/90 {
    color: #1e1b4be6
}

.text-indigo-950\/95 {
    color: #1e1b4bf2
}

.text-inherit {
    color: inherit
}

.text-lime-100 {
    --tw-text-opacity: 1;
    color: rgb(236 252 203/var(--tw-text-opacity))
}

.text-lime-100\/0 {
    color: #ecfccb00
}

.text-lime-100\/10 {
    color: #ecfccb1a
}

.text-lime-100\/100 {
    color: #ecfccb
}

.text-lime-100\/20 {
    color: #ecfccb33
}

.text-lime-100\/25 {
    color: #ecfccb40
}

.text-lime-100\/30 {
    color: #ecfccb4d
}

.text-lime-100\/40 {
    color: #ecfccb66
}

.text-lime-100\/5 {
    color: #ecfccb0d
}

.text-lime-100\/50 {
    color: #ecfccb80
}

.text-lime-100\/60 {
    color: #ecfccb99
}

.text-lime-100\/70 {
    color: #ecfccbb3
}

.text-lime-100\/75 {
    color: #ecfccbbf
}

.text-lime-100\/80 {
    color: #ecfccbcc
}

.text-lime-100\/90 {
    color: #ecfccbe6
}

.text-lime-100\/95 {
    color: #ecfccbf2
}

.text-lime-200 {
    --tw-text-opacity: 1;
    color: rgb(217 249 157/var(--tw-text-opacity))
}

.text-lime-200\/0 {
    color: #d9f99d00
}

.text-lime-200\/10 {
    color: #d9f99d1a
}

.text-lime-200\/100 {
    color: #d9f99d
}

.text-lime-200\/20 {
    color: #d9f99d33
}

.text-lime-200\/25 {
    color: #d9f99d40
}

.text-lime-200\/30 {
    color: #d9f99d4d
}

.text-lime-200\/40 {
    color: #d9f99d66
}

.text-lime-200\/5 {
    color: #d9f99d0d
}

.text-lime-200\/50 {
    color: #d9f99d80
}

.text-lime-200\/60 {
    color: #d9f99d99
}

.text-lime-200\/70 {
    color: #d9f99db3
}

.text-lime-200\/75 {
    color: #d9f99dbf
}

.text-lime-200\/80 {
    color: #d9f99dcc
}

.text-lime-200\/90 {
    color: #d9f99de6
}

.text-lime-200\/95 {
    color: #d9f99df2
}

.text-lime-300 {
    --tw-text-opacity: 1;
    color: rgb(190 242 100/var(--tw-text-opacity))
}

.text-lime-300\/0 {
    color: #bef26400
}

.text-lime-300\/10 {
    color: #bef2641a
}

.text-lime-300\/100 {
    color: #bef264
}

.text-lime-300\/20 {
    color: #bef26433
}

.text-lime-300\/25 {
    color: #bef26440
}

.text-lime-300\/30 {
    color: #bef2644d
}

.text-lime-300\/40 {
    color: #bef26466
}

.text-lime-300\/5 {
    color: #bef2640d
}

.text-lime-300\/50 {
    color: #bef26480
}

.text-lime-300\/60 {
    color: #bef26499
}

.text-lime-300\/70 {
    color: #bef264b3
}

.text-lime-300\/75 {
    color: #bef264bf
}

.text-lime-300\/80 {
    color: #bef264cc
}

.text-lime-300\/90 {
    color: #bef264e6
}

.text-lime-300\/95 {
    color: #bef264f2
}

.text-lime-400 {
    --tw-text-opacity: 1;
    color: rgb(163 230 53/var(--tw-text-opacity))
}

.text-lime-400\/0 {
    color: #a3e63500
}

.text-lime-400\/10 {
    color: #a3e6351a
}

.text-lime-400\/100 {
    color: #a3e635
}

.text-lime-400\/20 {
    color: #a3e63533
}

.text-lime-400\/25 {
    color: #a3e63540
}

.text-lime-400\/30 {
    color: #a3e6354d
}

.text-lime-400\/40 {
    color: #a3e63566
}

.text-lime-400\/5 {
    color: #a3e6350d
}

.text-lime-400\/50 {
    color: #a3e63580
}

.text-lime-400\/60 {
    color: #a3e63599
}

.text-lime-400\/70 {
    color: #a3e635b3
}

.text-lime-400\/75 {
    color: #a3e635bf
}

.text-lime-400\/80 {
    color: #a3e635cc
}

.text-lime-400\/90 {
    color: #a3e635e6
}

.text-lime-400\/95 {
    color: #a3e635f2
}

.text-lime-50 {
    --tw-text-opacity: 1;
    color: rgb(247 254 231/var(--tw-text-opacity))
}

.text-lime-50\/0 {
    color: #f7fee700
}

.text-lime-50\/10 {
    color: #f7fee71a
}

.text-lime-50\/100 {
    color: #f7fee7
}

.text-lime-50\/20 {
    color: #f7fee733
}

.text-lime-50\/25 {
    color: #f7fee740
}

.text-lime-50\/30 {
    color: #f7fee74d
}

.text-lime-50\/40 {
    color: #f7fee766
}

.text-lime-50\/5 {
    color: #f7fee70d
}

.text-lime-50\/50 {
    color: #f7fee780
}

.text-lime-50\/60 {
    color: #f7fee799
}

.text-lime-50\/70 {
    color: #f7fee7b3
}

.text-lime-50\/75 {
    color: #f7fee7bf
}

.text-lime-50\/80 {
    color: #f7fee7cc
}

.text-lime-50\/90 {
    color: #f7fee7e6
}

.text-lime-50\/95 {
    color: #f7fee7f2
}

.text-lime-500 {
    --tw-text-opacity: 1;
    color: rgb(132 204 22/var(--tw-text-opacity))
}

.text-lime-500\/0 {
    color: #84cc1600
}

.text-lime-500\/10 {
    color: #84cc161a
}

.text-lime-500\/100 {
    color: #84cc16
}

.text-lime-500\/20 {
    color: #84cc1633
}

.text-lime-500\/25 {
    color: #84cc1640
}

.text-lime-500\/30 {
    color: #84cc164d
}

.text-lime-500\/40 {
    color: #84cc1666
}

.text-lime-500\/5 {
    color: #84cc160d
}

.text-lime-500\/50 {
    color: #84cc1680
}

.text-lime-500\/60 {
    color: #84cc1699
}

.text-lime-500\/70 {
    color: #84cc16b3
}

.text-lime-500\/75 {
    color: #84cc16bf
}

.text-lime-500\/80 {
    color: #84cc16cc
}

.text-lime-500\/90 {
    color: #84cc16e6
}

.text-lime-500\/95 {
    color: #84cc16f2
}

.text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13/var(--tw-text-opacity))
}

.text-lime-600\/0 {
    color: #65a30d00
}

.text-lime-600\/10 {
    color: #65a30d1a
}

.text-lime-600\/100 {
    color: #65a30d
}

.text-lime-600\/20 {
    color: #65a30d33
}

.text-lime-600\/25 {
    color: #65a30d40
}

.text-lime-600\/30 {
    color: #65a30d4d
}

.text-lime-600\/40 {
    color: #65a30d66
}

.text-lime-600\/5 {
    color: #65a30d0d
}

.text-lime-600\/50 {
    color: #65a30d80
}

.text-lime-600\/60 {
    color: #65a30d99
}

.text-lime-600\/70 {
    color: #65a30db3
}

.text-lime-600\/75 {
    color: #65a30dbf
}

.text-lime-600\/80 {
    color: #65a30dcc
}

.text-lime-600\/90 {
    color: #65a30de6
}

.text-lime-600\/95 {
    color: #65a30df2
}

.text-lime-700 {
    --tw-text-opacity: 1;
    color: rgb(77 124 15/var(--tw-text-opacity))
}

.text-lime-700\/0 {
    color: #4d7c0f00
}

.text-lime-700\/10 {
    color: #4d7c0f1a
}

.text-lime-700\/100 {
    color: #4d7c0f
}

.text-lime-700\/20 {
    color: #4d7c0f33
}

.text-lime-700\/25 {
    color: #4d7c0f40
}

.text-lime-700\/30 {
    color: #4d7c0f4d
}

.text-lime-700\/40 {
    color: #4d7c0f66
}

.text-lime-700\/5 {
    color: #4d7c0f0d
}

.text-lime-700\/50 {
    color: #4d7c0f80
}

.text-lime-700\/60 {
    color: #4d7c0f99
}

.text-lime-700\/70 {
    color: #4d7c0fb3
}

.text-lime-700\/75 {
    color: #4d7c0fbf
}

.text-lime-700\/80 {
    color: #4d7c0fcc
}

.text-lime-700\/90 {
    color: #4d7c0fe6
}

.text-lime-700\/95 {
    color: #4d7c0ff2
}

.text-lime-800 {
    --tw-text-opacity: 1;
    color: rgb(63 98 18/var(--tw-text-opacity))
}

.text-lime-800\/0 {
    color: #3f621200
}

.text-lime-800\/10 {
    color: #3f62121a
}

.text-lime-800\/100 {
    color: #3f6212
}

.text-lime-800\/20 {
    color: #3f621233
}

.text-lime-800\/25 {
    color: #3f621240
}

.text-lime-800\/30 {
    color: #3f62124d
}

.text-lime-800\/40 {
    color: #3f621266
}

.text-lime-800\/5 {
    color: #3f62120d
}

.text-lime-800\/50 {
    color: #3f621280
}

.text-lime-800\/60 {
    color: #3f621299
}

.text-lime-800\/70 {
    color: #3f6212b3
}

.text-lime-800\/75 {
    color: #3f6212bf
}

.text-lime-800\/80 {
    color: #3f6212cc
}

.text-lime-800\/90 {
    color: #3f6212e6
}

.text-lime-800\/95 {
    color: #3f6212f2
}

.text-lime-900 {
    --tw-text-opacity: 1;
    color: rgb(54 83 20/var(--tw-text-opacity))
}

.text-lime-900\/0 {
    color: #36531400
}

.text-lime-900\/10 {
    color: #3653141a
}

.text-lime-900\/100 {
    color: #365314
}

.text-lime-900\/20 {
    color: #36531433
}

.text-lime-900\/25 {
    color: #36531440
}

.text-lime-900\/30 {
    color: #3653144d
}

.text-lime-900\/40 {
    color: #36531466
}

.text-lime-900\/5 {
    color: #3653140d
}

.text-lime-900\/50 {
    color: #36531480
}

.text-lime-900\/60 {
    color: #36531499
}

.text-lime-900\/70 {
    color: #365314b3
}

.text-lime-900\/75 {
    color: #365314bf
}

.text-lime-900\/80 {
    color: #365314cc
}

.text-lime-900\/90 {
    color: #365314e6
}

.text-lime-900\/95 {
    color: #365314f2
}

.text-lime-950 {
    --tw-text-opacity: 1;
    color: rgb(26 46 5/var(--tw-text-opacity))
}

.text-lime-950\/0 {
    color: #1a2e0500
}

.text-lime-950\/10 {
    color: #1a2e051a
}

.text-lime-950\/100 {
    color: #1a2e05
}

.text-lime-950\/20 {
    color: #1a2e0533
}

.text-lime-950\/25 {
    color: #1a2e0540
}

.text-lime-950\/30 {
    color: #1a2e054d
}

.text-lime-950\/40 {
    color: #1a2e0566
}

.text-lime-950\/5 {
    color: #1a2e050d
}

.text-lime-950\/50 {
    color: #1a2e0580
}

.text-lime-950\/60 {
    color: #1a2e0599
}

.text-lime-950\/70 {
    color: #1a2e05b3
}

.text-lime-950\/75 {
    color: #1a2e05bf
}

.text-lime-950\/80 {
    color: #1a2e05cc
}

.text-lime-950\/90 {
    color: #1a2e05e6
}

.text-lime-950\/95 {
    color: #1a2e05f2
}

.text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245/var(--tw-text-opacity))
}

.text-neutral-100\/0 {
    color: #f5f5f500
}

.text-neutral-100\/10 {
    color: #f5f5f51a
}

.text-neutral-100\/100 {
    color: #f5f5f5
}

.text-neutral-100\/20 {
    color: #f5f5f533
}

.text-neutral-100\/25 {
    color: #f5f5f540
}

.text-neutral-100\/30 {
    color: #f5f5f54d
}

.text-neutral-100\/40 {
    color: #f5f5f566
}

.text-neutral-100\/5 {
    color: #f5f5f50d
}

.text-neutral-100\/50 {
    color: #f5f5f580
}

.text-neutral-100\/60 {
    color: #f5f5f599
}

.text-neutral-100\/70 {
    color: #f5f5f5b3
}

.text-neutral-100\/75 {
    color: #f5f5f5bf
}

.text-neutral-100\/80 {
    color: #f5f5f5cc
}

.text-neutral-100\/90 {
    color: #f5f5f5e6
}

.text-neutral-100\/95 {
    color: #f5f5f5f2
}

.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229/var(--tw-text-opacity))
}

.text-neutral-200\/0 {
    color: #e5e5e500
}

.text-neutral-200\/10 {
    color: #e5e5e51a
}

.text-neutral-200\/100 {
    color: #e5e5e5
}

.text-neutral-200\/20 {
    color: #e5e5e533
}

.text-neutral-200\/25 {
    color: #e5e5e540
}

.text-neutral-200\/30 {
    color: #e5e5e54d
}

.text-neutral-200\/40 {
    color: #e5e5e566
}

.text-neutral-200\/5 {
    color: #e5e5e50d
}

.text-neutral-200\/50 {
    color: #e5e5e580
}

.text-neutral-200\/60 {
    color: #e5e5e599
}

.text-neutral-200\/70 {
    color: #e5e5e5b3
}

.text-neutral-200\/75 {
    color: #e5e5e5bf
}

.text-neutral-200\/80 {
    color: #e5e5e5cc
}

.text-neutral-200\/90 {
    color: #e5e5e5e6
}

.text-neutral-200\/95 {
    color: #e5e5e5f2
}

.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212/var(--tw-text-opacity))
}

.text-neutral-300\/0 {
    color: #d4d4d400
}

.text-neutral-300\/10 {
    color: #d4d4d41a
}

.text-neutral-300\/100 {
    color: #d4d4d4
}

.text-neutral-300\/20 {
    color: #d4d4d433
}

.text-neutral-300\/25 {
    color: #d4d4d440
}

.text-neutral-300\/30 {
    color: #d4d4d44d
}

.text-neutral-300\/40 {
    color: #d4d4d466
}

.text-neutral-300\/5 {
    color: #d4d4d40d
}

.text-neutral-300\/50 {
    color: #d4d4d480
}

.text-neutral-300\/60 {
    color: #d4d4d499
}

.text-neutral-300\/70 {
    color: #d4d4d4b3
}

.text-neutral-300\/75 {
    color: #d4d4d4bf
}

.text-neutral-300\/80 {
    color: #d4d4d4cc
}

.text-neutral-300\/90 {
    color: #d4d4d4e6
}

.text-neutral-300\/95 {
    color: #d4d4d4f2
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163/var(--tw-text-opacity))
}

.text-neutral-400\/0 {
    color: #a3a3a300
}

.text-neutral-400\/10 {
    color: #a3a3a31a
}

.text-neutral-400\/100 {
    color: #a3a3a3
}

.text-neutral-400\/20 {
    color: #a3a3a333
}

.text-neutral-400\/25 {
    color: #a3a3a340
}

.text-neutral-400\/30 {
    color: #a3a3a34d
}

.text-neutral-400\/40 {
    color: #a3a3a366
}

.text-neutral-400\/5 {
    color: #a3a3a30d
}

.text-neutral-400\/50 {
    color: #a3a3a380
}

.text-neutral-400\/60 {
    color: #a3a3a399
}

.text-neutral-400\/70 {
    color: #a3a3a3b3
}

.text-neutral-400\/75 {
    color: #a3a3a3bf
}

.text-neutral-400\/80 {
    color: #a3a3a3cc
}

.text-neutral-400\/90 {
    color: #a3a3a3e6
}

.text-neutral-400\/95 {
    color: #a3a3a3f2
}

.text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.text-neutral-50\/0 {
    color: #fafafa00
}

.text-neutral-50\/10 {
    color: #fafafa1a
}

.text-neutral-50\/100 {
    color: #fafafa
}

.text-neutral-50\/20 {
    color: #fafafa33
}

.text-neutral-50\/25 {
    color: #fafafa40
}

.text-neutral-50\/30 {
    color: #fafafa4d
}

.text-neutral-50\/40 {
    color: #fafafa66
}

.text-neutral-50\/5 {
    color: #fafafa0d
}

.text-neutral-50\/50 {
    color: #fafafa80
}

.text-neutral-50\/60 {
    color: #fafafa99
}

.text-neutral-50\/70 {
    color: #fafafab3
}

.text-neutral-50\/75 {
    color: #fafafabf
}

.text-neutral-50\/80 {
    color: #fafafacc
}

.text-neutral-50\/90 {
    color: #fafafae6
}

.text-neutral-50\/95 {
    color: #fafafaf2
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115/var(--tw-text-opacity))
}

.text-neutral-500\/0 {
    color: #73737300
}

.text-neutral-500\/10 {
    color: #7373731a
}

.text-neutral-500\/100 {
    color: #737373
}

.text-neutral-500\/20 {
    color: #73737333
}

.text-neutral-500\/25 {
    color: #73737340
}

.text-neutral-500\/30 {
    color: #7373734d
}

.text-neutral-500\/40 {
    color: #73737366
}

.text-neutral-500\/5 {
    color: #7373730d
}

.text-neutral-500\/50 {
    color: #73737380
}

.text-neutral-500\/60 {
    color: #73737399
}

.text-neutral-500\/70 {
    color: #737373b3
}

.text-neutral-500\/75 {
    color: #737373bf
}

.text-neutral-500\/80 {
    color: #737373cc
}

.text-neutral-500\/90 {
    color: #737373e6
}

.text-neutral-500\/95 {
    color: #737373f2
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82/var(--tw-text-opacity))
}

.text-neutral-600\/0 {
    color: #52525200
}

.text-neutral-600\/10 {
    color: #5252521a
}

.text-neutral-600\/100 {
    color: #525252
}

.text-neutral-600\/20 {
    color: #52525233
}

.text-neutral-600\/25 {
    color: #52525240
}

.text-neutral-600\/30 {
    color: #5252524d
}

.text-neutral-600\/40 {
    color: #52525266
}

.text-neutral-600\/5 {
    color: #5252520d
}

.text-neutral-600\/50 {
    color: #52525280
}

.text-neutral-600\/60 {
    color: #52525299
}

.text-neutral-600\/70 {
    color: #525252b3
}

.text-neutral-600\/75 {
    color: #525252bf
}

.text-neutral-600\/80 {
    color: #525252cc
}

.text-neutral-600\/90 {
    color: #525252e6
}

.text-neutral-600\/95 {
    color: #525252f2
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64/var(--tw-text-opacity))
}

.text-neutral-700\/0 {
    color: #40404000
}

.text-neutral-700\/10 {
    color: #4040401a
}

.text-neutral-700\/100 {
    color: #404040
}

.text-neutral-700\/20 {
    color: #40404033
}

.text-neutral-700\/25 {
    color: #40404040
}

.text-neutral-700\/30 {
    color: #4040404d
}

.text-neutral-700\/40 {
    color: #40404066
}

.text-neutral-700\/5 {
    color: #4040400d
}

.text-neutral-700\/50 {
    color: #40404080
}

.text-neutral-700\/60 {
    color: #40404099
}

.text-neutral-700\/70 {
    color: #404040b3
}

.text-neutral-700\/75 {
    color: #404040bf
}

.text-neutral-700\/80 {
    color: #404040cc
}

.text-neutral-700\/90 {
    color: #404040e6
}

.text-neutral-700\/95 {
    color: #404040f2
}

.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-neutral-800\/0 {
    color: #26262600
}

.text-neutral-800\/10 {
    color: #2626261a
}

.text-neutral-800\/100 {
    color: #262626
}

.text-neutral-800\/20 {
    color: #26262633
}

.text-neutral-800\/25 {
    color: #26262640
}

.text-neutral-800\/30 {
    color: #2626264d
}

.text-neutral-800\/40 {
    color: #26262666
}

.text-neutral-800\/5 {
    color: #2626260d
}

.text-neutral-800\/50 {
    color: #26262680
}

.text-neutral-800\/60 {
    color: #26262699
}

.text-neutral-800\/70 {
    color: #262626b3
}

.text-neutral-800\/75 {
    color: #262626bf
}

.text-neutral-800\/80 {
    color: #262626cc
}

.text-neutral-800\/90 {
    color: #262626e6
}

.text-neutral-800\/95 {
    color: #262626f2
}

.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23/var(--tw-text-opacity))
}

.text-neutral-900\/0 {
    color: #17171700
}

.text-neutral-900\/10 {
    color: #1717171a
}

.text-neutral-900\/100 {
    color: #171717
}

.text-neutral-900\/20 {
    color: #17171733
}

.text-neutral-900\/25 {
    color: #17171740
}

.text-neutral-900\/30 {
    color: #1717174d
}

.text-neutral-900\/40 {
    color: #17171766
}

.text-neutral-900\/5 {
    color: #1717170d
}

.text-neutral-900\/50 {
    color: #17171780
}

.text-neutral-900\/60 {
    color: #17171799
}

.text-neutral-900\/70 {
    color: #171717b3
}

.text-neutral-900\/75 {
    color: #171717bf
}

.text-neutral-900\/80 {
    color: #171717cc
}

.text-neutral-900\/90 {
    color: #171717e6
}

.text-neutral-900\/95 {
    color: #171717f2
}

.text-neutral-950 {
    --tw-text-opacity: 1;
    color: rgb(10 10 10/var(--tw-text-opacity))
}

.text-neutral-950\/0 {
    color: #0a0a0a00
}

.text-neutral-950\/10 {
    color: #0a0a0a1a
}

.text-neutral-950\/100 {
    color: #0a0a0a
}

.text-neutral-950\/20 {
    color: #0a0a0a33
}

.text-neutral-950\/25 {
    color: #0a0a0a40
}

.text-neutral-950\/30 {
    color: #0a0a0a4d
}

.text-neutral-950\/40 {
    color: #0a0a0a66
}

.text-neutral-950\/5 {
    color: #0a0a0a0d
}

.text-neutral-950\/50 {
    color: #0a0a0a80
}

.text-neutral-950\/60 {
    color: #0a0a0a99
}

.text-neutral-950\/70 {
    color: #0a0a0ab3
}

.text-neutral-950\/75 {
    color: #0a0a0abf
}

.text-neutral-950\/80 {
    color: #0a0a0acc
}

.text-neutral-950\/90 {
    color: #0a0a0ae6
}

.text-neutral-950\/95 {
    color: #0a0a0af2
}

.text-orange-100 {
    --tw-text-opacity: 1;
    color: rgb(255 237 213/var(--tw-text-opacity))
}

.text-orange-100\/0 {
    color: #ffedd500
}

.text-orange-100\/10 {
    color: #ffedd51a
}

.text-orange-100\/100 {
    color: #ffedd5
}

.text-orange-100\/20 {
    color: #ffedd533
}

.text-orange-100\/25 {
    color: #ffedd540
}

.text-orange-100\/30 {
    color: #ffedd54d
}

.text-orange-100\/40 {
    color: #ffedd566
}

.text-orange-100\/5 {
    color: #ffedd50d
}

.text-orange-100\/50 {
    color: #ffedd580
}

.text-orange-100\/60 {
    color: #ffedd599
}

.text-orange-100\/70 {
    color: #ffedd5b3
}

.text-orange-100\/75 {
    color: #ffedd5bf
}

.text-orange-100\/80 {
    color: #ffedd5cc
}

.text-orange-100\/90 {
    color: #ffedd5e6
}

.text-orange-100\/95 {
    color: #ffedd5f2
}

.text-orange-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 170/var(--tw-text-opacity))
}

.text-orange-200\/0 {
    color: #fed7aa00
}

.text-orange-200\/10 {
    color: #fed7aa1a
}

.text-orange-200\/100 {
    color: #fed7aa
}

.text-orange-200\/20 {
    color: #fed7aa33
}

.text-orange-200\/25 {
    color: #fed7aa40
}

.text-orange-200\/30 {
    color: #fed7aa4d
}

.text-orange-200\/40 {
    color: #fed7aa66
}

.text-orange-200\/5 {
    color: #fed7aa0d
}

.text-orange-200\/50 {
    color: #fed7aa80
}

.text-orange-200\/60 {
    color: #fed7aa99
}

.text-orange-200\/70 {
    color: #fed7aab3
}

.text-orange-200\/75 {
    color: #fed7aabf
}

.text-orange-200\/80 {
    color: #fed7aacc
}

.text-orange-200\/90 {
    color: #fed7aae6
}

.text-orange-200\/95 {
    color: #fed7aaf2
}

.text-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 116/var(--tw-text-opacity))
}

.text-orange-300\/0 {
    color: #fdba7400
}

.text-orange-300\/10 {
    color: #fdba741a
}

.text-orange-300\/100 {
    color: #fdba74
}

.text-orange-300\/20 {
    color: #fdba7433
}

.text-orange-300\/25 {
    color: #fdba7440
}

.text-orange-300\/30 {
    color: #fdba744d
}

.text-orange-300\/40 {
    color: #fdba7466
}

.text-orange-300\/5 {
    color: #fdba740d
}

.text-orange-300\/50 {
    color: #fdba7480
}

.text-orange-300\/60 {
    color: #fdba7499
}

.text-orange-300\/70 {
    color: #fdba74b3
}

.text-orange-300\/75 {
    color: #fdba74bf
}

.text-orange-300\/80 {
    color: #fdba74cc
}

.text-orange-300\/90 {
    color: #fdba74e6
}

.text-orange-300\/95 {
    color: #fdba74f2
}

.text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60/var(--tw-text-opacity))
}

.text-orange-400\/0 {
    color: #fb923c00
}

.text-orange-400\/10 {
    color: #fb923c1a
}

.text-orange-400\/100 {
    color: #fb923c
}

.text-orange-400\/20 {
    color: #fb923c33
}

.text-orange-400\/25 {
    color: #fb923c40
}

.text-orange-400\/30 {
    color: #fb923c4d
}

.text-orange-400\/40 {
    color: #fb923c66
}

.text-orange-400\/5 {
    color: #fb923c0d
}

.text-orange-400\/50 {
    color: #fb923c80
}

.text-orange-400\/60 {
    color: #fb923c99
}

.text-orange-400\/70 {
    color: #fb923cb3
}

.text-orange-400\/75 {
    color: #fb923cbf
}

.text-orange-400\/80 {
    color: #fb923ccc
}

.text-orange-400\/90 {
    color: #fb923ce6
}

.text-orange-400\/95 {
    color: #fb923cf2
}

.text-orange-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 237/var(--tw-text-opacity))
}

.text-orange-50\/0 {
    color: #fff7ed00
}

.text-orange-50\/10 {
    color: #fff7ed1a
}

.text-orange-50\/100 {
    color: #fff7ed
}

.text-orange-50\/20 {
    color: #fff7ed33
}

.text-orange-50\/25 {
    color: #fff7ed40
}

.text-orange-50\/30 {
    color: #fff7ed4d
}

.text-orange-50\/40 {
    color: #fff7ed66
}

.text-orange-50\/5 {
    color: #fff7ed0d
}

.text-orange-50\/50 {
    color: #fff7ed80
}

.text-orange-50\/60 {
    color: #fff7ed99
}

.text-orange-50\/70 {
    color: #fff7edb3
}

.text-orange-50\/75 {
    color: #fff7edbf
}

.text-orange-50\/80 {
    color: #fff7edcc
}

.text-orange-50\/90 {
    color: #fff7ede6
}

.text-orange-50\/95 {
    color: #fff7edf2
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity))
}

.text-orange-500\/0 {
    color: #f9731600
}

.text-orange-500\/10 {
    color: #f973161a
}

.text-orange-500\/100 {
    color: #f97316
}

.text-orange-500\/20 {
    color: #f9731633
}

.text-orange-500\/25 {
    color: #f9731640
}

.text-orange-500\/30 {
    color: #f973164d
}

.text-orange-500\/40 {
    color: #f9731666
}

.text-orange-500\/5 {
    color: #f973160d
}

.text-orange-500\/50 {
    color: #f9731680
}

.text-orange-500\/60 {
    color: #f9731699
}

.text-orange-500\/70 {
    color: #f97316b3
}

.text-orange-500\/75 {
    color: #f97316bf
}

.text-orange-500\/80 {
    color: #f97316cc
}

.text-orange-500\/90 {
    color: #f97316e6
}

.text-orange-500\/95 {
    color: #f97316f2
}

.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12/var(--tw-text-opacity))
}

.text-orange-600\/0 {
    color: #ea580c00
}

.text-orange-600\/10 {
    color: #ea580c1a
}

.text-orange-600\/100 {
    color: #ea580c
}

.text-orange-600\/20 {
    color: #ea580c33
}

.text-orange-600\/25 {
    color: #ea580c40
}

.text-orange-600\/30 {
    color: #ea580c4d
}

.text-orange-600\/40 {
    color: #ea580c66
}

.text-orange-600\/5 {
    color: #ea580c0d
}

.text-orange-600\/50 {
    color: #ea580c80
}

.text-orange-600\/60 {
    color: #ea580c99
}

.text-orange-600\/70 {
    color: #ea580cb3
}

.text-orange-600\/75 {
    color: #ea580cbf
}

.text-orange-600\/80 {
    color: #ea580ccc
}

.text-orange-600\/90 {
    color: #ea580ce6
}

.text-orange-600\/95 {
    color: #ea580cf2
}

.text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12/var(--tw-text-opacity))
}

.text-orange-700\/0 {
    color: #c2410c00
}

.text-orange-700\/10 {
    color: #c2410c1a
}

.text-orange-700\/100 {
    color: #c2410c
}

.text-orange-700\/20 {
    color: #c2410c33
}

.text-orange-700\/25 {
    color: #c2410c40
}

.text-orange-700\/30 {
    color: #c2410c4d
}

.text-orange-700\/40 {
    color: #c2410c66
}

.text-orange-700\/5 {
    color: #c2410c0d
}

.text-orange-700\/50 {
    color: #c2410c80
}

.text-orange-700\/60 {
    color: #c2410c99
}

.text-orange-700\/70 {
    color: #c2410cb3
}

.text-orange-700\/75 {
    color: #c2410cbf
}

.text-orange-700\/80 {
    color: #c2410ccc
}

.text-orange-700\/90 {
    color: #c2410ce6
}

.text-orange-700\/95 {
    color: #c2410cf2
}

.text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18/var(--tw-text-opacity))
}

.text-orange-800\/0 {
    color: #9a341200
}

.text-orange-800\/10 {
    color: #9a34121a
}

.text-orange-800\/100 {
    color: #9a3412
}

.text-orange-800\/20 {
    color: #9a341233
}

.text-orange-800\/25 {
    color: #9a341240
}

.text-orange-800\/30 {
    color: #9a34124d
}

.text-orange-800\/40 {
    color: #9a341266
}

.text-orange-800\/5 {
    color: #9a34120d
}

.text-orange-800\/50 {
    color: #9a341280
}

.text-orange-800\/60 {
    color: #9a341299
}

.text-orange-800\/70 {
    color: #9a3412b3
}

.text-orange-800\/75 {
    color: #9a3412bf
}

.text-orange-800\/80 {
    color: #9a3412cc
}

.text-orange-800\/90 {
    color: #9a3412e6
}

.text-orange-800\/95 {
    color: #9a3412f2
}

.text-orange-900 {
    --tw-text-opacity: 1;
    color: rgb(124 45 18/var(--tw-text-opacity))
}

.text-orange-900\/0 {
    color: #7c2d1200
}

.text-orange-900\/10 {
    color: #7c2d121a
}

.text-orange-900\/100 {
    color: #7c2d12
}

.text-orange-900\/20 {
    color: #7c2d1233
}

.text-orange-900\/25 {
    color: #7c2d1240
}

.text-orange-900\/30 {
    color: #7c2d124d
}

.text-orange-900\/40 {
    color: #7c2d1266
}

.text-orange-900\/5 {
    color: #7c2d120d
}

.text-orange-900\/50 {
    color: #7c2d1280
}

.text-orange-900\/60 {
    color: #7c2d1299
}

.text-orange-900\/70 {
    color: #7c2d12b3
}

.text-orange-900\/75 {
    color: #7c2d12bf
}

.text-orange-900\/80 {
    color: #7c2d12cc
}

.text-orange-900\/90 {
    color: #7c2d12e6
}

.text-orange-900\/95 {
    color: #7c2d12f2
}

.text-orange-950 {
    --tw-text-opacity: 1;
    color: rgb(67 20 7/var(--tw-text-opacity))
}

.text-orange-950\/0 {
    color: #43140700
}

.text-orange-950\/10 {
    color: #4314071a
}

.text-orange-950\/100 {
    color: #431407
}

.text-orange-950\/20 {
    color: #43140733
}

.text-orange-950\/25 {
    color: #43140740
}

.text-orange-950\/30 {
    color: #4314074d
}

.text-orange-950\/40 {
    color: #43140766
}

.text-orange-950\/5 {
    color: #4314070d
}

.text-orange-950\/50 {
    color: #43140780
}

.text-orange-950\/60 {
    color: #43140799
}

.text-orange-950\/70 {
    color: #431407b3
}

.text-orange-950\/75 {
    color: #431407bf
}

.text-orange-950\/80 {
    color: #431407cc
}

.text-orange-950\/90 {
    color: #431407e6
}

.text-orange-950\/95 {
    color: #431407f2
}

.text-pink-100 {
    --tw-text-opacity: 1;
    color: rgb(252 231 243/var(--tw-text-opacity))
}

.text-pink-100\/0 {
    color: #fce7f300
}

.text-pink-100\/10 {
    color: #fce7f31a
}

.text-pink-100\/100 {
    color: #fce7f3
}

.text-pink-100\/20 {
    color: #fce7f333
}

.text-pink-100\/25 {
    color: #fce7f340
}

.text-pink-100\/30 {
    color: #fce7f34d
}

.text-pink-100\/40 {
    color: #fce7f366
}

.text-pink-100\/5 {
    color: #fce7f30d
}

.text-pink-100\/50 {
    color: #fce7f380
}

.text-pink-100\/60 {
    color: #fce7f399
}

.text-pink-100\/70 {
    color: #fce7f3b3
}

.text-pink-100\/75 {
    color: #fce7f3bf
}

.text-pink-100\/80 {
    color: #fce7f3cc
}

.text-pink-100\/90 {
    color: #fce7f3e6
}

.text-pink-100\/95 {
    color: #fce7f3f2
}

.text-pink-200 {
    --tw-text-opacity: 1;
    color: rgb(251 207 232/var(--tw-text-opacity))
}

.text-pink-200\/0 {
    color: #fbcfe800
}

.text-pink-200\/10 {
    color: #fbcfe81a
}

.text-pink-200\/100 {
    color: #fbcfe8
}

.text-pink-200\/20 {
    color: #fbcfe833
}

.text-pink-200\/25 {
    color: #fbcfe840
}

.text-pink-200\/30 {
    color: #fbcfe84d
}

.text-pink-200\/40 {
    color: #fbcfe866
}

.text-pink-200\/5 {
    color: #fbcfe80d
}

.text-pink-200\/50 {
    color: #fbcfe880
}

.text-pink-200\/60 {
    color: #fbcfe899
}

.text-pink-200\/70 {
    color: #fbcfe8b3
}

.text-pink-200\/75 {
    color: #fbcfe8bf
}

.text-pink-200\/80 {
    color: #fbcfe8cc
}

.text-pink-200\/90 {
    color: #fbcfe8e6
}

.text-pink-200\/95 {
    color: #fbcfe8f2
}

.text-pink-300 {
    --tw-text-opacity: 1;
    color: rgb(249 168 212/var(--tw-text-opacity))
}

.text-pink-300\/0 {
    color: #f9a8d400
}

.text-pink-300\/10 {
    color: #f9a8d41a
}

.text-pink-300\/100 {
    color: #f9a8d4
}

.text-pink-300\/20 {
    color: #f9a8d433
}

.text-pink-300\/25 {
    color: #f9a8d440
}

.text-pink-300\/30 {
    color: #f9a8d44d
}

.text-pink-300\/40 {
    color: #f9a8d466
}

.text-pink-300\/5 {
    color: #f9a8d40d
}

.text-pink-300\/50 {
    color: #f9a8d480
}

.text-pink-300\/60 {
    color: #f9a8d499
}

.text-pink-300\/70 {
    color: #f9a8d4b3
}

.text-pink-300\/75 {
    color: #f9a8d4bf
}

.text-pink-300\/80 {
    color: #f9a8d4cc
}

.text-pink-300\/90 {
    color: #f9a8d4e6
}

.text-pink-300\/95 {
    color: #f9a8d4f2
}

.text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182/var(--tw-text-opacity))
}

.text-pink-400\/0 {
    color: #f472b600
}

.text-pink-400\/10 {
    color: #f472b61a
}

.text-pink-400\/100 {
    color: #f472b6
}

.text-pink-400\/20 {
    color: #f472b633
}

.text-pink-400\/25 {
    color: #f472b640
}

.text-pink-400\/30 {
    color: #f472b64d
}

.text-pink-400\/40 {
    color: #f472b666
}

.text-pink-400\/5 {
    color: #f472b60d
}

.text-pink-400\/50 {
    color: #f472b680
}

.text-pink-400\/60 {
    color: #f472b699
}

.text-pink-400\/70 {
    color: #f472b6b3
}

.text-pink-400\/75 {
    color: #f472b6bf
}

.text-pink-400\/80 {
    color: #f472b6cc
}

.text-pink-400\/90 {
    color: #f472b6e6
}

.text-pink-400\/95 {
    color: #f472b6f2
}

.text-pink-50 {
    --tw-text-opacity: 1;
    color: rgb(253 242 248/var(--tw-text-opacity))
}

.text-pink-50\/0 {
    color: #fdf2f800
}

.text-pink-50\/10 {
    color: #fdf2f81a
}

.text-pink-50\/100 {
    color: #fdf2f8
}

.text-pink-50\/20 {
    color: #fdf2f833
}

.text-pink-50\/25 {
    color: #fdf2f840
}

.text-pink-50\/30 {
    color: #fdf2f84d
}

.text-pink-50\/40 {
    color: #fdf2f866
}

.text-pink-50\/5 {
    color: #fdf2f80d
}

.text-pink-50\/50 {
    color: #fdf2f880
}

.text-pink-50\/60 {
    color: #fdf2f899
}

.text-pink-50\/70 {
    color: #fdf2f8b3
}

.text-pink-50\/75 {
    color: #fdf2f8bf
}

.text-pink-50\/80 {
    color: #fdf2f8cc
}

.text-pink-50\/90 {
    color: #fdf2f8e6
}

.text-pink-50\/95 {
    color: #fdf2f8f2
}

.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153/var(--tw-text-opacity))
}

.text-pink-500\/0 {
    color: #ec489900
}

.text-pink-500\/10 {
    color: #ec48991a
}

.text-pink-500\/100 {
    color: #ec4899
}

.text-pink-500\/20 {
    color: #ec489933
}

.text-pink-500\/25 {
    color: #ec489940
}

.text-pink-500\/30 {
    color: #ec48994d
}

.text-pink-500\/40 {
    color: #ec489966
}

.text-pink-500\/5 {
    color: #ec48990d
}

.text-pink-500\/50 {
    color: #ec489980
}

.text-pink-500\/60 {
    color: #ec489999
}

.text-pink-500\/70 {
    color: #ec4899b3
}

.text-pink-500\/75 {
    color: #ec4899bf
}

.text-pink-500\/80 {
    color: #ec4899cc
}

.text-pink-500\/90 {
    color: #ec4899e6
}

.text-pink-500\/95 {
    color: #ec4899f2
}

.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119/var(--tw-text-opacity))
}

.text-pink-600\/0 {
    color: #db277700
}

.text-pink-600\/10 {
    color: #db27771a
}

.text-pink-600\/100 {
    color: #db2777
}

.text-pink-600\/20 {
    color: #db277733
}

.text-pink-600\/25 {
    color: #db277740
}

.text-pink-600\/30 {
    color: #db27774d
}

.text-pink-600\/40 {
    color: #db277766
}

.text-pink-600\/5 {
    color: #db27770d
}

.text-pink-600\/50 {
    color: #db277780
}

.text-pink-600\/60 {
    color: #db277799
}

.text-pink-600\/70 {
    color: #db2777b3
}

.text-pink-600\/75 {
    color: #db2777bf
}

.text-pink-600\/80 {
    color: #db2777cc
}

.text-pink-600\/90 {
    color: #db2777e6
}

.text-pink-600\/95 {
    color: #db2777f2
}

.text-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(190 24 93/var(--tw-text-opacity))
}

.text-pink-700\/0 {
    color: #be185d00
}

.text-pink-700\/10 {
    color: #be185d1a
}

.text-pink-700\/100 {
    color: #be185d
}

.text-pink-700\/20 {
    color: #be185d33
}

.text-pink-700\/25 {
    color: #be185d40
}

.text-pink-700\/30 {
    color: #be185d4d
}

.text-pink-700\/40 {
    color: #be185d66
}

.text-pink-700\/5 {
    color: #be185d0d
}

.text-pink-700\/50 {
    color: #be185d80
}

.text-pink-700\/60 {
    color: #be185d99
}

.text-pink-700\/70 {
    color: #be185db3
}

.text-pink-700\/75 {
    color: #be185dbf
}

.text-pink-700\/80 {
    color: #be185dcc
}

.text-pink-700\/90 {
    color: #be185de6
}

.text-pink-700\/95 {
    color: #be185df2
}

.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77/var(--tw-text-opacity))
}

.text-pink-800\/0 {
    color: #9d174d00
}

.text-pink-800\/10 {
    color: #9d174d1a
}

.text-pink-800\/100 {
    color: #9d174d
}

.text-pink-800\/20 {
    color: #9d174d33
}

.text-pink-800\/25 {
    color: #9d174d40
}

.text-pink-800\/30 {
    color: #9d174d4d
}

.text-pink-800\/40 {
    color: #9d174d66
}

.text-pink-800\/5 {
    color: #9d174d0d
}

.text-pink-800\/50 {
    color: #9d174d80
}

.text-pink-800\/60 {
    color: #9d174d99
}

.text-pink-800\/70 {
    color: #9d174db3
}

.text-pink-800\/75 {
    color: #9d174dbf
}

.text-pink-800\/80 {
    color: #9d174dcc
}

.text-pink-800\/90 {
    color: #9d174de6
}

.text-pink-800\/95 {
    color: #9d174df2
}

.text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(131 24 67/var(--tw-text-opacity))
}

.text-pink-900\/0 {
    color: #83184300
}

.text-pink-900\/10 {
    color: #8318431a
}

.text-pink-900\/100 {
    color: #831843
}

.text-pink-900\/20 {
    color: #83184333
}

.text-pink-900\/25 {
    color: #83184340
}

.text-pink-900\/30 {
    color: #8318434d
}

.text-pink-900\/40 {
    color: #83184366
}

.text-pink-900\/5 {
    color: #8318430d
}

.text-pink-900\/50 {
    color: #83184380
}

.text-pink-900\/60 {
    color: #83184399
}

.text-pink-900\/70 {
    color: #831843b3
}

.text-pink-900\/75 {
    color: #831843bf
}

.text-pink-900\/80 {
    color: #831843cc
}

.text-pink-900\/90 {
    color: #831843e6
}

.text-pink-900\/95 {
    color: #831843f2
}

.text-pink-950 {
    --tw-text-opacity: 1;
    color: rgb(80 7 36/var(--tw-text-opacity))
}

.text-pink-950\/0 {
    color: #50072400
}

.text-pink-950\/10 {
    color: #5007241a
}

.text-pink-950\/100 {
    color: #500724
}

.text-pink-950\/20 {
    color: #50072433
}

.text-pink-950\/25 {
    color: #50072440
}

.text-pink-950\/30 {
    color: #5007244d
}

.text-pink-950\/40 {
    color: #50072466
}

.text-pink-950\/5 {
    color: #5007240d
}

.text-pink-950\/50 {
    color: #50072480
}

.text-pink-950\/60 {
    color: #50072499
}

.text-pink-950\/70 {
    color: #500724b3
}

.text-pink-950\/75 {
    color: #500724bf
}

.text-pink-950\/80 {
    color: #500724cc
}

.text-pink-950\/90 {
    color: #500724e6
}

.text-pink-950\/95 {
    color: #500724f2
}

.text-purple-100 {
    --tw-text-opacity: 1;
    color: rgb(243 232 255/var(--tw-text-opacity))
}

.text-purple-100\/0 {
    color: #f3e8ff00
}

.text-purple-100\/10 {
    color: #f3e8ff1a
}

.text-purple-100\/100 {
    color: #f3e8ff
}

.text-purple-100\/20 {
    color: #f3e8ff33
}

.text-purple-100\/25 {
    color: #f3e8ff40
}

.text-purple-100\/30 {
    color: #f3e8ff4d
}

.text-purple-100\/40 {
    color: #f3e8ff66
}

.text-purple-100\/5 {
    color: #f3e8ff0d
}

.text-purple-100\/50 {
    color: #f3e8ff80
}

.text-purple-100\/60 {
    color: #f3e8ff99
}

.text-purple-100\/70 {
    color: #f3e8ffb3
}

.text-purple-100\/75 {
    color: #f3e8ffbf
}

.text-purple-100\/80 {
    color: #f3e8ffcc
}

.text-purple-100\/90 {
    color: #f3e8ffe6
}

.text-purple-100\/95 {
    color: #f3e8fff2
}

.text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(233 213 255/var(--tw-text-opacity))
}

.text-purple-200\/0 {
    color: #e9d5ff00
}

.text-purple-200\/10 {
    color: #e9d5ff1a
}

.text-purple-200\/100 {
    color: #e9d5ff
}

.text-purple-200\/20 {
    color: #e9d5ff33
}

.text-purple-200\/25 {
    color: #e9d5ff40
}

.text-purple-200\/30 {
    color: #e9d5ff4d
}

.text-purple-200\/40 {
    color: #e9d5ff66
}

.text-purple-200\/5 {
    color: #e9d5ff0d
}

.text-purple-200\/50 {
    color: #e9d5ff80
}

.text-purple-200\/60 {
    color: #e9d5ff99
}

.text-purple-200\/70 {
    color: #e9d5ffb3
}

.text-purple-200\/75 {
    color: #e9d5ffbf
}

.text-purple-200\/80 {
    color: #e9d5ffcc
}

.text-purple-200\/90 {
    color: #e9d5ffe6
}

.text-purple-200\/95 {
    color: #e9d5fff2
}

.text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(216 180 254/var(--tw-text-opacity))
}

.text-purple-300\/0 {
    color: #d8b4fe00
}

.text-purple-300\/10 {
    color: #d8b4fe1a
}

.text-purple-300\/100 {
    color: #d8b4fe
}

.text-purple-300\/20 {
    color: #d8b4fe33
}

.text-purple-300\/25 {
    color: #d8b4fe40
}

.text-purple-300\/30 {
    color: #d8b4fe4d
}

.text-purple-300\/40 {
    color: #d8b4fe66
}

.text-purple-300\/5 {
    color: #d8b4fe0d
}

.text-purple-300\/50 {
    color: #d8b4fe80
}

.text-purple-300\/60 {
    color: #d8b4fe99
}

.text-purple-300\/70 {
    color: #d8b4feb3
}

.text-purple-300\/75 {
    color: #d8b4febf
}

.text-purple-300\/80 {
    color: #d8b4fecc
}

.text-purple-300\/90 {
    color: #d8b4fee6
}

.text-purple-300\/95 {
    color: #d8b4fef2
}

.text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(192 132 252/var(--tw-text-opacity))
}

.text-purple-400\/0 {
    color: #c084fc00
}

.text-purple-400\/10 {
    color: #c084fc1a
}

.text-purple-400\/100 {
    color: #c084fc
}

.text-purple-400\/20 {
    color: #c084fc33
}

.text-purple-400\/25 {
    color: #c084fc40
}

.text-purple-400\/30 {
    color: #c084fc4d
}

.text-purple-400\/40 {
    color: #c084fc66
}

.text-purple-400\/5 {
    color: #c084fc0d
}

.text-purple-400\/50 {
    color: #c084fc80
}

.text-purple-400\/60 {
    color: #c084fc99
}

.text-purple-400\/70 {
    color: #c084fcb3
}

.text-purple-400\/75 {
    color: #c084fcbf
}

.text-purple-400\/80 {
    color: #c084fccc
}

.text-purple-400\/90 {
    color: #c084fce6
}

.text-purple-400\/95 {
    color: #c084fcf2
}

.text-purple-50 {
    --tw-text-opacity: 1;
    color: rgb(250 245 255/var(--tw-text-opacity))
}

.text-purple-50\/0 {
    color: #faf5ff00
}

.text-purple-50\/10 {
    color: #faf5ff1a
}

.text-purple-50\/100 {
    color: #faf5ff
}

.text-purple-50\/20 {
    color: #faf5ff33
}

.text-purple-50\/25 {
    color: #faf5ff40
}

.text-purple-50\/30 {
    color: #faf5ff4d
}

.text-purple-50\/40 {
    color: #faf5ff66
}

.text-purple-50\/5 {
    color: #faf5ff0d
}

.text-purple-50\/50 {
    color: #faf5ff80
}

.text-purple-50\/60 {
    color: #faf5ff99
}

.text-purple-50\/70 {
    color: #faf5ffb3
}

.text-purple-50\/75 {
    color: #faf5ffbf
}

.text-purple-50\/80 {
    color: #faf5ffcc
}

.text-purple-50\/90 {
    color: #faf5ffe6
}

.text-purple-50\/95 {
    color: #faf5fff2
}

.text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(168 85 247/var(--tw-text-opacity))
}

.text-purple-500\/0 {
    color: #a855f700
}

.text-purple-500\/10 {
    color: #a855f71a
}

.text-purple-500\/100 {
    color: #a855f7
}

.text-purple-500\/20 {
    color: #a855f733
}

.text-purple-500\/25 {
    color: #a855f740
}

.text-purple-500\/30 {
    color: #a855f74d
}

.text-purple-500\/40 {
    color: #a855f766
}

.text-purple-500\/5 {
    color: #a855f70d
}

.text-purple-500\/50 {
    color: #a855f780
}

.text-purple-500\/60 {
    color: #a855f799
}

.text-purple-500\/70 {
    color: #a855f7b3
}

.text-purple-500\/75 {
    color: #a855f7bf
}

.text-purple-500\/80 {
    color: #a855f7cc
}

.text-purple-500\/90 {
    color: #a855f7e6
}

.text-purple-500\/95 {
    color: #a855f7f2
}

.text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(147 51 234/var(--tw-text-opacity))
}

.text-purple-600\/0 {
    color: #9333ea00
}

.text-purple-600\/10 {
    color: #9333ea1a
}

.text-purple-600\/100 {
    color: #9333ea
}

.text-purple-600\/20 {
    color: #9333ea33
}

.text-purple-600\/25 {
    color: #9333ea40
}

.text-purple-600\/30 {
    color: #9333ea4d
}

.text-purple-600\/40 {
    color: #9333ea66
}

.text-purple-600\/5 {
    color: #9333ea0d
}

.text-purple-600\/50 {
    color: #9333ea80
}

.text-purple-600\/60 {
    color: #9333ea99
}

.text-purple-600\/70 {
    color: #9333eab3
}

.text-purple-600\/75 {
    color: #9333eabf
}

.text-purple-600\/80 {
    color: #9333eacc
}

.text-purple-600\/90 {
    color: #9333eae6
}

.text-purple-600\/95 {
    color: #9333eaf2
}

.text-purple-700 {
    --tw-text-opacity: 1;
    color: rgb(126 34 206/var(--tw-text-opacity))
}

.text-purple-700\/0 {
    color: #7e22ce00
}

.text-purple-700\/10 {
    color: #7e22ce1a
}

.text-purple-700\/100 {
    color: #7e22ce
}

.text-purple-700\/20 {
    color: #7e22ce33
}

.text-purple-700\/25 {
    color: #7e22ce40
}

.text-purple-700\/30 {
    color: #7e22ce4d
}

.text-purple-700\/40 {
    color: #7e22ce66
}

.text-purple-700\/5 {
    color: #7e22ce0d
}

.text-purple-700\/50 {
    color: #7e22ce80
}

.text-purple-700\/60 {
    color: #7e22ce99
}

.text-purple-700\/70 {
    color: #7e22ceb3
}

.text-purple-700\/75 {
    color: #7e22cebf
}

.text-purple-700\/80 {
    color: #7e22cecc
}

.text-purple-700\/90 {
    color: #7e22cee6
}

.text-purple-700\/95 {
    color: #7e22cef2
}

.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(107 33 168/var(--tw-text-opacity))
}

.text-purple-800\/0 {
    color: #6b21a800
}

.text-purple-800\/10 {
    color: #6b21a81a
}

.text-purple-800\/100 {
    color: #6b21a8
}

.text-purple-800\/20 {
    color: #6b21a833
}

.text-purple-800\/25 {
    color: #6b21a840
}

.text-purple-800\/30 {
    color: #6b21a84d
}

.text-purple-800\/40 {
    color: #6b21a866
}

.text-purple-800\/5 {
    color: #6b21a80d
}

.text-purple-800\/50 {
    color: #6b21a880
}

.text-purple-800\/60 {
    color: #6b21a899
}

.text-purple-800\/70 {
    color: #6b21a8b3
}

.text-purple-800\/75 {
    color: #6b21a8bf
}

.text-purple-800\/80 {
    color: #6b21a8cc
}

.text-purple-800\/90 {
    color: #6b21a8e6
}

.text-purple-800\/95 {
    color: #6b21a8f2
}

.text-purple-900 {
    --tw-text-opacity: 1;
    color: rgb(88 28 135/var(--tw-text-opacity))
}

.text-purple-900\/0 {
    color: #581c8700
}

.text-purple-900\/10 {
    color: #581c871a
}

.text-purple-900\/100 {
    color: #581c87
}

.text-purple-900\/20 {
    color: #581c8733
}

.text-purple-900\/25 {
    color: #581c8740
}

.text-purple-900\/30 {
    color: #581c874d
}

.text-purple-900\/40 {
    color: #581c8766
}

.text-purple-900\/5 {
    color: #581c870d
}

.text-purple-900\/50 {
    color: #581c8780
}

.text-purple-900\/60 {
    color: #581c8799
}

.text-purple-900\/70 {
    color: #581c87b3
}

.text-purple-900\/75 {
    color: #581c87bf
}

.text-purple-900\/80 {
    color: #581c87cc
}

.text-purple-900\/90 {
    color: #581c87e6
}

.text-purple-900\/95 {
    color: #581c87f2
}

.text-purple-950 {
    --tw-text-opacity: 1;
    color: rgb(59 7 100/var(--tw-text-opacity))
}

.text-purple-950\/0 {
    color: #3b076400
}

.text-purple-950\/10 {
    color: #3b07641a
}

.text-purple-950\/100 {
    color: #3b0764
}

.text-purple-950\/20 {
    color: #3b076433
}

.text-purple-950\/25 {
    color: #3b076440
}

.text-purple-950\/30 {
    color: #3b07644d
}

.text-purple-950\/40 {
    color: #3b076466
}

.text-purple-950\/5 {
    color: #3b07640d
}

.text-purple-950\/50 {
    color: #3b076480
}

.text-purple-950\/60 {
    color: #3b076499
}

.text-purple-950\/70 {
    color: #3b0764b3
}

.text-purple-950\/75 {
    color: #3b0764bf
}

.text-purple-950\/80 {
    color: #3b0764cc
}

.text-purple-950\/90 {
    color: #3b0764e6
}

.text-purple-950\/95 {
    color: #3b0764f2
}

.text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(254 226 226/var(--tw-text-opacity))
}

.text-red-100\/0 {
    color: #fee2e200
}

.text-red-100\/10 {
    color: #fee2e21a
}

.text-red-100\/100 {
    color: #fee2e2
}

.text-red-100\/20 {
    color: #fee2e233
}

.text-red-100\/25 {
    color: #fee2e240
}

.text-red-100\/30 {
    color: #fee2e24d
}

.text-red-100\/40 {
    color: #fee2e266
}

.text-red-100\/5 {
    color: #fee2e20d
}

.text-red-100\/50 {
    color: #fee2e280
}

.text-red-100\/60 {
    color: #fee2e299
}

.text-red-100\/70 {
    color: #fee2e2b3
}

.text-red-100\/75 {
    color: #fee2e2bf
}

.text-red-100\/80 {
    color: #fee2e2cc
}

.text-red-100\/90 {
    color: #fee2e2e6
}

.text-red-100\/95 {
    color: #fee2e2f2
}

.text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(254 202 202/var(--tw-text-opacity))
}

.text-red-200\/0 {
    color: #fecaca00
}

.text-red-200\/10 {
    color: #fecaca1a
}

.text-red-200\/100 {
    color: #fecaca
}

.text-red-200\/20 {
    color: #fecaca33
}

.text-red-200\/25 {
    color: #fecaca40
}

.text-red-200\/30 {
    color: #fecaca4d
}

.text-red-200\/40 {
    color: #fecaca66
}

.text-red-200\/5 {
    color: #fecaca0d
}

.text-red-200\/50 {
    color: #fecaca80
}

.text-red-200\/60 {
    color: #fecaca99
}

.text-red-200\/70 {
    color: #fecacab3
}

.text-red-200\/75 {
    color: #fecacabf
}

.text-red-200\/80 {
    color: #fecacacc
}

.text-red-200\/90 {
    color: #fecacae6
}

.text-red-200\/95 {
    color: #fecacaf2
}

.text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165/var(--tw-text-opacity))
}

.text-red-300\/0 {
    color: #fca5a500
}

.text-red-300\/10 {
    color: #fca5a51a
}

.text-red-300\/100 {
    color: #fca5a5
}

.text-red-300\/20 {
    color: #fca5a533
}

.text-red-300\/25 {
    color: #fca5a540
}

.text-red-300\/30 {
    color: #fca5a54d
}

.text-red-300\/40 {
    color: #fca5a566
}

.text-red-300\/5 {
    color: #fca5a50d
}

.text-red-300\/50 {
    color: #fca5a580
}

.text-red-300\/60 {
    color: #fca5a599
}

.text-red-300\/70 {
    color: #fca5a5b3
}

.text-red-300\/75 {
    color: #fca5a5bf
}

.text-red-300\/80 {
    color: #fca5a5cc
}

.text-red-300\/90 {
    color: #fca5a5e6
}

.text-red-300\/95 {
    color: #fca5a5f2
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.text-red-400\/0 {
    color: #f8717100
}

.text-red-400\/10 {
    color: #f871711a
}

.text-red-400\/100 {
    color: #f87171
}

.text-red-400\/20 {
    color: #f8717133
}

.text-red-400\/25 {
    color: #f8717140
}

.text-red-400\/30 {
    color: #f871714d
}

.text-red-400\/40 {
    color: #f8717166
}

.text-red-400\/5 {
    color: #f871710d
}

.text-red-400\/50 {
    color: #f8717180
}

.text-red-400\/60 {
    color: #f8717199
}

.text-red-400\/70 {
    color: #f87171b3
}

.text-red-400\/75 {
    color: #f87171bf
}

.text-red-400\/80 {
    color: #f87171cc
}

.text-red-400\/90 {
    color: #f87171e6
}

.text-red-400\/95 {
    color: #f87171f2
}

.text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242/var(--tw-text-opacity))
}

.text-red-50\/0 {
    color: #fef2f200
}

.text-red-50\/10 {
    color: #fef2f21a
}

.text-red-50\/100 {
    color: #fef2f2
}

.text-red-50\/20 {
    color: #fef2f233
}

.text-red-50\/25 {
    color: #fef2f240
}

.text-red-50\/30 {
    color: #fef2f24d
}

.text-red-50\/40 {
    color: #fef2f266
}

.text-red-50\/5 {
    color: #fef2f20d
}

.text-red-50\/50 {
    color: #fef2f280
}

.text-red-50\/60 {
    color: #fef2f299
}

.text-red-50\/70 {
    color: #fef2f2b3
}

.text-red-50\/75 {
    color: #fef2f2bf
}

.text-red-50\/80 {
    color: #fef2f2cc
}

.text-red-50\/90 {
    color: #fef2f2e6
}

.text-red-50\/95 {
    color: #fef2f2f2
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-red-500\/0 {
    color: #ef444400
}

.text-red-500\/10 {
    color: #ef44441a
}

.text-red-500\/100 {
    color: #ef4444
}

.text-red-500\/20 {
    color: #ef444433
}

.text-red-500\/25 {
    color: #ef444440
}

.text-red-500\/30 {
    color: #ef44444d
}

.text-red-500\/40 {
    color: #ef444466
}

.text-red-500\/5 {
    color: #ef44440d
}

.text-red-500\/50 {
    color: #ef444480
}

.text-red-500\/60 {
    color: #ef444499
}

.text-red-500\/70 {
    color: #ef4444b3
}

.text-red-500\/75 {
    color: #ef4444bf
}

.text-red-500\/80 {
    color: #ef4444cc
}

.text-red-500\/90 {
    color: #ef4444e6
}

.text-red-500\/95 {
    color: #ef4444f2
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.text-red-600\/0 {
    color: #dc262600
}

.text-red-600\/10 {
    color: #dc26261a
}

.text-red-600\/100 {
    color: #dc2626
}

.text-red-600\/20 {
    color: #dc262633
}

.text-red-600\/25 {
    color: #dc262640
}

.text-red-600\/30 {
    color: #dc26264d
}

.text-red-600\/40 {
    color: #dc262666
}

.text-red-600\/5 {
    color: #dc26260d
}

.text-red-600\/50 {
    color: #dc262680
}

.text-red-600\/60 {
    color: #dc262699
}

.text-red-600\/70 {
    color: #dc2626b3
}

.text-red-600\/75 {
    color: #dc2626bf
}

.text-red-600\/80 {
    color: #dc2626cc
}

.text-red-600\/90 {
    color: #dc2626e6
}

.text-red-600\/95 {
    color: #dc2626f2
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

.text-red-700\/0 {
    color: #b91c1c00
}

.text-red-700\/10 {
    color: #b91c1c1a
}

.text-red-700\/100 {
    color: #b91c1c
}

.text-red-700\/20 {
    color: #b91c1c33
}

.text-red-700\/25 {
    color: #b91c1c40
}

.text-red-700\/30 {
    color: #b91c1c4d
}

.text-red-700\/40 {
    color: #b91c1c66
}

.text-red-700\/5 {
    color: #b91c1c0d
}

.text-red-700\/50 {
    color: #b91c1c80
}

.text-red-700\/60 {
    color: #b91c1c99
}

.text-red-700\/70 {
    color: #b91c1cb3
}

.text-red-700\/75 {
    color: #b91c1cbf
}

.text-red-700\/80 {
    color: #b91c1ccc
}

.text-red-700\/90 {
    color: #b91c1ce6
}

.text-red-700\/95 {
    color: #b91c1cf2
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27/var(--tw-text-opacity))
}

.text-red-800\/0 {
    color: #991b1b00
}

.text-red-800\/10 {
    color: #991b1b1a
}

.text-red-800\/100 {
    color: #991b1b
}

.text-red-800\/20 {
    color: #991b1b33
}

.text-red-800\/25 {
    color: #991b1b40
}

.text-red-800\/30 {
    color: #991b1b4d
}

.text-red-800\/40 {
    color: #991b1b66
}

.text-red-800\/5 {
    color: #991b1b0d
}

.text-red-800\/50 {
    color: #991b1b80
}

.text-red-800\/60 {
    color: #991b1b99
}

.text-red-800\/70 {
    color: #991b1bb3
}

.text-red-800\/75 {
    color: #991b1bbf
}

.text-red-800\/80 {
    color: #991b1bcc
}

.text-red-800\/90 {
    color: #991b1be6
}

.text-red-800\/95 {
    color: #991b1bf2
}

.text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(127 29 29/var(--tw-text-opacity))
}

.text-red-900\/0 {
    color: #7f1d1d00
}

.text-red-900\/10 {
    color: #7f1d1d1a
}

.text-red-900\/100 {
    color: #7f1d1d
}

.text-red-900\/20 {
    color: #7f1d1d33
}

.text-red-900\/25 {
    color: #7f1d1d40
}

.text-red-900\/30 {
    color: #7f1d1d4d
}

.text-red-900\/40 {
    color: #7f1d1d66
}

.text-red-900\/5 {
    color: #7f1d1d0d
}

.text-red-900\/50 {
    color: #7f1d1d80
}

.text-red-900\/60 {
    color: #7f1d1d99
}

.text-red-900\/70 {
    color: #7f1d1db3
}

.text-red-900\/75 {
    color: #7f1d1dbf
}

.text-red-900\/80 {
    color: #7f1d1dcc
}

.text-red-900\/90 {
    color: #7f1d1de6
}

.text-red-900\/95 {
    color: #7f1d1df2
}

.text-red-950 {
    --tw-text-opacity: 1;
    color: rgb(69 10 10/var(--tw-text-opacity))
}

.text-red-950\/0 {
    color: #450a0a00
}

.text-red-950\/10 {
    color: #450a0a1a
}

.text-red-950\/100 {
    color: #450a0a
}

.text-red-950\/20 {
    color: #450a0a33
}

.text-red-950\/25 {
    color: #450a0a40
}

.text-red-950\/30 {
    color: #450a0a4d
}

.text-red-950\/40 {
    color: #450a0a66
}

.text-red-950\/5 {
    color: #450a0a0d
}

.text-red-950\/50 {
    color: #450a0a80
}

.text-red-950\/60 {
    color: #450a0a99
}

.text-red-950\/70 {
    color: #450a0ab3
}

.text-red-950\/75 {
    color: #450a0abf
}

.text-red-950\/80 {
    color: #450a0acc
}

.text-red-950\/90 {
    color: #450a0ae6
}

.text-red-950\/95 {
    color: #450a0af2
}

.text-rose-100 {
    --tw-text-opacity: 1;
    color: rgb(255 228 230/var(--tw-text-opacity))
}

.text-rose-100\/0 {
    color: #ffe4e600
}

.text-rose-100\/10 {
    color: #ffe4e61a
}

.text-rose-100\/100 {
    color: #ffe4e6
}

.text-rose-100\/20 {
    color: #ffe4e633
}

.text-rose-100\/25 {
    color: #ffe4e640
}

.text-rose-100\/30 {
    color: #ffe4e64d
}

.text-rose-100\/40 {
    color: #ffe4e666
}

.text-rose-100\/5 {
    color: #ffe4e60d
}

.text-rose-100\/50 {
    color: #ffe4e680
}

.text-rose-100\/60 {
    color: #ffe4e699
}

.text-rose-100\/70 {
    color: #ffe4e6b3
}

.text-rose-100\/75 {
    color: #ffe4e6bf
}

.text-rose-100\/80 {
    color: #ffe4e6cc
}

.text-rose-100\/90 {
    color: #ffe4e6e6
}

.text-rose-100\/95 {
    color: #ffe4e6f2
}

.text-rose-200 {
    --tw-text-opacity: 1;
    color: rgb(254 205 211/var(--tw-text-opacity))
}

.text-rose-200\/0 {
    color: #fecdd300
}

.text-rose-200\/10 {
    color: #fecdd31a
}

.text-rose-200\/100 {
    color: #fecdd3
}

.text-rose-200\/20 {
    color: #fecdd333
}

.text-rose-200\/25 {
    color: #fecdd340
}

.text-rose-200\/30 {
    color: #fecdd34d
}

.text-rose-200\/40 {
    color: #fecdd366
}

.text-rose-200\/5 {
    color: #fecdd30d
}

.text-rose-200\/50 {
    color: #fecdd380
}

.text-rose-200\/60 {
    color: #fecdd399
}

.text-rose-200\/70 {
    color: #fecdd3b3
}

.text-rose-200\/75 {
    color: #fecdd3bf
}

.text-rose-200\/80 {
    color: #fecdd3cc
}

.text-rose-200\/90 {
    color: #fecdd3e6
}

.text-rose-200\/95 {
    color: #fecdd3f2
}

.text-rose-300 {
    --tw-text-opacity: 1;
    color: rgb(253 164 175/var(--tw-text-opacity))
}

.text-rose-300\/0 {
    color: #fda4af00
}

.text-rose-300\/10 {
    color: #fda4af1a
}

.text-rose-300\/100 {
    color: #fda4af
}

.text-rose-300\/20 {
    color: #fda4af33
}

.text-rose-300\/25 {
    color: #fda4af40
}

.text-rose-300\/30 {
    color: #fda4af4d
}

.text-rose-300\/40 {
    color: #fda4af66
}

.text-rose-300\/5 {
    color: #fda4af0d
}

.text-rose-300\/50 {
    color: #fda4af80
}

.text-rose-300\/60 {
    color: #fda4af99
}

.text-rose-300\/70 {
    color: #fda4afb3
}

.text-rose-300\/75 {
    color: #fda4afbf
}

.text-rose-300\/80 {
    color: #fda4afcc
}

.text-rose-300\/90 {
    color: #fda4afe6
}

.text-rose-300\/95 {
    color: #fda4aff2
}

.text-rose-400 {
    --tw-text-opacity: 1;
    color: rgb(251 113 133/var(--tw-text-opacity))
}

.text-rose-400\/0 {
    color: #fb718500
}

.text-rose-400\/10 {
    color: #fb71851a
}

.text-rose-400\/100 {
    color: #fb7185
}

.text-rose-400\/20 {
    color: #fb718533
}

.text-rose-400\/25 {
    color: #fb718540
}

.text-rose-400\/30 {
    color: #fb71854d
}

.text-rose-400\/40 {
    color: #fb718566
}

.text-rose-400\/5 {
    color: #fb71850d
}

.text-rose-400\/50 {
    color: #fb718580
}

.text-rose-400\/60 {
    color: #fb718599
}

.text-rose-400\/70 {
    color: #fb7185b3
}

.text-rose-400\/75 {
    color: #fb7185bf
}

.text-rose-400\/80 {
    color: #fb7185cc
}

.text-rose-400\/90 {
    color: #fb7185e6
}

.text-rose-400\/95 {
    color: #fb7185f2
}

.text-rose-50 {
    --tw-text-opacity: 1;
    color: rgb(255 241 242/var(--tw-text-opacity))
}

.text-rose-50\/0 {
    color: #fff1f200
}

.text-rose-50\/10 {
    color: #fff1f21a
}

.text-rose-50\/100 {
    color: #fff1f2
}

.text-rose-50\/20 {
    color: #fff1f233
}

.text-rose-50\/25 {
    color: #fff1f240
}

.text-rose-50\/30 {
    color: #fff1f24d
}

.text-rose-50\/40 {
    color: #fff1f266
}

.text-rose-50\/5 {
    color: #fff1f20d
}

.text-rose-50\/50 {
    color: #fff1f280
}

.text-rose-50\/60 {
    color: #fff1f299
}

.text-rose-50\/70 {
    color: #fff1f2b3
}

.text-rose-50\/75 {
    color: #fff1f2bf
}

.text-rose-50\/80 {
    color: #fff1f2cc
}

.text-rose-50\/90 {
    color: #fff1f2e6
}

.text-rose-50\/95 {
    color: #fff1f2f2
}

.text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94/var(--tw-text-opacity))
}

.text-rose-500\/0 {
    color: #f43f5e00
}

.text-rose-500\/10 {
    color: #f43f5e1a
}

.text-rose-500\/100 {
    color: #f43f5e
}

.text-rose-500\/20 {
    color: #f43f5e33
}

.text-rose-500\/25 {
    color: #f43f5e40
}

.text-rose-500\/30 {
    color: #f43f5e4d
}

.text-rose-500\/40 {
    color: #f43f5e66
}

.text-rose-500\/5 {
    color: #f43f5e0d
}

.text-rose-500\/50 {
    color: #f43f5e80
}

.text-rose-500\/60 {
    color: #f43f5e99
}

.text-rose-500\/70 {
    color: #f43f5eb3
}

.text-rose-500\/75 {
    color: #f43f5ebf
}

.text-rose-500\/80 {
    color: #f43f5ecc
}

.text-rose-500\/90 {
    color: #f43f5ee6
}

.text-rose-500\/95 {
    color: #f43f5ef2
}

.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72/var(--tw-text-opacity))
}

.text-rose-600\/0 {
    color: #e11d4800
}

.text-rose-600\/10 {
    color: #e11d481a
}

.text-rose-600\/100 {
    color: #e11d48
}

.text-rose-600\/20 {
    color: #e11d4833
}

.text-rose-600\/25 {
    color: #e11d4840
}

.text-rose-600\/30 {
    color: #e11d484d
}

.text-rose-600\/40 {
    color: #e11d4866
}

.text-rose-600\/5 {
    color: #e11d480d
}

.text-rose-600\/50 {
    color: #e11d4880
}

.text-rose-600\/60 {
    color: #e11d4899
}

.text-rose-600\/70 {
    color: #e11d48b3
}

.text-rose-600\/75 {
    color: #e11d48bf
}

.text-rose-600\/80 {
    color: #e11d48cc
}

.text-rose-600\/90 {
    color: #e11d48e6
}

.text-rose-600\/95 {
    color: #e11d48f2
}

.text-rose-700 {
    --tw-text-opacity: 1;
    color: rgb(190 18 60/var(--tw-text-opacity))
}

.text-rose-700\/0 {
    color: #be123c00
}

.text-rose-700\/10 {
    color: #be123c1a
}

.text-rose-700\/100 {
    color: #be123c
}

.text-rose-700\/20 {
    color: #be123c33
}

.text-rose-700\/25 {
    color: #be123c40
}

.text-rose-700\/30 {
    color: #be123c4d
}

.text-rose-700\/40 {
    color: #be123c66
}

.text-rose-700\/5 {
    color: #be123c0d
}

.text-rose-700\/50 {
    color: #be123c80
}

.text-rose-700\/60 {
    color: #be123c99
}

.text-rose-700\/70 {
    color: #be123cb3
}

.text-rose-700\/75 {
    color: #be123cbf
}

.text-rose-700\/80 {
    color: #be123ccc
}

.text-rose-700\/90 {
    color: #be123ce6
}

.text-rose-700\/95 {
    color: #be123cf2
}

.text-rose-800 {
    --tw-text-opacity: 1;
    color: rgb(159 18 57/var(--tw-text-opacity))
}

.text-rose-800\/0 {
    color: #9f123900
}

.text-rose-800\/10 {
    color: #9f12391a
}

.text-rose-800\/100 {
    color: #9f1239
}

.text-rose-800\/20 {
    color: #9f123933
}

.text-rose-800\/25 {
    color: #9f123940
}

.text-rose-800\/30 {
    color: #9f12394d
}

.text-rose-800\/40 {
    color: #9f123966
}

.text-rose-800\/5 {
    color: #9f12390d
}

.text-rose-800\/50 {
    color: #9f123980
}

.text-rose-800\/60 {
    color: #9f123999
}

.text-rose-800\/70 {
    color: #9f1239b3
}

.text-rose-800\/75 {
    color: #9f1239bf
}

.text-rose-800\/80 {
    color: #9f1239cc
}

.text-rose-800\/90 {
    color: #9f1239e6
}

.text-rose-800\/95 {
    color: #9f1239f2
}

.text-rose-900 {
    --tw-text-opacity: 1;
    color: rgb(136 19 55/var(--tw-text-opacity))
}

.text-rose-900\/0 {
    color: #88133700
}

.text-rose-900\/10 {
    color: #8813371a
}

.text-rose-900\/100 {
    color: #881337
}

.text-rose-900\/20 {
    color: #88133733
}

.text-rose-900\/25 {
    color: #88133740
}

.text-rose-900\/30 {
    color: #8813374d
}

.text-rose-900\/40 {
    color: #88133766
}

.text-rose-900\/5 {
    color: #8813370d
}

.text-rose-900\/50 {
    color: #88133780
}

.text-rose-900\/60 {
    color: #88133799
}

.text-rose-900\/70 {
    color: #881337b3
}

.text-rose-900\/75 {
    color: #881337bf
}

.text-rose-900\/80 {
    color: #881337cc
}

.text-rose-900\/90 {
    color: #881337e6
}

.text-rose-900\/95 {
    color: #881337f2
}

.text-rose-950 {
    --tw-text-opacity: 1;
    color: rgb(76 5 25/var(--tw-text-opacity))
}

.text-rose-950\/0 {
    color: #4c051900
}

.text-rose-950\/10 {
    color: #4c05191a
}

.text-rose-950\/100 {
    color: #4c0519
}

.text-rose-950\/20 {
    color: #4c051933
}

.text-rose-950\/25 {
    color: #4c051940
}

.text-rose-950\/30 {
    color: #4c05194d
}

.text-rose-950\/40 {
    color: #4c051966
}

.text-rose-950\/5 {
    color: #4c05190d
}

.text-rose-950\/50 {
    color: #4c051980
}

.text-rose-950\/60 {
    color: #4c051999
}

.text-rose-950\/70 {
    color: #4c0519b3
}

.text-rose-950\/75 {
    color: #4c0519bf
}

.text-rose-950\/80 {
    color: #4c0519cc
}

.text-rose-950\/90 {
    color: #4c0519e6
}

.text-rose-950\/95 {
    color: #4c0519f2
}

.text-sky-100 {
    --tw-text-opacity: 1;
    color: rgb(224 242 254/var(--tw-text-opacity))
}

.text-sky-100\/0 {
    color: #e0f2fe00
}

.text-sky-100\/10 {
    color: #e0f2fe1a
}

.text-sky-100\/100 {
    color: #e0f2fe
}

.text-sky-100\/20 {
    color: #e0f2fe33
}

.text-sky-100\/25 {
    color: #e0f2fe40
}

.text-sky-100\/30 {
    color: #e0f2fe4d
}

.text-sky-100\/40 {
    color: #e0f2fe66
}

.text-sky-100\/5 {
    color: #e0f2fe0d
}

.text-sky-100\/50 {
    color: #e0f2fe80
}

.text-sky-100\/60 {
    color: #e0f2fe99
}

.text-sky-100\/70 {
    color: #e0f2feb3
}

.text-sky-100\/75 {
    color: #e0f2febf
}

.text-sky-100\/80 {
    color: #e0f2fecc
}

.text-sky-100\/90 {
    color: #e0f2fee6
}

.text-sky-100\/95 {
    color: #e0f2fef2
}

.text-sky-200 {
    --tw-text-opacity: 1;
    color: rgb(186 230 253/var(--tw-text-opacity))
}

.text-sky-200\/0 {
    color: #bae6fd00
}

.text-sky-200\/10 {
    color: #bae6fd1a
}

.text-sky-200\/100 {
    color: #bae6fd
}

.text-sky-200\/20 {
    color: #bae6fd33
}

.text-sky-200\/25 {
    color: #bae6fd40
}

.text-sky-200\/30 {
    color: #bae6fd4d
}

.text-sky-200\/40 {
    color: #bae6fd66
}

.text-sky-200\/5 {
    color: #bae6fd0d
}

.text-sky-200\/50 {
    color: #bae6fd80
}

.text-sky-200\/60 {
    color: #bae6fd99
}

.text-sky-200\/70 {
    color: #bae6fdb3
}

.text-sky-200\/75 {
    color: #bae6fdbf
}

.text-sky-200\/80 {
    color: #bae6fdcc
}

.text-sky-200\/90 {
    color: #bae6fde6
}

.text-sky-200\/95 {
    color: #bae6fdf2
}

.text-sky-300 {
    --tw-text-opacity: 1;
    color: rgb(125 211 252/var(--tw-text-opacity))
}

.text-sky-300\/0 {
    color: #7dd3fc00
}

.text-sky-300\/10 {
    color: #7dd3fc1a
}

.text-sky-300\/100 {
    color: #7dd3fc
}

.text-sky-300\/20 {
    color: #7dd3fc33
}

.text-sky-300\/25 {
    color: #7dd3fc40
}

.text-sky-300\/30 {
    color: #7dd3fc4d
}

.text-sky-300\/40 {
    color: #7dd3fc66
}

.text-sky-300\/5 {
    color: #7dd3fc0d
}

.text-sky-300\/50 {
    color: #7dd3fc80
}

.text-sky-300\/60 {
    color: #7dd3fc99
}

.text-sky-300\/70 {
    color: #7dd3fcb3
}

.text-sky-300\/75 {
    color: #7dd3fcbf
}

.text-sky-300\/80 {
    color: #7dd3fccc
}

.text-sky-300\/90 {
    color: #7dd3fce6
}

.text-sky-300\/95 {
    color: #7dd3fcf2
}

.text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248/var(--tw-text-opacity))
}

.text-sky-400\/0 {
    color: #38bdf800
}

.text-sky-400\/10 {
    color: #38bdf81a
}

.text-sky-400\/100 {
    color: #38bdf8
}

.text-sky-400\/20 {
    color: #38bdf833
}

.text-sky-400\/25 {
    color: #38bdf840
}

.text-sky-400\/30 {
    color: #38bdf84d
}

.text-sky-400\/40 {
    color: #38bdf866
}

.text-sky-400\/5 {
    color: #38bdf80d
}

.text-sky-400\/50 {
    color: #38bdf880
}

.text-sky-400\/60 {
    color: #38bdf899
}

.text-sky-400\/70 {
    color: #38bdf8b3
}

.text-sky-400\/75 {
    color: #38bdf8bf
}

.text-sky-400\/80 {
    color: #38bdf8cc
}

.text-sky-400\/90 {
    color: #38bdf8e6
}

.text-sky-400\/95 {
    color: #38bdf8f2
}

.text-sky-50 {
    --tw-text-opacity: 1;
    color: rgb(240 249 255/var(--tw-text-opacity))
}

.text-sky-50\/0 {
    color: #f0f9ff00
}

.text-sky-50\/10 {
    color: #f0f9ff1a
}

.text-sky-50\/100 {
    color: #f0f9ff
}

.text-sky-50\/20 {
    color: #f0f9ff33
}

.text-sky-50\/25 {
    color: #f0f9ff40
}

.text-sky-50\/30 {
    color: #f0f9ff4d
}

.text-sky-50\/40 {
    color: #f0f9ff66
}

.text-sky-50\/5 {
    color: #f0f9ff0d
}

.text-sky-50\/50 {
    color: #f0f9ff80
}

.text-sky-50\/60 {
    color: #f0f9ff99
}

.text-sky-50\/70 {
    color: #f0f9ffb3
}

.text-sky-50\/75 {
    color: #f0f9ffbf
}

.text-sky-50\/80 {
    color: #f0f9ffcc
}

.text-sky-50\/90 {
    color: #f0f9ffe6
}

.text-sky-50\/95 {
    color: #f0f9fff2
}

.text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233/var(--tw-text-opacity))
}

.text-sky-500\/0 {
    color: #0ea5e900
}

.text-sky-500\/10 {
    color: #0ea5e91a
}

.text-sky-500\/100 {
    color: #0ea5e9
}

.text-sky-500\/20 {
    color: #0ea5e933
}

.text-sky-500\/25 {
    color: #0ea5e940
}

.text-sky-500\/30 {
    color: #0ea5e94d
}

.text-sky-500\/40 {
    color: #0ea5e966
}

.text-sky-500\/5 {
    color: #0ea5e90d
}

.text-sky-500\/50 {
    color: #0ea5e980
}

.text-sky-500\/60 {
    color: #0ea5e999
}

.text-sky-500\/70 {
    color: #0ea5e9b3
}

.text-sky-500\/75 {
    color: #0ea5e9bf
}

.text-sky-500\/80 {
    color: #0ea5e9cc
}

.text-sky-500\/90 {
    color: #0ea5e9e6
}

.text-sky-500\/95 {
    color: #0ea5e9f2
}

.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199/var(--tw-text-opacity))
}

.text-sky-600\/0 {
    color: #0284c700
}

.text-sky-600\/10 {
    color: #0284c71a
}

.text-sky-600\/100 {
    color: #0284c7
}

.text-sky-600\/20 {
    color: #0284c733
}

.text-sky-600\/25 {
    color: #0284c740
}

.text-sky-600\/30 {
    color: #0284c74d
}

.text-sky-600\/40 {
    color: #0284c766
}

.text-sky-600\/5 {
    color: #0284c70d
}

.text-sky-600\/50 {
    color: #0284c780
}

.text-sky-600\/60 {
    color: #0284c799
}

.text-sky-600\/70 {
    color: #0284c7b3
}

.text-sky-600\/75 {
    color: #0284c7bf
}

.text-sky-600\/80 {
    color: #0284c7cc
}

.text-sky-600\/90 {
    color: #0284c7e6
}

.text-sky-600\/95 {
    color: #0284c7f2
}

.text-sky-700 {
    --tw-text-opacity: 1;
    color: rgb(3 105 161/var(--tw-text-opacity))
}

.text-sky-700\/0 {
    color: #0369a100
}

.text-sky-700\/10 {
    color: #0369a11a
}

.text-sky-700\/100 {
    color: #0369a1
}

.text-sky-700\/20 {
    color: #0369a133
}

.text-sky-700\/25 {
    color: #0369a140
}

.text-sky-700\/30 {
    color: #0369a14d
}

.text-sky-700\/40 {
    color: #0369a166
}

.text-sky-700\/5 {
    color: #0369a10d
}

.text-sky-700\/50 {
    color: #0369a180
}

.text-sky-700\/60 {
    color: #0369a199
}

.text-sky-700\/70 {
    color: #0369a1b3
}

.text-sky-700\/75 {
    color: #0369a1bf
}

.text-sky-700\/80 {
    color: #0369a1cc
}

.text-sky-700\/90 {
    color: #0369a1e6
}

.text-sky-700\/95 {
    color: #0369a1f2
}

.text-sky-800 {
    --tw-text-opacity: 1;
    color: rgb(7 89 133/var(--tw-text-opacity))
}

.text-sky-800\/0 {
    color: #07598500
}

.text-sky-800\/10 {
    color: #0759851a
}

.text-sky-800\/100 {
    color: #075985
}

.text-sky-800\/20 {
    color: #07598533
}

.text-sky-800\/25 {
    color: #07598540
}

.text-sky-800\/30 {
    color: #0759854d
}

.text-sky-800\/40 {
    color: #07598566
}

.text-sky-800\/5 {
    color: #0759850d
}

.text-sky-800\/50 {
    color: #07598580
}

.text-sky-800\/60 {
    color: #07598599
}

.text-sky-800\/70 {
    color: #075985b3
}

.text-sky-800\/75 {
    color: #075985bf
}

.text-sky-800\/80 {
    color: #075985cc
}

.text-sky-800\/90 {
    color: #075985e6
}

.text-sky-800\/95 {
    color: #075985f2
}

.text-sky-900 {
    --tw-text-opacity: 1;
    color: rgb(12 74 110/var(--tw-text-opacity))
}

.text-sky-900\/0 {
    color: #0c4a6e00
}

.text-sky-900\/10 {
    color: #0c4a6e1a
}

.text-sky-900\/100 {
    color: #0c4a6e
}

.text-sky-900\/20 {
    color: #0c4a6e33
}

.text-sky-900\/25 {
    color: #0c4a6e40
}

.text-sky-900\/30 {
    color: #0c4a6e4d
}

.text-sky-900\/40 {
    color: #0c4a6e66
}

.text-sky-900\/5 {
    color: #0c4a6e0d
}

.text-sky-900\/50 {
    color: #0c4a6e80
}

.text-sky-900\/60 {
    color: #0c4a6e99
}

.text-sky-900\/70 {
    color: #0c4a6eb3
}

.text-sky-900\/75 {
    color: #0c4a6ebf
}

.text-sky-900\/80 {
    color: #0c4a6ecc
}

.text-sky-900\/90 {
    color: #0c4a6ee6
}

.text-sky-900\/95 {
    color: #0c4a6ef2
}

.text-sky-950 {
    --tw-text-opacity: 1;
    color: rgb(8 47 73/var(--tw-text-opacity))
}

.text-sky-950\/0 {
    color: #082f4900
}

.text-sky-950\/10 {
    color: #082f491a
}

.text-sky-950\/100 {
    color: #082f49
}

.text-sky-950\/20 {
    color: #082f4933
}

.text-sky-950\/25 {
    color: #082f4940
}

.text-sky-950\/30 {
    color: #082f494d
}

.text-sky-950\/40 {
    color: #082f4966
}

.text-sky-950\/5 {
    color: #082f490d
}

.text-sky-950\/50 {
    color: #082f4980
}

.text-sky-950\/60 {
    color: #082f4999
}

.text-sky-950\/70 {
    color: #082f49b3
}

.text-sky-950\/75 {
    color: #082f49bf
}

.text-sky-950\/80 {
    color: #082f49cc
}

.text-sky-950\/90 {
    color: #082f49e6
}

.text-sky-950\/95 {
    color: #082f49f2
}

.text-slate-100 {
    --tw-text-opacity: 1;
    color: rgb(241 245 249/var(--tw-text-opacity))
}

.text-slate-100\/0 {
    color: #f1f5f900
}

.text-slate-100\/10 {
    color: #f1f5f91a
}

.text-slate-100\/100 {
    color: #f1f5f9
}

.text-slate-100\/20 {
    color: #f1f5f933
}

.text-slate-100\/25 {
    color: #f1f5f940
}

.text-slate-100\/30 {
    color: #f1f5f94d
}

.text-slate-100\/40 {
    color: #f1f5f966
}

.text-slate-100\/5 {
    color: #f1f5f90d
}

.text-slate-100\/50 {
    color: #f1f5f980
}

.text-slate-100\/60 {
    color: #f1f5f999
}

.text-slate-100\/70 {
    color: #f1f5f9b3
}

.text-slate-100\/75 {
    color: #f1f5f9bf
}

.text-slate-100\/80 {
    color: #f1f5f9cc
}

.text-slate-100\/90 {
    color: #f1f5f9e6
}

.text-slate-100\/95 {
    color: #f1f5f9f2
}

.text-slate-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

.text-slate-200\/0 {
    color: #e2e8f000
}

.text-slate-200\/10 {
    color: #e2e8f01a
}

.text-slate-200\/100 {
    color: #e2e8f0
}

.text-slate-200\/20 {
    color: #e2e8f033
}

.text-slate-200\/25 {
    color: #e2e8f040
}

.text-slate-200\/30 {
    color: #e2e8f04d
}

.text-slate-200\/40 {
    color: #e2e8f066
}

.text-slate-200\/5 {
    color: #e2e8f00d
}

.text-slate-200\/50 {
    color: #e2e8f080
}

.text-slate-200\/60 {
    color: #e2e8f099
}

.text-slate-200\/70 {
    color: #e2e8f0b3
}

.text-slate-200\/75 {
    color: #e2e8f0bf
}

.text-slate-200\/80 {
    color: #e2e8f0cc
}

.text-slate-200\/90 {
    color: #e2e8f0e6
}

.text-slate-200\/95 {
    color: #e2e8f0f2
}

.text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.text-slate-300\/0 {
    color: #cbd5e100
}

.text-slate-300\/10 {
    color: #cbd5e11a
}

.text-slate-300\/100 {
    color: #cbd5e1
}

.text-slate-300\/20 {
    color: #cbd5e133
}

.text-slate-300\/25 {
    color: #cbd5e140
}

.text-slate-300\/30 {
    color: #cbd5e14d
}

.text-slate-300\/40 {
    color: #cbd5e166
}

.text-slate-300\/5 {
    color: #cbd5e10d
}

.text-slate-300\/50 {
    color: #cbd5e180
}

.text-slate-300\/60 {
    color: #cbd5e199
}

.text-slate-300\/70 {
    color: #cbd5e1b3
}

.text-slate-300\/75 {
    color: #cbd5e1bf
}

.text-slate-300\/80 {
    color: #cbd5e1cc
}

.text-slate-300\/90 {
    color: #cbd5e1e6
}

.text-slate-300\/95 {
    color: #cbd5e1f2
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.text-slate-400\/0 {
    color: #94a3b800
}

.text-slate-400\/10 {
    color: #94a3b81a
}

.text-slate-400\/100 {
    color: #94a3b8
}

.text-slate-400\/20 {
    color: #94a3b833
}

.text-slate-400\/25 {
    color: #94a3b840
}

.text-slate-400\/30 {
    color: #94a3b84d
}

.text-slate-400\/40 {
    color: #94a3b866
}

.text-slate-400\/5 {
    color: #94a3b80d
}

.text-slate-400\/50 {
    color: #94a3b880
}

.text-slate-400\/60 {
    color: #94a3b899
}

.text-slate-400\/70 {
    color: #94a3b8b3
}

.text-slate-400\/75 {
    color: #94a3b8bf
}

.text-slate-400\/80 {
    color: #94a3b8cc
}

.text-slate-400\/90 {
    color: #94a3b8e6
}

.text-slate-400\/95 {
    color: #94a3b8f2
}

.text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252/var(--tw-text-opacity))
}

.text-slate-50\/0 {
    color: #f8fafc00
}

.text-slate-50\/10 {
    color: #f8fafc1a
}

.text-slate-50\/100 {
    color: #f8fafc
}

.text-slate-50\/20 {
    color: #f8fafc33
}

.text-slate-50\/25 {
    color: #f8fafc40
}

.text-slate-50\/30 {
    color: #f8fafc4d
}

.text-slate-50\/40 {
    color: #f8fafc66
}

.text-slate-50\/5 {
    color: #f8fafc0d
}

.text-slate-50\/50 {
    color: #f8fafc80
}

.text-slate-50\/60 {
    color: #f8fafc99
}

.text-slate-50\/70 {
    color: #f8fafcb3
}

.text-slate-50\/75 {
    color: #f8fafcbf
}

.text-slate-50\/80 {
    color: #f8fafccc
}

.text-slate-50\/90 {
    color: #f8fafce6
}

.text-slate-50\/95 {
    color: #f8fafcf2
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.text-slate-500\/0 {
    color: #64748b00
}

.text-slate-500\/10 {
    color: #64748b1a
}

.text-slate-500\/100 {
    color: #64748b
}

.text-slate-500\/20 {
    color: #64748b33
}

.text-slate-500\/25 {
    color: #64748b40
}

.text-slate-500\/30 {
    color: #64748b4d
}

.text-slate-500\/40 {
    color: #64748b66
}

.text-slate-500\/5 {
    color: #64748b0d
}

.text-slate-500\/50 {
    color: #64748b80
}

.text-slate-500\/60 {
    color: #64748b99
}

.text-slate-500\/70 {
    color: #64748bb3
}

.text-slate-500\/75 {
    color: #64748bbf
}

.text-slate-500\/80 {
    color: #64748bcc
}

.text-slate-500\/90 {
    color: #64748be6
}

.text-slate-500\/95 {
    color: #64748bf2
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

.text-slate-600\/0 {
    color: #47556900
}

.text-slate-600\/10 {
    color: #4755691a
}

.text-slate-600\/100 {
    color: #475569
}

.text-slate-600\/20 {
    color: #47556933
}

.text-slate-600\/25 {
    color: #47556940
}

.text-slate-600\/30 {
    color: #4755694d
}

.text-slate-600\/40 {
    color: #47556966
}

.text-slate-600\/5 {
    color: #4755690d
}

.text-slate-600\/50 {
    color: #47556980
}

.text-slate-600\/60 {
    color: #47556999
}

.text-slate-600\/70 {
    color: #475569b3
}

.text-slate-600\/75 {
    color: #475569bf
}

.text-slate-600\/80 {
    color: #475569cc
}

.text-slate-600\/90 {
    color: #475569e6
}

.text-slate-600\/95 {
    color: #475569f2
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

.text-slate-700\/0 {
    color: #33415500
}

.text-slate-700\/10 {
    color: #3341551a
}

.text-slate-700\/100 {
    color: #334155
}

.text-slate-700\/20 {
    color: #33415533
}

.text-slate-700\/25 {
    color: #33415540
}

.text-slate-700\/30 {
    color: #3341554d
}

.text-slate-700\/40 {
    color: #33415566
}

.text-slate-700\/5 {
    color: #3341550d
}

.text-slate-700\/50 {
    color: #33415580
}

.text-slate-700\/60 {
    color: #33415599
}

.text-slate-700\/70 {
    color: #334155b3
}

.text-slate-700\/75 {
    color: #334155bf
}

.text-slate-700\/80 {
    color: #334155cc
}

.text-slate-700\/90 {
    color: #334155e6
}

.text-slate-700\/95 {
    color: #334155f2
}

.text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59/var(--tw-text-opacity))
}

.text-slate-800\/0 {
    color: #1e293b00
}

.text-slate-800\/10 {
    color: #1e293b1a
}

.text-slate-800\/100 {
    color: #1e293b
}

.text-slate-800\/20 {
    color: #1e293b33
}

.text-slate-800\/25 {
    color: #1e293b40
}

.text-slate-800\/30 {
    color: #1e293b4d
}

.text-slate-800\/40 {
    color: #1e293b66
}

.text-slate-800\/5 {
    color: #1e293b0d
}

.text-slate-800\/50 {
    color: #1e293b80
}

.text-slate-800\/60 {
    color: #1e293b99
}

.text-slate-800\/70 {
    color: #1e293bb3
}

.text-slate-800\/75 {
    color: #1e293bbf
}

.text-slate-800\/80 {
    color: #1e293bcc
}

.text-slate-800\/90 {
    color: #1e293be6
}

.text-slate-800\/95 {
    color: #1e293bf2
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

.text-slate-900\/0 {
    color: #0f172a00
}

.text-slate-900\/10 {
    color: #0f172a1a
}

.text-slate-900\/100 {
    color: #0f172a
}

.text-slate-900\/20 {
    color: #0f172a33
}

.text-slate-900\/25 {
    color: #0f172a40
}

.text-slate-900\/30 {
    color: #0f172a4d
}

.text-slate-900\/40 {
    color: #0f172a66
}

.text-slate-900\/5 {
    color: #0f172a0d
}

.text-slate-900\/50 {
    color: #0f172a80
}

.text-slate-900\/60 {
    color: #0f172a99
}

.text-slate-900\/70 {
    color: #0f172ab3
}

.text-slate-900\/75 {
    color: #0f172abf
}

.text-slate-900\/80 {
    color: #0f172acc
}

.text-slate-900\/90 {
    color: #0f172ae6
}

.text-slate-900\/95 {
    color: #0f172af2
}

.text-slate-950 {
    --tw-text-opacity: 1;
    color: rgb(2 6 23/var(--tw-text-opacity))
}

.text-slate-950\/0 {
    color: #02061700
}

.text-slate-950\/10 {
    color: #0206171a
}

.text-slate-950\/100 {
    color: #020617
}

.text-slate-950\/20 {
    color: #02061733
}

.text-slate-950\/25 {
    color: #02061740
}

.text-slate-950\/30 {
    color: #0206174d
}

.text-slate-950\/40 {
    color: #02061766
}

.text-slate-950\/5 {
    color: #0206170d
}

.text-slate-950\/50 {
    color: #02061780
}

.text-slate-950\/60 {
    color: #02061799
}

.text-slate-950\/70 {
    color: #020617b3
}

.text-slate-950\/75 {
    color: #020617bf
}

.text-slate-950\/80 {
    color: #020617cc
}

.text-slate-950\/90 {
    color: #020617e6
}

.text-slate-950\/95 {
    color: #020617f2
}

.text-stone-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 244/var(--tw-text-opacity))
}

.text-stone-100\/0 {
    color: #f5f5f400
}

.text-stone-100\/10 {
    color: #f5f5f41a
}

.text-stone-100\/100 {
    color: #f5f5f4
}

.text-stone-100\/20 {
    color: #f5f5f433
}

.text-stone-100\/25 {
    color: #f5f5f440
}

.text-stone-100\/30 {
    color: #f5f5f44d
}

.text-stone-100\/40 {
    color: #f5f5f466
}

.text-stone-100\/5 {
    color: #f5f5f40d
}

.text-stone-100\/50 {
    color: #f5f5f480
}

.text-stone-100\/60 {
    color: #f5f5f499
}

.text-stone-100\/70 {
    color: #f5f5f4b3
}

.text-stone-100\/75 {
    color: #f5f5f4bf
}

.text-stone-100\/80 {
    color: #f5f5f4cc
}

.text-stone-100\/90 {
    color: #f5f5f4e6
}

.text-stone-100\/95 {
    color: #f5f5f4f2
}

.text-stone-200 {
    --tw-text-opacity: 1;
    color: rgb(231 229 228/var(--tw-text-opacity))
}

.text-stone-200\/0 {
    color: #e7e5e400
}

.text-stone-200\/10 {
    color: #e7e5e41a
}

.text-stone-200\/100 {
    color: #e7e5e4
}

.text-stone-200\/20 {
    color: #e7e5e433
}

.text-stone-200\/25 {
    color: #e7e5e440
}

.text-stone-200\/30 {
    color: #e7e5e44d
}

.text-stone-200\/40 {
    color: #e7e5e466
}

.text-stone-200\/5 {
    color: #e7e5e40d
}

.text-stone-200\/50 {
    color: #e7e5e480
}

.text-stone-200\/60 {
    color: #e7e5e499
}

.text-stone-200\/70 {
    color: #e7e5e4b3
}

.text-stone-200\/75 {
    color: #e7e5e4bf
}

.text-stone-200\/80 {
    color: #e7e5e4cc
}

.text-stone-200\/90 {
    color: #e7e5e4e6
}

.text-stone-200\/95 {
    color: #e7e5e4f2
}

.text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(214 211 209/var(--tw-text-opacity))
}

.text-stone-300\/0 {
    color: #d6d3d100
}

.text-stone-300\/10 {
    color: #d6d3d11a
}

.text-stone-300\/100 {
    color: #d6d3d1
}

.text-stone-300\/20 {
    color: #d6d3d133
}

.text-stone-300\/25 {
    color: #d6d3d140
}

.text-stone-300\/30 {
    color: #d6d3d14d
}

.text-stone-300\/40 {
    color: #d6d3d166
}

.text-stone-300\/5 {
    color: #d6d3d10d
}

.text-stone-300\/50 {
    color: #d6d3d180
}

.text-stone-300\/60 {
    color: #d6d3d199
}

.text-stone-300\/70 {
    color: #d6d3d1b3
}

.text-stone-300\/75 {
    color: #d6d3d1bf
}

.text-stone-300\/80 {
    color: #d6d3d1cc
}

.text-stone-300\/90 {
    color: #d6d3d1e6
}

.text-stone-300\/95 {
    color: #d6d3d1f2
}

.text-stone-400 {
    --tw-text-opacity: 1;
    color: rgb(168 162 158/var(--tw-text-opacity))
}

.text-stone-400\/0 {
    color: #a8a29e00
}

.text-stone-400\/10 {
    color: #a8a29e1a
}

.text-stone-400\/100 {
    color: #a8a29e
}

.text-stone-400\/20 {
    color: #a8a29e33
}

.text-stone-400\/25 {
    color: #a8a29e40
}

.text-stone-400\/30 {
    color: #a8a29e4d
}

.text-stone-400\/40 {
    color: #a8a29e66
}

.text-stone-400\/5 {
    color: #a8a29e0d
}

.text-stone-400\/50 {
    color: #a8a29e80
}

.text-stone-400\/60 {
    color: #a8a29e99
}

.text-stone-400\/70 {
    color: #a8a29eb3
}

.text-stone-400\/75 {
    color: #a8a29ebf
}

.text-stone-400\/80 {
    color: #a8a29ecc
}

.text-stone-400\/90 {
    color: #a8a29ee6
}

.text-stone-400\/95 {
    color: #a8a29ef2
}

.text-stone-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 249/var(--tw-text-opacity))
}

.text-stone-50\/0 {
    color: #fafaf900
}

.text-stone-50\/10 {
    color: #fafaf91a
}

.text-stone-50\/100 {
    color: #fafaf9
}

.text-stone-50\/20 {
    color: #fafaf933
}

.text-stone-50\/25 {
    color: #fafaf940
}

.text-stone-50\/30 {
    color: #fafaf94d
}

.text-stone-50\/40 {
    color: #fafaf966
}

.text-stone-50\/5 {
    color: #fafaf90d
}

.text-stone-50\/50 {
    color: #fafaf980
}

.text-stone-50\/60 {
    color: #fafaf999
}

.text-stone-50\/70 {
    color: #fafaf9b3
}

.text-stone-50\/75 {
    color: #fafaf9bf
}

.text-stone-50\/80 {
    color: #fafaf9cc
}

.text-stone-50\/90 {
    color: #fafaf9e6
}

.text-stone-50\/95 {
    color: #fafaf9f2
}

.text-stone-500 {
    --tw-text-opacity: 1;
    color: rgb(120 113 108/var(--tw-text-opacity))
}

.text-stone-500\/0 {
    color: #78716c00
}

.text-stone-500\/10 {
    color: #78716c1a
}

.text-stone-500\/100 {
    color: #78716c
}

.text-stone-500\/20 {
    color: #78716c33
}

.text-stone-500\/25 {
    color: #78716c40
}

.text-stone-500\/30 {
    color: #78716c4d
}

.text-stone-500\/40 {
    color: #78716c66
}

.text-stone-500\/5 {
    color: #78716c0d
}

.text-stone-500\/50 {
    color: #78716c80
}

.text-stone-500\/60 {
    color: #78716c99
}

.text-stone-500\/70 {
    color: #78716cb3
}

.text-stone-500\/75 {
    color: #78716cbf
}

.text-stone-500\/80 {
    color: #78716ccc
}

.text-stone-500\/90 {
    color: #78716ce6
}

.text-stone-500\/95 {
    color: #78716cf2
}

.text-stone-600 {
    --tw-text-opacity: 1;
    color: rgb(87 83 78/var(--tw-text-opacity))
}

.text-stone-600\/0 {
    color: #57534e00
}

.text-stone-600\/10 {
    color: #57534e1a
}

.text-stone-600\/100 {
    color: #57534e
}

.text-stone-600\/20 {
    color: #57534e33
}

.text-stone-600\/25 {
    color: #57534e40
}

.text-stone-600\/30 {
    color: #57534e4d
}

.text-stone-600\/40 {
    color: #57534e66
}

.text-stone-600\/5 {
    color: #57534e0d
}

.text-stone-600\/50 {
    color: #57534e80
}

.text-stone-600\/60 {
    color: #57534e99
}

.text-stone-600\/70 {
    color: #57534eb3
}

.text-stone-600\/75 {
    color: #57534ebf
}

.text-stone-600\/80 {
    color: #57534ecc
}

.text-stone-600\/90 {
    color: #57534ee6
}

.text-stone-600\/95 {
    color: #57534ef2
}

.text-stone-700 {
    --tw-text-opacity: 1;
    color: rgb(68 64 60/var(--tw-text-opacity))
}

.text-stone-700\/0 {
    color: #44403c00
}

.text-stone-700\/10 {
    color: #44403c1a
}

.text-stone-700\/100 {
    color: #44403c
}

.text-stone-700\/20 {
    color: #44403c33
}

.text-stone-700\/25 {
    color: #44403c40
}

.text-stone-700\/30 {
    color: #44403c4d
}

.text-stone-700\/40 {
    color: #44403c66
}

.text-stone-700\/5 {
    color: #44403c0d
}

.text-stone-700\/50 {
    color: #44403c80
}

.text-stone-700\/60 {
    color: #44403c99
}

.text-stone-700\/70 {
    color: #44403cb3
}

.text-stone-700\/75 {
    color: #44403cbf
}

.text-stone-700\/80 {
    color: #44403ccc
}

.text-stone-700\/90 {
    color: #44403ce6
}

.text-stone-700\/95 {
    color: #44403cf2
}

.text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36/var(--tw-text-opacity))
}

.text-stone-800\/0 {
    color: #29252400
}

.text-stone-800\/10 {
    color: #2925241a
}

.text-stone-800\/100 {
    color: #292524
}

.text-stone-800\/20 {
    color: #29252433
}

.text-stone-800\/25 {
    color: #29252440
}

.text-stone-800\/30 {
    color: #2925244d
}

.text-stone-800\/40 {
    color: #29252466
}

.text-stone-800\/5 {
    color: #2925240d
}

.text-stone-800\/50 {
    color: #29252480
}

.text-stone-800\/60 {
    color: #29252499
}

.text-stone-800\/70 {
    color: #292524b3
}

.text-stone-800\/75 {
    color: #292524bf
}

.text-stone-800\/80 {
    color: #292524cc
}

.text-stone-800\/90 {
    color: #292524e6
}

.text-stone-800\/95 {
    color: #292524f2
}

.text-stone-900 {
    --tw-text-opacity: 1;
    color: rgb(28 25 23/var(--tw-text-opacity))
}

.text-stone-900\/0 {
    color: #1c191700
}

.text-stone-900\/10 {
    color: #1c19171a
}

.text-stone-900\/100 {
    color: #1c1917
}

.text-stone-900\/20 {
    color: #1c191733
}

.text-stone-900\/25 {
    color: #1c191740
}

.text-stone-900\/30 {
    color: #1c19174d
}

.text-stone-900\/40 {
    color: #1c191766
}

.text-stone-900\/5 {
    color: #1c19170d
}

.text-stone-900\/50 {
    color: #1c191780
}

.text-stone-900\/60 {
    color: #1c191799
}

.text-stone-900\/70 {
    color: #1c1917b3
}

.text-stone-900\/75 {
    color: #1c1917bf
}

.text-stone-900\/80 {
    color: #1c1917cc
}

.text-stone-900\/90 {
    color: #1c1917e6
}

.text-stone-900\/95 {
    color: #1c1917f2
}

.text-stone-950 {
    --tw-text-opacity: 1;
    color: rgb(12 10 9/var(--tw-text-opacity))
}

.text-stone-950\/0 {
    color: #0c0a0900
}

.text-stone-950\/10 {
    color: #0c0a091a
}

.text-stone-950\/100 {
    color: #0c0a09
}

.text-stone-950\/20 {
    color: #0c0a0933
}

.text-stone-950\/25 {
    color: #0c0a0940
}

.text-stone-950\/30 {
    color: #0c0a094d
}

.text-stone-950\/40 {
    color: #0c0a0966
}

.text-stone-950\/5 {
    color: #0c0a090d
}

.text-stone-950\/50 {
    color: #0c0a0980
}

.text-stone-950\/60 {
    color: #0c0a0999
}

.text-stone-950\/70 {
    color: #0c0a09b3
}

.text-stone-950\/75 {
    color: #0c0a09bf
}

.text-stone-950\/80 {
    color: #0c0a09cc
}

.text-stone-950\/90 {
    color: #0c0a09e6
}

.text-stone-950\/95 {
    color: #0c0a09f2
}

.text-teal-100 {
    --tw-text-opacity: 1;
    color: rgb(204 251 241/var(--tw-text-opacity))
}

.text-teal-100\/0 {
    color: #ccfbf100
}

.text-teal-100\/10 {
    color: #ccfbf11a
}

.text-teal-100\/100 {
    color: #ccfbf1
}

.text-teal-100\/20 {
    color: #ccfbf133
}

.text-teal-100\/25 {
    color: #ccfbf140
}

.text-teal-100\/30 {
    color: #ccfbf14d
}

.text-teal-100\/40 {
    color: #ccfbf166
}

.text-teal-100\/5 {
    color: #ccfbf10d
}

.text-teal-100\/50 {
    color: #ccfbf180
}

.text-teal-100\/60 {
    color: #ccfbf199
}

.text-teal-100\/70 {
    color: #ccfbf1b3
}

.text-teal-100\/75 {
    color: #ccfbf1bf
}

.text-teal-100\/80 {
    color: #ccfbf1cc
}

.text-teal-100\/90 {
    color: #ccfbf1e6
}

.text-teal-100\/95 {
    color: #ccfbf1f2
}

.text-teal-200 {
    --tw-text-opacity: 1;
    color: rgb(153 246 228/var(--tw-text-opacity))
}

.text-teal-200\/0 {
    color: #99f6e400
}

.text-teal-200\/10 {
    color: #99f6e41a
}

.text-teal-200\/100 {
    color: #99f6e4
}

.text-teal-200\/20 {
    color: #99f6e433
}

.text-teal-200\/25 {
    color: #99f6e440
}

.text-teal-200\/30 {
    color: #99f6e44d
}

.text-teal-200\/40 {
    color: #99f6e466
}

.text-teal-200\/5 {
    color: #99f6e40d
}

.text-teal-200\/50 {
    color: #99f6e480
}

.text-teal-200\/60 {
    color: #99f6e499
}

.text-teal-200\/70 {
    color: #99f6e4b3
}

.text-teal-200\/75 {
    color: #99f6e4bf
}

.text-teal-200\/80 {
    color: #99f6e4cc
}

.text-teal-200\/90 {
    color: #99f6e4e6
}

.text-teal-200\/95 {
    color: #99f6e4f2
}

.text-teal-300 {
    --tw-text-opacity: 1;
    color: rgb(94 234 212/var(--tw-text-opacity))
}

.text-teal-300\/0 {
    color: #5eead400
}

.text-teal-300\/10 {
    color: #5eead41a
}

.text-teal-300\/100 {
    color: #5eead4
}

.text-teal-300\/20 {
    color: #5eead433
}

.text-teal-300\/25 {
    color: #5eead440
}

.text-teal-300\/30 {
    color: #5eead44d
}

.text-teal-300\/40 {
    color: #5eead466
}

.text-teal-300\/5 {
    color: #5eead40d
}

.text-teal-300\/50 {
    color: #5eead480
}

.text-teal-300\/60 {
    color: #5eead499
}

.text-teal-300\/70 {
    color: #5eead4b3
}

.text-teal-300\/75 {
    color: #5eead4bf
}

.text-teal-300\/80 {
    color: #5eead4cc
}

.text-teal-300\/90 {
    color: #5eead4e6
}

.text-teal-300\/95 {
    color: #5eead4f2
}

.text-teal-400 {
    --tw-text-opacity: 1;
    color: rgb(45 212 191/var(--tw-text-opacity))
}

.text-teal-400\/0 {
    color: #2dd4bf00
}

.text-teal-400\/10 {
    color: #2dd4bf1a
}

.text-teal-400\/100 {
    color: #2dd4bf
}

.text-teal-400\/20 {
    color: #2dd4bf33
}

.text-teal-400\/25 {
    color: #2dd4bf40
}

.text-teal-400\/30 {
    color: #2dd4bf4d
}

.text-teal-400\/40 {
    color: #2dd4bf66
}

.text-teal-400\/5 {
    color: #2dd4bf0d
}

.text-teal-400\/50 {
    color: #2dd4bf80
}

.text-teal-400\/60 {
    color: #2dd4bf99
}

.text-teal-400\/70 {
    color: #2dd4bfb3
}

.text-teal-400\/75 {
    color: #2dd4bfbf
}

.text-teal-400\/80 {
    color: #2dd4bfcc
}

.text-teal-400\/90 {
    color: #2dd4bfe6
}

.text-teal-400\/95 {
    color: #2dd4bff2
}

.text-teal-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 250/var(--tw-text-opacity))
}

.text-teal-50\/0 {
    color: #f0fdfa00
}

.text-teal-50\/10 {
    color: #f0fdfa1a
}

.text-teal-50\/100 {
    color: #f0fdfa
}

.text-teal-50\/20 {
    color: #f0fdfa33
}

.text-teal-50\/25 {
    color: #f0fdfa40
}

.text-teal-50\/30 {
    color: #f0fdfa4d
}

.text-teal-50\/40 {
    color: #f0fdfa66
}

.text-teal-50\/5 {
    color: #f0fdfa0d
}

.text-teal-50\/50 {
    color: #f0fdfa80
}

.text-teal-50\/60 {
    color: #f0fdfa99
}

.text-teal-50\/70 {
    color: #f0fdfab3
}

.text-teal-50\/75 {
    color: #f0fdfabf
}

.text-teal-50\/80 {
    color: #f0fdfacc
}

.text-teal-50\/90 {
    color: #f0fdfae6
}

.text-teal-50\/95 {
    color: #f0fdfaf2
}

.text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(20 184 166/var(--tw-text-opacity))
}

.text-teal-500\/0 {
    color: #14b8a600
}

.text-teal-500\/10 {
    color: #14b8a61a
}

.text-teal-500\/100 {
    color: #14b8a6
}

.text-teal-500\/20 {
    color: #14b8a633
}

.text-teal-500\/25 {
    color: #14b8a640
}

.text-teal-500\/30 {
    color: #14b8a64d
}

.text-teal-500\/40 {
    color: #14b8a666
}

.text-teal-500\/5 {
    color: #14b8a60d
}

.text-teal-500\/50 {
    color: #14b8a680
}

.text-teal-500\/60 {
    color: #14b8a699
}

.text-teal-500\/70 {
    color: #14b8a6b3
}

.text-teal-500\/75 {
    color: #14b8a6bf
}

.text-teal-500\/80 {
    color: #14b8a6cc
}

.text-teal-500\/90 {
    color: #14b8a6e6
}

.text-teal-500\/95 {
    color: #14b8a6f2
}

.text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(13 148 136/var(--tw-text-opacity))
}

.text-teal-600\/0 {
    color: #0d948800
}

.text-teal-600\/10 {
    color: #0d94881a
}

.text-teal-600\/100 {
    color: #0d9488
}

.text-teal-600\/20 {
    color: #0d948833
}

.text-teal-600\/25 {
    color: #0d948840
}

.text-teal-600\/30 {
    color: #0d94884d
}

.text-teal-600\/40 {
    color: #0d948866
}

.text-teal-600\/5 {
    color: #0d94880d
}

.text-teal-600\/50 {
    color: #0d948880
}

.text-teal-600\/60 {
    color: #0d948899
}

.text-teal-600\/70 {
    color: #0d9488b3
}

.text-teal-600\/75 {
    color: #0d9488bf
}

.text-teal-600\/80 {
    color: #0d9488cc
}

.text-teal-600\/90 {
    color: #0d9488e6
}

.text-teal-600\/95 {
    color: #0d9488f2
}

.text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110/var(--tw-text-opacity))
}

.text-teal-700\/0 {
    color: #0f766e00
}

.text-teal-700\/10 {
    color: #0f766e1a
}

.text-teal-700\/100 {
    color: #0f766e
}

.text-teal-700\/20 {
    color: #0f766e33
}

.text-teal-700\/25 {
    color: #0f766e40
}

.text-teal-700\/30 {
    color: #0f766e4d
}

.text-teal-700\/40 {
    color: #0f766e66
}

.text-teal-700\/5 {
    color: #0f766e0d
}

.text-teal-700\/50 {
    color: #0f766e80
}

.text-teal-700\/60 {
    color: #0f766e99
}

.text-teal-700\/70 {
    color: #0f766eb3
}

.text-teal-700\/75 {
    color: #0f766ebf
}

.text-teal-700\/80 {
    color: #0f766ecc
}

.text-teal-700\/90 {
    color: #0f766ee6
}

.text-teal-700\/95 {
    color: #0f766ef2
}

.text-teal-800 {
    --tw-text-opacity: 1;
    color: rgb(17 94 89/var(--tw-text-opacity))
}

.text-teal-800\/0 {
    color: #115e5900
}

.text-teal-800\/10 {
    color: #115e591a
}

.text-teal-800\/100 {
    color: #115e59
}

.text-teal-800\/20 {
    color: #115e5933
}

.text-teal-800\/25 {
    color: #115e5940
}

.text-teal-800\/30 {
    color: #115e594d
}

.text-teal-800\/40 {
    color: #115e5966
}

.text-teal-800\/5 {
    color: #115e590d
}

.text-teal-800\/50 {
    color: #115e5980
}

.text-teal-800\/60 {
    color: #115e5999
}

.text-teal-800\/70 {
    color: #115e59b3
}

.text-teal-800\/75 {
    color: #115e59bf
}

.text-teal-800\/80 {
    color: #115e59cc
}

.text-teal-800\/90 {
    color: #115e59e6
}

.text-teal-800\/95 {
    color: #115e59f2
}

.text-teal-900 {
    --tw-text-opacity: 1;
    color: rgb(19 78 74/var(--tw-text-opacity))
}

.text-teal-900\/0 {
    color: #134e4a00
}

.text-teal-900\/10 {
    color: #134e4a1a
}

.text-teal-900\/100 {
    color: #134e4a
}

.text-teal-900\/20 {
    color: #134e4a33
}

.text-teal-900\/25 {
    color: #134e4a40
}

.text-teal-900\/30 {
    color: #134e4a4d
}

.text-teal-900\/40 {
    color: #134e4a66
}

.text-teal-900\/5 {
    color: #134e4a0d
}

.text-teal-900\/50 {
    color: #134e4a80
}

.text-teal-900\/60 {
    color: #134e4a99
}

.text-teal-900\/70 {
    color: #134e4ab3
}

.text-teal-900\/75 {
    color: #134e4abf
}

.text-teal-900\/80 {
    color: #134e4acc
}

.text-teal-900\/90 {
    color: #134e4ae6
}

.text-teal-900\/95 {
    color: #134e4af2
}

.text-teal-950 {
    --tw-text-opacity: 1;
    color: rgb(4 47 46/var(--tw-text-opacity))
}

.text-teal-950\/0 {
    color: #042f2e00
}

.text-teal-950\/10 {
    color: #042f2e1a
}

.text-teal-950\/100 {
    color: #042f2e
}

.text-teal-950\/20 {
    color: #042f2e33
}

.text-teal-950\/25 {
    color: #042f2e40
}

.text-teal-950\/30 {
    color: #042f2e4d
}

.text-teal-950\/40 {
    color: #042f2e66
}

.text-teal-950\/5 {
    color: #042f2e0d
}

.text-teal-950\/50 {
    color: #042f2e80
}

.text-teal-950\/60 {
    color: #042f2e99
}

.text-teal-950\/70 {
    color: #042f2eb3
}

.text-teal-950\/75 {
    color: #042f2ebf
}

.text-teal-950\/80 {
    color: #042f2ecc
}

.text-teal-950\/90 {
    color: #042f2ee6
}

.text-teal-950\/95 {
    color: #042f2ef2
}

.text-transparent,.text-transparent\/0 {
    color: #0000
}

.text-transparent\/10 {
    color: #0000001a
}

.text-transparent\/100 {
    color: #000
}

.text-transparent\/20 {
    color: #0003
}

.text-transparent\/25 {
    color: #00000040
}

.text-transparent\/30 {
    color: #0000004d
}

.text-transparent\/40 {
    color: #0006
}

.text-transparent\/5 {
    color: #0000000d
}

.text-transparent\/50 {
    color: #00000080
}

.text-transparent\/60 {
    color: #0009
}

.text-transparent\/70 {
    color: #000000b3
}

.text-transparent\/75 {
    color: #000000bf
}

.text-transparent\/80 {
    color: #000c
}

.text-transparent\/90 {
    color: #000000e6
}

.text-transparent\/95 {
    color: #000000f2
}

.text-violet-100 {
    --tw-text-opacity: 1;
    color: rgb(237 233 254/var(--tw-text-opacity))
}

.text-violet-100\/0 {
    color: #ede9fe00
}

.text-violet-100\/10 {
    color: #ede9fe1a
}

.text-violet-100\/100 {
    color: #ede9fe
}

.text-violet-100\/20 {
    color: #ede9fe33
}

.text-violet-100\/25 {
    color: #ede9fe40
}

.text-violet-100\/30 {
    color: #ede9fe4d
}

.text-violet-100\/40 {
    color: #ede9fe66
}

.text-violet-100\/5 {
    color: #ede9fe0d
}

.text-violet-100\/50 {
    color: #ede9fe80
}

.text-violet-100\/60 {
    color: #ede9fe99
}

.text-violet-100\/70 {
    color: #ede9feb3
}

.text-violet-100\/75 {
    color: #ede9febf
}

.text-violet-100\/80 {
    color: #ede9fecc
}

.text-violet-100\/90 {
    color: #ede9fee6
}

.text-violet-100\/95 {
    color: #ede9fef2
}

.text-violet-200 {
    --tw-text-opacity: 1;
    color: rgb(221 214 254/var(--tw-text-opacity))
}

.text-violet-200\/0 {
    color: #ddd6fe00
}

.text-violet-200\/10 {
    color: #ddd6fe1a
}

.text-violet-200\/100 {
    color: #ddd6fe
}

.text-violet-200\/20 {
    color: #ddd6fe33
}

.text-violet-200\/25 {
    color: #ddd6fe40
}

.text-violet-200\/30 {
    color: #ddd6fe4d
}

.text-violet-200\/40 {
    color: #ddd6fe66
}

.text-violet-200\/5 {
    color: #ddd6fe0d
}

.text-violet-200\/50 {
    color: #ddd6fe80
}

.text-violet-200\/60 {
    color: #ddd6fe99
}

.text-violet-200\/70 {
    color: #ddd6feb3
}

.text-violet-200\/75 {
    color: #ddd6febf
}

.text-violet-200\/80 {
    color: #ddd6fecc
}

.text-violet-200\/90 {
    color: #ddd6fee6
}

.text-violet-200\/95 {
    color: #ddd6fef2
}

.text-violet-300 {
    --tw-text-opacity: 1;
    color: rgb(196 181 253/var(--tw-text-opacity))
}

.text-violet-300\/0 {
    color: #c4b5fd00
}

.text-violet-300\/10 {
    color: #c4b5fd1a
}

.text-violet-300\/100 {
    color: #c4b5fd
}

.text-violet-300\/20 {
    color: #c4b5fd33
}

.text-violet-300\/25 {
    color: #c4b5fd40
}

.text-violet-300\/30 {
    color: #c4b5fd4d
}

.text-violet-300\/40 {
    color: #c4b5fd66
}

.text-violet-300\/5 {
    color: #c4b5fd0d
}

.text-violet-300\/50 {
    color: #c4b5fd80
}

.text-violet-300\/60 {
    color: #c4b5fd99
}

.text-violet-300\/70 {
    color: #c4b5fdb3
}

.text-violet-300\/75 {
    color: #c4b5fdbf
}

.text-violet-300\/80 {
    color: #c4b5fdcc
}

.text-violet-300\/90 {
    color: #c4b5fde6
}

.text-violet-300\/95 {
    color: #c4b5fdf2
}

.text-violet-400 {
    --tw-text-opacity: 1;
    color: rgb(167 139 250/var(--tw-text-opacity))
}

.text-violet-400\/0 {
    color: #a78bfa00
}

.text-violet-400\/10 {
    color: #a78bfa1a
}

.text-violet-400\/100 {
    color: #a78bfa
}

.text-violet-400\/20 {
    color: #a78bfa33
}

.text-violet-400\/25 {
    color: #a78bfa40
}

.text-violet-400\/30 {
    color: #a78bfa4d
}

.text-violet-400\/40 {
    color: #a78bfa66
}

.text-violet-400\/5 {
    color: #a78bfa0d
}

.text-violet-400\/50 {
    color: #a78bfa80
}

.text-violet-400\/60 {
    color: #a78bfa99
}

.text-violet-400\/70 {
    color: #a78bfab3
}

.text-violet-400\/75 {
    color: #a78bfabf
}

.text-violet-400\/80 {
    color: #a78bfacc
}

.text-violet-400\/90 {
    color: #a78bfae6
}

.text-violet-400\/95 {
    color: #a78bfaf2
}

.text-violet-50 {
    --tw-text-opacity: 1;
    color: rgb(245 243 255/var(--tw-text-opacity))
}

.text-violet-50\/0 {
    color: #f5f3ff00
}

.text-violet-50\/10 {
    color: #f5f3ff1a
}

.text-violet-50\/100 {
    color: #f5f3ff
}

.text-violet-50\/20 {
    color: #f5f3ff33
}

.text-violet-50\/25 {
    color: #f5f3ff40
}

.text-violet-50\/30 {
    color: #f5f3ff4d
}

.text-violet-50\/40 {
    color: #f5f3ff66
}

.text-violet-50\/5 {
    color: #f5f3ff0d
}

.text-violet-50\/50 {
    color: #f5f3ff80
}

.text-violet-50\/60 {
    color: #f5f3ff99
}

.text-violet-50\/70 {
    color: #f5f3ffb3
}

.text-violet-50\/75 {
    color: #f5f3ffbf
}

.text-violet-50\/80 {
    color: #f5f3ffcc
}

.text-violet-50\/90 {
    color: #f5f3ffe6
}

.text-violet-50\/95 {
    color: #f5f3fff2
}

.text-violet-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246/var(--tw-text-opacity))
}

.text-violet-500\/0 {
    color: #8b5cf600
}

.text-violet-500\/10 {
    color: #8b5cf61a
}

.text-violet-500\/100 {
    color: #8b5cf6
}

.text-violet-500\/20 {
    color: #8b5cf633
}

.text-violet-500\/25 {
    color: #8b5cf640
}

.text-violet-500\/30 {
    color: #8b5cf64d
}

.text-violet-500\/40 {
    color: #8b5cf666
}

.text-violet-500\/5 {
    color: #8b5cf60d
}

.text-violet-500\/50 {
    color: #8b5cf680
}

.text-violet-500\/60 {
    color: #8b5cf699
}

.text-violet-500\/70 {
    color: #8b5cf6b3
}

.text-violet-500\/75 {
    color: #8b5cf6bf
}

.text-violet-500\/80 {
    color: #8b5cf6cc
}

.text-violet-500\/90 {
    color: #8b5cf6e6
}

.text-violet-500\/95 {
    color: #8b5cf6f2
}

.text-violet-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237/var(--tw-text-opacity))
}

.text-violet-600\/0 {
    color: #7c3aed00
}

.text-violet-600\/10 {
    color: #7c3aed1a
}

.text-violet-600\/100 {
    color: #7c3aed
}

.text-violet-600\/20 {
    color: #7c3aed33
}

.text-violet-600\/25 {
    color: #7c3aed40
}

.text-violet-600\/30 {
    color: #7c3aed4d
}

.text-violet-600\/40 {
    color: #7c3aed66
}

.text-violet-600\/5 {
    color: #7c3aed0d
}

.text-violet-600\/50 {
    color: #7c3aed80
}

.text-violet-600\/60 {
    color: #7c3aed99
}

.text-violet-600\/70 {
    color: #7c3aedb3
}

.text-violet-600\/75 {
    color: #7c3aedbf
}

.text-violet-600\/80 {
    color: #7c3aedcc
}

.text-violet-600\/90 {
    color: #7c3aede6
}

.text-violet-600\/95 {
    color: #7c3aedf2
}

.text-violet-700 {
    --tw-text-opacity: 1;
    color: rgb(109 40 217/var(--tw-text-opacity))
}

.text-violet-700\/0 {
    color: #6d28d900
}

.text-violet-700\/10 {
    color: #6d28d91a
}

.text-violet-700\/100 {
    color: #6d28d9
}

.text-violet-700\/20 {
    color: #6d28d933
}

.text-violet-700\/25 {
    color: #6d28d940
}

.text-violet-700\/30 {
    color: #6d28d94d
}

.text-violet-700\/40 {
    color: #6d28d966
}

.text-violet-700\/5 {
    color: #6d28d90d
}

.text-violet-700\/50 {
    color: #6d28d980
}

.text-violet-700\/60 {
    color: #6d28d999
}

.text-violet-700\/70 {
    color: #6d28d9b3
}

.text-violet-700\/75 {
    color: #6d28d9bf
}

.text-violet-700\/80 {
    color: #6d28d9cc
}

.text-violet-700\/90 {
    color: #6d28d9e6
}

.text-violet-700\/95 {
    color: #6d28d9f2
}

.text-violet-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182/var(--tw-text-opacity))
}

.text-violet-800\/0 {
    color: #5b21b600
}

.text-violet-800\/10 {
    color: #5b21b61a
}

.text-violet-800\/100 {
    color: #5b21b6
}

.text-violet-800\/20 {
    color: #5b21b633
}

.text-violet-800\/25 {
    color: #5b21b640
}

.text-violet-800\/30 {
    color: #5b21b64d
}

.text-violet-800\/40 {
    color: #5b21b666
}

.text-violet-800\/5 {
    color: #5b21b60d
}

.text-violet-800\/50 {
    color: #5b21b680
}

.text-violet-800\/60 {
    color: #5b21b699
}

.text-violet-800\/70 {
    color: #5b21b6b3
}

.text-violet-800\/75 {
    color: #5b21b6bf
}

.text-violet-800\/80 {
    color: #5b21b6cc
}

.text-violet-800\/90 {
    color: #5b21b6e6
}

.text-violet-800\/95 {
    color: #5b21b6f2
}

.text-violet-900 {
    --tw-text-opacity: 1;
    color: rgb(76 29 149/var(--tw-text-opacity))
}

.text-violet-900\/0 {
    color: #4c1d9500
}

.text-violet-900\/10 {
    color: #4c1d951a
}

.text-violet-900\/100 {
    color: #4c1d95
}

.text-violet-900\/20 {
    color: #4c1d9533
}

.text-violet-900\/25 {
    color: #4c1d9540
}

.text-violet-900\/30 {
    color: #4c1d954d
}

.text-violet-900\/40 {
    color: #4c1d9566
}

.text-violet-900\/5 {
    color: #4c1d950d
}

.text-violet-900\/50 {
    color: #4c1d9580
}

.text-violet-900\/60 {
    color: #4c1d9599
}

.text-violet-900\/70 {
    color: #4c1d95b3
}

.text-violet-900\/75 {
    color: #4c1d95bf
}

.text-violet-900\/80 {
    color: #4c1d95cc
}

.text-violet-900\/90 {
    color: #4c1d95e6
}

.text-violet-900\/95 {
    color: #4c1d95f2
}

.text-violet-950 {
    --tw-text-opacity: 1;
    color: rgb(46 16 101/var(--tw-text-opacity))
}

.text-violet-950\/0 {
    color: #2e106500
}

.text-violet-950\/10 {
    color: #2e10651a
}

.text-violet-950\/100 {
    color: #2e1065
}

.text-violet-950\/20 {
    color: #2e106533
}

.text-violet-950\/25 {
    color: #2e106540
}

.text-violet-950\/30 {
    color: #2e10654d
}

.text-violet-950\/40 {
    color: #2e106566
}

.text-violet-950\/5 {
    color: #2e10650d
}

.text-violet-950\/50 {
    color: #2e106580
}

.text-violet-950\/60 {
    color: #2e106599
}

.text-violet-950\/70 {
    color: #2e1065b3
}

.text-violet-950\/75 {
    color: #2e1065bf
}

.text-violet-950\/80 {
    color: #2e1065cc
}

.text-violet-950\/90 {
    color: #2e1065e6
}

.text-violet-950\/95 {
    color: #2e1065f2
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-white\/0 {
    color: #fff0
}

.text-white\/10 {
    color: #ffffff1a
}

.text-white\/100 {
    color: #fff
}

.text-white\/20 {
    color: #fff3
}

.text-white\/25 {
    color: #ffffff40
}

.text-white\/30 {
    color: #ffffff4d
}

.text-white\/40 {
    color: #fff6
}

.text-white\/5 {
    color: #ffffff0d
}

.text-white\/50 {
    color: #ffffff80
}

.text-white\/60 {
    color: #fff9
}

.text-white\/70 {
    color: #ffffffb3
}

.text-white\/75 {
    color: #ffffffbf
}

.text-white\/80 {
    color: #fffc
}

.text-white\/90 {
    color: #ffffffe6
}

.text-white\/95 {
    color: #fffffff2
}

.text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195/var(--tw-text-opacity))
}

.text-yellow-100\/0 {
    color: #fef9c300
}

.text-yellow-100\/10 {
    color: #fef9c31a
}

.text-yellow-100\/100 {
    color: #fef9c3
}

.text-yellow-100\/20 {
    color: #fef9c333
}

.text-yellow-100\/25 {
    color: #fef9c340
}

.text-yellow-100\/30 {
    color: #fef9c34d
}

.text-yellow-100\/40 {
    color: #fef9c366
}

.text-yellow-100\/5 {
    color: #fef9c30d
}

.text-yellow-100\/50 {
    color: #fef9c380
}

.text-yellow-100\/60 {
    color: #fef9c399
}

.text-yellow-100\/70 {
    color: #fef9c3b3
}

.text-yellow-100\/75 {
    color: #fef9c3bf
}

.text-yellow-100\/80 {
    color: #fef9c3cc
}

.text-yellow-100\/90 {
    color: #fef9c3e6
}

.text-yellow-100\/95 {
    color: #fef9c3f2
}

.text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138/var(--tw-text-opacity))
}

.text-yellow-200\/0 {
    color: #fef08a00
}

.text-yellow-200\/10 {
    color: #fef08a1a
}

.text-yellow-200\/100 {
    color: #fef08a
}

.text-yellow-200\/20 {
    color: #fef08a33
}

.text-yellow-200\/25 {
    color: #fef08a40
}

.text-yellow-200\/30 {
    color: #fef08a4d
}

.text-yellow-200\/40 {
    color: #fef08a66
}

.text-yellow-200\/5 {
    color: #fef08a0d
}

.text-yellow-200\/50 {
    color: #fef08a80
}

.text-yellow-200\/60 {
    color: #fef08a99
}

.text-yellow-200\/70 {
    color: #fef08ab3
}

.text-yellow-200\/75 {
    color: #fef08abf
}

.text-yellow-200\/80 {
    color: #fef08acc
}

.text-yellow-200\/90 {
    color: #fef08ae6
}

.text-yellow-200\/95 {
    color: #fef08af2
}

.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71/var(--tw-text-opacity))
}

.text-yellow-300\/0 {
    color: #fde04700
}

.text-yellow-300\/10 {
    color: #fde0471a
}

.text-yellow-300\/100 {
    color: #fde047
}

.text-yellow-300\/20 {
    color: #fde04733
}

.text-yellow-300\/25 {
    color: #fde04740
}

.text-yellow-300\/30 {
    color: #fde0474d
}

.text-yellow-300\/40 {
    color: #fde04766
}

.text-yellow-300\/5 {
    color: #fde0470d
}

.text-yellow-300\/50 {
    color: #fde04780
}

.text-yellow-300\/60 {
    color: #fde04799
}

.text-yellow-300\/70 {
    color: #fde047b3
}

.text-yellow-300\/75 {
    color: #fde047bf
}

.text-yellow-300\/80 {
    color: #fde047cc
}

.text-yellow-300\/90 {
    color: #fde047e6
}

.text-yellow-300\/95 {
    color: #fde047f2
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21/var(--tw-text-opacity))
}

.text-yellow-400\/0 {
    color: #facc1500
}

.text-yellow-400\/10 {
    color: #facc151a
}

.text-yellow-400\/100 {
    color: #facc15
}

.text-yellow-400\/20 {
    color: #facc1533
}

.text-yellow-400\/25 {
    color: #facc1540
}

.text-yellow-400\/30 {
    color: #facc154d
}

.text-yellow-400\/40 {
    color: #facc1566
}

.text-yellow-400\/5 {
    color: #facc150d
}

.text-yellow-400\/50 {
    color: #facc1580
}

.text-yellow-400\/60 {
    color: #facc1599
}

.text-yellow-400\/70 {
    color: #facc15b3
}

.text-yellow-400\/75 {
    color: #facc15bf
}

.text-yellow-400\/80 {
    color: #facc15cc
}

.text-yellow-400\/90 {
    color: #facc15e6
}

.text-yellow-400\/95 {
    color: #facc15f2
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232/var(--tw-text-opacity))
}

.text-yellow-50\/0 {
    color: #fefce800
}

.text-yellow-50\/10 {
    color: #fefce81a
}

.text-yellow-50\/100 {
    color: #fefce8
}

.text-yellow-50\/20 {
    color: #fefce833
}

.text-yellow-50\/25 {
    color: #fefce840
}

.text-yellow-50\/30 {
    color: #fefce84d
}

.text-yellow-50\/40 {
    color: #fefce866
}

.text-yellow-50\/5 {
    color: #fefce80d
}

.text-yellow-50\/50 {
    color: #fefce880
}

.text-yellow-50\/60 {
    color: #fefce899
}

.text-yellow-50\/70 {
    color: #fefce8b3
}

.text-yellow-50\/75 {
    color: #fefce8bf
}

.text-yellow-50\/80 {
    color: #fefce8cc
}

.text-yellow-50\/90 {
    color: #fefce8e6
}

.text-yellow-50\/95 {
    color: #fefce8f2
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8/var(--tw-text-opacity))
}

.text-yellow-500\/0 {
    color: #eab30800
}

.text-yellow-500\/10 {
    color: #eab3081a
}

.text-yellow-500\/100 {
    color: #eab308
}

.text-yellow-500\/20 {
    color: #eab30833
}

.text-yellow-500\/25 {
    color: #eab30840
}

.text-yellow-500\/30 {
    color: #eab3084d
}

.text-yellow-500\/40 {
    color: #eab30866
}

.text-yellow-500\/5 {
    color: #eab3080d
}

.text-yellow-500\/50 {
    color: #eab30880
}

.text-yellow-500\/60 {
    color: #eab30899
}

.text-yellow-500\/70 {
    color: #eab308b3
}

.text-yellow-500\/75 {
    color: #eab308bf
}

.text-yellow-500\/80 {
    color: #eab308cc
}

.text-yellow-500\/90 {
    color: #eab308e6
}

.text-yellow-500\/95 {
    color: #eab308f2
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4/var(--tw-text-opacity))
}

.text-yellow-600\/0 {
    color: #ca8a0400
}

.text-yellow-600\/10 {
    color: #ca8a041a
}

.text-yellow-600\/100 {
    color: #ca8a04
}

.text-yellow-600\/20 {
    color: #ca8a0433
}

.text-yellow-600\/25 {
    color: #ca8a0440
}

.text-yellow-600\/30 {
    color: #ca8a044d
}

.text-yellow-600\/40 {
    color: #ca8a0466
}

.text-yellow-600\/5 {
    color: #ca8a040d
}

.text-yellow-600\/50 {
    color: #ca8a0480
}

.text-yellow-600\/60 {
    color: #ca8a0499
}

.text-yellow-600\/70 {
    color: #ca8a04b3
}

.text-yellow-600\/75 {
    color: #ca8a04bf
}

.text-yellow-600\/80 {
    color: #ca8a04cc
}

.text-yellow-600\/90 {
    color: #ca8a04e6
}

.text-yellow-600\/95 {
    color: #ca8a04f2
}

.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7/var(--tw-text-opacity))
}

.text-yellow-700\/0 {
    color: #a1620700
}

.text-yellow-700\/10 {
    color: #a162071a
}

.text-yellow-700\/100 {
    color: #a16207
}

.text-yellow-700\/20 {
    color: #a1620733
}

.text-yellow-700\/25 {
    color: #a1620740
}

.text-yellow-700\/30 {
    color: #a162074d
}

.text-yellow-700\/40 {
    color: #a1620766
}

.text-yellow-700\/5 {
    color: #a162070d
}

.text-yellow-700\/50 {
    color: #a1620780
}

.text-yellow-700\/60 {
    color: #a1620799
}

.text-yellow-700\/70 {
    color: #a16207b3
}

.text-yellow-700\/75 {
    color: #a16207bf
}

.text-yellow-700\/80 {
    color: #a16207cc
}

.text-yellow-700\/90 {
    color: #a16207e6
}

.text-yellow-700\/95 {
    color: #a16207f2
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14/var(--tw-text-opacity))
}

.text-yellow-800\/0 {
    color: #854d0e00
}

.text-yellow-800\/10 {
    color: #854d0e1a
}

.text-yellow-800\/100 {
    color: #854d0e
}

.text-yellow-800\/20 {
    color: #854d0e33
}

.text-yellow-800\/25 {
    color: #854d0e40
}

.text-yellow-800\/30 {
    color: #854d0e4d
}

.text-yellow-800\/40 {
    color: #854d0e66
}

.text-yellow-800\/5 {
    color: #854d0e0d
}

.text-yellow-800\/50 {
    color: #854d0e80
}

.text-yellow-800\/60 {
    color: #854d0e99
}

.text-yellow-800\/70 {
    color: #854d0eb3
}

.text-yellow-800\/75 {
    color: #854d0ebf
}

.text-yellow-800\/80 {
    color: #854d0ecc
}

.text-yellow-800\/90 {
    color: #854d0ee6
}

.text-yellow-800\/95 {
    color: #854d0ef2
}

.text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18/var(--tw-text-opacity))
}

.text-yellow-900\/0 {
    color: #713f1200
}

.text-yellow-900\/10 {
    color: #713f121a
}

.text-yellow-900\/100 {
    color: #713f12
}

.text-yellow-900\/20 {
    color: #713f1233
}

.text-yellow-900\/25 {
    color: #713f1240
}

.text-yellow-900\/30 {
    color: #713f124d
}

.text-yellow-900\/40 {
    color: #713f1266
}

.text-yellow-900\/5 {
    color: #713f120d
}

.text-yellow-900\/50 {
    color: #713f1280
}

.text-yellow-900\/60 {
    color: #713f1299
}

.text-yellow-900\/70 {
    color: #713f12b3
}

.text-yellow-900\/75 {
    color: #713f12bf
}

.text-yellow-900\/80 {
    color: #713f12cc
}

.text-yellow-900\/90 {
    color: #713f12e6
}

.text-yellow-900\/95 {
    color: #713f12f2
}

.text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6/var(--tw-text-opacity))
}

.text-yellow-950\/0 {
    color: #42200600
}

.text-yellow-950\/10 {
    color: #4220061a
}

.text-yellow-950\/100 {
    color: #422006
}

.text-yellow-950\/20 {
    color: #42200633
}

.text-yellow-950\/25 {
    color: #42200640
}

.text-yellow-950\/30 {
    color: #4220064d
}

.text-yellow-950\/40 {
    color: #42200666
}

.text-yellow-950\/5 {
    color: #4220060d
}

.text-yellow-950\/50 {
    color: #42200680
}

.text-yellow-950\/60 {
    color: #42200699
}

.text-yellow-950\/70 {
    color: #422006b3
}

.text-yellow-950\/75 {
    color: #422006bf
}

.text-yellow-950\/80 {
    color: #422006cc
}

.text-yellow-950\/90 {
    color: #422006e6
}

.text-yellow-950\/95 {
    color: #422006f2
}

.text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgb(244 244 245/var(--tw-text-opacity))
}

.text-zinc-100\/0 {
    color: #f4f4f500
}

.text-zinc-100\/10 {
    color: #f4f4f51a
}

.text-zinc-100\/100 {
    color: #f4f4f5
}

.text-zinc-100\/20 {
    color: #f4f4f533
}

.text-zinc-100\/25 {
    color: #f4f4f540
}

.text-zinc-100\/30 {
    color: #f4f4f54d
}

.text-zinc-100\/40 {
    color: #f4f4f566
}

.text-zinc-100\/5 {
    color: #f4f4f50d
}

.text-zinc-100\/50 {
    color: #f4f4f580
}

.text-zinc-100\/60 {
    color: #f4f4f599
}

.text-zinc-100\/70 {
    color: #f4f4f5b3
}

.text-zinc-100\/75 {
    color: #f4f4f5bf
}

.text-zinc-100\/80 {
    color: #f4f4f5cc
}

.text-zinc-100\/90 {
    color: #f4f4f5e6
}

.text-zinc-100\/95 {
    color: #f4f4f5f2
}

.text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgb(228 228 231/var(--tw-text-opacity))
}

.text-zinc-200\/0 {
    color: #e4e4e700
}

.text-zinc-200\/10 {
    color: #e4e4e71a
}

.text-zinc-200\/100 {
    color: #e4e4e7
}

.text-zinc-200\/20 {
    color: #e4e4e733
}

.text-zinc-200\/25 {
    color: #e4e4e740
}

.text-zinc-200\/30 {
    color: #e4e4e74d
}

.text-zinc-200\/40 {
    color: #e4e4e766
}

.text-zinc-200\/5 {
    color: #e4e4e70d
}

.text-zinc-200\/50 {
    color: #e4e4e780
}

.text-zinc-200\/60 {
    color: #e4e4e799
}

.text-zinc-200\/70 {
    color: #e4e4e7b3
}

.text-zinc-200\/75 {
    color: #e4e4e7bf
}

.text-zinc-200\/80 {
    color: #e4e4e7cc
}

.text-zinc-200\/90 {
    color: #e4e4e7e6
}

.text-zinc-200\/95 {
    color: #e4e4e7f2
}

.text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 216/var(--tw-text-opacity))
}

.text-zinc-300\/0 {
    color: #d4d4d800
}

.text-zinc-300\/10 {
    color: #d4d4d81a
}

.text-zinc-300\/100 {
    color: #d4d4d8
}

.text-zinc-300\/20 {
    color: #d4d4d833
}

.text-zinc-300\/25 {
    color: #d4d4d840
}

.text-zinc-300\/30 {
    color: #d4d4d84d
}

.text-zinc-300\/40 {
    color: #d4d4d866
}

.text-zinc-300\/5 {
    color: #d4d4d80d
}

.text-zinc-300\/50 {
    color: #d4d4d880
}

.text-zinc-300\/60 {
    color: #d4d4d899
}

.text-zinc-300\/70 {
    color: #d4d4d8b3
}

.text-zinc-300\/75 {
    color: #d4d4d8bf
}

.text-zinc-300\/80 {
    color: #d4d4d8cc
}

.text-zinc-300\/90 {
    color: #d4d4d8e6
}

.text-zinc-300\/95 {
    color: #d4d4d8f2
}

.text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170/var(--tw-text-opacity))
}

.text-zinc-400\/0 {
    color: #a1a1aa00
}

.text-zinc-400\/10 {
    color: #a1a1aa1a
}

.text-zinc-400\/100 {
    color: #a1a1aa
}

.text-zinc-400\/20 {
    color: #a1a1aa33
}

.text-zinc-400\/25 {
    color: #a1a1aa40
}

.text-zinc-400\/30 {
    color: #a1a1aa4d
}

.text-zinc-400\/40 {
    color: #a1a1aa66
}

.text-zinc-400\/5 {
    color: #a1a1aa0d
}

.text-zinc-400\/50 {
    color: #a1a1aa80
}

.text-zinc-400\/60 {
    color: #a1a1aa99
}

.text-zinc-400\/70 {
    color: #a1a1aab3
}

.text-zinc-400\/75 {
    color: #a1a1aabf
}

.text-zinc-400\/80 {
    color: #a1a1aacc
}

.text-zinc-400\/90 {
    color: #a1a1aae6
}

.text-zinc-400\/95 {
    color: #a1a1aaf2
}

.text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.text-zinc-50\/0 {
    color: #fafafa00
}

.text-zinc-50\/10 {
    color: #fafafa1a
}

.text-zinc-50\/100 {
    color: #fafafa
}

.text-zinc-50\/20 {
    color: #fafafa33
}

.text-zinc-50\/25 {
    color: #fafafa40
}

.text-zinc-50\/30 {
    color: #fafafa4d
}

.text-zinc-50\/40 {
    color: #fafafa66
}

.text-zinc-50\/5 {
    color: #fafafa0d
}

.text-zinc-50\/50 {
    color: #fafafa80
}

.text-zinc-50\/60 {
    color: #fafafa99
}

.text-zinc-50\/70 {
    color: #fafafab3
}

.text-zinc-50\/75 {
    color: #fafafabf
}

.text-zinc-50\/80 {
    color: #fafafacc
}

.text-zinc-50\/90 {
    color: #fafafae6
}

.text-zinc-50\/95 {
    color: #fafafaf2
}

.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122/var(--tw-text-opacity))
}

.text-zinc-500\/0 {
    color: #71717a00
}

.text-zinc-500\/10 {
    color: #71717a1a
}

.text-zinc-500\/100 {
    color: #71717a
}

.text-zinc-500\/20 {
    color: #71717a33
}

.text-zinc-500\/25 {
    color: #71717a40
}

.text-zinc-500\/30 {
    color: #71717a4d
}

.text-zinc-500\/40 {
    color: #71717a66
}

.text-zinc-500\/5 {
    color: #71717a0d
}

.text-zinc-500\/50 {
    color: #71717a80
}

.text-zinc-500\/60 {
    color: #71717a99
}

.text-zinc-500\/70 {
    color: #71717ab3
}

.text-zinc-500\/75 {
    color: #71717abf
}

.text-zinc-500\/80 {
    color: #71717acc
}

.text-zinc-500\/90 {
    color: #71717ae6
}

.text-zinc-500\/95 {
    color: #71717af2
}

.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91/var(--tw-text-opacity))
}

.text-zinc-600\/0 {
    color: #52525b00
}

.text-zinc-600\/10 {
    color: #52525b1a
}

.text-zinc-600\/100 {
    color: #52525b
}

.text-zinc-600\/20 {
    color: #52525b33
}

.text-zinc-600\/25 {
    color: #52525b40
}

.text-zinc-600\/30 {
    color: #52525b4d
}

.text-zinc-600\/40 {
    color: #52525b66
}

.text-zinc-600\/5 {
    color: #52525b0d
}

.text-zinc-600\/50 {
    color: #52525b80
}

.text-zinc-600\/60 {
    color: #52525b99
}

.text-zinc-600\/70 {
    color: #52525bb3
}

.text-zinc-600\/75 {
    color: #52525bbf
}

.text-zinc-600\/80 {
    color: #52525bcc
}

.text-zinc-600\/90 {
    color: #52525be6
}

.text-zinc-600\/95 {
    color: #52525bf2
}

.text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgb(63 63 70/var(--tw-text-opacity))
}

.text-zinc-700\/0 {
    color: #3f3f4600
}

.text-zinc-700\/10 {
    color: #3f3f461a
}

.text-zinc-700\/100 {
    color: #3f3f46
}

.text-zinc-700\/20 {
    color: #3f3f4633
}

.text-zinc-700\/25 {
    color: #3f3f4640
}

.text-zinc-700\/30 {
    color: #3f3f464d
}

.text-zinc-700\/40 {
    color: #3f3f4666
}

.text-zinc-700\/5 {
    color: #3f3f460d
}

.text-zinc-700\/50 {
    color: #3f3f4680
}

.text-zinc-700\/60 {
    color: #3f3f4699
}

.text-zinc-700\/70 {
    color: #3f3f46b3
}

.text-zinc-700\/75 {
    color: #3f3f46bf
}

.text-zinc-700\/80 {
    color: #3f3f46cc
}

.text-zinc-700\/90 {
    color: #3f3f46e6
}

.text-zinc-700\/95 {
    color: #3f3f46f2
}

.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42/var(--tw-text-opacity))
}

.text-zinc-800\/0 {
    color: #27272a00
}

.text-zinc-800\/10 {
    color: #27272a1a
}

.text-zinc-800\/100 {
    color: #27272a
}

.text-zinc-800\/20 {
    color: #27272a33
}

.text-zinc-800\/25 {
    color: #27272a40
}

.text-zinc-800\/30 {
    color: #27272a4d
}

.text-zinc-800\/40 {
    color: #27272a66
}

.text-zinc-800\/5 {
    color: #27272a0d
}

.text-zinc-800\/50 {
    color: #27272a80
}

.text-zinc-800\/60 {
    color: #27272a99
}

.text-zinc-800\/70 {
    color: #27272ab3
}

.text-zinc-800\/75 {
    color: #27272abf
}

.text-zinc-800\/80 {
    color: #27272acc
}

.text-zinc-800\/90 {
    color: #27272ae6
}

.text-zinc-800\/95 {
    color: #27272af2
}

.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27/var(--tw-text-opacity))
}

.text-zinc-900\/0 {
    color: #18181b00
}

.text-zinc-900\/10 {
    color: #18181b1a
}

.text-zinc-900\/100 {
    color: #18181b
}

.text-zinc-900\/20 {
    color: #18181b33
}

.text-zinc-900\/25 {
    color: #18181b40
}

.text-zinc-900\/30 {
    color: #18181b4d
}

.text-zinc-900\/40 {
    color: #18181b66
}

.text-zinc-900\/5 {
    color: #18181b0d
}

.text-zinc-900\/50 {
    color: #18181b80
}

.text-zinc-900\/60 {
    color: #18181b99
}

.text-zinc-900\/70 {
    color: #18181bb3
}

.text-zinc-900\/75 {
    color: #18181bbf
}

.text-zinc-900\/80 {
    color: #18181bcc
}

.text-zinc-900\/90 {
    color: #18181be6
}

.text-zinc-900\/95 {
    color: #18181bf2
}

.text-zinc-950 {
    --tw-text-opacity: 1;
    color: rgb(9 9 11/var(--tw-text-opacity))
}

.text-zinc-950\/0 {
    color: #09090b00
}

.text-zinc-950\/10 {
    color: #09090b1a
}

.text-zinc-950\/100 {
    color: #09090b
}

.text-zinc-950\/20 {
    color: #09090b33
}

.text-zinc-950\/25 {
    color: #09090b40
}

.text-zinc-950\/30 {
    color: #09090b4d
}

.text-zinc-950\/40 {
    color: #09090b66
}

.text-zinc-950\/5 {
    color: #09090b0d
}

.text-zinc-950\/50 {
    color: #09090b80
}

.text-zinc-950\/60 {
    color: #09090b99
}

.text-zinc-950\/70 {
    color: #09090bb3
}

.text-zinc-950\/75 {
    color: #09090bbf
}

.text-zinc-950\/80 {
    color: #09090bcc
}

.text-zinc-950\/90 {
    color: #09090be6
}

.text-zinc-950\/95 {
    color: #09090bf2
}

.text-opacity-0 {
    --tw-text-opacity: 0
}

.text-opacity-10 {
    --tw-text-opacity: 0.1
}

.text-opacity-100 {
    --tw-text-opacity: 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-5 {
    --tw-text-opacity: 0.05
}

.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
}

.underline {
    text-decoration-line: underline
}

.overline {
    text-decoration-line: overline
}

.line-through {
    text-decoration-line: line-through
}

.no-underline {
    text-decoration-line: none
}

.decoration-solid {
    text-decoration-style: solid
}

.decoration-double {
    text-decoration-style: double
}

.decoration-dotted {
    text-decoration-style: dotted
}

.decoration-dashed {
    text-decoration-style: dashed
}

.decoration-wavy {
    text-decoration-style: wavy
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.opacity-75 {
    opacity: .75
}

.bg-blend-normal {
    background-blend-mode: normal
}

.bg-blend-multiply {
    background-blend-mode: multiply
}

.bg-blend-screen {
    background-blend-mode: screen
}

.bg-blend-overlay {
    background-blend-mode: overlay
}

.bg-blend-darken {
    background-blend-mode: darken
}

.bg-blend-lighten {
    background-blend-mode: lighten
}

.bg-blend-color-dodge {
    background-blend-mode: color-dodge
}

.bg-blend-color-burn {
    background-blend-mode: color-burn
}

.bg-blend-hard-light {
    background-blend-mode: hard-light
}

.bg-blend-soft-light {
    background-blend-mode: soft-light
}

.bg-blend-difference {
    background-blend-mode: difference
}

.bg-blend-exclusion {
    background-blend-mode: exclusion
}

.bg-blend-hue {
    background-blend-mode: hue
}

.bg-blend-saturation {
    background-blend-mode: saturation
}

.bg-blend-color {
    background-blend-mode: color
}

.bg-blend-luminosity {
    background-blend-mode: luminosity
}

.mix-blend-normal {
    mix-blend-mode: normal
}

.mix-blend-multiply {
    mix-blend-mode: multiply
}

.mix-blend-screen {
    mix-blend-mode: screen
}

.mix-blend-overlay {
    mix-blend-mode: overlay
}

.mix-blend-darken {
    mix-blend-mode: darken
}

.mix-blend-lighten {
    mix-blend-mode: lighten
}

.mix-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.mix-blend-color-burn {
    mix-blend-mode: color-burn
}

.mix-blend-hard-light {
    mix-blend-mode: hard-light
}

.mix-blend-soft-light {
    mix-blend-mode: soft-light
}

.mix-blend-difference {
    mix-blend-mode: difference
}

.mix-blend-exclusion {
    mix-blend-mode: exclusion
}

.mix-blend-hue {
    mix-blend-mode: hue
}

.mix-blend-saturation {
    mix-blend-mode: saturation
}

.mix-blend-color {
    mix-blend-mode: color
}

.mix-blend-luminosity {
    mix-blend-mode: luminosity
}

.mix-blend-plus-lighter {
    mix-blend-mode: plus-lighter
}

.\!shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important
}

.shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.outline-none {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.outline-dashed {
    outline-style: dashed
}

.outline-dotted {
    outline-style: dotted
}

.outline-double {
    outline-style: double
}

.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
}

.blur {
    --tw-blur: blur(8px)
}

.blur,.drop-shadow {
    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)
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f)
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.grayscale,.invert {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.invert {
    --tw-invert: invert(100%)
}

.sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.\!filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter-none {
    filter: none
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px)
}

.backdrop-blur,.backdrop-grayscale {
    -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-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
}

.backdrop-invert {
    --tw-backdrop-invert: invert(100%)
}

.backdrop-invert,.backdrop-sepia {
    -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-sepia {
    --tw-backdrop-sepia: sepia(100%)
}

.backdrop-filter {
    -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
}

.transition {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4,0,1,1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1)
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{--tw-content:"this-is-also-valid]-weirdly-enough";content:var(--tw-content)}.ps-0{-webkit-padding-start:0;padding-inline-start:0}.pe-0{-webkit-padding-end:0;padding-inline-end:0}.ps-1{-webkit-padding-start:.25rem;padding-inline-start:.25rem}.pe-1{-webkit-padding-end:.25rem;padding-inline-end:.25rem}.ps-2{-webkit-padding-start:.5rem;padding-inline-start:.5rem}.pe-2{-webkit-padding-end:.5rem;padding-inline-end:.5rem}.ps-3{-webkit-padding-start:.75rem;padding-inline-start:.75rem}.pe-3{-webkit-padding-end:.75rem;padding-inline-end:.75rem}.ps-4{-webkit-padding-start:1rem;padding-inline-start:1rem}.pe-4{-webkit-padding-end:1rem;padding-inline-end:1rem}.ps-5{-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}.pe-5{-webkit-padding-end:1.25rem;padding-inline-end:1.25rem}.ps-6{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.pe-6{-webkit-padding-end:1.5rem;padding-inline-end:1.5rem}.ps-7{-webkit-padding-start:1.75rem;padding-inline-start:1.75rem}.pe-7{-webkit-padding-end:1.75rem;padding-inline-end:1.75rem}.ps-8{-webkit-padding-start:2rem;padding-inline-start:2rem}.pe-8{-webkit-padding-end:2rem;padding-inline-end:2rem}.ps-9{-webkit-padding-start:2.25rem;padding-inline-start:2.25rem}.pe-9{-webkit-padding-end:2.25rem;padding-inline-end:2.25rem}.ps-10{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.pe-10{-webkit-padding-end:2.5rem;padding-inline-end:2.5rem}.ps-11{-webkit-padding-start:2.75rem;padding-inline-start:2.75rem}.pe-11{-webkit-padding-end:2.75rem;padding-inline-end:2.75rem}.ps-12{-webkit-padding-start:3rem;padding-inline-start:3rem}.pe-12{-webkit-padding-end:3rem;padding-inline-end:3rem}.ps-14{-webkit-padding-start:3.5rem;padding-inline-start:3.5rem}.pe-14{-webkit-padding-end:3.5rem;padding-inline-end:3.5rem}.ps-16{-webkit-padding-start:4rem;padding-inline-start:4rem}.pe-16{-webkit-padding-end:4rem;padding-inline-end:4rem}.ps-20{-webkit-padding-start:5rem;padding-inline-start:5rem}.pe-20{-webkit-padding-end:5rem;padding-inline-end:5rem}.ps-24{-webkit-padding-start:6rem;padding-inline-start:6rem}.pe-24{-webkit-padding-end:6rem;padding-inline-end:6rem}.ps-28{-webkit-padding-start:7rem;padding-inline-start:7rem}.pe-28{-webkit-padding-end:7rem;padding-inline-end:7rem}.ps-32{-webkit-padding-start:8rem;padding-inline-start:8rem}.pe-32{-webkit-padding-end:8rem;padding-inline-end:8rem}.ps-36{-webkit-padding-start:9rem;padding-inline-start:9rem}.pe-36{-webkit-padding-end:9rem;padding-inline-end:9rem}.ps-40{-webkit-padding-start:10rem;padding-inline-start:10rem}.pe-40{-webkit-padding-end:10rem;padding-inline-end:10rem}.ps-44{-webkit-padding-start:11rem;padding-inline-start:11rem}.pe-44{-webkit-padding-end:11rem;padding-inline-end:11rem}.ps-48{-webkit-padding-start:12rem;padding-inline-start:12rem}.pe-48{-webkit-padding-end:12rem;padding-inline-end:12rem}.ps-52{-webkit-padding-start:13rem;padding-inline-start:13rem}.pe-52{-webkit-padding-end:13rem;padding-inline-end:13rem}.ps-56{-webkit-padding-start:14rem;padding-inline-start:14rem}.pe-56{-webkit-padding-end:14rem;padding-inline-end:14rem}.ps-60{-webkit-padding-start:15rem;padding-inline-start:15rem}.pe-60{-webkit-padding-end:15rem;padding-inline-end:15rem}.ps-64{-webkit-padding-start:16rem;padding-inline-start:16rem}.pe-64{-webkit-padding-end:16rem;padding-inline-end:16rem}.ps-72{-webkit-padding-start:18rem;padding-inline-start:18rem}.pe-72{-webkit-padding-end:18rem;padding-inline-end:18rem}.ps-80{-webkit-padding-start:20rem;padding-inline-start:20rem}.pe-80{-webkit-padding-end:20rem;padding-inline-end:20rem}.ps-96{-webkit-padding-start:24rem;padding-inline-start:24rem}.pe-96{-webkit-padding-end:24rem;padding-inline-end:24rem}.ps-px{-webkit-padding-start:1px;padding-inline-start:1px}.pe-px{-webkit-padding-end:1px;padding-inline-end:1px}.ps-0\.5{-webkit-padding-start:.125rem;padding-inline-start:.125rem}.pe-0\.5{-webkit-padding-end:.125rem;padding-inline-end:.125rem}.ps-1\.5{-webkit-padding-start:.375rem;padding-inline-start:.375rem}.pe-1\.5{-webkit-padding-end:.375rem;padding-inline-end:.375rem}.ps-2\.5{-webkit-padding-start:.625rem;padding-inline-start:.625rem}.pe-2\.5{-webkit-padding-end:.625rem;padding-inline-end:.625rem}.ps-3\.5{-webkit-padding-start:.875rem;padding-inline-start:.875rem}.pe-3\.5{-webkit-padding-end:.875rem;padding-inline-end:.875rem}.ms-0{-webkit-margin-start:0;margin-inline-start:0}.me-0{-webkit-margin-end:0;margin-inline-end:0}.ms-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}.me-1{-webkit-margin-end:.25rem;margin-inline-end:.25rem}.ms-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.me-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.ms-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}.me-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}.ms-4{-webkit-margin-start:1rem;margin-inline-start:1rem}.me-4{-webkit-margin-end:1rem;margin-inline-end:1rem}.ms-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}.me-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}.ms-6{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem}.me-6{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.ms-7{-webkit-margin-start:1.75rem;margin-inline-start:1.75rem}.me-7{-webkit-margin-end:1.75rem;margin-inline-end:1.75rem}.ms-8{-webkit-margin-start:2rem;margin-inline-start:2rem}.me-8{-webkit-margin-end:2rem;margin-inline-end:2rem}.ms-9{-webkit-margin-start:2.25rem;margin-inline-start:2.25rem}.me-9{-webkit-margin-end:2.25rem;margin-inline-end:2.25rem}.ms-10{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}.me-10{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}.ms-11{-webkit-margin-start:2.75rem;margin-inline-start:2.75rem}.me-11{-webkit-margin-end:2.75rem;margin-inline-end:2.75rem}.ms-12{-webkit-margin-start:3rem;margin-inline-start:3rem}.me-12{-webkit-margin-end:3rem;margin-inline-end:3rem}.ms-14{-webkit-margin-start:3.5rem;margin-inline-start:3.5rem}.me-14{-webkit-margin-end:3.5rem;margin-inline-end:3.5rem}.ms-16{-webkit-margin-start:4rem;margin-inline-start:4rem}.me-16{-webkit-margin-end:4rem;margin-inline-end:4rem}.ms-20{-webkit-margin-start:5rem;margin-inline-start:5rem}.me-20{-webkit-margin-end:5rem;margin-inline-end:5rem}.ms-24{-webkit-margin-start:6rem;margin-inline-start:6rem}.me-24{-webkit-margin-end:6rem;margin-inline-end:6rem}.ms-28{-webkit-margin-start:7rem;margin-inline-start:7rem}.me-28{-webkit-margin-end:7rem;margin-inline-end:7rem}.ms-32{-webkit-margin-start:8rem;margin-inline-start:8rem}.me-32{-webkit-margin-end:8rem;margin-inline-end:8rem}.ms-36{-webkit-margin-start:9rem;margin-inline-start:9rem}.me-36{-webkit-margin-end:9rem;margin-inline-end:9rem}.ms-40{-webkit-margin-start:10rem;margin-inline-start:10rem}.me-40{-webkit-margin-end:10rem;margin-inline-end:10rem}.ms-44{-webkit-margin-start:11rem;margin-inline-start:11rem}.me-44{-webkit-margin-end:11rem;margin-inline-end:11rem}.ms-48{-webkit-margin-start:12rem;margin-inline-start:12rem}.me-48{-webkit-margin-end:12rem;margin-inline-end:12rem}.ms-52{-webkit-margin-start:13rem;margin-inline-start:13rem}.me-52{-webkit-margin-end:13rem;margin-inline-end:13rem}.ms-56{-webkit-margin-start:14rem;margin-inline-start:14rem}.me-56{-webkit-margin-end:14rem;margin-inline-end:14rem}.ms-60{-webkit-margin-start:15rem;margin-inline-start:15rem}.me-60{-webkit-margin-end:15rem;margin-inline-end:15rem}.ms-64{-webkit-margin-start:16rem;margin-inline-start:16rem}.me-64{-webkit-margin-end:16rem;margin-inline-end:16rem}.ms-72{-webkit-margin-start:18rem;margin-inline-start:18rem}.me-72{-webkit-margin-end:18rem;margin-inline-end:18rem}.ms-80{-webkit-margin-start:20rem;margin-inline-start:20rem}.me-80{-webkit-margin-end:20rem;margin-inline-end:20rem}.ms-96{-webkit-margin-start:24rem;margin-inline-start:24rem}.me-96{-webkit-margin-end:24rem;margin-inline-end:24rem}.ms-auto{-webkit-margin-start:auto;margin-inline-start:auto}.me-auto{-webkit-margin-end:auto;margin-inline-end:auto}.ms-px{-webkit-margin-start:1px;margin-inline-start:1px}.me-px{-webkit-margin-end:1px;margin-inline-end:1px}.ms-0\.5{-webkit-margin-start:.125rem;margin-inline-start:.125rem}.me-0\.5{-webkit-margin-end:.125rem;margin-inline-end:.125rem}.ms-1\.5{-webkit-margin-start:.375rem;margin-inline-start:.375rem}.me-1\.5{-webkit-margin-end:.375rem;margin-inline-end:.375rem}.ms-2\.5{-webkit-margin-start:.625rem;margin-inline-start:.625rem}.me-2\.5{-webkit-margin-end:.625rem;margin-inline-end:.625rem}.ms-3\.5{-webkit-margin-start:.875rem;margin-inline-start:.875rem}.me-3\.5{-webkit-margin-end:.875rem;margin-inline-end:.875rem}[dir=ltr] .rounded-e{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}[dir=ltr] .rounded-s,[dir=rtl] .rounded-e{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}[dir=rtl] .rounded-s{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}[dir=ltr] .rounded-ts{border-top-left-radius:.25rem}[dir=ltr] .rounded-te{border-top-right-radius:.25rem}[dir=ltr] .rounded-be{border-bottom-right-radius:.25rem}[dir=ltr] .rounded-bs{border-bottom-left-radius:.25rem}[dir=rtl] .rounded-te{border-top-left-radius:.25rem}[dir=rtl] .rounded-ts{border-top-right-radius:.25rem}[dir=rtl] .rounded-bs{border-bottom-right-radius:.25rem}[dir=rtl] .rounded-be{border-bottom-left-radius:.25rem}[dir=ltr] .clear-start{clear:left}[dir=ltr] .clear-end,[dir=rtl] .clear-start{clear:right}[dir=rtl] .clear-end{clear:left}[dir=rtl] .float-start{float:right}[dir=rtl] .float-end{float:left}[dir=ltr] .float-end{float:right}[dir=ltr] .float-start{float:left}.border-e{border-inline-end-width:1px}.border-s{border-inline-start-width:1px}[dir=rtl] .text-start{text-align:right}[dir=rtl] .text-end{text-align:left}[dir=ltr] .text-end{text-align:right}[dir=ltr] .text-start{text-align:left}[dir=ltr] .origin-top-start{transform-origin:top left}[dir=ltr] .origin-top-end{transform-origin:top right}[dir=ltr] .origin-bottom-start{transform-origin:bottom left}[dir=ltr] .origin-bottom-end{transform-origin:bottom right}[dir=ltr] .origin-start{transform-origin:left}[dir=ltr] .origin-end{transform-origin:right}[dir=rtl] .origin-top-start{transform-origin:top right}[dir=rtl] .origin-top-end{transform-origin:top left}[dir=rtl] .origin-bottom-start{transform-origin:bottom right}[dir=rtl] .origin-bottom-end{transform-origin:bottom left}[dir=rtl] .origin-start{transform-origin:right}[dir=rtl] .origin-end{transform-origin:left}.space-s-reverse>:not([hidden])~:not([hidden]){--tw-space-s-reverse:1}.divide-s>:not([hidden])~:not([hidden]){--tw-divide-s-reverse:0;border-inline-end-width:calc(1px*var(--tw-divide-s-reverse));border-inline-start-width:calc(1px*(1 - var(--tw-divide-s-reverse)))}.divide-s-reverse>:not([hidden])~:not([hidden]){--tw-divide-s-reverse:1}.scopus_logo{background:url(../images/scopus_logo.svg) no-repeat;background-size:55px;padding-left:75px}.google_scholar_logo{background:url(../images/google_scholar_logo.svg) no-repeat;background-size:15px;padding-left:25px}.prose{color:#374151;max-width:none}.hover\:prose-lg:hover{font-size:1.125rem;line-height:1.7777778}.hover\:prose-lg:hover :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.hover\:prose-lg:hover :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.hover\:prose-lg:hover :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.hover\:prose-lg:hover :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.hover\:prose-lg:hover :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.hover\:prose-lg:hover :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.hover\:prose-lg:hover :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.hover\:prose-lg:hover :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.hover\:prose-lg:hover :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.hover\:prose-lg:hover :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.hover\:prose-lg:hover :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.hover\:prose-lg:hover :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.hover\:prose-lg:hover :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.hover\:prose-lg:hover :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.hover\:prose-lg:hover :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.hover\:prose-lg:hover :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.hover\:prose-lg:hover :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.hover\:prose-lg:hover :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.hover\:prose-lg:hover :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.hover\:prose-lg:hover :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.hover\:prose-lg:hover :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.hover\:prose-lg:hover :where(.hover\:prose-lg:hover>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.hover\:prose-lg:hover :where(.hover\:prose-lg:hover>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.hover\:prose-lg:hover :where(.hover\:prose-lg:hover>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.hover\:prose-lg:hover :where(.hover\:prose-lg:hover>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.hover\:prose-lg:hover :where(.hover\:prose-lg:hover>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.hover\:prose-lg:hover :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.hover\:prose-lg:hover :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.hover\:prose-lg:hover :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.hover\:prose-lg:hover :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.hover\:prose-lg:hover :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.hover\:prose-lg:hover :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.hover\:prose-lg:hover :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.hover\:prose-lg:hover :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.hover\:prose-lg:hover :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.hover\:prose-lg:hover :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.hover\:prose-lg:hover :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.75em}.hover\:prose-lg:hover :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.hover\:prose-lg:hover :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.hover\:prose-lg:hover :where(.hover\:prose-lg:hover>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.hover\:prose-lg:hover :where(.hover\:prose-lg:hover>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}:is(.dark .dark\:prose){color:var(--tw-prose-body);max-width:65ch}:is(.dark .dark\:prose) :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}:is(.dark .dark\:prose) :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}:is(.dark .dark\:prose) :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}:is(.dark .dark\:prose) :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}:is(.dark .dark\:prose) :where(a strong):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}:is(.dark .dark\:prose) :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}:is(.dark .dark\:prose) :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}:is(.dark .dark\:prose) :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}:is(.dark .dark\:prose) :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}:is(.dark .dark\:prose) :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}:is(.dark .dark\:prose) :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}:is(.dark .dark\:prose) :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}:is(.dark .dark\:prose) :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}:is(.dark .dark\:prose) :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}:is(.dark .dark\:prose) :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}:is(.dark .dark\:prose) :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}:is(.dark .dark\:prose) :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}:is(.dark .dark\:prose) :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}:is(.dark .dark\:prose) :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}:is(.dark .dark\:prose) :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}:is(.dark .dark\:prose) :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}:is(.dark .dark\:prose) :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}:is(.dark .dark\:prose) :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}:is(.dark .dark\:prose) :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}:is(.dark .dark\:prose) :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}:is(.dark .dark\:prose) :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}:is(.dark .dark\:prose) :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}:is(.dark .dark\:prose) :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}:is(.dark .dark\:prose) :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}:is(.dark .dark\:prose) :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}:is(.dark .dark\:prose) :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}:is(.dark .dark\:prose) :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:is(.dark .dark\:prose) :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}:is(.dark .dark\:prose) :where(code):not(:where([class~=not-prose] *)):before{content:"`"}:is(.dark .dark\:prose) :where(code):not(:where([class~=not-prose] *)):after{content:"`"}:is(.dark .dark\:prose) :where(a code):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}:is(.dark .dark\:prose) :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}:is(.dark .dark\:prose) :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}:is(.dark .dark\:prose) :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}:is(.dark .dark\:prose) :where(pre code):not(:where([class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}:is(.dark .dark\:prose) :where(pre code):not(:where([class~=not-prose] *)):before{content:none}:is(.dark .dark\:prose) :where(pre code):not(:where([class~=not-prose] *)):after{content:none}:is(.dark .dark\:prose) :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}:is(.dark .dark\:prose) :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}:is(.dark .dark\:prose) :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}:is(.dark .dark\:prose) :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}:is(.dark .dark\:prose) :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}:is(.dark .dark\:prose) :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:initial}:is(.dark .dark\:prose) :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}:is(.dark .dark\:prose) :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}:is(.dark .dark\:prose){--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}:is(.dark .dark\:prose) :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}:is(.dark .dark\:prose) :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}:is(.dark .dark\:prose) :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}:is(.dark .dark\:prose) :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}:is(.dark .dark\:prose) :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}:is(.dark .dark\:prose) :where(:is(.dark .dark\:prose)>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}:is(.dark .dark\:prose) :where(:is(.dark .dark\:prose)>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}:is(.dark .dark\:prose) :where(:is(.dark .dark\:prose)>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}:is(.dark .dark\:prose) :where(:is(.dark .dark\:prose)>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}:is(.dark .dark\:prose) :where(:is(.dark .dark\:prose)>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}:is(.dark .dark\:prose) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}:is(.dark .dark\:prose) :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}:is(.dark .dark\:prose) :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}:is(.dark .dark\:prose) :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}:is(.dark .dark\:prose) :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}:is(.dark .dark\:prose) :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}:is(.dark .dark\:prose) :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}:is(.dark .dark\:prose) :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}:is(.dark .dark\:prose) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}:is(.dark .dark\:prose) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}:is(.dark .dark\:prose) :where(:is(.dark .dark\:prose)>:first-child):not(:where([class~=not-prose] *)){margin-top:0}:is(.dark .dark\:prose) :where(:is(.dark .dark\:prose)>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}@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\:prose{color:var(--tw-prose-body);max-width:65ch}.sm\:prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.sm\:prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.sm\:prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.sm\:prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.sm\:prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.sm\:prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.sm\:prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.sm\:prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.sm\:prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.sm\:prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.sm\:prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.sm\:prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.sm\:prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.sm\:prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.sm\:prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.sm\:prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.sm\:prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.sm\:prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.sm\:prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.sm\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.sm\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.sm\:prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.sm\:prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.sm\:prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.sm\:prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.sm\:prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.sm\:prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.sm\:prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.sm\:prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.sm\:prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.sm\:prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.sm\:prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.sm\:prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.sm\:prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.sm\:prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.sm\:prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.sm\:prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.sm\:prose :where(pre code):not(:where([class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.sm\:prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.sm\:prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.sm\:prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.sm\:prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.sm\:prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.sm\:prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.sm\:prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.sm\:prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:initial}.sm\:prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.sm\:prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.sm\:prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.sm\:prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.sm\:prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.sm\:prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.sm\:prose :where(.sm\:prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sm\:prose :where(.sm\:prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.sm\:prose :where(.sm\:prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.sm\:prose :where(.sm\:prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.sm\:prose :where(.sm\:prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.sm\:prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sm\:prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.sm\:prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.sm\:prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.sm\:prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.sm\:prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.sm\:prose :where(.sm\:prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.sm\:prose :where(.sm\:prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}}@media (min-width:1024px){.lg\:prose-lg{font-size:1.125rem;line-height:1.7777778}.lg\:prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.lg\:prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.lg\:prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.lg\:prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.lg\:prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.lg\:prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.lg\:prose-lg :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.lg\:prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.lg\:prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.lg\:prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.lg\:prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.lg\:prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.lg\:prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.lg\:prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.lg\:prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.lg\:prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.lg\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.lg\:prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.lg\:prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.75em}.lg\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-lg :where(.lg\:prose-lg>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(.lg\:prose-lg>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}}.last\:me-0:last-child{-webkit-margin-end:0;margin-inline-end:0}.hover\:font-bold:hover{font-weight:700}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.before\:hover\:text-center:hover:before,.hover\:before\:text-center:hover:before{content:var(--tw-content);text-align:center}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:hover\:text-center:hover:focus,.hover\:focus\:text-center:focus:hover{text-align:center}.prose-headings\:text-ellipsis :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){text-overflow:ellipsis}.prose-headings\:underline :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){text-decoration-line:underline}.prose-h1\:text-center :is(:where(h1):not(:where([class~=not-prose] *))){text-align:center}.prose-h1\:text-3xl :is(:where(h1):not(:where([class~=not-prose] *))){font-size:1.875rem;line-height:2.25rem}.prose-h2\:text-2xl :is(:where(h2):not(:where([class~=not-prose] *))){font-size:1.5rem;line-height:2rem}.prose-h3\:text-xl :is(:where(h3):not(:where([class~=not-prose] *))){font-size:1.25rem;line-height:1.75rem}.prose-h4\:text-lg :is(:where(h4):not(:where([class~=not-prose] *))){font-size:1.125rem;line-height:1.75rem}.prose-h5\:text-sm :is(:where(h5):not(:where([class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.prose-h6\:text-xl :is(:where(h6):not(:where([class~=not-prose] *))){font-size:1.25rem;line-height:1.75rem}.prose-p\:text-gray-700 :is(:where(p):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.prose-a\:font-bold :is(:where(a):not(:where([class~=not-prose] *))){font-weight:700}.prose-blockquote\:italic :is(:where(blockquote):not(:where([class~=not-prose] *))){font-style:italic}.prose-figure\:mx-auto :is(:where(figure):not(:where([class~=not-prose] *))){margin-left:auto;margin-right:auto}.prose-figcaption\:opacity-75 :is(:where(figcaption):not(:where([class~=not-prose] *))){opacity:.75}.prose-strong\:font-medium :is(:where(strong):not(:where([class~=not-prose] *))){font-weight:500}.prose-em\:italic :is(:where(em):not(:where([class~=not-prose] *))){font-style:italic}.prose-ol\:pl-6 :is(:where(ol):not(:where([class~=not-prose] *))){padding-left:1.5rem}.prose-ul\:pl-8 :is(:where(ul):not(:where([class~=not-prose] *))){padding-left:2rem}.prose-li\:my-4 :is(:where(li):not(:where([class~=not-prose] *))){margin-top:1rem;margin-bottom:1rem}.prose-table\:my-8 :is(:where(table):not(:where([class~=not-prose] *))){margin-top:2rem;margin-bottom:2rem}.prose-thead\:border-red-300 :is(:where(thead):not(:where([class~=not-prose] *))){--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.prose-tr\:border-red-200 :is(:where(tr):not(:where([class~=not-prose] *))){--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.prose-th\:text-left :is(:where(th):not(:where([class~=not-prose] *))){text-align:left}.prose-img\:rounded-lg :is(:where(img):not(:where([class~=not-prose] *))){border-radius:.5rem}.prose-video\:my-12 :is(:where(video):not(:where([class~=not-prose] *))){margin-top:3rem;margin-bottom:3rem}.prose-hr\:border-t-2 :is(:where(hr):not(:where([class~=not-prose] *))){border-top-width:2px}.prose-lead\:italic :is(:where([class~=lead]):not(:where([class~=not-prose] *))){font-style:italic}:is(.dark .dark\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:640px){.sm\:col-span-10{grid-column:span 10/span 10}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:mb-2{margin-bottom:.5rem}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-4{gap:1rem}.sm\:underline{text-decoration-line:underline}.sm\:ms-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}}@media (min-width:768px){.md\:min-h-96{min-height:24rem}}@media (min-width:1024px){.lg\:sticky{position:sticky}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:my-4{margin-top:1rem}.lg\:mb-4,.lg\:my-4{margin-bottom:1rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:flex-none{flex:none}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:border-r{border-right-width:1px}.lg\:pl-3{padding-left:.75rem}.lg\:pr-3{padding-right:.75rem}.lg\:pt-3{padding-top:.75rem}.lg\:pt-3\.5{padding-top:.875rem}.lg\:shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:ps-2{-webkit-padding-start:.5rem;padding-inline-start:.5rem}.lg\:me-0{-webkit-margin-end:0;margin-inline-end:0}.lg\:ms-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.lg\:me-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.lg\:ms-4{-webkit-margin-start:1rem;margin-inline-start:1rem}.lg\:ms-auto{-webkit-margin-start:auto;margin-inline-start:auto}.lg\:border-s{border-inline-start-width:1px}:is(.dark .dark\:lg\:hover\:\[paint-order\:markers\]:hover){paint-order:markers}}