.ms-track {
    background: transparent;
    opacity: 0;
    position: absolute;
    transition: background-color .3s ease-out,border .3s ease-out,opacity .3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ms-track.ms-track-show {
    opacity: 1
}

.ms-track.ms-y {
    border-left: 1px solid transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: var(--ms-track-size,16px)
}

.ms-track.ms-y.ms-active .ms-thumb,.ms-track.ms-y:hover .ms-thumb {
    width: calc(var(--ms-track-size, 16px) - var(--ms-track-gutter, 2px)*2)
}

.ms-track.ms-y .ms-thumb {
    right: var(--ms-track-gutter,2px);
    top: 0;
    transition: width .3s ease-out;
    width: 6px
}

.ms-track.ms-y .ms-thumb:hover {
    width: calc(var(--ms-track-size, 16px) - var(--ms-track-gutter, 2px)*2)
}

.ms-track.ms-y .ms-thumb:after {
    content: "";
    height: 100%;
    position: absolute;
    right: calc(var(--ms-track-gutter, 2px)*-1);
    top: 0;
    width: var(--ms-track-size,16px)
}

.ms-track.ms-x {
    border-top: 1px solid transparent;
    bottom: 0;
    height: var(--ms-track-size,16px);
    left: 0;
    width: 100%
}

.ms-track.ms-x.ms-active .ms-thumb,.ms-track.ms-x:hover .ms-thumb {
    height: calc(var(--ms-track-size, 16px) - var(--ms-track-gutter, 2px)*2)
}

.ms-track.ms-x .ms-thumb {
    bottom: var(--ms-track-gutter,2px);
    height: 6px;
    left: 0;
    transition: height .3s ease-out
}

.ms-track.ms-x .ms-thumb:hover {
    width: calc(var(--ms-track-size, 16px) - var(--ms-track-gutter, 2px)*2)
}

.ms-track.ms-x .ms-thumb:after {
    bottom: calc(var(--ms-track-gutter, 2px)*-1);
    content: "";
    height: var(--ms-track-size,16px);
    left: 0;
    position: absolute;
    width: 100%
}

.ms-track.ms-active,.ms-track:hover {
    background: var(--ms-track-background);
    border-color: var(--ms-track-border-color);
    opacity: 1
}

.ms-track.ms-active {
    z-index: 20
}

.ms-track .ms-thumb {
    background: var(--ms-thumb-color);
    border-radius: 6px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ms-container {
    scrollbar-width: none
}

.ms-container::-webkit-scrollbar {
    display: none
}

.ms-track-box {
    left: 0;
    position: sticky;
    top: 100%;
    z-index: var(--ms-z-index,20)
}

.ms-track-global {
    position: relative;
    z-index: var(--ms-z-index,20)
}

.ms-track-global .ms-track {
    position: fixed
}

.ms-theme-light {
    --ms-track-background: hsla(0,0%,97%,.76);
    --ms-track-border-color: #dfdfdf;
    --ms-thumb-color: rgba(0,0,0,.5)
}

.ms-theme-dark {
    --ms-track-background: hsla(0,0%,82%,.14);
    --ms-track-border-color: hsla(0,0%,89%,.32);
    --ms-thumb-color: hsla(0,0%,100%,.5)
}

/*
! tailwindcss v3.3.3 | 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 {
    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: baseline
}

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-feature-settings: inherit;
    font-variation-settings: 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: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    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
}

*,: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: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@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
    }
}

@font-face {
    font-family: monument-regular;
    src: url(/_next/static/media/MonumentExtended-Regular.76e119f9.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: monument-light;
    src: url(/_next/static/media/MonumentExtended-Light.0c6f42a8.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: monument-ultralight;
    src: url(/_next/static/media/MonumentExtended-UltraLight.63e16fe4.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: monument-black;
    src: url(/_next/static/media/MonumentExtended-Black.abd0bb9e.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Aeonik-Regular;
    src: url(/_next/static/media/Aeonik-Regular.71f37358.woff2) format("woff2"),url(/_next/static/media/Aeonik-Regular.fc5f425a.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Aeonik-Medium;
    src: url(/_next/static/media/Aeonik-Medium.0111709e.woff2) format("woff2"),url(/_next/static/media/Aeonik-Medium.ff1f91ef.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Aeonik-Bold;
    src: url(/_next/static/media/Aeonik-Bold.87978b87.woff2) format("woff2"),url(/_next/static/media/Aeonik-Bold.a77fc763.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Aeonik-Mono;
    src: url(/_next/static/media/AeonikMono-Regular.bce275aa.woff2) format("woff2"),url(/_next/static/media/AeonikMono-Regular.28230c26.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body,html {
    font-family: Aeonik-Regular,Helvetica,Arial,"sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input:checked+svg {
    display: block
}

input[type=range]::-webkit-slider-thumb {
    width: 1.5rem;
    -webkit-appearance: none;
    appearance: none;
    height: 1.5rem;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(70 218 147/var(--tw-bg-opacity));
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    --tw-shadow: 0px 2px 4px hsla(205,5%,44%,.2);
    --tw-shadow-colored: 0px 2px 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);
    border-radius: 50%
}

@media (min-width: 1536px) {
    .\32xl\:container {
        width:100%
    }

    @media (min-width: 640px) {
        .\32xl\:container {
            max-width:640px
        }
    }

    @media (min-width: 768px) {
        .\32xl\:container {
            max-width:768px
        }
    }

    @media (min-width: 1024px) {
        .\32xl\:container {
            max-width:1024px
        }
    }

    @media (min-width: 1280px) {
        .\32xl\:container {
            max-width:1280px
        }
    }

    @media (min-width: 1536px) {
        .\32xl\:container {
            max-width:1536px
        }
    }
}

@keyframes react-loading-skeleton {
    to {
        transform: translateX(100%)
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index: 1
}

.react-loading-skeleton:after {
    content: " ";
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));
    transform: translateX(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none
    }
}

.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!important
}

.relative {
    position: relative
}

.inset-0 {
    inset: 0
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.-bottom-5 {
    bottom: -1.25rem
}

.-right-2 {
    right: -.5rem
}

.-top-2 {
    top: -.5rem
}

.-top-px {
    top: -1px
}

.bottom-0 {
    bottom: 0
}

.bottom-0\.5 {
    bottom: .125rem
}

.bottom-2 {
    bottom: .5rem
}

.bottom-\[-2px\] {
    bottom: -2px
}

.bottom-px {
    bottom: 1px
}

.left-0 {
    left: 0
}

.left-1 {
    left: .25rem
}

.left-2 {
    left: .5rem
}

.left-3 {
    left: .75rem
}

.left-4 {
    left: 1rem
}

.left-7 {
    left: 1.75rem
}

.left-\[12px\] {
    left: 12px
}

.left-\[16px\] {
    left: 16px
}

.left-\[21px\] {
    left: 21px
}

.left-\[9px\] {
    left: 9px
}

.right-0 {
    right: 0
}

.right-3 {
    right: .75rem
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-2\.5 {
    top: .625rem
}

.top-\[-10\.5px\] {
    top: -10.5px
}

.top-\[-30px\] {
    top: -30px
}

.top-\[-86px\] {
    top: -86px
}

.top-\[13px\] {
    top: 13px
}

.top-\[16px\] {
    top: 16px
}

.top-\[21px\] {
    top: 21px
}

.top-\[74px\] {
    top: 74px
}

.top-\[9px\] {
    top: 9px
}

.top-full {
    top: 100%
}

.-z-10 {
    z-index: -10
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.z-\[1000\] {
    z-index: 1000
}

.z-\[100\] {
    z-index: 100
}

.z-\[900\] {
    z-index: 900
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.col-start-1 {
    grid-column-start: 1
}

.col-end-auto {
    grid-column-end: auto
}

.row-start-1 {
    grid-row-start: 1
}

.row-end-auto {
    grid-row-end: auto
}

.-m-4 {
    margin: -1rem
}

.m-1 {
    margin: .25rem
}

.\!my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.-my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.-my-0\.5 {
    margin-top: -.125rem;
    margin-bottom: -.125rem
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.\!ml-auto {
    margin-left: auto!important
}

.\!mt-0 {
    margin-top: 0!important
}

.\!mt-10 {
    margin-top: 2.5rem!important
}

.\!mt-4 {
    margin-top: 1rem!important
}

.-ml-1 {
    margin-left: -.25rem
}

.-mt-0 {
    margin-top: 0
}

.-mt-0\.5 {
    margin-top: -.125rem
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mt-8 {
    margin-top: -2rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-\[-5px\] {
    margin-bottom: -5px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.mb-\[35px\] {
    margin-bottom: 35px
}

.mb-\[40px\] {
    margin-bottom: 40px
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-\[-7px\] {
    margin-left: -7px
}

.ml-\[-8px\] {
    margin-left: -8px
}

.ml-\[-9px\] {
    margin-left: -9px
}

.ml-\[4px\] {
    margin-left: 4px
}

.ml-\[8x\] {
    margin-left: 8x
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mr-0\.5 {
    margin-right: .125rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-8 {
    margin-right: 2rem
}

.mr-9 {
    margin-right: 2.25rem
}

.mr-\[10px\] {
    margin-right: 10px
}

.mr-\[4px\] {
    margin-right: 4px
}

.mr-\[8x\] {
    margin-right: 8x
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-\[-12px\] {
    margin-top: -12px
}

.mt-\[-20px\] {
    margin-top: -20px
}

.mt-\[-3px\] {
    margin-top: -3px
}

.mt-\[-90px\] {
    margin-top: -90px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.\!h-\[16px\] {
    height: 16px!important
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-44 {
    height: 11rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-9 {
    height: 2.25rem
}

.h-\[10px\] {
    height: 10px
}

.h-\[11px\] {
    height: 11px
}

.h-\[12px\] {
    height: 12px
}

.h-\[14px\] {
    height: 14px
}

.h-\[150px\] {
    height: 150px
}

.h-\[16px\] {
    height: 16px
}

.h-\[18px\] {
    height: 18px
}

.h-\[19px\] {
    height: 19px
}

.h-\[22px\] {
    height: 22px
}

.h-\[24px\] {
    height: 24px
}

.h-\[25px\] {
    height: 25px
}

.h-\[26px\] {
    height: 26px
}

.h-\[32px\] {
    height: 32px
}

.h-\[334px\] {
    height: 334px
}

.h-\[34px\] {
    height: 34px
}

.h-\[37px\] {
    height: 37px
}

.h-\[38px\] {
    height: 38px
}

.h-\[4\.5rem\] {
    height: 4.5rem
}

.h-\[40px\] {
    height: 40px
}

.h-\[44px\] {
    height: 44px
}

.h-\[48px\] {
    height: 48px
}

.h-\[500px\] {
    height: 500px
}

.h-\[74px\] {
    height: 74px
}

.h-\[calc\(100vh-74px\)\] {
    height: calc(100vh - 74px)
}

.h-\[calc\(100vh_-_260px\)\] {
    height: calc(100vh - 260px)
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-\[200px\] {
    max-height: 200px
}

.max-h-\[300px\] {
    max-height: 300px
}

.max-h-\[320px\] {
    max-height: 320px
}

.max-h-\[400px\] {
    max-height: 400px
}

.max-h-\[590px\] {
    max-height: 590px
}

.max-h-\[80vh\] {
    max-height: 80vh
}

.min-h-\[250px\] {
    min-height: 250px
}

.min-h-\[310px\] {
    min-height: 310px
}

.min-h-\[65px\] {
    min-height: 65px
}

.min-h-screen {
    min-height: 100vh
}

.\!w-\[16px\] {
    width: 16px!important
}

.w-0 {
    width: 0
}

.w-0\.5 {
    width: .125rem
}

.w-1 {
    width: .25rem
}

.w-1\.5 {
    width: .375rem
}

.w-1\/12 {
    width: 8.333333%
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-1\/5 {
    width: 20%
}

.w-1\/6 {
    width: 16.666667%
}

.w-10 {
    width: 2.5rem
}

.w-10\/12 {
    width: 83.333333%
}

.w-11 {
    width: 2.75rem
}

.w-11\/12 {
    width: 91.666667%
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-160 {
    width: 40rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-2\/12 {
    width: 16.666667%
}

.w-2\/3 {
    width: 66.666667%
}

.w-2\/4 {
    width: 50%
}

.w-2\/5 {
    width: 40%
}

.w-2\/6 {
    width: 33.333333%
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-28 {
    width: 7rem
}

.w-3 {
    width: .75rem
}

.w-3\.5 {
    width: .875rem
}

.w-3\/12 {
    width: 25%
}

.w-3\/4 {
    width: 75%
}

.w-3\/5 {
    width: 60%
}

.w-3\/6 {
    width: 50%
}

.w-32 {
    width: 8rem
}

.w-36 {
    width: 9rem
}

.w-4 {
    width: 1rem
}

.w-4\/12 {
    width: 33.333333%
}

.w-4\/5 {
    width: 80%
}

.w-4\/6 {
    width: 66.666667%
}

.w-40 {
    width: 10rem
}

.w-44 {
    width: 11rem
}

.w-48 {
    width: 12rem
}

.w-5 {
    width: 1.25rem
}

.w-5\/12 {
    width: 41.666667%
}

.w-5\/6 {
    width: 83.333333%
}

.w-52 {
    width: 13rem
}

.w-56 {
    width: 14rem
}

.w-6 {
    width: 1.5rem
}

.w-6\/12 {
    width: 50%
}

.w-60 {
    width: 15rem
}

.w-64 {
    width: 16rem
}

.w-7 {
    width: 1.75rem
}

.w-7\/12 {
    width: 58.333333%
}

.w-72 {
    width: 18rem
}

.w-8 {
    width: 2rem
}

.w-8\/12 {
    width: 66.666667%
}

.w-80 {
    width: 20rem
}

.w-9 {
    width: 2.25rem
}

.w-9\/12 {
    width: 75%
}

.w-96 {
    width: 24rem
}

.w-\[12px\] {
    width: 12px
}

.w-\[134px\] {
    width: 134px
}

.w-\[14px\] {
    width: 14px
}

.w-\[150px\] {
    width: 150px
}

.w-\[154px\] {
    width: 154px
}

.w-\[16px\] {
    width: 16px
}

.w-\[170px\] {
    width: 170px
}

.w-\[18px\] {
    width: 18px
}

.w-\[19px\] {
    width: 19px
}

.w-\[216px\] {
    width: 216px
}

.w-\[22px\] {
    width: 22px
}

.w-\[240px\] {
    width: 240px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25px\] {
    width: 25px
}

.w-\[306px\] {
    width: 306px
}

.w-\[30px\] {
    width: 30px
}

.w-\[327px\] {
    width: 327px
}

.w-\[32px\] {
    width: 32px
}

.w-\[34px\] {
    width: 34px
}

.w-\[358px\] {
    width: 358px
}

.w-\[35px\] {
    width: 35px
}

.w-\[367px\] {
    width: 367px
}

.w-\[378px\] {
    width: 378px
}

.w-\[38px\] {
    width: 38px
}

.w-\[400px\] {
    width: 400px
}

.w-\[402px\] {
    width: 402px
}

.w-auto {
    width: auto
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-min {
    width: -moz-min-content;
    width: min-content
}

.w-px {
    width: 1px
}

.w-screen {
    width: 100vw
}

.min-w-\[116px\] {
    min-width: 116px
}

.min-w-\[130px\] {
    min-width: 130px
}

.min-w-\[148px\] {
    min-width: 148px
}

.min-w-\[16px\] {
    min-width: 16px
}

.min-w-\[170px\] {
    min-width: 170px
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[20px\] {
    min-width: 20px
}

.min-w-\[24px\] {
    min-width: 24px
}

.min-w-\[250px\] {
    min-width: 250px
}

.min-w-\[280px\] {
    min-width: 280px
}

.min-w-\[300px\] {
    min-width: 300px
}

.min-w-\[89px\] {
    min-width: 89px
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.min-w-full {
    min-width: 100%
}

.max-w-\[1248px\] {
    max-width: 1248px
}

.max-w-\[125px\] {
    max-width: 125px
}

.max-w-\[50\%\] {
    max-width: 50%
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[80\%\] {
    max-width: 80%
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content
}

.max-w-full {
    max-width: 100%
}

.max-w-none {
    max-width: none
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.flex-grow,.grow {
    flex-grow: 1
}

.border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px
}

.border-spacing-0,.border-spacing-1 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-1 {
    --tw-border-spacing-x: 0.25rem;
    --tw-border-spacing-y: 0.25rem
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-1\/2,.translate-x-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0 {
    --tw-translate-x: 0px
}

.translate-x-1 {
    --tw-translate-x: 0.25rem
}

.translate-x-1,.translate-x-\[-5px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-5px\] {
    --tw-translate-x: -5px
}

.translate-x-\[calc\(\(100\%\+0\.25rem\)\*-1\)\] {
    --tw-translate-x: calc((100% + 0.25rem) * -1)
}

.translate-x-\[calc\(\(100\%\+0\.25rem\)\*-1\)\],.translate-y-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-2 {
    --tw-translate-y: 0.5rem
}

.-rotate-180,.translate-y-2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-180 {
    --tw-rotate: -180deg
}

.-rotate-45 {
    --tw-rotate: -45deg
}

.-rotate-45,.-rotate-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,.rotate-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-100,.scale-95 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.\!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: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes loader {
    0% {
        top: .25rem;
        height: 2rem;
        background: #fff
    }

    50%,to {
        top: .75rem;
        height: 1rem;
        background: cf-light-1
    }
}

.animate-loader {
    animation: loader 1.2s cubic-bezier(0,.5,.5,1) infinite
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.gap-0 {
    gap: 0
}

.gap-0\.5 {
    gap: .125rem
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.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-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-\[25px\] {
    -moz-column-gap: 25px;
    column-gap: 25px
}

.gap-x-\[2px\] {
    -moz-column-gap: 2px;
    column-gap: 2px
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-2\.5 {
    row-gap: .625rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.gap-y-8 {
    row-gap: 2rem
}

.gap-y-px {
    row-gap: 1px
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.375rem * var(--tw-space-x-reverse));
    margin-left: calc(.375rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-0>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.space-y-0\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.125rem * var(--tw-space-y-reverse))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-12>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.space-y-14>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-7>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.truncate {
    overflow: hidden;
    white-space: nowrap
}

.text-ellipsis,.truncate {
    text-overflow: ellipsis
}

.text-clip {
    text-overflow: clip
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-\[100\%\] {
    border-radius: 100%
}

.rounded-\[30px\] {
    border-radius: 30px
}

.rounded-\[3px\] {
    border-radius: 3px
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-alert {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-l-md {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-r-md {
    border-bottom-right-radius: .375rem
}

.rounded-r-md,.rounded-t-md {
    border-top-right-radius: .375rem
}

.rounded-t-md {
    border-top-left-radius: .375rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-\[0\.5px\] {
    border-width: .5px
}

.border-\[0\.635px\] {
    border-width: .635px
}

.border-\[1\.5px\] {
    border-width: 1.5px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-0 {
    border-left-width: 0
}

.border-r {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-none {
    border-style: none
}

.border-\[\#171717\] {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23/var(--tw-border-opacity))
}

.border-\[\#3D628C\]\/20 {
    border-color: rgba(61,98,140,.2)
}

.border-\[\#3DCBA0\] {
    --tw-border-opacity: 1;
    border-color: rgb(61 203 160/var(--tw-border-opacity))
}

.border-\[\#49293C\] {
    --tw-border-opacity: 1;
    border-color: rgb(73 41 60/var(--tw-border-opacity))
}

.border-\[\#6ACAA2\] {
    --tw-border-opacity: 1;
    border-color: rgb(106 202 162/var(--tw-border-opacity))
}

.border-\[\#8198EE\]\/20 {
    border-color: rgba(129,152,238,.2)
}

.border-\[\#E16868\] {
    --tw-border-opacity: 1;
    border-color: rgb(225 104 104/var(--tw-border-opacity))
}

.border-\[\#EA3E99\]\/20 {
    border-color: rgba(234,62,153,.2)
}

.border-\[\#F7931B\]\/20 {
    border-color: rgba(247,147,27,.2)
}

.border-alertsuccess,.border-alertsuccessborder {
    --tw-border-opacity: 1;
    border-color: rgb(32 161 53/var(--tw-border-opacity))
}

.border-cf-blue-2\/20 {
    border-color: rgba(168,229,255,.2)
}

.border-cf-blue-4\/20 {
    border-color: rgba(201,168,255,.2)
}

.border-cf-gray-3 {
    --tw-border-opacity: 1;
    border-color: rgb(22 22 22/var(--tw-border-opacity))
}

.border-cf-gray-3-5 {
    --tw-border-opacity: 1;
    border-color: rgb(29 29 29/var(--tw-border-opacity))
}

.border-cf-gray-4 {
    --tw-border-opacity: 1;
    border-color: rgb(43 43 43/var(--tw-border-opacity))
}

.border-cf-gray-5 {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

.border-cf-green-1 {
    --tw-border-opacity: 1;
    border-color: rgb(70 218 147/var(--tw-border-opacity))
}

.border-cf-green-1\/10 {
    border-color: rgba(70,218,147,.1)
}

.border-cf-green-1\/20 {
    border-color: rgba(70,218,147,.2)
}

.border-cf-green-3\/20 {
    border-color: rgba(168,255,213,.2)
}

.border-cf-green-3\/30 {
    border-color: rgba(168,255,213,.3)
}

.border-cf-light-1\/50 {
    border-color: rgba(95,95,95,.5)
}

.border-cf-orange-1 {
    --tw-border-opacity: 1;
    border-color: rgb(236 159 10/var(--tw-border-opacity))
}

.border-cf-orange-1\/20 {
    border-color: rgba(236,159,10,.2)
}

.border-cf-orange-2 {
    --tw-border-opacity: 1;
    border-color: rgb(255 210 168/var(--tw-border-opacity))
}

.border-cf-pink-1\/20 {
    border-color: rgba(255,51,175,.2)
}

.border-cf-red-1 {
    --tw-border-opacity: 1;
    border-color: rgb(246 72 72/var(--tw-border-opacity))
}

.border-cf-red-1\/20 {
    border-color: rgba(246,72,72,.2)
}

.border-cf-red-3\/20 {
    border-color: hsla(0,100%,92%,.2)
}

.border-cf-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-opacity-20 {
    --tw-border-opacity: 0.2
}

.bg-\[\#111\] {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity))
}

.bg-\[\#192723\] {
    --tw-bg-opacity: 1;
    background-color: rgb(25 39 35/var(--tw-bg-opacity))
}

.bg-\[\#213147\] {
    --tw-bg-opacity: 1;
    background-color: rgb(33 49 71/var(--tw-bg-opacity))
}

.bg-\[\#252545\] {
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 69/var(--tw-bg-opacity))
}

.bg-\[\#271920\] {
    --tw-bg-opacity: 1;
    background-color: rgb(39 25 32/var(--tw-bg-opacity))
}

.bg-\[\#322C3D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(50 44 61/var(--tw-bg-opacity))
}

.bg-\[\#422535\] {
    --tw-bg-opacity: 1;
    background-color: rgb(66 37 53/var(--tw-bg-opacity))
}

.bg-\[\#423225\] {
    --tw-bg-opacity: 1;
    background-color: rgb(66 50 37/var(--tw-bg-opacity))
}

.bg-\[\#491A35\] {
    --tw-bg-opacity: 1;
    background-color: rgb(73 26 53/var(--tw-bg-opacity))
}

.bg-\[rgba\(13\2c 13\2c 13\2c 0\.70\)\] {
    background-color: hsla(0,0%,5%,.7)
}

.bg-alertsuccessborder {
    --tw-bg-opacity: 1;
    background-color: rgb(32 161 53/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-black\/30 {
    background-color: rgba(0,0,0,.3)
}

.bg-black\/60 {
    background-color: rgba(0,0,0,.6)
}

.bg-cf-blue-4\/10 {
    background-color: rgba(201,168,255,.1)
}

.bg-cf-blue-5 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 24 51/var(--tw-bg-opacity))
}

.bg-cf-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10/var(--tw-bg-opacity))
}

.bg-cf-gray-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity))
}

.bg-cf-gray-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22/var(--tw-bg-opacity))
}

.bg-cf-gray-3-5 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29/var(--tw-bg-opacity))
}

.bg-cf-gray-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(43 43 43/var(--tw-bg-opacity))
}

.bg-cf-gray-4\/60 {
    background-color: rgba(43,43,43,.6)
}

.bg-cf-gray-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(13 13 13/var(--tw-bg-opacity))
}

.bg-cf-green-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(70 218 147/var(--tw-bg-opacity))
}

.bg-cf-green-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(61 191 129/var(--tw-bg-opacity))
}

.bg-cf-green-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 44 29/var(--tw-bg-opacity))
}

.bg-cf-light-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(95 95 95/var(--tw-bg-opacity))
}

.bg-cf-orange-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 159 10/var(--tw-bg-opacity))
}

.bg-cf-orange-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(47 32 2/var(--tw-bg-opacity))
}

.bg-cf-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 72 72/var(--tw-bg-opacity))
}

.bg-cf-red-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 14 14/var(--tw-bg-opacity))
}

.bg-cf-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.bg-none {
    background-image: none
}

.from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.to-cf-gray-2 {
    --tw-gradient-to: #111 var(--tw-gradient-to-position)
}

.fill-current {
    fill: currentColor
}

.stroke-cf-light-2 {
    stroke: #909090
}

.stroke-current {
    stroke: currentColor
}

.stroke-white {
    stroke: #fff
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[8px\] {
    padding: 8px
}

.\!py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.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-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

.px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px
}

.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-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px
}

.py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px
}

.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-px {
    padding-top: 1px;
    padding-bottom: 1px
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-0 {
    padding-left: 0
}

.pl-0\.5 {
    padding-left: .125rem
}

.pl-1 {
    padding-left: .25rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-2\.5 {
    padding-left: .625rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-\[4px\] {
    padding-left: 4px
}

.pr-2 {
    padding-right: .5rem
}

.pr-2\.5 {
    padding-right: .625rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-1\.5 {
    padding-top: .375rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[130px\] {
    padding-top: 130px
}

.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-super {
    vertical-align: super
}

.font-aeonikBold {
    font-family: Aeonik-Bold,Helvetica,Arial,sans-serif
}

.font-aeonikMedium {
    font-family: Aeonik-Medium,Helvetica,Arial,sans-serif
}

.font-aeonikMono {
    font-family: Aeonik-Mono,Helvetica,Arial,sans-serif
}

.font-aeonikRegular {
    font-family: Aeonik-Regular,Helvetica,Arial,sans-serif
}

.font-mono {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.font-monumentRegular {
    font-family: monument-regular,Helvetica,Arial,sans-serif
}

.text-10 {
    font-size: 10px
}

.text-12 {
    font-size: 12px
}

.text-14 {
    font-size: 14px
}

.text-16 {
    font-size: 16px
}

.text-18 {
    font-size: 18px
}

.text-20 {
    font-size: 20px
}

.text-22 {
    font-size: 22px
}

.text-24 {
    font-size: 24px
}

.text-28 {
    font-size: 28px
}

.text-2xl {
    font-size: 1.5rem
}

.text-2xs {
    font-size: .5rem
}

.text-30 {
    font-size: 30px
}

.text-31 {
    font-size: 31px
}

.text-35 {
    font-size: 35px
}

.text-3xl {
    font-size: 1.875rem
}

.text-42 {
    font-size: 42px
}

.text-4xl {
    font-size: 2.25rem
}

.text-50 {
    font-size: 50px
}

.text-55 {
    font-size: 55px
}

.text-5xl {
    font-size: 3rem
}

.text-61 {
    font-size: 61px
}

.text-6xl {
    font-size: 4rem
}

.text-70 {
    font-size: 70px
}

.text-7xl {
    font-size: 5rem
}

.text-8xl {
    font-size: 6rem;
    line-height: 1
}

.text-9xl {
    font-size: 8rem;
    line-height: 1
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[34px\] {
    font-size: 34px
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-sm {
    font-size: .875rem
}

.text-xl {
    font-size: 1.25rem
}

.text-xs {
    font-size: .75rem
}

.font-bold {
    font-weight: 700
}

.font-extralight {
    font-weight: 200
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.leading-9 {
    line-height: 2.25rem
}

.leading-\[14px\] {
    line-height: 14px
}

.leading-\[20px\] {
    line-height: 20px
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-none {
    line-height: 1
}

.tracking-\[-0\.0\.3px\] {
    letter-spacing: 03px
}

.tracking-widest {
    letter-spacing: .5em
}

.text-\[\#12AAFF\] {
    --tw-text-opacity: 1;
    color: rgb(18 170 255/var(--tw-text-opacity))
}

.text-\[\#8198EE\] {
    --tw-text-opacity: 1;
    color: rgb(129 152 238/var(--tw-text-opacity))
}

.text-\[\#EA3E99\] {
    --tw-text-opacity: 1;
    color: rgb(234 62 153/var(--tw-text-opacity))
}

.text-\[\#F7931B\] {
    --tw-text-opacity: 1;
    color: rgb(247 147 27/var(--tw-text-opacity))
}

.text-alertdangeraltbackground {
    --tw-text-opacity: 1;
    color: rgb(62 31 31/var(--tw-text-opacity))
}

.text-alertdangeraltbackground\/0 {
    color: rgba(62,31,31,0)
}

.text-alertdangeraltbackground\/10 {
    color: rgba(62,31,31,.1)
}

.text-alertdangeraltbackground\/100 {
    color: #3e1f1f
}

.text-alertdangeraltbackground\/20 {
    color: rgba(62,31,31,.2)
}

.text-alertdangeraltbackground\/25 {
    color: rgba(62,31,31,.25)
}

.text-alertdangeraltbackground\/30 {
    color: rgba(62,31,31,.3)
}

.text-alertdangeraltbackground\/40 {
    color: rgba(62,31,31,.4)
}

.text-alertdangeraltbackground\/5 {
    color: rgba(62,31,31,.05)
}

.text-alertdangeraltbackground\/50 {
    color: rgba(62,31,31,.5)
}

.text-alertdangeraltbackground\/60 {
    color: rgba(62,31,31,.6)
}

.text-alertdangeraltbackground\/70 {
    color: rgba(62,31,31,.7)
}

.text-alertdangeraltbackground\/75 {
    color: rgba(62,31,31,.75)
}

.text-alertdangeraltbackground\/80 {
    color: rgba(62,31,31,.8)
}

.text-alertdangeraltbackground\/90 {
    color: rgba(62,31,31,.9)
}

.text-alertdangeraltbackground\/95 {
    color: rgba(62,31,31,.95)
}

.text-alertsuccess {
    --tw-text-opacity: 1;
    color: rgb(32 161 53/var(--tw-text-opacity))
}

.text-alertsuccess\/0 {
    color: rgba(32,161,53,0)
}

.text-alertsuccess\/10 {
    color: rgba(32,161,53,.1)
}

.text-alertsuccess\/100 {
    color: #20a135
}

.text-alertsuccess\/20 {
    color: rgba(32,161,53,.2)
}

.text-alertsuccess\/25 {
    color: rgba(32,161,53,.25)
}

.text-alertsuccess\/30 {
    color: rgba(32,161,53,.3)
}

.text-alertsuccess\/40 {
    color: rgba(32,161,53,.4)
}

.text-alertsuccess\/5 {
    color: rgba(32,161,53,.05)
}

.text-alertsuccess\/50 {
    color: rgba(32,161,53,.5)
}

.text-alertsuccess\/60 {
    color: rgba(32,161,53,.6)
}

.text-alertsuccess\/70 {
    color: rgba(32,161,53,.7)
}

.text-alertsuccess\/75 {
    color: rgba(32,161,53,.75)
}

.text-alertsuccess\/80 {
    color: rgba(32,161,53,.8)
}

.text-alertsuccess\/90 {
    color: rgba(32,161,53,.9)
}

.text-alertsuccess\/95 {
    color: rgba(32,161,53,.95)
}

.text-alertsuccessbackground {
    --tw-text-opacity: 1;
    color: rgb(216 255 236/var(--tw-text-opacity))
}

.text-alertsuccessbackground\/0 {
    color: rgba(216,255,236,0)
}

.text-alertsuccessbackground\/10 {
    color: rgba(216,255,236,.1)
}

.text-alertsuccessbackground\/100 {
    color: #d8ffec
}

.text-alertsuccessbackground\/20 {
    color: rgba(216,255,236,.2)
}

.text-alertsuccessbackground\/25 {
    color: rgba(216,255,236,.25)
}

.text-alertsuccessbackground\/30 {
    color: rgba(216,255,236,.3)
}

.text-alertsuccessbackground\/40 {
    color: rgba(216,255,236,.4)
}

.text-alertsuccessbackground\/5 {
    color: rgba(216,255,236,.05)
}

.text-alertsuccessbackground\/50 {
    color: rgba(216,255,236,.5)
}

.text-alertsuccessbackground\/60 {
    color: rgba(216,255,236,.6)
}

.text-alertsuccessbackground\/70 {
    color: rgba(216,255,236,.7)
}

.text-alertsuccessbackground\/75 {
    color: rgba(216,255,236,.75)
}

.text-alertsuccessbackground\/80 {
    color: rgba(216,255,236,.8)
}

.text-alertsuccessbackground\/90 {
    color: rgba(216,255,236,.9)
}

.text-alertsuccessbackground\/95 {
    color: rgba(216,255,236,.95)
}

.text-alertsuccessborder {
    --tw-text-opacity: 1;
    color: rgb(32 161 53/var(--tw-text-opacity))
}

.text-alertsuccessborder\/0 {
    color: rgba(32,161,53,0)
}

.text-alertsuccessborder\/10 {
    color: rgba(32,161,53,.1)
}

.text-alertsuccessborder\/100 {
    color: #20a135
}

.text-alertsuccessborder\/20 {
    color: rgba(32,161,53,.2)
}

.text-alertsuccessborder\/25 {
    color: rgba(32,161,53,.25)
}

.text-alertsuccessborder\/30 {
    color: rgba(32,161,53,.3)
}

.text-alertsuccessborder\/40 {
    color: rgba(32,161,53,.4)
}

.text-alertsuccessborder\/5 {
    color: rgba(32,161,53,.05)
}

.text-alertsuccessborder\/50 {
    color: rgba(32,161,53,.5)
}

.text-alertsuccessborder\/60 {
    color: rgba(32,161,53,.6)
}

.text-alertsuccessborder\/70 {
    color: rgba(32,161,53,.7)
}

.text-alertsuccessborder\/75 {
    color: rgba(32,161,53,.75)
}

.text-alertsuccessborder\/80 {
    color: rgba(32,161,53,.8)
}

.text-alertsuccessborder\/90 {
    color: rgba(32,161,53,.9)
}

.text-alertsuccessborder\/95 {
    color: rgba(32,161,53,.95)
}

.text-amber-100 {
    --tw-text-opacity: 1;
    color: rgb(254 243 199/var(--tw-text-opacity))
}

.text-amber-100\/0 {
    color: hsla(48,96%,89%,0)
}

.text-amber-100\/10 {
    color: hsla(48,96%,89%,.1)
}

.text-amber-100\/100 {
    color: #fef3c7
}

.text-amber-100\/20 {
    color: hsla(48,96%,89%,.2)
}

.text-amber-100\/25 {
    color: hsla(48,96%,89%,.25)
}

.text-amber-100\/30 {
    color: hsla(48,96%,89%,.3)
}

.text-amber-100\/40 {
    color: hsla(48,96%,89%,.4)
}

.text-amber-100\/5 {
    color: hsla(48,96%,89%,.05)
}

.text-amber-100\/50 {
    color: hsla(48,96%,89%,.5)
}

.text-amber-100\/60 {
    color: hsla(48,96%,89%,.6)
}

.text-amber-100\/70 {
    color: hsla(48,96%,89%,.7)
}

.text-amber-100\/75 {
    color: hsla(48,96%,89%,.75)
}

.text-amber-100\/80 {
    color: hsla(48,96%,89%,.8)
}

.text-amber-100\/90 {
    color: hsla(48,96%,89%,.9)
}

.text-amber-100\/95 {
    color: hsla(48,96%,89%,.95)
}

.text-amber-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138/var(--tw-text-opacity))
}

.text-amber-200\/0 {
    color: hsla(48,97%,77%,0)
}

.text-amber-200\/10 {
    color: hsla(48,97%,77%,.1)
}

.text-amber-200\/100 {
    color: #fde68a
}

.text-amber-200\/20 {
    color: hsla(48,97%,77%,.2)
}

.text-amber-200\/25 {
    color: hsla(48,97%,77%,.25)
}

.text-amber-200\/30 {
    color: hsla(48,97%,77%,.3)
}

.text-amber-200\/40 {
    color: hsla(48,97%,77%,.4)
}

.text-amber-200\/5 {
    color: hsla(48,97%,77%,.05)
}

.text-amber-200\/50 {
    color: hsla(48,97%,77%,.5)
}

.text-amber-200\/60 {
    color: hsla(48,97%,77%,.6)
}

.text-amber-200\/70 {
    color: hsla(48,97%,77%,.7)
}

.text-amber-200\/75 {
    color: hsla(48,97%,77%,.75)
}

.text-amber-200\/80 {
    color: hsla(48,97%,77%,.8)
}

.text-amber-200\/90 {
    color: hsla(48,97%,77%,.9)
}

.text-amber-200\/95 {
    color: hsla(48,97%,77%,.95)
}

.text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77/var(--tw-text-opacity))
}

.text-amber-300\/0 {
    color: rgba(252,211,77,0)
}

.text-amber-300\/10 {
    color: rgba(252,211,77,.1)
}

.text-amber-300\/100 {
    color: #fcd34d
}

.text-amber-300\/20 {
    color: rgba(252,211,77,.2)
}

.text-amber-300\/25 {
    color: rgba(252,211,77,.25)
}

.text-amber-300\/30 {
    color: rgba(252,211,77,.3)
}

.text-amber-300\/40 {
    color: rgba(252,211,77,.4)
}

.text-amber-300\/5 {
    color: rgba(252,211,77,.05)
}

.text-amber-300\/50 {
    color: rgba(252,211,77,.5)
}

.text-amber-300\/60 {
    color: rgba(252,211,77,.6)
}

.text-amber-300\/70 {
    color: rgba(252,211,77,.7)
}

.text-amber-300\/75 {
    color: rgba(252,211,77,.75)
}

.text-amber-300\/80 {
    color: rgba(252,211,77,.8)
}

.text-amber-300\/90 {
    color: rgba(252,211,77,.9)
}

.text-amber-300\/95 {
    color: rgba(252,211,77,.95)
}

.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36/var(--tw-text-opacity))
}

.text-amber-400\/0 {
    color: rgba(251,191,36,0)
}

.text-amber-400\/10 {
    color: rgba(251,191,36,.1)
}

.text-amber-400\/100 {
    color: #fbbf24
}

.text-amber-400\/20 {
    color: rgba(251,191,36,.2)
}

.text-amber-400\/25 {
    color: rgba(251,191,36,.25)
}

.text-amber-400\/30 {
    color: rgba(251,191,36,.3)
}

.text-amber-400\/40 {
    color: rgba(251,191,36,.4)
}

.text-amber-400\/5 {
    color: rgba(251,191,36,.05)
}

.text-amber-400\/50 {
    color: rgba(251,191,36,.5)
}

.text-amber-400\/60 {
    color: rgba(251,191,36,.6)
}

.text-amber-400\/70 {
    color: rgba(251,191,36,.7)
}

.text-amber-400\/75 {
    color: rgba(251,191,36,.75)
}

.text-amber-400\/80 {
    color: rgba(251,191,36,.8)
}

.text-amber-400\/90 {
    color: rgba(251,191,36,.9)
}

.text-amber-400\/95 {
    color: rgba(251,191,36,.95)
}

.text-amber-50 {
    --tw-text-opacity: 1;
    color: rgb(255 251 235/var(--tw-text-opacity))
}

.text-amber-50\/0 {
    color: rgba(255,251,235,0)
}

.text-amber-50\/10 {
    color: rgba(255,251,235,.1)
}

.text-amber-50\/100 {
    color: #fffbeb
}

.text-amber-50\/20 {
    color: rgba(255,251,235,.2)
}

.text-amber-50\/25 {
    color: rgba(255,251,235,.25)
}

.text-amber-50\/30 {
    color: rgba(255,251,235,.3)
}

.text-amber-50\/40 {
    color: rgba(255,251,235,.4)
}

.text-amber-50\/5 {
    color: rgba(255,251,235,.05)
}

.text-amber-50\/50 {
    color: rgba(255,251,235,.5)
}

.text-amber-50\/60 {
    color: rgba(255,251,235,.6)
}

.text-amber-50\/70 {
    color: rgba(255,251,235,.7)
}

.text-amber-50\/75 {
    color: rgba(255,251,235,.75)
}

.text-amber-50\/80 {
    color: rgba(255,251,235,.8)
}

.text-amber-50\/90 {
    color: rgba(255,251,235,.9)
}

.text-amber-50\/95 {
    color: rgba(255,251,235,.95)
}

.text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11/var(--tw-text-opacity))
}

.text-amber-500\/0 {
    color: rgba(245,158,11,0)
}

.text-amber-500\/10 {
    color: rgba(245,158,11,.1)
}

.text-amber-500\/100 {
    color: #f59e0b
}

.text-amber-500\/20 {
    color: rgba(245,158,11,.2)
}

.text-amber-500\/25 {
    color: rgba(245,158,11,.25)
}

.text-amber-500\/30 {
    color: rgba(245,158,11,.3)
}

.text-amber-500\/40 {
    color: rgba(245,158,11,.4)
}

.text-amber-500\/5 {
    color: rgba(245,158,11,.05)
}

.text-amber-500\/50 {
    color: rgba(245,158,11,.5)
}

.text-amber-500\/60 {
    color: rgba(245,158,11,.6)
}

.text-amber-500\/70 {
    color: rgba(245,158,11,.7)
}

.text-amber-500\/75 {
    color: rgba(245,158,11,.75)
}

.text-amber-500\/80 {
    color: rgba(245,158,11,.8)
}

.text-amber-500\/90 {
    color: rgba(245,158,11,.9)
}

.text-amber-500\/95 {
    color: rgba(245,158,11,.95)
}

.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6/var(--tw-text-opacity))
}

.text-amber-600\/0 {
    color: rgba(217,119,6,0)
}

.text-amber-600\/10 {
    color: rgba(217,119,6,.1)
}

.text-amber-600\/100 {
    color: #d97706
}

.text-amber-600\/20 {
    color: rgba(217,119,6,.2)
}

.text-amber-600\/25 {
    color: rgba(217,119,6,.25)
}

.text-amber-600\/30 {
    color: rgba(217,119,6,.3)
}

.text-amber-600\/40 {
    color: rgba(217,119,6,.4)
}

.text-amber-600\/5 {
    color: rgba(217,119,6,.05)
}

.text-amber-600\/50 {
    color: rgba(217,119,6,.5)
}

.text-amber-600\/60 {
    color: rgba(217,119,6,.6)
}

.text-amber-600\/70 {
    color: rgba(217,119,6,.7)
}

.text-amber-600\/75 {
    color: rgba(217,119,6,.75)
}

.text-amber-600\/80 {
    color: rgba(217,119,6,.8)
}

.text-amber-600\/90 {
    color: rgba(217,119,6,.9)
}

.text-amber-600\/95 {
    color: rgba(217,119,6,.95)
}

.text-amber-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9/var(--tw-text-opacity))
}

.text-amber-700\/0 {
    color: rgba(180,83,9,0)
}

.text-amber-700\/10 {
    color: rgba(180,83,9,.1)
}

.text-amber-700\/100 {
    color: #b45309
}

.text-amber-700\/20 {
    color: rgba(180,83,9,.2)
}

.text-amber-700\/25 {
    color: rgba(180,83,9,.25)
}

.text-amber-700\/30 {
    color: rgba(180,83,9,.3)
}

.text-amber-700\/40 {
    color: rgba(180,83,9,.4)
}

.text-amber-700\/5 {
    color: rgba(180,83,9,.05)
}

.text-amber-700\/50 {
    color: rgba(180,83,9,.5)
}

.text-amber-700\/60 {
    color: rgba(180,83,9,.6)
}

.text-amber-700\/70 {
    color: rgba(180,83,9,.7)
}

.text-amber-700\/75 {
    color: rgba(180,83,9,.75)
}

.text-amber-700\/80 {
    color: rgba(180,83,9,.8)
}

.text-amber-700\/90 {
    color: rgba(180,83,9,.9)
}

.text-amber-700\/95 {
    color: rgba(180,83,9,.95)
}

.text-amber-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14/var(--tw-text-opacity))
}

.text-amber-800\/0 {
    color: rgba(146,64,14,0)
}

.text-amber-800\/10 {
    color: rgba(146,64,14,.1)
}

.text-amber-800\/100 {
    color: #92400e
}

.text-amber-800\/20 {
    color: rgba(146,64,14,.2)
}

.text-amber-800\/25 {
    color: rgba(146,64,14,.25)
}

.text-amber-800\/30 {
    color: rgba(146,64,14,.3)
}

.text-amber-800\/40 {
    color: rgba(146,64,14,.4)
}

.text-amber-800\/5 {
    color: rgba(146,64,14,.05)
}

.text-amber-800\/50 {
    color: rgba(146,64,14,.5)
}

.text-amber-800\/60 {
    color: rgba(146,64,14,.6)
}

.text-amber-800\/70 {
    color: rgba(146,64,14,.7)
}

.text-amber-800\/75 {
    color: rgba(146,64,14,.75)
}

.text-amber-800\/80 {
    color: rgba(146,64,14,.8)
}

.text-amber-800\/90 {
    color: rgba(146,64,14,.9)
}

.text-amber-800\/95 {
    color: rgba(146,64,14,.95)
}

.text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15/var(--tw-text-opacity))
}

.text-amber-900\/0 {
    color: rgba(120,53,15,0)
}

.text-amber-900\/10 {
    color: rgba(120,53,15,.1)
}

.text-amber-900\/100 {
    color: #78350f
}

.text-amber-900\/20 {
    color: rgba(120,53,15,.2)
}

.text-amber-900\/25 {
    color: rgba(120,53,15,.25)
}

.text-amber-900\/30 {
    color: rgba(120,53,15,.3)
}

.text-amber-900\/40 {
    color: rgba(120,53,15,.4)
}

.text-amber-900\/5 {
    color: rgba(120,53,15,.05)
}

.text-amber-900\/50 {
    color: rgba(120,53,15,.5)
}

.text-amber-900\/60 {
    color: rgba(120,53,15,.6)
}

.text-amber-900\/70 {
    color: rgba(120,53,15,.7)
}

.text-amber-900\/75 {
    color: rgba(120,53,15,.75)
}

.text-amber-900\/80 {
    color: rgba(120,53,15,.8)
}

.text-amber-900\/90 {
    color: rgba(120,53,15,.9)
}

.text-amber-900\/95 {
    color: rgba(120,53,15,.95)
}

.text-amber-950 {
    --tw-text-opacity: 1;
    color: rgb(69 26 3/var(--tw-text-opacity))
}

.text-amber-950\/0 {
    color: rgba(69,26,3,0)
}

.text-amber-950\/10 {
    color: rgba(69,26,3,.1)
}

.text-amber-950\/100 {
    color: #451a03
}

.text-amber-950\/20 {
    color: rgba(69,26,3,.2)
}

.text-amber-950\/25 {
    color: rgba(69,26,3,.25)
}

.text-amber-950\/30 {
    color: rgba(69,26,3,.3)
}

.text-amber-950\/40 {
    color: rgba(69,26,3,.4)
}

.text-amber-950\/5 {
    color: rgba(69,26,3,.05)
}

.text-amber-950\/50 {
    color: rgba(69,26,3,.5)
}

.text-amber-950\/60 {
    color: rgba(69,26,3,.6)
}

.text-amber-950\/70 {
    color: rgba(69,26,3,.7)
}

.text-amber-950\/75 {
    color: rgba(69,26,3,.75)
}

.text-amber-950\/80 {
    color: rgba(69,26,3,.8)
}

.text-amber-950\/90 {
    color: rgba(69,26,3,.9)
}

.text-amber-950\/95 {
    color: rgba(69,26,3,.95)
}

.text-badgedarkgreen {
    --tw-text-opacity: 1;
    color: rgb(49 66 66/var(--tw-text-opacity))
}

.text-badgedarkgreen\/0 {
    color: rgba(49,66,66,0)
}

.text-badgedarkgreen\/10 {
    color: rgba(49,66,66,.1)
}

.text-badgedarkgreen\/100 {
    color: #314242
}

.text-badgedarkgreen\/20 {
    color: rgba(49,66,66,.2)
}

.text-badgedarkgreen\/25 {
    color: rgba(49,66,66,.25)
}

.text-badgedarkgreen\/30 {
    color: rgba(49,66,66,.3)
}

.text-badgedarkgreen\/40 {
    color: rgba(49,66,66,.4)
}

.text-badgedarkgreen\/5 {
    color: rgba(49,66,66,.05)
}

.text-badgedarkgreen\/50 {
    color: rgba(49,66,66,.5)
}

.text-badgedarkgreen\/60 {
    color: rgba(49,66,66,.6)
}

.text-badgedarkgreen\/70 {
    color: rgba(49,66,66,.7)
}

.text-badgedarkgreen\/75 {
    color: rgba(49,66,66,.75)
}

.text-badgedarkgreen\/80 {
    color: rgba(49,66,66,.8)
}

.text-badgedarkgreen\/90 {
    color: rgba(49,66,66,.9)
}

.text-badgedarkgreen\/95 {
    color: rgba(49,66,66,.95)
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-black\/0 {
    color: transparent
}

.text-black\/10 {
    color: rgba(0,0,0,.1)
}

.text-black\/100 {
    color: #000
}

.text-black\/20 {
    color: rgba(0,0,0,.2)
}

.text-black\/25 {
    color: rgba(0,0,0,.25)
}

.text-black\/30 {
    color: rgba(0,0,0,.3)
}

.text-black\/40 {
    color: rgba(0,0,0,.4)
}

.text-black\/5 {
    color: rgba(0,0,0,.05)
}

.text-black\/50 {
    color: rgba(0,0,0,.5)
}

.text-black\/60 {
    color: rgba(0,0,0,.6)
}

.text-black\/70 {
    color: rgba(0,0,0,.7)
}

.text-black\/75 {
    color: rgba(0,0,0,.75)
}

.text-black\/80 {
    color: rgba(0,0,0,.8)
}

.text-black\/90 {
    color: rgba(0,0,0,.9)
}

.text-black\/95 {
    color: rgba(0,0,0,.95)
}

.text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(219 234 254/var(--tw-text-opacity))
}

.text-blue-100\/0 {
    color: rgba(219,234,254,0)
}

.text-blue-100\/10 {
    color: rgba(219,234,254,.1)
}

.text-blue-100\/100 {
    color: #dbeafe
}

.text-blue-100\/20 {
    color: rgba(219,234,254,.2)
}

.text-blue-100\/25 {
    color: rgba(219,234,254,.25)
}

.text-blue-100\/30 {
    color: rgba(219,234,254,.3)
}

.text-blue-100\/40 {
    color: rgba(219,234,254,.4)
}

.text-blue-100\/5 {
    color: rgba(219,234,254,.05)
}

.text-blue-100\/50 {
    color: rgba(219,234,254,.5)
}

.text-blue-100\/60 {
    color: rgba(219,234,254,.6)
}

.text-blue-100\/70 {
    color: rgba(219,234,254,.7)
}

.text-blue-100\/75 {
    color: rgba(219,234,254,.75)
}

.text-blue-100\/80 {
    color: rgba(219,234,254,.8)
}

.text-blue-100\/90 {
    color: rgba(219,234,254,.9)
}

.text-blue-100\/95 {
    color: rgba(219,234,254,.95)
}

.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254/var(--tw-text-opacity))
}

.text-blue-200\/0 {
    color: rgba(191,219,254,0)
}

.text-blue-200\/10 {
    color: rgba(191,219,254,.1)
}

.text-blue-200\/100 {
    color: #bfdbfe
}

.text-blue-200\/20 {
    color: rgba(191,219,254,.2)
}

.text-blue-200\/25 {
    color: rgba(191,219,254,.25)
}

.text-blue-200\/30 {
    color: rgba(191,219,254,.3)
}

.text-blue-200\/40 {
    color: rgba(191,219,254,.4)
}

.text-blue-200\/5 {
    color: rgba(191,219,254,.05)
}

.text-blue-200\/50 {
    color: rgba(191,219,254,.5)
}

.text-blue-200\/60 {
    color: rgba(191,219,254,.6)
}

.text-blue-200\/70 {
    color: rgba(191,219,254,.7)
}

.text-blue-200\/75 {
    color: rgba(191,219,254,.75)
}

.text-blue-200\/80 {
    color: rgba(191,219,254,.8)
}

.text-blue-200\/90 {
    color: rgba(191,219,254,.9)
}

.text-blue-200\/95 {
    color: rgba(191,219,254,.95)
}

.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253/var(--tw-text-opacity))
}

.text-blue-300\/0 {
    color: rgba(147,197,253,0)
}

.text-blue-300\/10 {
    color: rgba(147,197,253,.1)
}

.text-blue-300\/100 {
    color: #93c5fd
}

.text-blue-300\/20 {
    color: rgba(147,197,253,.2)
}

.text-blue-300\/25 {
    color: rgba(147,197,253,.25)
}

.text-blue-300\/30 {
    color: rgba(147,197,253,.3)
}

.text-blue-300\/40 {
    color: rgba(147,197,253,.4)
}

.text-blue-300\/5 {
    color: rgba(147,197,253,.05)
}

.text-blue-300\/50 {
    color: rgba(147,197,253,.5)
}

.text-blue-300\/60 {
    color: rgba(147,197,253,.6)
}

.text-blue-300\/70 {
    color: rgba(147,197,253,.7)
}

.text-blue-300\/75 {
    color: rgba(147,197,253,.75)
}

.text-blue-300\/80 {
    color: rgba(147,197,253,.8)
}

.text-blue-300\/90 {
    color: rgba(147,197,253,.9)
}

.text-blue-300\/95 {
    color: rgba(147,197,253,.95)
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity))
}

.text-blue-400\/0 {
    color: rgba(96,165,250,0)
}

.text-blue-400\/10 {
    color: rgba(96,165,250,.1)
}

.text-blue-400\/100 {
    color: #60a5fa
}

.text-blue-400\/20 {
    color: rgba(96,165,250,.2)
}

.text-blue-400\/25 {
    color: rgba(96,165,250,.25)
}

.text-blue-400\/30 {
    color: rgba(96,165,250,.3)
}

.text-blue-400\/40 {
    color: rgba(96,165,250,.4)
}

.text-blue-400\/5 {
    color: rgba(96,165,250,.05)
}

.text-blue-400\/50 {
    color: rgba(96,165,250,.5)
}

.text-blue-400\/60 {
    color: rgba(96,165,250,.6)
}

.text-blue-400\/70 {
    color: rgba(96,165,250,.7)
}

.text-blue-400\/75 {
    color: rgba(96,165,250,.75)
}

.text-blue-400\/80 {
    color: rgba(96,165,250,.8)
}

.text-blue-400\/90 {
    color: rgba(96,165,250,.9)
}

.text-blue-400\/95 {
    color: rgba(96,165,250,.95)
}

.text-blue-50 {
    --tw-text-opacity: 1;
    color: rgb(239 246 255/var(--tw-text-opacity))
}

.text-blue-50\/0 {
    color: rgba(239,246,255,0)
}

.text-blue-50\/10 {
    color: rgba(239,246,255,.1)
}

.text-blue-50\/100 {
    color: #eff6ff
}

.text-blue-50\/20 {
    color: rgba(239,246,255,.2)
}

.text-blue-50\/25 {
    color: rgba(239,246,255,.25)
}

.text-blue-50\/30 {
    color: rgba(239,246,255,.3)
}

.text-blue-50\/40 {
    color: rgba(239,246,255,.4)
}

.text-blue-50\/5 {
    color: rgba(239,246,255,.05)
}

.text-blue-50\/50 {
    color: rgba(239,246,255,.5)
}

.text-blue-50\/60 {
    color: rgba(239,246,255,.6)
}

.text-blue-50\/70 {
    color: rgba(239,246,255,.7)
}

.text-blue-50\/75 {
    color: rgba(239,246,255,.75)
}

.text-blue-50\/80 {
    color: rgba(239,246,255,.8)
}

.text-blue-50\/90 {
    color: rgba(239,246,255,.9)
}

.text-blue-50\/95 {
    color: rgba(239,246,255,.95)
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-blue-500\/0 {
    color: rgba(59,130,246,0)
}

.text-blue-500\/10 {
    color: rgba(59,130,246,.1)
}

.text-blue-500\/100 {
    color: #3b82f6
}

.text-blue-500\/20 {
    color: rgba(59,130,246,.2)
}

.text-blue-500\/25 {
    color: rgba(59,130,246,.25)
}

.text-blue-500\/30 {
    color: rgba(59,130,246,.3)
}

.text-blue-500\/40 {
    color: rgba(59,130,246,.4)
}

.text-blue-500\/5 {
    color: rgba(59,130,246,.05)
}

.text-blue-500\/50 {
    color: rgba(59,130,246,.5)
}

.text-blue-500\/60 {
    color: rgba(59,130,246,.6)
}

.text-blue-500\/70 {
    color: rgba(59,130,246,.7)
}

.text-blue-500\/75 {
    color: rgba(59,130,246,.75)
}

.text-blue-500\/80 {
    color: rgba(59,130,246,.8)
}

.text-blue-500\/90 {
    color: rgba(59,130,246,.9)
}

.text-blue-500\/95 {
    color: rgba(59,130,246,.95)
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.text-blue-600\/0 {
    color: rgba(37,99,235,0)
}

.text-blue-600\/10 {
    color: rgba(37,99,235,.1)
}

.text-blue-600\/100 {
    color: #2563eb
}

.text-blue-600\/20 {
    color: rgba(37,99,235,.2)
}

.text-blue-600\/25 {
    color: rgba(37,99,235,.25)
}

.text-blue-600\/30 {
    color: rgba(37,99,235,.3)
}

.text-blue-600\/40 {
    color: rgba(37,99,235,.4)
}

.text-blue-600\/5 {
    color: rgba(37,99,235,.05)
}

.text-blue-600\/50 {
    color: rgba(37,99,235,.5)
}

.text-blue-600\/60 {
    color: rgba(37,99,235,.6)
}

.text-blue-600\/70 {
    color: rgba(37,99,235,.7)
}

.text-blue-600\/75 {
    color: rgba(37,99,235,.75)
}

.text-blue-600\/80 {
    color: rgba(37,99,235,.8)
}

.text-blue-600\/90 {
    color: rgba(37,99,235,.9)
}

.text-blue-600\/95 {
    color: rgba(37,99,235,.95)
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.text-blue-700\/0 {
    color: rgba(29,78,216,0)
}

.text-blue-700\/10 {
    color: rgba(29,78,216,.1)
}

.text-blue-700\/100 {
    color: #1d4ed8
}

.text-blue-700\/20 {
    color: rgba(29,78,216,.2)
}

.text-blue-700\/25 {
    color: rgba(29,78,216,.25)
}

.text-blue-700\/30 {
    color: rgba(29,78,216,.3)
}

.text-blue-700\/40 {
    color: rgba(29,78,216,.4)
}

.text-blue-700\/5 {
    color: rgba(29,78,216,.05)
}

.text-blue-700\/50 {
    color: rgba(29,78,216,.5)
}

.text-blue-700\/60 {
    color: rgba(29,78,216,.6)
}

.text-blue-700\/70 {
    color: rgba(29,78,216,.7)
}

.text-blue-700\/75 {
    color: rgba(29,78,216,.75)
}

.text-blue-700\/80 {
    color: rgba(29,78,216,.8)
}

.text-blue-700\/90 {
    color: rgba(29,78,216,.9)
}

.text-blue-700\/95 {
    color: rgba(29,78,216,.95)
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175/var(--tw-text-opacity))
}

.text-blue-800\/0 {
    color: rgba(30,64,175,0)
}

.text-blue-800\/10 {
    color: rgba(30,64,175,.1)
}

.text-blue-800\/100 {
    color: #1e40af
}

.text-blue-800\/20 {
    color: rgba(30,64,175,.2)
}

.text-blue-800\/25 {
    color: rgba(30,64,175,.25)
}

.text-blue-800\/30 {
    color: rgba(30,64,175,.3)
}

.text-blue-800\/40 {
    color: rgba(30,64,175,.4)
}

.text-blue-800\/5 {
    color: rgba(30,64,175,.05)
}

.text-blue-800\/50 {
    color: rgba(30,64,175,.5)
}

.text-blue-800\/60 {
    color: rgba(30,64,175,.6)
}

.text-blue-800\/70 {
    color: rgba(30,64,175,.7)
}

.text-blue-800\/75 {
    color: rgba(30,64,175,.75)
}

.text-blue-800\/80 {
    color: rgba(30,64,175,.8)
}

.text-blue-800\/90 {
    color: rgba(30,64,175,.9)
}

.text-blue-800\/95 {
    color: rgba(30,64,175,.95)
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138/var(--tw-text-opacity))
}

.text-blue-900\/0 {
    color: rgba(30,58,138,0)
}

.text-blue-900\/10 {
    color: rgba(30,58,138,.1)
}

.text-blue-900\/100 {
    color: #1e3a8a
}

.text-blue-900\/20 {
    color: rgba(30,58,138,.2)
}

.text-blue-900\/25 {
    color: rgba(30,58,138,.25)
}

.text-blue-900\/30 {
    color: rgba(30,58,138,.3)
}

.text-blue-900\/40 {
    color: rgba(30,58,138,.4)
}

.text-blue-900\/5 {
    color: rgba(30,58,138,.05)
}

.text-blue-900\/50 {
    color: rgba(30,58,138,.5)
}

.text-blue-900\/60 {
    color: rgba(30,58,138,.6)
}

.text-blue-900\/70 {
    color: rgba(30,58,138,.7)
}

.text-blue-900\/75 {
    color: rgba(30,58,138,.75)
}

.text-blue-900\/80 {
    color: rgba(30,58,138,.8)
}

.text-blue-900\/90 {
    color: rgba(30,58,138,.9)
}

.text-blue-900\/95 {
    color: rgba(30,58,138,.95)
}

.text-blue-950 {
    --tw-text-opacity: 1;
    color: rgb(23 37 84/var(--tw-text-opacity))
}

.text-blue-950\/0 {
    color: rgba(23,37,84,0)
}

.text-blue-950\/10 {
    color: rgba(23,37,84,.1)
}

.text-blue-950\/100 {
    color: #172554
}

.text-blue-950\/20 {
    color: rgba(23,37,84,.2)
}

.text-blue-950\/25 {
    color: rgba(23,37,84,.25)
}

.text-blue-950\/30 {
    color: rgba(23,37,84,.3)
}

.text-blue-950\/40 {
    color: rgba(23,37,84,.4)
}

.text-blue-950\/5 {
    color: rgba(23,37,84,.05)
}

.text-blue-950\/50 {
    color: rgba(23,37,84,.5)
}

.text-blue-950\/60 {
    color: rgba(23,37,84,.6)
}

.text-blue-950\/70 {
    color: rgba(23,37,84,.7)
}

.text-blue-950\/75 {
    color: rgba(23,37,84,.75)
}

.text-blue-950\/80 {
    color: rgba(23,37,84,.8)
}

.text-blue-950\/90 {
    color: rgba(23,37,84,.9)
}

.text-blue-950\/95 {
    color: rgba(23,37,84,.95)
}

.text-cf-blue-1 {
    --tw-text-opacity: 1;
    color: rgb(27 118 255/var(--tw-text-opacity))
}

.text-cf-blue-1\/0 {
    color: rgba(27,118,255,0)
}

.text-cf-blue-1\/10 {
    color: rgba(27,118,255,.1)
}

.text-cf-blue-1\/100 {
    color: #1b76ff
}

.text-cf-blue-1\/20 {
    color: rgba(27,118,255,.2)
}

.text-cf-blue-1\/25 {
    color: rgba(27,118,255,.25)
}

.text-cf-blue-1\/30 {
    color: rgba(27,118,255,.3)
}

.text-cf-blue-1\/40 {
    color: rgba(27,118,255,.4)
}

.text-cf-blue-1\/5 {
    color: rgba(27,118,255,.05)
}

.text-cf-blue-1\/50 {
    color: rgba(27,118,255,.5)
}

.text-cf-blue-1\/60 {
    color: rgba(27,118,255,.6)
}

.text-cf-blue-1\/70 {
    color: rgba(27,118,255,.7)
}

.text-cf-blue-1\/75 {
    color: rgba(27,118,255,.75)
}

.text-cf-blue-1\/80 {
    color: rgba(27,118,255,.8)
}

.text-cf-blue-1\/90 {
    color: rgba(27,118,255,.9)
}

.text-cf-blue-1\/95 {
    color: rgba(27,118,255,.95)
}

.text-cf-blue-2 {
    --tw-text-opacity: 1;
    color: rgb(168 229 255/var(--tw-text-opacity))
}

.text-cf-blue-2\/0 {
    color: rgba(168,229,255,0)
}

.text-cf-blue-2\/10 {
    color: rgba(168,229,255,.1)
}

.text-cf-blue-2\/100 {
    color: #a8e5ff
}

.text-cf-blue-2\/20 {
    color: rgba(168,229,255,.2)
}

.text-cf-blue-2\/25 {
    color: rgba(168,229,255,.25)
}

.text-cf-blue-2\/30 {
    color: rgba(168,229,255,.3)
}

.text-cf-blue-2\/40 {
    color: rgba(168,229,255,.4)
}

.text-cf-blue-2\/5 {
    color: rgba(168,229,255,.05)
}

.text-cf-blue-2\/50 {
    color: rgba(168,229,255,.5)
}

.text-cf-blue-2\/60 {
    color: rgba(168,229,255,.6)
}

.text-cf-blue-2\/70 {
    color: rgba(168,229,255,.7)
}

.text-cf-blue-2\/75 {
    color: rgba(168,229,255,.75)
}

.text-cf-blue-2\/80 {
    color: rgba(168,229,255,.8)
}

.text-cf-blue-2\/90 {
    color: rgba(168,229,255,.9)
}

.text-cf-blue-2\/95 {
    color: rgba(168,229,255,.95)
}

.text-cf-blue-3 {
    --tw-text-opacity: 1;
    color: rgb(218 233 255/var(--tw-text-opacity))
}

.text-cf-blue-3\/0 {
    color: rgba(218,233,255,0)
}

.text-cf-blue-3\/10 {
    color: rgba(218,233,255,.1)
}

.text-cf-blue-3\/100 {
    color: #dae9ff
}

.text-cf-blue-3\/20 {
    color: rgba(218,233,255,.2)
}

.text-cf-blue-3\/25 {
    color: rgba(218,233,255,.25)
}

.text-cf-blue-3\/30 {
    color: rgba(218,233,255,.3)
}

.text-cf-blue-3\/40 {
    color: rgba(218,233,255,.4)
}

.text-cf-blue-3\/5 {
    color: rgba(218,233,255,.05)
}

.text-cf-blue-3\/50 {
    color: rgba(218,233,255,.5)
}

.text-cf-blue-3\/60 {
    color: rgba(218,233,255,.6)
}

.text-cf-blue-3\/70 {
    color: rgba(218,233,255,.7)
}

.text-cf-blue-3\/75 {
    color: rgba(218,233,255,.75)
}

.text-cf-blue-3\/80 {
    color: rgba(218,233,255,.8)
}

.text-cf-blue-3\/90 {
    color: rgba(218,233,255,.9)
}

.text-cf-blue-3\/95 {
    color: rgba(218,233,255,.95)
}

.text-cf-blue-4 {
    --tw-text-opacity: 1;
    color: rgb(201 168 255/var(--tw-text-opacity))
}

.text-cf-blue-4\/0 {
    color: rgba(201,168,255,0)
}

.text-cf-blue-4\/10 {
    color: rgba(201,168,255,.1)
}

.text-cf-blue-4\/100 {
    color: #c9a8ff
}

.text-cf-blue-4\/20 {
    color: rgba(201,168,255,.2)
}

.text-cf-blue-4\/25 {
    color: rgba(201,168,255,.25)
}

.text-cf-blue-4\/30 {
    color: rgba(201,168,255,.3)
}

.text-cf-blue-4\/40 {
    color: rgba(201,168,255,.4)
}

.text-cf-blue-4\/5 {
    color: rgba(201,168,255,.05)
}

.text-cf-blue-4\/50 {
    color: rgba(201,168,255,.5)
}

.text-cf-blue-4\/60 {
    color: rgba(201,168,255,.6)
}

.text-cf-blue-4\/70 {
    color: rgba(201,168,255,.7)
}

.text-cf-blue-4\/75 {
    color: rgba(201,168,255,.75)
}

.text-cf-blue-4\/80 {
    color: rgba(201,168,255,.8)
}

.text-cf-blue-4\/90 {
    color: rgba(201,168,255,.9)
}

.text-cf-blue-4\/95 {
    color: rgba(201,168,255,.95)
}

.text-cf-blue-5 {
    --tw-text-opacity: 1;
    color: rgb(5 24 51/var(--tw-text-opacity))
}

.text-cf-blue-5\/0 {
    color: rgba(5,24,51,0)
}

.text-cf-blue-5\/10 {
    color: rgba(5,24,51,.1)
}

.text-cf-blue-5\/100 {
    color: #051833
}

.text-cf-blue-5\/20 {
    color: rgba(5,24,51,.2)
}

.text-cf-blue-5\/25 {
    color: rgba(5,24,51,.25)
}

.text-cf-blue-5\/30 {
    color: rgba(5,24,51,.3)
}

.text-cf-blue-5\/40 {
    color: rgba(5,24,51,.4)
}

.text-cf-blue-5\/5 {
    color: rgba(5,24,51,.05)
}

.text-cf-blue-5\/50 {
    color: rgba(5,24,51,.5)
}

.text-cf-blue-5\/60 {
    color: rgba(5,24,51,.6)
}

.text-cf-blue-5\/70 {
    color: rgba(5,24,51,.7)
}

.text-cf-blue-5\/75 {
    color: rgba(5,24,51,.75)
}

.text-cf-blue-5\/80 {
    color: rgba(5,24,51,.8)
}

.text-cf-blue-5\/90 {
    color: rgba(5,24,51,.9)
}

.text-cf-blue-5\/95 {
    color: rgba(5,24,51,.95)
}

.text-cf-gray-1 {
    --tw-text-opacity: 1;
    color: rgb(10 10 10/var(--tw-text-opacity))
}

.text-cf-gray-1\/0 {
    color: hsla(0,0%,4%,0)
}

.text-cf-gray-1\/10 {
    color: hsla(0,0%,4%,.1)
}

.text-cf-gray-1\/100 {
    color: #0a0a0a
}

.text-cf-gray-1\/20 {
    color: hsla(0,0%,4%,.2)
}

.text-cf-gray-1\/25 {
    color: hsla(0,0%,4%,.25)
}

.text-cf-gray-1\/30 {
    color: hsla(0,0%,4%,.3)
}

.text-cf-gray-1\/40 {
    color: hsla(0,0%,4%,.4)
}

.text-cf-gray-1\/5 {
    color: hsla(0,0%,4%,.05)
}

.text-cf-gray-1\/50 {
    color: hsla(0,0%,4%,.5)
}

.text-cf-gray-1\/60 {
    color: hsla(0,0%,4%,.6)
}

.text-cf-gray-1\/70 {
    color: hsla(0,0%,4%,.7)
}

.text-cf-gray-1\/75 {
    color: hsla(0,0%,4%,.75)
}

.text-cf-gray-1\/80 {
    color: hsla(0,0%,4%,.8)
}

.text-cf-gray-1\/90 {
    color: hsla(0,0%,4%,.9)
}

.text-cf-gray-1\/95 {
    color: hsla(0,0%,4%,.95)
}

.text-cf-gray-2 {
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.text-cf-gray-2\/0 {
    color: hsla(0,0%,7%,0)
}

.text-cf-gray-2\/10 {
    color: hsla(0,0%,7%,.1)
}

.text-cf-gray-2\/100 {
    color: #111
}

.text-cf-gray-2\/20 {
    color: hsla(0,0%,7%,.2)
}

.text-cf-gray-2\/25 {
    color: hsla(0,0%,7%,.25)
}

.text-cf-gray-2\/30 {
    color: hsla(0,0%,7%,.3)
}

.text-cf-gray-2\/40 {
    color: hsla(0,0%,7%,.4)
}

.text-cf-gray-2\/5 {
    color: hsla(0,0%,7%,.05)
}

.text-cf-gray-2\/50 {
    color: hsla(0,0%,7%,.5)
}

.text-cf-gray-2\/60 {
    color: hsla(0,0%,7%,.6)
}

.text-cf-gray-2\/70 {
    color: hsla(0,0%,7%,.7)
}

.text-cf-gray-2\/75 {
    color: hsla(0,0%,7%,.75)
}

.text-cf-gray-2\/80 {
    color: hsla(0,0%,7%,.8)
}

.text-cf-gray-2\/90 {
    color: hsla(0,0%,7%,.9)
}

.text-cf-gray-2\/95 {
    color: hsla(0,0%,7%,.95)
}

.text-cf-gray-3 {
    --tw-text-opacity: 1;
    color: rgb(22 22 22/var(--tw-text-opacity))
}

.text-cf-gray-3-5 {
    --tw-text-opacity: 1;
    color: rgb(29 29 29/var(--tw-text-opacity))
}

.text-cf-gray-3-5\/0 {
    color: rgba(29,29,29,0)
}

.text-cf-gray-3-5\/10 {
    color: rgba(29,29,29,.1)
}

.text-cf-gray-3-5\/100 {
    color: #1d1d1d
}

.text-cf-gray-3-5\/20 {
    color: rgba(29,29,29,.2)
}

.text-cf-gray-3-5\/25 {
    color: rgba(29,29,29,.25)
}

.text-cf-gray-3-5\/30 {
    color: rgba(29,29,29,.3)
}

.text-cf-gray-3-5\/40 {
    color: rgba(29,29,29,.4)
}

.text-cf-gray-3-5\/5 {
    color: rgba(29,29,29,.05)
}

.text-cf-gray-3-5\/50 {
    color: rgba(29,29,29,.5)
}

.text-cf-gray-3-5\/60 {
    color: rgba(29,29,29,.6)
}

.text-cf-gray-3-5\/70 {
    color: rgba(29,29,29,.7)
}

.text-cf-gray-3-5\/75 {
    color: rgba(29,29,29,.75)
}

.text-cf-gray-3-5\/80 {
    color: rgba(29,29,29,.8)
}

.text-cf-gray-3-5\/90 {
    color: rgba(29,29,29,.9)
}

.text-cf-gray-3-5\/95 {
    color: rgba(29,29,29,.95)
}

.text-cf-gray-3\/0 {
    color: hsla(0,0%,9%,0)
}

.text-cf-gray-3\/10 {
    color: hsla(0,0%,9%,.1)
}

.text-cf-gray-3\/100 {
    color: #161616
}

.text-cf-gray-3\/20 {
    color: hsla(0,0%,9%,.2)
}

.text-cf-gray-3\/25 {
    color: hsla(0,0%,9%,.25)
}

.text-cf-gray-3\/30 {
    color: hsla(0,0%,9%,.3)
}

.text-cf-gray-3\/40 {
    color: hsla(0,0%,9%,.4)
}

.text-cf-gray-3\/5 {
    color: hsla(0,0%,9%,.05)
}

.text-cf-gray-3\/50 {
    color: hsla(0,0%,9%,.5)
}

.text-cf-gray-3\/60 {
    color: hsla(0,0%,9%,.6)
}

.text-cf-gray-3\/70 {
    color: hsla(0,0%,9%,.7)
}

.text-cf-gray-3\/75 {
    color: hsla(0,0%,9%,.75)
}

.text-cf-gray-3\/80 {
    color: hsla(0,0%,9%,.8)
}

.text-cf-gray-3\/90 {
    color: hsla(0,0%,9%,.9)
}

.text-cf-gray-3\/95 {
    color: hsla(0,0%,9%,.95)
}

.text-cf-gray-4 {
    --tw-text-opacity: 1;
    color: rgb(43 43 43/var(--tw-text-opacity))
}

.text-cf-gray-4\/0 {
    color: rgba(43,43,43,0)
}

.text-cf-gray-4\/10 {
    color: rgba(43,43,43,.1)
}

.text-cf-gray-4\/100 {
    color: #2b2b2b
}

.text-cf-gray-4\/20 {
    color: rgba(43,43,43,.2)
}

.text-cf-gray-4\/25 {
    color: rgba(43,43,43,.25)
}

.text-cf-gray-4\/30 {
    color: rgba(43,43,43,.3)
}

.text-cf-gray-4\/40 {
    color: rgba(43,43,43,.4)
}

.text-cf-gray-4\/5 {
    color: rgba(43,43,43,.05)
}

.text-cf-gray-4\/50 {
    color: rgba(43,43,43,.5)
}

.text-cf-gray-4\/60 {
    color: rgba(43,43,43,.6)
}

.text-cf-gray-4\/70 {
    color: rgba(43,43,43,.7)
}

.text-cf-gray-4\/75 {
    color: rgba(43,43,43,.75)
}

.text-cf-gray-4\/80 {
    color: rgba(43,43,43,.8)
}

.text-cf-gray-4\/90 {
    color: rgba(43,43,43,.9)
}

.text-cf-gray-4\/95 {
    color: rgba(43,43,43,.95)
}

.text-cf-gray-5 {
    --tw-text-opacity: 1;
    color: rgb(66 66 66/var(--tw-text-opacity))
}

.text-cf-gray-5\/0 {
    color: rgba(66,66,66,0)
}

.text-cf-gray-5\/10 {
    color: rgba(66,66,66,.1)
}

.text-cf-gray-5\/100 {
    color: #424242
}

.text-cf-gray-5\/20 {
    color: rgba(66,66,66,.2)
}

.text-cf-gray-5\/25 {
    color: rgba(66,66,66,.25)
}

.text-cf-gray-5\/30 {
    color: rgba(66,66,66,.3)
}

.text-cf-gray-5\/40 {
    color: rgba(66,66,66,.4)
}

.text-cf-gray-5\/5 {
    color: rgba(66,66,66,.05)
}

.text-cf-gray-5\/50 {
    color: rgba(66,66,66,.5)
}

.text-cf-gray-5\/60 {
    color: rgba(66,66,66,.6)
}

.text-cf-gray-5\/70 {
    color: rgba(66,66,66,.7)
}

.text-cf-gray-5\/75 {
    color: rgba(66,66,66,.75)
}

.text-cf-gray-5\/80 {
    color: rgba(66,66,66,.8)
}

.text-cf-gray-5\/90 {
    color: rgba(66,66,66,.9)
}

.text-cf-gray-5\/95 {
    color: rgba(66,66,66,.95)
}

.text-cf-gray-bg {
    --tw-text-opacity: 1;
    color: rgb(13 13 13/var(--tw-text-opacity))
}

.text-cf-gray-bg\/0 {
    color: hsla(0,0%,5%,0)
}

.text-cf-gray-bg\/10 {
    color: hsla(0,0%,5%,.1)
}

.text-cf-gray-bg\/100 {
    color: #0d0d0d
}

.text-cf-gray-bg\/20 {
    color: hsla(0,0%,5%,.2)
}

.text-cf-gray-bg\/25 {
    color: hsla(0,0%,5%,.25)
}

.text-cf-gray-bg\/30 {
    color: hsla(0,0%,5%,.3)
}

.text-cf-gray-bg\/40 {
    color: hsla(0,0%,5%,.4)
}

.text-cf-gray-bg\/5 {
    color: hsla(0,0%,5%,.05)
}

.text-cf-gray-bg\/50 {
    color: hsla(0,0%,5%,.5)
}

.text-cf-gray-bg\/60 {
    color: hsla(0,0%,5%,.6)
}

.text-cf-gray-bg\/70 {
    color: hsla(0,0%,5%,.7)
}

.text-cf-gray-bg\/75 {
    color: hsla(0,0%,5%,.75)
}

.text-cf-gray-bg\/80 {
    color: hsla(0,0%,5%,.8)
}

.text-cf-gray-bg\/90 {
    color: hsla(0,0%,5%,.9)
}

.text-cf-gray-bg\/95 {
    color: hsla(0,0%,5%,.95)
}

.text-cf-green-1 {
    --tw-text-opacity: 1;
    color: rgb(70 218 147/var(--tw-text-opacity))
}

.text-cf-green-1\/0 {
    color: rgba(70,218,147,0)
}

.text-cf-green-1\/10 {
    color: rgba(70,218,147,.1)
}

.text-cf-green-1\/100 {
    color: #46da93
}

.text-cf-green-1\/20 {
    color: rgba(70,218,147,.2)
}

.text-cf-green-1\/25 {
    color: rgba(70,218,147,.25)
}

.text-cf-green-1\/30 {
    color: rgba(70,218,147,.3)
}

.text-cf-green-1\/40 {
    color: rgba(70,218,147,.4)
}

.text-cf-green-1\/5 {
    color: rgba(70,218,147,.05)
}

.text-cf-green-1\/50 {
    color: rgba(70,218,147,.5)
}

.text-cf-green-1\/60 {
    color: rgba(70,218,147,.6)
}

.text-cf-green-1\/70 {
    color: rgba(70,218,147,.7)
}

.text-cf-green-1\/75 {
    color: rgba(70,218,147,.75)
}

.text-cf-green-1\/80 {
    color: rgba(70,218,147,.8)
}

.text-cf-green-1\/90 {
    color: rgba(70,218,147,.9)
}

.text-cf-green-1\/95 {
    color: rgba(70,218,147,.95)
}

.text-cf-green-2 {
    --tw-text-opacity: 1;
    color: rgb(61 191 129/var(--tw-text-opacity))
}

.text-cf-green-2\/0 {
    color: rgba(61,191,129,0)
}

.text-cf-green-2\/10 {
    color: rgba(61,191,129,.1)
}

.text-cf-green-2\/100 {
    color: #3dbf81
}

.text-cf-green-2\/20 {
    color: rgba(61,191,129,.2)
}

.text-cf-green-2\/25 {
    color: rgba(61,191,129,.25)
}

.text-cf-green-2\/30 {
    color: rgba(61,191,129,.3)
}

.text-cf-green-2\/40 {
    color: rgba(61,191,129,.4)
}

.text-cf-green-2\/5 {
    color: rgba(61,191,129,.05)
}

.text-cf-green-2\/50 {
    color: rgba(61,191,129,.5)
}

.text-cf-green-2\/60 {
    color: rgba(61,191,129,.6)
}

.text-cf-green-2\/70 {
    color: rgba(61,191,129,.7)
}

.text-cf-green-2\/75 {
    color: rgba(61,191,129,.75)
}

.text-cf-green-2\/80 {
    color: rgba(61,191,129,.8)
}

.text-cf-green-2\/90 {
    color: rgba(61,191,129,.9)
}

.text-cf-green-2\/95 {
    color: rgba(61,191,129,.95)
}

.text-cf-green-3 {
    --tw-text-opacity: 1;
    color: rgb(168 255 213/var(--tw-text-opacity))
}

.text-cf-green-3\/0 {
    color: rgba(168,255,213,0)
}

.text-cf-green-3\/10 {
    color: rgba(168,255,213,.1)
}

.text-cf-green-3\/100 {
    color: #a8ffd5
}

.text-cf-green-3\/20 {
    color: rgba(168,255,213,.2)
}

.text-cf-green-3\/25 {
    color: rgba(168,255,213,.25)
}

.text-cf-green-3\/30 {
    color: rgba(168,255,213,.3)
}

.text-cf-green-3\/40 {
    color: rgba(168,255,213,.4)
}

.text-cf-green-3\/5 {
    color: rgba(168,255,213,.05)
}

.text-cf-green-3\/50 {
    color: rgba(168,255,213,.5)
}

.text-cf-green-3\/60 {
    color: rgba(168,255,213,.6)
}

.text-cf-green-3\/70 {
    color: rgba(168,255,213,.7)
}

.text-cf-green-3\/75 {
    color: rgba(168,255,213,.75)
}

.text-cf-green-3\/80 {
    color: rgba(168,255,213,.8)
}

.text-cf-green-3\/90 {
    color: rgba(168,255,213,.9)
}

.text-cf-green-3\/95 {
    color: rgba(168,255,213,.95)
}

.text-cf-green-4 {
    --tw-text-opacity: 1;
    color: rgb(14 44 29/var(--tw-text-opacity))
}

.text-cf-green-4\/0 {
    color: rgba(14,44,29,0)
}

.text-cf-green-4\/10 {
    color: rgba(14,44,29,.1)
}

.text-cf-green-4\/100 {
    color: #0e2c1d
}

.text-cf-green-4\/20 {
    color: rgba(14,44,29,.2)
}

.text-cf-green-4\/25 {
    color: rgba(14,44,29,.25)
}

.text-cf-green-4\/30 {
    color: rgba(14,44,29,.3)
}

.text-cf-green-4\/40 {
    color: rgba(14,44,29,.4)
}

.text-cf-green-4\/5 {
    color: rgba(14,44,29,.05)
}

.text-cf-green-4\/50 {
    color: rgba(14,44,29,.5)
}

.text-cf-green-4\/60 {
    color: rgba(14,44,29,.6)
}

.text-cf-green-4\/70 {
    color: rgba(14,44,29,.7)
}

.text-cf-green-4\/75 {
    color: rgba(14,44,29,.75)
}

.text-cf-green-4\/80 {
    color: rgba(14,44,29,.8)
}

.text-cf-green-4\/90 {
    color: rgba(14,44,29,.9)
}

.text-cf-green-4\/95 {
    color: rgba(14,44,29,.95)
}

.text-cf-light-1 {
    --tw-text-opacity: 1;
    color: rgb(95 95 95/var(--tw-text-opacity))
}

.text-cf-light-1\/0 {
    color: rgba(95,95,95,0)
}

.text-cf-light-1\/10 {
    color: rgba(95,95,95,.1)
}

.text-cf-light-1\/100 {
    color: #5f5f5f
}

.text-cf-light-1\/20 {
    color: rgba(95,95,95,.2)
}

.text-cf-light-1\/25 {
    color: rgba(95,95,95,.25)
}

.text-cf-light-1\/30 {
    color: rgba(95,95,95,.3)
}

.text-cf-light-1\/40 {
    color: rgba(95,95,95,.4)
}

.text-cf-light-1\/5 {
    color: rgba(95,95,95,.05)
}

.text-cf-light-1\/50 {
    color: rgba(95,95,95,.5)
}

.text-cf-light-1\/60 {
    color: rgba(95,95,95,.6)
}

.text-cf-light-1\/70 {
    color: rgba(95,95,95,.7)
}

.text-cf-light-1\/75 {
    color: rgba(95,95,95,.75)
}

.text-cf-light-1\/80 {
    color: rgba(95,95,95,.8)
}

.text-cf-light-1\/90 {
    color: rgba(95,95,95,.9)
}

.text-cf-light-1\/95 {
    color: rgba(95,95,95,.95)
}

.text-cf-light-2 {
    --tw-text-opacity: 1;
    color: rgb(144 144 144/var(--tw-text-opacity))
}

.text-cf-light-2\/0 {
    color: hsla(0,0%,56%,0)
}

.text-cf-light-2\/10 {
    color: hsla(0,0%,56%,.1)
}

.text-cf-light-2\/100 {
    color: #909090
}

.text-cf-light-2\/20 {
    color: hsla(0,0%,56%,.2)
}

.text-cf-light-2\/25 {
    color: hsla(0,0%,56%,.25)
}

.text-cf-light-2\/30 {
    color: hsla(0,0%,56%,.3)
}

.text-cf-light-2\/40 {
    color: hsla(0,0%,56%,.4)
}

.text-cf-light-2\/5 {
    color: hsla(0,0%,56%,.05)
}

.text-cf-light-2\/50 {
    color: hsla(0,0%,56%,.5)
}

.text-cf-light-2\/60 {
    color: hsla(0,0%,56%,.6)
}

.text-cf-light-2\/70 {
    color: hsla(0,0%,56%,.7)
}

.text-cf-light-2\/75 {
    color: hsla(0,0%,56%,.75)
}

.text-cf-light-2\/80 {
    color: hsla(0,0%,56%,.8)
}

.text-cf-light-2\/90 {
    color: hsla(0,0%,56%,.9)
}

.text-cf-light-2\/95 {
    color: hsla(0,0%,56%,.95)
}

.text-cf-light-3 {
    --tw-text-opacity: 1;
    color: rgb(205 205 205/var(--tw-text-opacity))
}

.text-cf-light-3\/0 {
    color: hsla(0,0%,80%,0)
}

.text-cf-light-3\/10 {
    color: hsla(0,0%,80%,.1)
}

.text-cf-light-3\/100 {
    color: #cdcdcd
}

.text-cf-light-3\/20 {
    color: hsla(0,0%,80%,.2)
}

.text-cf-light-3\/25 {
    color: hsla(0,0%,80%,.25)
}

.text-cf-light-3\/30 {
    color: hsla(0,0%,80%,.3)
}

.text-cf-light-3\/40 {
    color: hsla(0,0%,80%,.4)
}

.text-cf-light-3\/5 {
    color: hsla(0,0%,80%,.05)
}

.text-cf-light-3\/50 {
    color: hsla(0,0%,80%,.5)
}

.text-cf-light-3\/60 {
    color: hsla(0,0%,80%,.6)
}

.text-cf-light-3\/70 {
    color: hsla(0,0%,80%,.7)
}

.text-cf-light-3\/75 {
    color: hsla(0,0%,80%,.75)
}

.text-cf-light-3\/80 {
    color: hsla(0,0%,80%,.8)
}

.text-cf-light-3\/90 {
    color: hsla(0,0%,80%,.9)
}

.text-cf-light-3\/95 {
    color: hsla(0,0%,80%,.95)
}

.text-cf-light-4 {
    --tw-text-opacity: 1;
    color: rgb(246 246 246/var(--tw-text-opacity))
}

.text-cf-light-4\/0 {
    color: hsla(0,0%,96%,0)
}

.text-cf-light-4\/10 {
    color: hsla(0,0%,96%,.1)
}

.text-cf-light-4\/100 {
    color: #f6f6f6
}

.text-cf-light-4\/20 {
    color: hsla(0,0%,96%,.2)
}

.text-cf-light-4\/25 {
    color: hsla(0,0%,96%,.25)
}

.text-cf-light-4\/30 {
    color: hsla(0,0%,96%,.3)
}

.text-cf-light-4\/40 {
    color: hsla(0,0%,96%,.4)
}

.text-cf-light-4\/5 {
    color: hsla(0,0%,96%,.05)
}

.text-cf-light-4\/50 {
    color: hsla(0,0%,96%,.5)
}

.text-cf-light-4\/60 {
    color: hsla(0,0%,96%,.6)
}

.text-cf-light-4\/70 {
    color: hsla(0,0%,96%,.7)
}

.text-cf-light-4\/75 {
    color: hsla(0,0%,96%,.75)
}

.text-cf-light-4\/80 {
    color: hsla(0,0%,96%,.8)
}

.text-cf-light-4\/90 {
    color: hsla(0,0%,96%,.9)
}

.text-cf-light-4\/95 {
    color: hsla(0,0%,96%,.95)
}

.text-cf-orange-1 {
    --tw-text-opacity: 1;
    color: rgb(236 159 10/var(--tw-text-opacity))
}

.text-cf-orange-1\/0 {
    color: rgba(236,159,10,0)
}

.text-cf-orange-1\/10 {
    color: rgba(236,159,10,.1)
}

.text-cf-orange-1\/100 {
    color: #ec9f0a
}

.text-cf-orange-1\/20 {
    color: rgba(236,159,10,.2)
}

.text-cf-orange-1\/25 {
    color: rgba(236,159,10,.25)
}

.text-cf-orange-1\/30 {
    color: rgba(236,159,10,.3)
}

.text-cf-orange-1\/40 {
    color: rgba(236,159,10,.4)
}

.text-cf-orange-1\/5 {
    color: rgba(236,159,10,.05)
}

.text-cf-orange-1\/50 {
    color: rgba(236,159,10,.5)
}

.text-cf-orange-1\/60 {
    color: rgba(236,159,10,.6)
}

.text-cf-orange-1\/70 {
    color: rgba(236,159,10,.7)
}

.text-cf-orange-1\/75 {
    color: rgba(236,159,10,.75)
}

.text-cf-orange-1\/80 {
    color: rgba(236,159,10,.8)
}

.text-cf-orange-1\/90 {
    color: rgba(236,159,10,.9)
}

.text-cf-orange-1\/95 {
    color: rgba(236,159,10,.95)
}

.text-cf-orange-2 {
    --tw-text-opacity: 1;
    color: rgb(255 210 168/var(--tw-text-opacity))
}

.text-cf-orange-2\/0 {
    color: rgba(255,210,168,0)
}

.text-cf-orange-2\/10 {
    color: rgba(255,210,168,.1)
}

.text-cf-orange-2\/100 {
    color: #ffd2a8
}

.text-cf-orange-2\/20 {
    color: rgba(255,210,168,.2)
}

.text-cf-orange-2\/25 {
    color: rgba(255,210,168,.25)
}

.text-cf-orange-2\/30 {
    color: rgba(255,210,168,.3)
}

.text-cf-orange-2\/40 {
    color: rgba(255,210,168,.4)
}

.text-cf-orange-2\/5 {
    color: rgba(255,210,168,.05)
}

.text-cf-orange-2\/50 {
    color: rgba(255,210,168,.5)
}

.text-cf-orange-2\/60 {
    color: rgba(255,210,168,.6)
}

.text-cf-orange-2\/70 {
    color: rgba(255,210,168,.7)
}

.text-cf-orange-2\/75 {
    color: rgba(255,210,168,.75)
}

.text-cf-orange-2\/80 {
    color: rgba(255,210,168,.8)
}

.text-cf-orange-2\/90 {
    color: rgba(255,210,168,.9)
}

.text-cf-orange-2\/95 {
    color: rgba(255,210,168,.95)
}

.text-cf-orange-3 {
    --tw-text-opacity: 1;
    color: rgb(255 242 208/var(--tw-text-opacity))
}

.text-cf-orange-3\/0 {
    color: rgba(255,242,208,0)
}

.text-cf-orange-3\/10 {
    color: rgba(255,242,208,.1)
}

.text-cf-orange-3\/100 {
    color: #fff2d0
}

.text-cf-orange-3\/20 {
    color: rgba(255,242,208,.2)
}

.text-cf-orange-3\/25 {
    color: rgba(255,242,208,.25)
}

.text-cf-orange-3\/30 {
    color: rgba(255,242,208,.3)
}

.text-cf-orange-3\/40 {
    color: rgba(255,242,208,.4)
}

.text-cf-orange-3\/5 {
    color: rgba(255,242,208,.05)
}

.text-cf-orange-3\/50 {
    color: rgba(255,242,208,.5)
}

.text-cf-orange-3\/60 {
    color: rgba(255,242,208,.6)
}

.text-cf-orange-3\/70 {
    color: rgba(255,242,208,.7)
}

.text-cf-orange-3\/75 {
    color: rgba(255,242,208,.75)
}

.text-cf-orange-3\/80 {
    color: rgba(255,242,208,.8)
}

.text-cf-orange-3\/90 {
    color: rgba(255,242,208,.9)
}

.text-cf-orange-3\/95 {
    color: rgba(255,242,208,.95)
}

.text-cf-orange-4 {
    --tw-text-opacity: 1;
    color: rgb(47 32 2/var(--tw-text-opacity))
}

.text-cf-orange-4\/0 {
    color: rgba(47,32,2,0)
}

.text-cf-orange-4\/10 {
    color: rgba(47,32,2,.1)
}

.text-cf-orange-4\/100 {
    color: #2f2002
}

.text-cf-orange-4\/20 {
    color: rgba(47,32,2,.2)
}

.text-cf-orange-4\/25 {
    color: rgba(47,32,2,.25)
}

.text-cf-orange-4\/30 {
    color: rgba(47,32,2,.3)
}

.text-cf-orange-4\/40 {
    color: rgba(47,32,2,.4)
}

.text-cf-orange-4\/5 {
    color: rgba(47,32,2,.05)
}

.text-cf-orange-4\/50 {
    color: rgba(47,32,2,.5)
}

.text-cf-orange-4\/60 {
    color: rgba(47,32,2,.6)
}

.text-cf-orange-4\/70 {
    color: rgba(47,32,2,.7)
}

.text-cf-orange-4\/75 {
    color: rgba(47,32,2,.75)
}

.text-cf-orange-4\/80 {
    color: rgba(47,32,2,.8)
}

.text-cf-orange-4\/90 {
    color: rgba(47,32,2,.9)
}

.text-cf-orange-4\/95 {
    color: rgba(47,32,2,.95)
}

.text-cf-pink-1 {
    --tw-text-opacity: 1;
    color: rgb(255 51 175/var(--tw-text-opacity))
}

.text-cf-pink-1\/0 {
    color: rgba(255,51,175,0)
}

.text-cf-pink-1\/10 {
    color: rgba(255,51,175,.1)
}

.text-cf-pink-1\/100 {
    color: #ff33af
}

.text-cf-pink-1\/20 {
    color: rgba(255,51,175,.2)
}

.text-cf-pink-1\/25 {
    color: rgba(255,51,175,.25)
}

.text-cf-pink-1\/30 {
    color: rgba(255,51,175,.3)
}

.text-cf-pink-1\/40 {
    color: rgba(255,51,175,.4)
}

.text-cf-pink-1\/5 {
    color: rgba(255,51,175,.05)
}

.text-cf-pink-1\/50 {
    color: rgba(255,51,175,.5)
}

.text-cf-pink-1\/60 {
    color: rgba(255,51,175,.6)
}

.text-cf-pink-1\/70 {
    color: rgba(255,51,175,.7)
}

.text-cf-pink-1\/75 {
    color: rgba(255,51,175,.75)
}

.text-cf-pink-1\/80 {
    color: rgba(255,51,175,.8)
}

.text-cf-pink-1\/90 {
    color: rgba(255,51,175,.9)
}

.text-cf-pink-1\/95 {
    color: rgba(255,51,175,.95)
}

.text-cf-red-1 {
    --tw-text-opacity: 1;
    color: rgb(246 72 72/var(--tw-text-opacity))
}

.text-cf-red-1\/0 {
    color: rgba(246,72,72,0)
}

.text-cf-red-1\/10 {
    color: rgba(246,72,72,.1)
}

.text-cf-red-1\/100 {
    color: #f64848
}

.text-cf-red-1\/20 {
    color: rgba(246,72,72,.2)
}

.text-cf-red-1\/25 {
    color: rgba(246,72,72,.25)
}

.text-cf-red-1\/30 {
    color: rgba(246,72,72,.3)
}

.text-cf-red-1\/40 {
    color: rgba(246,72,72,.4)
}

.text-cf-red-1\/5 {
    color: rgba(246,72,72,.05)
}

.text-cf-red-1\/50 {
    color: rgba(246,72,72,.5)
}

.text-cf-red-1\/60 {
    color: rgba(246,72,72,.6)
}

.text-cf-red-1\/70 {
    color: rgba(246,72,72,.7)
}

.text-cf-red-1\/75 {
    color: rgba(246,72,72,.75)
}

.text-cf-red-1\/80 {
    color: rgba(246,72,72,.8)
}

.text-cf-red-1\/90 {
    color: rgba(246,72,72,.9)
}

.text-cf-red-1\/95 {
    color: rgba(246,72,72,.95)
}

.text-cf-red-2 {
    --tw-text-opacity: 1;
    color: rgb(255 168 168/var(--tw-text-opacity))
}

.text-cf-red-2\/0 {
    color: hsla(0,100%,83%,0)
}

.text-cf-red-2\/10 {
    color: hsla(0,100%,83%,.1)
}

.text-cf-red-2\/100 {
    color: #ffa8a8
}

.text-cf-red-2\/20 {
    color: hsla(0,100%,83%,.2)
}

.text-cf-red-2\/25 {
    color: hsla(0,100%,83%,.25)
}

.text-cf-red-2\/30 {
    color: hsla(0,100%,83%,.3)
}

.text-cf-red-2\/40 {
    color: hsla(0,100%,83%,.4)
}

.text-cf-red-2\/5 {
    color: hsla(0,100%,83%,.05)
}

.text-cf-red-2\/50 {
    color: hsla(0,100%,83%,.5)
}

.text-cf-red-2\/60 {
    color: hsla(0,100%,83%,.6)
}

.text-cf-red-2\/70 {
    color: hsla(0,100%,83%,.7)
}

.text-cf-red-2\/75 {
    color: hsla(0,100%,83%,.75)
}

.text-cf-red-2\/80 {
    color: hsla(0,100%,83%,.8)
}

.text-cf-red-2\/90 {
    color: hsla(0,100%,83%,.9)
}

.text-cf-red-2\/95 {
    color: hsla(0,100%,83%,.95)
}

.text-cf-red-3 {
    --tw-text-opacity: 1;
    color: rgb(255 215 215/var(--tw-text-opacity))
}

.text-cf-red-3\/0 {
    color: hsla(0,100%,92%,0)
}

.text-cf-red-3\/10 {
    color: hsla(0,100%,92%,.1)
}

.text-cf-red-3\/100 {
    color: #ffd7d7
}

.text-cf-red-3\/20 {
    color: hsla(0,100%,92%,.2)
}

.text-cf-red-3\/25 {
    color: hsla(0,100%,92%,.25)
}

.text-cf-red-3\/30 {
    color: hsla(0,100%,92%,.3)
}

.text-cf-red-3\/40 {
    color: hsla(0,100%,92%,.4)
}

.text-cf-red-3\/5 {
    color: hsla(0,100%,92%,.05)
}

.text-cf-red-3\/50 {
    color: hsla(0,100%,92%,.5)
}

.text-cf-red-3\/60 {
    color: hsla(0,100%,92%,.6)
}

.text-cf-red-3\/70 {
    color: hsla(0,100%,92%,.7)
}

.text-cf-red-3\/75 {
    color: hsla(0,100%,92%,.75)
}

.text-cf-red-3\/80 {
    color: hsla(0,100%,92%,.8)
}

.text-cf-red-3\/90 {
    color: hsla(0,100%,92%,.9)
}

.text-cf-red-3\/95 {
    color: hsla(0,100%,92%,.95)
}

.text-cf-red-4 {
    --tw-text-opacity: 1;
    color: rgb(49 14 14/var(--tw-text-opacity))
}

.text-cf-red-4\/0 {
    color: rgba(49,14,14,0)
}

.text-cf-red-4\/10 {
    color: rgba(49,14,14,.1)
}

.text-cf-red-4\/100 {
    color: #310e0e
}

.text-cf-red-4\/20 {
    color: rgba(49,14,14,.2)
}

.text-cf-red-4\/25 {
    color: rgba(49,14,14,.25)
}

.text-cf-red-4\/30 {
    color: rgba(49,14,14,.3)
}

.text-cf-red-4\/40 {
    color: rgba(49,14,14,.4)
}

.text-cf-red-4\/5 {
    color: rgba(49,14,14,.05)
}

.text-cf-red-4\/50 {
    color: rgba(49,14,14,.5)
}

.text-cf-red-4\/60 {
    color: rgba(49,14,14,.6)
}

.text-cf-red-4\/70 {
    color: rgba(49,14,14,.7)
}

.text-cf-red-4\/75 {
    color: rgba(49,14,14,.75)
}

.text-cf-red-4\/80 {
    color: rgba(49,14,14,.8)
}

.text-cf-red-4\/90 {
    color: rgba(49,14,14,.9)
}

.text-cf-red-4\/95 {
    color: rgba(49,14,14,.95)
}

.text-cf-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-cf-white\/0 {
    color: hsla(0,0%,100%,0)
}

.text-cf-white\/10 {
    color: hsla(0,0%,100%,.1)
}

.text-cf-white\/100 {
    color: #fff
}

.text-cf-white\/20 {
    color: hsla(0,0%,100%,.2)
}

.text-cf-white\/25 {
    color: hsla(0,0%,100%,.25)
}

.text-cf-white\/30 {
    color: hsla(0,0%,100%,.3)
}

.text-cf-white\/40 {
    color: hsla(0,0%,100%,.4)
}

.text-cf-white\/5 {
    color: hsla(0,0%,100%,.05)
}

.text-cf-white\/50 {
    color: hsla(0,0%,100%,.5)
}

.text-cf-white\/60 {
    color: hsla(0,0%,100%,.6)
}

.text-cf-white\/70 {
    color: hsla(0,0%,100%,.7)
}

.text-cf-white\/75 {
    color: hsla(0,0%,100%,.75)
}

.text-cf-white\/80 {
    color: hsla(0,0%,100%,.8)
}

.text-cf-white\/90 {
    color: hsla(0,0%,100%,.9)
}

.text-cf-white\/95 {
    color: hsla(0,0%,100%,.95)
}

.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: rgba(207,250,254,0)
}

.text-cyan-100\/10 {
    color: rgba(207,250,254,.1)
}

.text-cyan-100\/100 {
    color: #cffafe
}

.text-cyan-100\/20 {
    color: rgba(207,250,254,.2)
}

.text-cyan-100\/25 {
    color: rgba(207,250,254,.25)
}

.text-cyan-100\/30 {
    color: rgba(207,250,254,.3)
}

.text-cyan-100\/40 {
    color: rgba(207,250,254,.4)
}

.text-cyan-100\/5 {
    color: rgba(207,250,254,.05)
}

.text-cyan-100\/50 {
    color: rgba(207,250,254,.5)
}

.text-cyan-100\/60 {
    color: rgba(207,250,254,.6)
}

.text-cyan-100\/70 {
    color: rgba(207,250,254,.7)
}

.text-cyan-100\/75 {
    color: rgba(207,250,254,.75)
}

.text-cyan-100\/80 {
    color: rgba(207,250,254,.8)
}

.text-cyan-100\/90 {
    color: rgba(207,250,254,.9)
}

.text-cyan-100\/95 {
    color: rgba(207,250,254,.95)
}

.text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgb(165 243 252/var(--tw-text-opacity))
}

.text-cyan-200\/0 {
    color: rgba(165,243,252,0)
}

.text-cyan-200\/10 {
    color: rgba(165,243,252,.1)
}

.text-cyan-200\/100 {
    color: #a5f3fc
}

.text-cyan-200\/20 {
    color: rgba(165,243,252,.2)
}

.text-cyan-200\/25 {
    color: rgba(165,243,252,.25)
}

.text-cyan-200\/30 {
    color: rgba(165,243,252,.3)
}

.text-cyan-200\/40 {
    color: rgba(165,243,252,.4)
}

.text-cyan-200\/5 {
    color: rgba(165,243,252,.05)
}

.text-cyan-200\/50 {
    color: rgba(165,243,252,.5)
}

.text-cyan-200\/60 {
    color: rgba(165,243,252,.6)
}

.text-cyan-200\/70 {
    color: rgba(165,243,252,.7)
}

.text-cyan-200\/75 {
    color: rgba(165,243,252,.75)
}

.text-cyan-200\/80 {
    color: rgba(165,243,252,.8)
}

.text-cyan-200\/90 {
    color: rgba(165,243,252,.9)
}

.text-cyan-200\/95 {
    color: rgba(165,243,252,.95)
}

.text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgb(103 232 249/var(--tw-text-opacity))
}

.text-cyan-300\/0 {
    color: rgba(103,232,249,0)
}

.text-cyan-300\/10 {
    color: rgba(103,232,249,.1)
}

.text-cyan-300\/100 {
    color: #67e8f9
}

.text-cyan-300\/20 {
    color: rgba(103,232,249,.2)
}

.text-cyan-300\/25 {
    color: rgba(103,232,249,.25)
}

.text-cyan-300\/30 {
    color: rgba(103,232,249,.3)
}

.text-cyan-300\/40 {
    color: rgba(103,232,249,.4)
}

.text-cyan-300\/5 {
    color: rgba(103,232,249,.05)
}

.text-cyan-300\/50 {
    color: rgba(103,232,249,.5)
}

.text-cyan-300\/60 {
    color: rgba(103,232,249,.6)
}

.text-cyan-300\/70 {
    color: rgba(103,232,249,.7)
}

.text-cyan-300\/75 {
    color: rgba(103,232,249,.75)
}

.text-cyan-300\/80 {
    color: rgba(103,232,249,.8)
}

.text-cyan-300\/90 {
    color: rgba(103,232,249,.9)
}

.text-cyan-300\/95 {
    color: rgba(103,232,249,.95)
}

.text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgb(34 211 238/var(--tw-text-opacity))
}

.text-cyan-400\/0 {
    color: rgba(34,211,238,0)
}

.text-cyan-400\/10 {
    color: rgba(34,211,238,.1)
}

.text-cyan-400\/100 {
    color: #22d3ee
}

.text-cyan-400\/20 {
    color: rgba(34,211,238,.2)
}

.text-cyan-400\/25 {
    color: rgba(34,211,238,.25)
}

.text-cyan-400\/30 {
    color: rgba(34,211,238,.3)
}

.text-cyan-400\/40 {
    color: rgba(34,211,238,.4)
}

.text-cyan-400\/5 {
    color: rgba(34,211,238,.05)
}

.text-cyan-400\/50 {
    color: rgba(34,211,238,.5)
}

.text-cyan-400\/60 {
    color: rgba(34,211,238,.6)
}

.text-cyan-400\/70 {
    color: rgba(34,211,238,.7)
}

.text-cyan-400\/75 {
    color: rgba(34,211,238,.75)
}

.text-cyan-400\/80 {
    color: rgba(34,211,238,.8)
}

.text-cyan-400\/90 {
    color: rgba(34,211,238,.9)
}

.text-cyan-400\/95 {
    color: rgba(34,211,238,.95)
}

.text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgb(236 254 255/var(--tw-text-opacity))
}

.text-cyan-50\/0 {
    color: rgba(236,254,255,0)
}

.text-cyan-50\/10 {
    color: rgba(236,254,255,.1)
}

.text-cyan-50\/100 {
    color: #ecfeff
}

.text-cyan-50\/20 {
    color: rgba(236,254,255,.2)
}

.text-cyan-50\/25 {
    color: rgba(236,254,255,.25)
}

.text-cyan-50\/30 {
    color: rgba(236,254,255,.3)
}

.text-cyan-50\/40 {
    color: rgba(236,254,255,.4)
}

.text-cyan-50\/5 {
    color: rgba(236,254,255,.05)
}

.text-cyan-50\/50 {
    color: rgba(236,254,255,.5)
}

.text-cyan-50\/60 {
    color: rgba(236,254,255,.6)
}

.text-cyan-50\/70 {
    color: rgba(236,254,255,.7)
}

.text-cyan-50\/75 {
    color: rgba(236,254,255,.75)
}

.text-cyan-50\/80 {
    color: rgba(236,254,255,.8)
}

.text-cyan-50\/90 {
    color: rgba(236,254,255,.9)
}

.text-cyan-50\/95 {
    color: rgba(236,254,255,.95)
}

.text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212/var(--tw-text-opacity))
}

.text-cyan-500\/0 {
    color: rgba(6,182,212,0)
}

.text-cyan-500\/10 {
    color: rgba(6,182,212,.1)
}

.text-cyan-500\/100 {
    color: #06b6d4
}

.text-cyan-500\/20 {
    color: rgba(6,182,212,.2)
}

.text-cyan-500\/25 {
    color: rgba(6,182,212,.25)
}

.text-cyan-500\/30 {
    color: rgba(6,182,212,.3)
}

.text-cyan-500\/40 {
    color: rgba(6,182,212,.4)
}

.text-cyan-500\/5 {
    color: rgba(6,182,212,.05)
}

.text-cyan-500\/50 {
    color: rgba(6,182,212,.5)
}

.text-cyan-500\/60 {
    color: rgba(6,182,212,.6)
}

.text-cyan-500\/70 {
    color: rgba(6,182,212,.7)
}

.text-cyan-500\/75 {
    color: rgba(6,182,212,.75)
}

.text-cyan-500\/80 {
    color: rgba(6,182,212,.8)
}

.text-cyan-500\/90 {
    color: rgba(6,182,212,.9)
}

.text-cyan-500\/95 {
    color: rgba(6,182,212,.95)
}

.text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgb(8 145 178/var(--tw-text-opacity))
}

.text-cyan-600\/0 {
    color: rgba(8,145,178,0)
}

.text-cyan-600\/10 {
    color: rgba(8,145,178,.1)
}

.text-cyan-600\/100 {
    color: #0891b2
}

.text-cyan-600\/20 {
    color: rgba(8,145,178,.2)
}

.text-cyan-600\/25 {
    color: rgba(8,145,178,.25)
}

.text-cyan-600\/30 {
    color: rgba(8,145,178,.3)
}

.text-cyan-600\/40 {
    color: rgba(8,145,178,.4)
}

.text-cyan-600\/5 {
    color: rgba(8,145,178,.05)
}

.text-cyan-600\/50 {
    color: rgba(8,145,178,.5)
}

.text-cyan-600\/60 {
    color: rgba(8,145,178,.6)
}

.text-cyan-600\/70 {
    color: rgba(8,145,178,.7)
}

.text-cyan-600\/75 {
    color: rgba(8,145,178,.75)
}

.text-cyan-600\/80 {
    color: rgba(8,145,178,.8)
}

.text-cyan-600\/90 {
    color: rgba(8,145,178,.9)
}

.text-cyan-600\/95 {
    color: rgba(8,145,178,.95)
}

.text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgb(14 116 144/var(--tw-text-opacity))
}

.text-cyan-700\/0 {
    color: rgba(14,116,144,0)
}

.text-cyan-700\/10 {
    color: rgba(14,116,144,.1)
}

.text-cyan-700\/100 {
    color: #0e7490
}

.text-cyan-700\/20 {
    color: rgba(14,116,144,.2)
}

.text-cyan-700\/25 {
    color: rgba(14,116,144,.25)
}

.text-cyan-700\/30 {
    color: rgba(14,116,144,.3)
}

.text-cyan-700\/40 {
    color: rgba(14,116,144,.4)
}

.text-cyan-700\/5 {
    color: rgba(14,116,144,.05)
}

.text-cyan-700\/50 {
    color: rgba(14,116,144,.5)
}

.text-cyan-700\/60 {
    color: rgba(14,116,144,.6)
}

.text-cyan-700\/70 {
    color: rgba(14,116,144,.7)
}

.text-cyan-700\/75 {
    color: rgba(14,116,144,.75)
}

.text-cyan-700\/80 {
    color: rgba(14,116,144,.8)
}

.text-cyan-700\/90 {
    color: rgba(14,116,144,.9)
}

.text-cyan-700\/95 {
    color: rgba(14,116,144,.95)
}

.text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgb(21 94 117/var(--tw-text-opacity))
}

.text-cyan-800\/0 {
    color: rgba(21,94,117,0)
}

.text-cyan-800\/10 {
    color: rgba(21,94,117,.1)
}

.text-cyan-800\/100 {
    color: #155e75
}

.text-cyan-800\/20 {
    color: rgba(21,94,117,.2)
}

.text-cyan-800\/25 {
    color: rgba(21,94,117,.25)
}

.text-cyan-800\/30 {
    color: rgba(21,94,117,.3)
}

.text-cyan-800\/40 {
    color: rgba(21,94,117,.4)
}

.text-cyan-800\/5 {
    color: rgba(21,94,117,.05)
}

.text-cyan-800\/50 {
    color: rgba(21,94,117,.5)
}

.text-cyan-800\/60 {
    color: rgba(21,94,117,.6)
}

.text-cyan-800\/70 {
    color: rgba(21,94,117,.7)
}

.text-cyan-800\/75 {
    color: rgba(21,94,117,.75)
}

.text-cyan-800\/80 {
    color: rgba(21,94,117,.8)
}

.text-cyan-800\/90 {
    color: rgba(21,94,117,.9)
}

.text-cyan-800\/95 {
    color: rgba(21,94,117,.95)
}

.text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgb(22 78 99/var(--tw-text-opacity))
}

.text-cyan-900\/0 {
    color: rgba(22,78,99,0)
}

.text-cyan-900\/10 {
    color: rgba(22,78,99,.1)
}

.text-cyan-900\/100 {
    color: #164e63
}

.text-cyan-900\/20 {
    color: rgba(22,78,99,.2)
}

.text-cyan-900\/25 {
    color: rgba(22,78,99,.25)
}

.text-cyan-900\/30 {
    color: rgba(22,78,99,.3)
}

.text-cyan-900\/40 {
    color: rgba(22,78,99,.4)
}

.text-cyan-900\/5 {
    color: rgba(22,78,99,.05)
}

.text-cyan-900\/50 {
    color: rgba(22,78,99,.5)
}

.text-cyan-900\/60 {
    color: rgba(22,78,99,.6)
}

.text-cyan-900\/70 {
    color: rgba(22,78,99,.7)
}

.text-cyan-900\/75 {
    color: rgba(22,78,99,.75)
}

.text-cyan-900\/80 {
    color: rgba(22,78,99,.8)
}

.text-cyan-900\/90 {
    color: rgba(22,78,99,.9)
}

.text-cyan-900\/95 {
    color: rgba(22,78,99,.95)
}

.text-cyan-950 {
    --tw-text-opacity: 1;
    color: rgb(8 51 68/var(--tw-text-opacity))
}

.text-cyan-950\/0 {
    color: rgba(8,51,68,0)
}

.text-cyan-950\/10 {
    color: rgba(8,51,68,.1)
}

.text-cyan-950\/100 {
    color: #083344
}

.text-cyan-950\/20 {
    color: rgba(8,51,68,.2)
}

.text-cyan-950\/25 {
    color: rgba(8,51,68,.25)
}

.text-cyan-950\/30 {
    color: rgba(8,51,68,.3)
}

.text-cyan-950\/40 {
    color: rgba(8,51,68,.4)
}

.text-cyan-950\/5 {
    color: rgba(8,51,68,.05)
}

.text-cyan-950\/50 {
    color: rgba(8,51,68,.5)
}

.text-cyan-950\/60 {
    color: rgba(8,51,68,.6)
}

.text-cyan-950\/70 {
    color: rgba(8,51,68,.7)
}

.text-cyan-950\/75 {
    color: rgba(8,51,68,.75)
}

.text-cyan-950\/80 {
    color: rgba(8,51,68,.8)
}

.text-cyan-950\/90 {
    color: rgba(8,51,68,.9)
}

.text-cyan-950\/95 {
    color: rgba(8,51,68,.95)
}

.text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgb(209 250 229/var(--tw-text-opacity))
}

.text-emerald-100\/0 {
    color: rgba(209,250,229,0)
}

.text-emerald-100\/10 {
    color: rgba(209,250,229,.1)
}

.text-emerald-100\/100 {
    color: #d1fae5
}

.text-emerald-100\/20 {
    color: rgba(209,250,229,.2)
}

.text-emerald-100\/25 {
    color: rgba(209,250,229,.25)
}

.text-emerald-100\/30 {
    color: rgba(209,250,229,.3)
}

.text-emerald-100\/40 {
    color: rgba(209,250,229,.4)
}

.text-emerald-100\/5 {
    color: rgba(209,250,229,.05)
}

.text-emerald-100\/50 {
    color: rgba(209,250,229,.5)
}

.text-emerald-100\/60 {
    color: rgba(209,250,229,.6)
}

.text-emerald-100\/70 {
    color: rgba(209,250,229,.7)
}

.text-emerald-100\/75 {
    color: rgba(209,250,229,.75)
}

.text-emerald-100\/80 {
    color: rgba(209,250,229,.8)
}

.text-emerald-100\/90 {
    color: rgba(209,250,229,.9)
}

.text-emerald-100\/95 {
    color: rgba(209,250,229,.95)
}

.text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgb(167 243 208/var(--tw-text-opacity))
}

.text-emerald-200\/0 {
    color: rgba(167,243,208,0)
}

.text-emerald-200\/10 {
    color: rgba(167,243,208,.1)
}

.text-emerald-200\/100 {
    color: #a7f3d0
}

.text-emerald-200\/20 {
    color: rgba(167,243,208,.2)
}

.text-emerald-200\/25 {
    color: rgba(167,243,208,.25)
}

.text-emerald-200\/30 {
    color: rgba(167,243,208,.3)
}

.text-emerald-200\/40 {
    color: rgba(167,243,208,.4)
}

.text-emerald-200\/5 {
    color: rgba(167,243,208,.05)
}

.text-emerald-200\/50 {
    color: rgba(167,243,208,.5)
}

.text-emerald-200\/60 {
    color: rgba(167,243,208,.6)
}

.text-emerald-200\/70 {
    color: rgba(167,243,208,.7)
}

.text-emerald-200\/75 {
    color: rgba(167,243,208,.75)
}

.text-emerald-200\/80 {
    color: rgba(167,243,208,.8)
}

.text-emerald-200\/90 {
    color: rgba(167,243,208,.9)
}

.text-emerald-200\/95 {
    color: rgba(167,243,208,.95)
}

.text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgb(110 231 183/var(--tw-text-opacity))
}

.text-emerald-300\/0 {
    color: rgba(110,231,183,0)
}

.text-emerald-300\/10 {
    color: rgba(110,231,183,.1)
}

.text-emerald-300\/100 {
    color: #6ee7b7
}

.text-emerald-300\/20 {
    color: rgba(110,231,183,.2)
}

.text-emerald-300\/25 {
    color: rgba(110,231,183,.25)
}

.text-emerald-300\/30 {
    color: rgba(110,231,183,.3)
}

.text-emerald-300\/40 {
    color: rgba(110,231,183,.4)
}

.text-emerald-300\/5 {
    color: rgba(110,231,183,.05)
}

.text-emerald-300\/50 {
    color: rgba(110,231,183,.5)
}

.text-emerald-300\/60 {
    color: rgba(110,231,183,.6)
}

.text-emerald-300\/70 {
    color: rgba(110,231,183,.7)
}

.text-emerald-300\/75 {
    color: rgba(110,231,183,.75)
}

.text-emerald-300\/80 {
    color: rgba(110,231,183,.8)
}

.text-emerald-300\/90 {
    color: rgba(110,231,183,.9)
}

.text-emerald-300\/95 {
    color: rgba(110,231,183,.95)
}

.text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153/var(--tw-text-opacity))
}

.text-emerald-400\/0 {
    color: rgba(52,211,153,0)
}

.text-emerald-400\/10 {
    color: rgba(52,211,153,.1)
}

.text-emerald-400\/100 {
    color: #34d399
}

.text-emerald-400\/20 {
    color: rgba(52,211,153,.2)
}

.text-emerald-400\/25 {
    color: rgba(52,211,153,.25)
}

.text-emerald-400\/30 {
    color: rgba(52,211,153,.3)
}

.text-emerald-400\/40 {
    color: rgba(52,211,153,.4)
}

.text-emerald-400\/5 {
    color: rgba(52,211,153,.05)
}

.text-emerald-400\/50 {
    color: rgba(52,211,153,.5)
}

.text-emerald-400\/60 {
    color: rgba(52,211,153,.6)
}

.text-emerald-400\/70 {
    color: rgba(52,211,153,.7)
}

.text-emerald-400\/75 {
    color: rgba(52,211,153,.75)
}

.text-emerald-400\/80 {
    color: rgba(52,211,153,.8)
}

.text-emerald-400\/90 {
    color: rgba(52,211,153,.9)
}

.text-emerald-400\/95 {
    color: rgba(52,211,153,.95)
}

.text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgb(236 253 245/var(--tw-text-opacity))
}

.text-emerald-50\/0 {
    color: rgba(236,253,245,0)
}

.text-emerald-50\/10 {
    color: rgba(236,253,245,.1)
}

.text-emerald-50\/100 {
    color: #ecfdf5
}

.text-emerald-50\/20 {
    color: rgba(236,253,245,.2)
}

.text-emerald-50\/25 {
    color: rgba(236,253,245,.25)
}

.text-emerald-50\/30 {
    color: rgba(236,253,245,.3)
}

.text-emerald-50\/40 {
    color: rgba(236,253,245,.4)
}

.text-emerald-50\/5 {
    color: rgba(236,253,245,.05)
}

.text-emerald-50\/50 {
    color: rgba(236,253,245,.5)
}

.text-emerald-50\/60 {
    color: rgba(236,253,245,.6)
}

.text-emerald-50\/70 {
    color: rgba(236,253,245,.7)
}

.text-emerald-50\/75 {
    color: rgba(236,253,245,.75)
}

.text-emerald-50\/80 {
    color: rgba(236,253,245,.8)
}

.text-emerald-50\/90 {
    color: rgba(236,253,245,.9)
}

.text-emerald-50\/95 {
    color: rgba(236,253,245,.95)
}

.text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129/var(--tw-text-opacity))
}

.text-emerald-500\/0 {
    color: rgba(16,185,129,0)
}

.text-emerald-500\/10 {
    color: rgba(16,185,129,.1)
}

.text-emerald-500\/100 {
    color: #10b981
}

.text-emerald-500\/20 {
    color: rgba(16,185,129,.2)
}

.text-emerald-500\/25 {
    color: rgba(16,185,129,.25)
}

.text-emerald-500\/30 {
    color: rgba(16,185,129,.3)
}

.text-emerald-500\/40 {
    color: rgba(16,185,129,.4)
}

.text-emerald-500\/5 {
    color: rgba(16,185,129,.05)
}

.text-emerald-500\/50 {
    color: rgba(16,185,129,.5)
}

.text-emerald-500\/60 {
    color: rgba(16,185,129,.6)
}

.text-emerald-500\/70 {
    color: rgba(16,185,129,.7)
}

.text-emerald-500\/75 {
    color: rgba(16,185,129,.75)
}

.text-emerald-500\/80 {
    color: rgba(16,185,129,.8)
}

.text-emerald-500\/90 {
    color: rgba(16,185,129,.9)
}

.text-emerald-500\/95 {
    color: rgba(16,185,129,.95)
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105/var(--tw-text-opacity))
}

.text-emerald-600\/0 {
    color: rgba(5,150,105,0)
}

.text-emerald-600\/10 {
    color: rgba(5,150,105,.1)
}

.text-emerald-600\/100 {
    color: #059669
}

.text-emerald-600\/20 {
    color: rgba(5,150,105,.2)
}

.text-emerald-600\/25 {
    color: rgba(5,150,105,.25)
}

.text-emerald-600\/30 {
    color: rgba(5,150,105,.3)
}

.text-emerald-600\/40 {
    color: rgba(5,150,105,.4)
}

.text-emerald-600\/5 {
    color: rgba(5,150,105,.05)
}

.text-emerald-600\/50 {
    color: rgba(5,150,105,.5)
}

.text-emerald-600\/60 {
    color: rgba(5,150,105,.6)
}

.text-emerald-600\/70 {
    color: rgba(5,150,105,.7)
}

.text-emerald-600\/75 {
    color: rgba(5,150,105,.75)
}

.text-emerald-600\/80 {
    color: rgba(5,150,105,.8)
}

.text-emerald-600\/90 {
    color: rgba(5,150,105,.9)
}

.text-emerald-600\/95 {
    color: rgba(5,150,105,.95)
}

.text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87/var(--tw-text-opacity))
}

.text-emerald-700\/0 {
    color: rgba(4,120,87,0)
}

.text-emerald-700\/10 {
    color: rgba(4,120,87,.1)
}

.text-emerald-700\/100 {
    color: #047857
}

.text-emerald-700\/20 {
    color: rgba(4,120,87,.2)
}

.text-emerald-700\/25 {
    color: rgba(4,120,87,.25)
}

.text-emerald-700\/30 {
    color: rgba(4,120,87,.3)
}

.text-emerald-700\/40 {
    color: rgba(4,120,87,.4)
}

.text-emerald-700\/5 {
    color: rgba(4,120,87,.05)
}

.text-emerald-700\/50 {
    color: rgba(4,120,87,.5)
}

.text-emerald-700\/60 {
    color: rgba(4,120,87,.6)
}

.text-emerald-700\/70 {
    color: rgba(4,120,87,.7)
}

.text-emerald-700\/75 {
    color: rgba(4,120,87,.75)
}

.text-emerald-700\/80 {
    color: rgba(4,120,87,.8)
}

.text-emerald-700\/90 {
    color: rgba(4,120,87,.9)
}

.text-emerald-700\/95 {
    color: rgba(4,120,87,.95)
}

.text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70/var(--tw-text-opacity))
}

.text-emerald-800\/0 {
    color: rgba(6,95,70,0)
}

.text-emerald-800\/10 {
    color: rgba(6,95,70,.1)
}

.text-emerald-800\/100 {
    color: #065f46
}

.text-emerald-800\/20 {
    color: rgba(6,95,70,.2)
}

.text-emerald-800\/25 {
    color: rgba(6,95,70,.25)
}

.text-emerald-800\/30 {
    color: rgba(6,95,70,.3)
}

.text-emerald-800\/40 {
    color: rgba(6,95,70,.4)
}

.text-emerald-800\/5 {
    color: rgba(6,95,70,.05)
}

.text-emerald-800\/50 {
    color: rgba(6,95,70,.5)
}

.text-emerald-800\/60 {
    color: rgba(6,95,70,.6)
}

.text-emerald-800\/70 {
    color: rgba(6,95,70,.7)
}

.text-emerald-800\/75 {
    color: rgba(6,95,70,.75)
}

.text-emerald-800\/80 {
    color: rgba(6,95,70,.8)
}

.text-emerald-800\/90 {
    color: rgba(6,95,70,.9)
}

.text-emerald-800\/95 {
    color: rgba(6,95,70,.95)
}

.text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgb(6 78 59/var(--tw-text-opacity))
}

.text-emerald-900\/0 {
    color: rgba(6,78,59,0)
}

.text-emerald-900\/10 {
    color: rgba(6,78,59,.1)
}

.text-emerald-900\/100 {
    color: #064e3b
}

.text-emerald-900\/20 {
    color: rgba(6,78,59,.2)
}

.text-emerald-900\/25 {
    color: rgba(6,78,59,.25)
}

.text-emerald-900\/30 {
    color: rgba(6,78,59,.3)
}

.text-emerald-900\/40 {
    color: rgba(6,78,59,.4)
}

.text-emerald-900\/5 {
    color: rgba(6,78,59,.05)
}

.text-emerald-900\/50 {
    color: rgba(6,78,59,.5)
}

.text-emerald-900\/60 {
    color: rgba(6,78,59,.6)
}

.text-emerald-900\/70 {
    color: rgba(6,78,59,.7)
}

.text-emerald-900\/75 {
    color: rgba(6,78,59,.75)
}

.text-emerald-900\/80 {
    color: rgba(6,78,59,.8)
}

.text-emerald-900\/90 {
    color: rgba(6,78,59,.9)
}

.text-emerald-900\/95 {
    color: rgba(6,78,59,.95)
}

.text-emerald-950 {
    --tw-text-opacity: 1;
    color: rgb(2 44 34/var(--tw-text-opacity))
}

.text-emerald-950\/0 {
    color: rgba(2,44,34,0)
}

.text-emerald-950\/10 {
    color: rgba(2,44,34,.1)
}

.text-emerald-950\/100 {
    color: #022c22
}

.text-emerald-950\/20 {
    color: rgba(2,44,34,.2)
}

.text-emerald-950\/25 {
    color: rgba(2,44,34,.25)
}

.text-emerald-950\/30 {
    color: rgba(2,44,34,.3)
}

.text-emerald-950\/40 {
    color: rgba(2,44,34,.4)
}

.text-emerald-950\/5 {
    color: rgba(2,44,34,.05)
}

.text-emerald-950\/50 {
    color: rgba(2,44,34,.5)
}

.text-emerald-950\/60 {
    color: rgba(2,44,34,.6)
}

.text-emerald-950\/70 {
    color: rgba(2,44,34,.7)
}

.text-emerald-950\/75 {
    color: rgba(2,44,34,.75)
}

.text-emerald-950\/80 {
    color: rgba(2,44,34,.8)
}

.text-emerald-950\/90 {
    color: rgba(2,44,34,.9)
}

.text-emerald-950\/95 {
    color: rgba(2,44,34,.95)
}

.text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgb(250 232 255/var(--tw-text-opacity))
}

.text-fuchsia-100\/0 {
    color: rgba(250,232,255,0)
}

.text-fuchsia-100\/10 {
    color: rgba(250,232,255,.1)
}

.text-fuchsia-100\/100 {
    color: #fae8ff
}

.text-fuchsia-100\/20 {
    color: rgba(250,232,255,.2)
}

.text-fuchsia-100\/25 {
    color: rgba(250,232,255,.25)
}

.text-fuchsia-100\/30 {
    color: rgba(250,232,255,.3)
}

.text-fuchsia-100\/40 {
    color: rgba(250,232,255,.4)
}

.text-fuchsia-100\/5 {
    color: rgba(250,232,255,.05)
}

.text-fuchsia-100\/50 {
    color: rgba(250,232,255,.5)
}

.text-fuchsia-100\/60 {
    color: rgba(250,232,255,.6)
}

.text-fuchsia-100\/70 {
    color: rgba(250,232,255,.7)
}

.text-fuchsia-100\/75 {
    color: rgba(250,232,255,.75)
}

.text-fuchsia-100\/80 {
    color: rgba(250,232,255,.8)
}

.text-fuchsia-100\/90 {
    color: rgba(250,232,255,.9)
}

.text-fuchsia-100\/95 {
    color: rgba(250,232,255,.95)
}

.text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgb(245 208 254/var(--tw-text-opacity))
}

.text-fuchsia-200\/0 {
    color: rgba(245,208,254,0)
}

.text-fuchsia-200\/10 {
    color: rgba(245,208,254,.1)
}

.text-fuchsia-200\/100 {
    color: #f5d0fe
}

.text-fuchsia-200\/20 {
    color: rgba(245,208,254,.2)
}

.text-fuchsia-200\/25 {
    color: rgba(245,208,254,.25)
}

.text-fuchsia-200\/30 {
    color: rgba(245,208,254,.3)
}

.text-fuchsia-200\/40 {
    color: rgba(245,208,254,.4)
}

.text-fuchsia-200\/5 {
    color: rgba(245,208,254,.05)
}

.text-fuchsia-200\/50 {
    color: rgba(245,208,254,.5)
}

.text-fuchsia-200\/60 {
    color: rgba(245,208,254,.6)
}

.text-fuchsia-200\/70 {
    color: rgba(245,208,254,.7)
}

.text-fuchsia-200\/75 {
    color: rgba(245,208,254,.75)
}

.text-fuchsia-200\/80 {
    color: rgba(245,208,254,.8)
}

.text-fuchsia-200\/90 {
    color: rgba(245,208,254,.9)
}

.text-fuchsia-200\/95 {
    color: rgba(245,208,254,.95)
}

.text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgb(240 171 252/var(--tw-text-opacity))
}

.text-fuchsia-300\/0 {
    color: rgba(240,171,252,0)
}

.text-fuchsia-300\/10 {
    color: rgba(240,171,252,.1)
}

.text-fuchsia-300\/100 {
    color: #f0abfc
}

.text-fuchsia-300\/20 {
    color: rgba(240,171,252,.2)
}

.text-fuchsia-300\/25 {
    color: rgba(240,171,252,.25)
}

.text-fuchsia-300\/30 {
    color: rgba(240,171,252,.3)
}

.text-fuchsia-300\/40 {
    color: rgba(240,171,252,.4)
}

.text-fuchsia-300\/5 {
    color: rgba(240,171,252,.05)
}

.text-fuchsia-300\/50 {
    color: rgba(240,171,252,.5)
}

.text-fuchsia-300\/60 {
    color: rgba(240,171,252,.6)
}

.text-fuchsia-300\/70 {
    color: rgba(240,171,252,.7)
}

.text-fuchsia-300\/75 {
    color: rgba(240,171,252,.75)
}

.text-fuchsia-300\/80 {
    color: rgba(240,171,252,.8)
}

.text-fuchsia-300\/90 {
    color: rgba(240,171,252,.9)
}

.text-fuchsia-300\/95 {
    color: rgba(240,171,252,.95)
}

.text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgb(232 121 249/var(--tw-text-opacity))
}

.text-fuchsia-400\/0 {
    color: rgba(232,121,249,0)
}

.text-fuchsia-400\/10 {
    color: rgba(232,121,249,.1)
}

.text-fuchsia-400\/100 {
    color: #e879f9
}

.text-fuchsia-400\/20 {
    color: rgba(232,121,249,.2)
}

.text-fuchsia-400\/25 {
    color: rgba(232,121,249,.25)
}

.text-fuchsia-400\/30 {
    color: rgba(232,121,249,.3)
}

.text-fuchsia-400\/40 {
    color: rgba(232,121,249,.4)
}

.text-fuchsia-400\/5 {
    color: rgba(232,121,249,.05)
}

.text-fuchsia-400\/50 {
    color: rgba(232,121,249,.5)
}

.text-fuchsia-400\/60 {
    color: rgba(232,121,249,.6)
}

.text-fuchsia-400\/70 {
    color: rgba(232,121,249,.7)
}

.text-fuchsia-400\/75 {
    color: rgba(232,121,249,.75)
}

.text-fuchsia-400\/80 {
    color: rgba(232,121,249,.8)
}

.text-fuchsia-400\/90 {
    color: rgba(232,121,249,.9)
}

.text-fuchsia-400\/95 {
    color: rgba(232,121,249,.95)
}

.text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgb(253 244 255/var(--tw-text-opacity))
}

.text-fuchsia-50\/0 {
    color: rgba(253,244,255,0)
}

.text-fuchsia-50\/10 {
    color: rgba(253,244,255,.1)
}

.text-fuchsia-50\/100 {
    color: #fdf4ff
}

.text-fuchsia-50\/20 {
    color: rgba(253,244,255,.2)
}

.text-fuchsia-50\/25 {
    color: rgba(253,244,255,.25)
}

.text-fuchsia-50\/30 {
    color: rgba(253,244,255,.3)
}

.text-fuchsia-50\/40 {
    color: rgba(253,244,255,.4)
}

.text-fuchsia-50\/5 {
    color: rgba(253,244,255,.05)
}

.text-fuchsia-50\/50 {
    color: rgba(253,244,255,.5)
}

.text-fuchsia-50\/60 {
    color: rgba(253,244,255,.6)
}

.text-fuchsia-50\/70 {
    color: rgba(253,244,255,.7)
}

.text-fuchsia-50\/75 {
    color: rgba(253,244,255,.75)
}

.text-fuchsia-50\/80 {
    color: rgba(253,244,255,.8)
}

.text-fuchsia-50\/90 {
    color: rgba(253,244,255,.9)
}

.text-fuchsia-50\/95 {
    color: rgba(253,244,255,.95)
}

.text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgb(217 70 239/var(--tw-text-opacity))
}

.text-fuchsia-500\/0 {
    color: rgba(217,70,239,0)
}

.text-fuchsia-500\/10 {
    color: rgba(217,70,239,.1)
}

.text-fuchsia-500\/100 {
    color: #d946ef
}

.text-fuchsia-500\/20 {
    color: rgba(217,70,239,.2)
}

.text-fuchsia-500\/25 {
    color: rgba(217,70,239,.25)
}

.text-fuchsia-500\/30 {
    color: rgba(217,70,239,.3)
}

.text-fuchsia-500\/40 {
    color: rgba(217,70,239,.4)
}

.text-fuchsia-500\/5 {
    color: rgba(217,70,239,.05)
}

.text-fuchsia-500\/50 {
    color: rgba(217,70,239,.5)
}

.text-fuchsia-500\/60 {
    color: rgba(217,70,239,.6)
}

.text-fuchsia-500\/70 {
    color: rgba(217,70,239,.7)
}

.text-fuchsia-500\/75 {
    color: rgba(217,70,239,.75)
}

.text-fuchsia-500\/80 {
    color: rgba(217,70,239,.8)
}

.text-fuchsia-500\/90 {
    color: rgba(217,70,239,.9)
}

.text-fuchsia-500\/95 {
    color: rgba(217,70,239,.95)
}

.text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgb(192 38 211/var(--tw-text-opacity))
}

.text-fuchsia-600\/0 {
    color: rgba(192,38,211,0)
}

.text-fuchsia-600\/10 {
    color: rgba(192,38,211,.1)
}

.text-fuchsia-600\/100 {
    color: #c026d3
}

.text-fuchsia-600\/20 {
    color: rgba(192,38,211,.2)
}

.text-fuchsia-600\/25 {
    color: rgba(192,38,211,.25)
}

.text-fuchsia-600\/30 {
    color: rgba(192,38,211,.3)
}

.text-fuchsia-600\/40 {
    color: rgba(192,38,211,.4)
}

.text-fuchsia-600\/5 {
    color: rgba(192,38,211,.05)
}

.text-fuchsia-600\/50 {
    color: rgba(192,38,211,.5)
}

.text-fuchsia-600\/60 {
    color: rgba(192,38,211,.6)
}

.text-fuchsia-600\/70 {
    color: rgba(192,38,211,.7)
}

.text-fuchsia-600\/75 {
    color: rgba(192,38,211,.75)
}

.text-fuchsia-600\/80 {
    color: rgba(192,38,211,.8)
}

.text-fuchsia-600\/90 {
    color: rgba(192,38,211,.9)
}

.text-fuchsia-600\/95 {
    color: rgba(192,38,211,.95)
}

.text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgb(162 28 175/var(--tw-text-opacity))
}

.text-fuchsia-700\/0 {
    color: rgba(162,28,175,0)
}

.text-fuchsia-700\/10 {
    color: rgba(162,28,175,.1)
}

.text-fuchsia-700\/100 {
    color: #a21caf
}

.text-fuchsia-700\/20 {
    color: rgba(162,28,175,.2)
}

.text-fuchsia-700\/25 {
    color: rgba(162,28,175,.25)
}

.text-fuchsia-700\/30 {
    color: rgba(162,28,175,.3)
}

.text-fuchsia-700\/40 {
    color: rgba(162,28,175,.4)
}

.text-fuchsia-700\/5 {
    color: rgba(162,28,175,.05)
}

.text-fuchsia-700\/50 {
    color: rgba(162,28,175,.5)
}

.text-fuchsia-700\/60 {
    color: rgba(162,28,175,.6)
}

.text-fuchsia-700\/70 {
    color: rgba(162,28,175,.7)
}

.text-fuchsia-700\/75 {
    color: rgba(162,28,175,.75)
}

.text-fuchsia-700\/80 {
    color: rgba(162,28,175,.8)
}

.text-fuchsia-700\/90 {
    color: rgba(162,28,175,.9)
}

.text-fuchsia-700\/95 {
    color: rgba(162,28,175,.95)
}

.text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgb(134 25 143/var(--tw-text-opacity))
}

.text-fuchsia-800\/0 {
    color: rgba(134,25,143,0)
}

.text-fuchsia-800\/10 {
    color: rgba(134,25,143,.1)
}

.text-fuchsia-800\/100 {
    color: #86198f
}

.text-fuchsia-800\/20 {
    color: rgba(134,25,143,.2)
}

.text-fuchsia-800\/25 {
    color: rgba(134,25,143,.25)
}

.text-fuchsia-800\/30 {
    color: rgba(134,25,143,.3)
}

.text-fuchsia-800\/40 {
    color: rgba(134,25,143,.4)
}

.text-fuchsia-800\/5 {
    color: rgba(134,25,143,.05)
}

.text-fuchsia-800\/50 {
    color: rgba(134,25,143,.5)
}

.text-fuchsia-800\/60 {
    color: rgba(134,25,143,.6)
}

.text-fuchsia-800\/70 {
    color: rgba(134,25,143,.7)
}

.text-fuchsia-800\/75 {
    color: rgba(134,25,143,.75)
}

.text-fuchsia-800\/80 {
    color: rgba(134,25,143,.8)
}

.text-fuchsia-800\/90 {
    color: rgba(134,25,143,.9)
}

.text-fuchsia-800\/95 {
    color: rgba(134,25,143,.95)
}

.text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgb(112 26 117/var(--tw-text-opacity))
}

.text-fuchsia-900\/0 {
    color: rgba(112,26,117,0)
}

.text-fuchsia-900\/10 {
    color: rgba(112,26,117,.1)
}

.text-fuchsia-900\/100 {
    color: #701a75
}

.text-fuchsia-900\/20 {
    color: rgba(112,26,117,.2)
}

.text-fuchsia-900\/25 {
    color: rgba(112,26,117,.25)
}

.text-fuchsia-900\/30 {
    color: rgba(112,26,117,.3)
}

.text-fuchsia-900\/40 {
    color: rgba(112,26,117,.4)
}

.text-fuchsia-900\/5 {
    color: rgba(112,26,117,.05)
}

.text-fuchsia-900\/50 {
    color: rgba(112,26,117,.5)
}

.text-fuchsia-900\/60 {
    color: rgba(112,26,117,.6)
}

.text-fuchsia-900\/70 {
    color: rgba(112,26,117,.7)
}

.text-fuchsia-900\/75 {
    color: rgba(112,26,117,.75)
}

.text-fuchsia-900\/80 {
    color: rgba(112,26,117,.8)
}

.text-fuchsia-900\/90 {
    color: rgba(112,26,117,.9)
}

.text-fuchsia-900\/95 {
    color: rgba(112,26,117,.95)
}

.text-fuchsia-950 {
    --tw-text-opacity: 1;
    color: rgb(74 4 78/var(--tw-text-opacity))
}

.text-fuchsia-950\/0 {
    color: rgba(74,4,78,0)
}

.text-fuchsia-950\/10 {
    color: rgba(74,4,78,.1)
}

.text-fuchsia-950\/100 {
    color: #4a044e
}

.text-fuchsia-950\/20 {
    color: rgba(74,4,78,.2)
}

.text-fuchsia-950\/25 {
    color: rgba(74,4,78,.25)
}

.text-fuchsia-950\/30 {
    color: rgba(74,4,78,.3)
}

.text-fuchsia-950\/40 {
    color: rgba(74,4,78,.4)
}

.text-fuchsia-950\/5 {
    color: rgba(74,4,78,.05)
}

.text-fuchsia-950\/50 {
    color: rgba(74,4,78,.5)
}

.text-fuchsia-950\/60 {
    color: rgba(74,4,78,.6)
}

.text-fuchsia-950\/70 {
    color: rgba(74,4,78,.7)
}

.text-fuchsia-950\/75 {
    color: rgba(74,4,78,.75)
}

.text-fuchsia-950\/80 {
    color: rgba(74,4,78,.8)
}

.text-fuchsia-950\/90 {
    color: rgba(74,4,78,.9)
}

.text-fuchsia-950\/95 {
    color: rgba(74,4,78,.95)
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity))
}

.text-gray-100\/0 {
    color: rgba(243,244,246,0)
}

.text-gray-100\/10 {
    color: rgba(243,244,246,.1)
}

.text-gray-100\/100 {
    color: #f3f4f6
}

.text-gray-100\/20 {
    color: rgba(243,244,246,.2)
}

.text-gray-100\/25 {
    color: rgba(243,244,246,.25)
}

.text-gray-100\/30 {
    color: rgba(243,244,246,.3)
}

.text-gray-100\/40 {
    color: rgba(243,244,246,.4)
}

.text-gray-100\/5 {
    color: rgba(243,244,246,.05)
}

.text-gray-100\/50 {
    color: rgba(243,244,246,.5)
}

.text-gray-100\/60 {
    color: rgba(243,244,246,.6)
}

.text-gray-100\/70 {
    color: rgba(243,244,246,.7)
}

.text-gray-100\/75 {
    color: rgba(243,244,246,.75)
}

.text-gray-100\/80 {
    color: rgba(243,244,246,.8)
}

.text-gray-100\/90 {
    color: rgba(243,244,246,.9)
}

.text-gray-100\/95 {
    color: rgba(243,244,246,.95)
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-gray-200\/0 {
    color: rgba(229,231,235,0)
}

.text-gray-200\/10 {
    color: rgba(229,231,235,.1)
}

.text-gray-200\/100 {
    color: #e5e7eb
}

.text-gray-200\/20 {
    color: rgba(229,231,235,.2)
}

.text-gray-200\/25 {
    color: rgba(229,231,235,.25)
}

.text-gray-200\/30 {
    color: rgba(229,231,235,.3)
}

.text-gray-200\/40 {
    color: rgba(229,231,235,.4)
}

.text-gray-200\/5 {
    color: rgba(229,231,235,.05)
}

.text-gray-200\/50 {
    color: rgba(229,231,235,.5)
}

.text-gray-200\/60 {
    color: rgba(229,231,235,.6)
}

.text-gray-200\/70 {
    color: rgba(229,231,235,.7)
}

.text-gray-200\/75 {
    color: rgba(229,231,235,.75)
}

.text-gray-200\/80 {
    color: rgba(229,231,235,.8)
}

.text-gray-200\/90 {
    color: rgba(229,231,235,.9)
}

.text-gray-200\/95 {
    color: rgba(229,231,235,.95)
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity))
}

.text-gray-300\/0 {
    color: rgba(209,213,219,0)
}

.text-gray-300\/10 {
    color: rgba(209,213,219,.1)
}

.text-gray-300\/100 {
    color: #d1d5db
}

.text-gray-300\/20 {
    color: rgba(209,213,219,.2)
}

.text-gray-300\/25 {
    color: rgba(209,213,219,.25)
}

.text-gray-300\/30 {
    color: rgba(209,213,219,.3)
}

.text-gray-300\/40 {
    color: rgba(209,213,219,.4)
}

.text-gray-300\/5 {
    color: rgba(209,213,219,.05)
}

.text-gray-300\/50 {
    color: rgba(209,213,219,.5)
}

.text-gray-300\/60 {
    color: rgba(209,213,219,.6)
}

.text-gray-300\/70 {
    color: rgba(209,213,219,.7)
}

.text-gray-300\/75 {
    color: rgba(209,213,219,.75)
}

.text-gray-300\/80 {
    color: rgba(209,213,219,.8)
}

.text-gray-300\/90 {
    color: rgba(209,213,219,.9)
}

.text-gray-300\/95 {
    color: rgba(209,213,219,.95)
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-400\/0 {
    color: rgba(156,163,175,0)
}

.text-gray-400\/10 {
    color: rgba(156,163,175,.1)
}

.text-gray-400\/100 {
    color: #9ca3af
}

.text-gray-400\/20 {
    color: rgba(156,163,175,.2)
}

.text-gray-400\/25 {
    color: rgba(156,163,175,.25)
}

.text-gray-400\/30 {
    color: rgba(156,163,175,.3)
}

.text-gray-400\/40 {
    color: rgba(156,163,175,.4)
}

.text-gray-400\/5 {
    color: rgba(156,163,175,.05)
}

.text-gray-400\/50 {
    color: rgba(156,163,175,.5)
}

.text-gray-400\/60 {
    color: rgba(156,163,175,.6)
}

.text-gray-400\/70 {
    color: rgba(156,163,175,.7)
}

.text-gray-400\/75 {
    color: rgba(156,163,175,.75)
}

.text-gray-400\/80 {
    color: rgba(156,163,175,.8)
}

.text-gray-400\/90 {
    color: rgba(156,163,175,.9)
}

.text-gray-400\/95 {
    color: rgba(156,163,175,.95)
}

.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251/var(--tw-text-opacity))
}

.text-gray-50\/0 {
    color: rgba(249,250,251,0)
}

.text-gray-50\/10 {
    color: rgba(249,250,251,.1)
}

.text-gray-50\/100 {
    color: #f9fafb
}

.text-gray-50\/20 {
    color: rgba(249,250,251,.2)
}

.text-gray-50\/25 {
    color: rgba(249,250,251,.25)
}

.text-gray-50\/30 {
    color: rgba(249,250,251,.3)
}

.text-gray-50\/40 {
    color: rgba(249,250,251,.4)
}

.text-gray-50\/5 {
    color: rgba(249,250,251,.05)
}

.text-gray-50\/50 {
    color: rgba(249,250,251,.5)
}

.text-gray-50\/60 {
    color: rgba(249,250,251,.6)
}

.text-gray-50\/70 {
    color: rgba(249,250,251,.7)
}

.text-gray-50\/75 {
    color: rgba(249,250,251,.75)
}

.text-gray-50\/80 {
    color: rgba(249,250,251,.8)
}

.text-gray-50\/90 {
    color: rgba(249,250,251,.9)
}

.text-gray-50\/95 {
    color: rgba(249,250,251,.95)
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-500\/0 {
    color: hsla(220,9%,46%,0)
}

.text-gray-500\/10 {
    color: hsla(220,9%,46%,.1)
}

.text-gray-500\/100 {
    color: #6b7280
}

.text-gray-500\/20 {
    color: hsla(220,9%,46%,.2)
}

.text-gray-500\/25 {
    color: hsla(220,9%,46%,.25)
}

.text-gray-500\/30 {
    color: hsla(220,9%,46%,.3)
}

.text-gray-500\/40 {
    color: hsla(220,9%,46%,.4)
}

.text-gray-500\/5 {
    color: hsla(220,9%,46%,.05)
}

.text-gray-500\/50 {
    color: hsla(220,9%,46%,.5)
}

.text-gray-500\/60 {
    color: hsla(220,9%,46%,.6)
}

.text-gray-500\/70 {
    color: hsla(220,9%,46%,.7)
}

.text-gray-500\/75 {
    color: hsla(220,9%,46%,.75)
}

.text-gray-500\/80 {
    color: hsla(220,9%,46%,.8)
}

.text-gray-500\/90 {
    color: hsla(220,9%,46%,.9)
}

.text-gray-500\/95 {
    color: hsla(220,9%,46%,.95)
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-600\/0 {
    color: rgba(75,85,99,0)
}

.text-gray-600\/10 {
    color: rgba(75,85,99,.1)
}

.text-gray-600\/100 {
    color: #4b5563
}

.text-gray-600\/20 {
    color: rgba(75,85,99,.2)
}

.text-gray-600\/25 {
    color: rgba(75,85,99,.25)
}

.text-gray-600\/30 {
    color: rgba(75,85,99,.3)
}

.text-gray-600\/40 {
    color: rgba(75,85,99,.4)
}

.text-gray-600\/5 {
    color: rgba(75,85,99,.05)
}

.text-gray-600\/50 {
    color: rgba(75,85,99,.5)
}

.text-gray-600\/60 {
    color: rgba(75,85,99,.6)
}

.text-gray-600\/70 {
    color: rgba(75,85,99,.7)
}

.text-gray-600\/75 {
    color: rgba(75,85,99,.75)
}

.text-gray-600\/80 {
    color: rgba(75,85,99,.8)
}

.text-gray-600\/90 {
    color: rgba(75,85,99,.9)
}

.text-gray-600\/95 {
    color: rgba(75,85,99,.95)
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-gray-700\/0 {
    color: rgba(55,65,81,0)
}

.text-gray-700\/10 {
    color: rgba(55,65,81,.1)
}

.text-gray-700\/100 {
    color: #374151
}

.text-gray-700\/20 {
    color: rgba(55,65,81,.2)
}

.text-gray-700\/25 {
    color: rgba(55,65,81,.25)
}

.text-gray-700\/30 {
    color: rgba(55,65,81,.3)
}

.text-gray-700\/40 {
    color: rgba(55,65,81,.4)
}

.text-gray-700\/5 {
    color: rgba(55,65,81,.05)
}

.text-gray-700\/50 {
    color: rgba(55,65,81,.5)
}

.text-gray-700\/60 {
    color: rgba(55,65,81,.6)
}

.text-gray-700\/70 {
    color: rgba(55,65,81,.7)
}

.text-gray-700\/75 {
    color: rgba(55,65,81,.75)
}

.text-gray-700\/80 {
    color: rgba(55,65,81,.8)
}

.text-gray-700\/90 {
    color: rgba(55,65,81,.9)
}

.text-gray-700\/95 {
    color: rgba(55,65,81,.95)
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.text-gray-800\/0 {
    color: rgba(31,41,55,0)
}

.text-gray-800\/10 {
    color: rgba(31,41,55,.1)
}

.text-gray-800\/100 {
    color: #1f2937
}

.text-gray-800\/20 {
    color: rgba(31,41,55,.2)
}

.text-gray-800\/25 {
    color: rgba(31,41,55,.25)
}

.text-gray-800\/30 {
    color: rgba(31,41,55,.3)
}

.text-gray-800\/40 {
    color: rgba(31,41,55,.4)
}

.text-gray-800\/5 {
    color: rgba(31,41,55,.05)
}

.text-gray-800\/50 {
    color: rgba(31,41,55,.5)
}

.text-gray-800\/60 {
    color: rgba(31,41,55,.6)
}

.text-gray-800\/70 {
    color: rgba(31,41,55,.7)
}

.text-gray-800\/75 {
    color: rgba(31,41,55,.75)
}

.text-gray-800\/80 {
    color: rgba(31,41,55,.8)
}

.text-gray-800\/90 {
    color: rgba(31,41,55,.9)
}

.text-gray-800\/95 {
    color: rgba(31,41,55,.95)
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-gray-900\/0 {
    color: rgba(17,24,39,0)
}

.text-gray-900\/10 {
    color: rgba(17,24,39,.1)
}

.text-gray-900\/100 {
    color: #111827
}

.text-gray-900\/20 {
    color: rgba(17,24,39,.2)
}

.text-gray-900\/25 {
    color: rgba(17,24,39,.25)
}

.text-gray-900\/30 {
    color: rgba(17,24,39,.3)
}

.text-gray-900\/40 {
    color: rgba(17,24,39,.4)
}

.text-gray-900\/5 {
    color: rgba(17,24,39,.05)
}

.text-gray-900\/50 {
    color: rgba(17,24,39,.5)
}

.text-gray-900\/60 {
    color: rgba(17,24,39,.6)
}

.text-gray-900\/70 {
    color: rgba(17,24,39,.7)
}

.text-gray-900\/75 {
    color: rgba(17,24,39,.75)
}

.text-gray-900\/80 {
    color: rgba(17,24,39,.8)
}

.text-gray-900\/90 {
    color: rgba(17,24,39,.9)
}

.text-gray-900\/95 {
    color: rgba(17,24,39,.95)
}

.text-gray-950 {
    --tw-text-opacity: 1;
    color: rgb(3 7 18/var(--tw-text-opacity))
}

.text-gray-950\/0 {
    color: rgba(3,7,18,0)
}

.text-gray-950\/10 {
    color: rgba(3,7,18,.1)
}

.text-gray-950\/100 {
    color: #030712
}

.text-gray-950\/20 {
    color: rgba(3,7,18,.2)
}

.text-gray-950\/25 {
    color: rgba(3,7,18,.25)
}

.text-gray-950\/30 {
    color: rgba(3,7,18,.3)
}

.text-gray-950\/40 {
    color: rgba(3,7,18,.4)
}

.text-gray-950\/5 {
    color: rgba(3,7,18,.05)
}

.text-gray-950\/50 {
    color: rgba(3,7,18,.5)
}

.text-gray-950\/60 {
    color: rgba(3,7,18,.6)
}

.text-gray-950\/70 {
    color: rgba(3,7,18,.7)
}

.text-gray-950\/75 {
    color: rgba(3,7,18,.75)
}

.text-gray-950\/80 {
    color: rgba(3,7,18,.8)
}

.text-gray-950\/90 {
    color: rgba(3,7,18,.9)
}

.text-gray-950\/95 {
    color: rgba(3,7,18,.95)
}

.text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(220 252 231/var(--tw-text-opacity))
}

.text-green-100\/0 {
    color: rgba(220,252,231,0)
}

.text-green-100\/10 {
    color: rgba(220,252,231,.1)
}

.text-green-100\/100 {
    color: #dcfce7
}

.text-green-100\/20 {
    color: rgba(220,252,231,.2)
}

.text-green-100\/25 {
    color: rgba(220,252,231,.25)
}

.text-green-100\/30 {
    color: rgba(220,252,231,.3)
}

.text-green-100\/40 {
    color: rgba(220,252,231,.4)
}

.text-green-100\/5 {
    color: rgba(220,252,231,.05)
}

.text-green-100\/50 {
    color: rgba(220,252,231,.5)
}

.text-green-100\/60 {
    color: rgba(220,252,231,.6)
}

.text-green-100\/70 {
    color: rgba(220,252,231,.7)
}

.text-green-100\/75 {
    color: rgba(220,252,231,.75)
}

.text-green-100\/80 {
    color: rgba(220,252,231,.8)
}

.text-green-100\/90 {
    color: rgba(220,252,231,.9)
}

.text-green-100\/95 {
    color: rgba(220,252,231,.95)
}

.text-green-200 {
    --tw-text-opacity: 1;
    color: rgb(187 247 208/var(--tw-text-opacity))
}

.text-green-200\/0 {
    color: rgba(187,247,208,0)
}

.text-green-200\/10 {
    color: rgba(187,247,208,.1)
}

.text-green-200\/100 {
    color: #bbf7d0
}

.text-green-200\/20 {
    color: rgba(187,247,208,.2)
}

.text-green-200\/25 {
    color: rgba(187,247,208,.25)
}

.text-green-200\/30 {
    color: rgba(187,247,208,.3)
}

.text-green-200\/40 {
    color: rgba(187,247,208,.4)
}

.text-green-200\/5 {
    color: rgba(187,247,208,.05)
}

.text-green-200\/50 {
    color: rgba(187,247,208,.5)
}

.text-green-200\/60 {
    color: rgba(187,247,208,.6)
}

.text-green-200\/70 {
    color: rgba(187,247,208,.7)
}

.text-green-200\/75 {
    color: rgba(187,247,208,.75)
}

.text-green-200\/80 {
    color: rgba(187,247,208,.8)
}

.text-green-200\/90 {
    color: rgba(187,247,208,.9)
}

.text-green-200\/95 {
    color: rgba(187,247,208,.95)
}

.text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(134 239 172/var(--tw-text-opacity))
}

.text-green-300\/0 {
    color: rgba(134,239,172,0)
}

.text-green-300\/10 {
    color: rgba(134,239,172,.1)
}

.text-green-300\/100 {
    color: #86efac
}

.text-green-300\/20 {
    color: rgba(134,239,172,.2)
}

.text-green-300\/25 {
    color: rgba(134,239,172,.25)
}

.text-green-300\/30 {
    color: rgba(134,239,172,.3)
}

.text-green-300\/40 {
    color: rgba(134,239,172,.4)
}

.text-green-300\/5 {
    color: rgba(134,239,172,.05)
}

.text-green-300\/50 {
    color: rgba(134,239,172,.5)
}

.text-green-300\/60 {
    color: rgba(134,239,172,.6)
}

.text-green-300\/70 {
    color: rgba(134,239,172,.7)
}

.text-green-300\/75 {
    color: rgba(134,239,172,.75)
}

.text-green-300\/80 {
    color: rgba(134,239,172,.8)
}

.text-green-300\/90 {
    color: rgba(134,239,172,.9)
}

.text-green-300\/95 {
    color: rgba(134,239,172,.95)
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity))
}

.text-green-400\/0 {
    color: rgba(74,222,128,0)
}

.text-green-400\/10 {
    color: rgba(74,222,128,.1)
}

.text-green-400\/100 {
    color: #4ade80
}

.text-green-400\/20 {
    color: rgba(74,222,128,.2)
}

.text-green-400\/25 {
    color: rgba(74,222,128,.25)
}

.text-green-400\/30 {
    color: rgba(74,222,128,.3)
}

.text-green-400\/40 {
    color: rgba(74,222,128,.4)
}

.text-green-400\/5 {
    color: rgba(74,222,128,.05)
}

.text-green-400\/50 {
    color: rgba(74,222,128,.5)
}

.text-green-400\/60 {
    color: rgba(74,222,128,.6)
}

.text-green-400\/70 {
    color: rgba(74,222,128,.7)
}

.text-green-400\/75 {
    color: rgba(74,222,128,.75)
}

.text-green-400\/80 {
    color: rgba(74,222,128,.8)
}

.text-green-400\/90 {
    color: rgba(74,222,128,.9)
}

.text-green-400\/95 {
    color: rgba(74,222,128,.95)
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 244/var(--tw-text-opacity))
}

.text-green-50\/0 {
    color: rgba(240,253,244,0)
}

.text-green-50\/10 {
    color: rgba(240,253,244,.1)
}

.text-green-50\/100 {
    color: #f0fdf4
}

.text-green-50\/20 {
    color: rgba(240,253,244,.2)
}

.text-green-50\/25 {
    color: rgba(240,253,244,.25)
}

.text-green-50\/30 {
    color: rgba(240,253,244,.3)
}

.text-green-50\/40 {
    color: rgba(240,253,244,.4)
}

.text-green-50\/5 {
    color: rgba(240,253,244,.05)
}

.text-green-50\/50 {
    color: rgba(240,253,244,.5)
}

.text-green-50\/60 {
    color: rgba(240,253,244,.6)
}

.text-green-50\/70 {
    color: rgba(240,253,244,.7)
}

.text-green-50\/75 {
    color: rgba(240,253,244,.75)
}

.text-green-50\/80 {
    color: rgba(240,253,244,.8)
}

.text-green-50\/90 {
    color: rgba(240,253,244,.9)
}

.text-green-50\/95 {
    color: rgba(240,253,244,.95)
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94/var(--tw-text-opacity))
}

.text-green-500\/0 {
    color: rgba(34,197,94,0)
}

.text-green-500\/10 {
    color: rgba(34,197,94,.1)
}

.text-green-500\/100 {
    color: #22c55e
}

.text-green-500\/20 {
    color: rgba(34,197,94,.2)
}

.text-green-500\/25 {
    color: rgba(34,197,94,.25)
}

.text-green-500\/30 {
    color: rgba(34,197,94,.3)
}

.text-green-500\/40 {
    color: rgba(34,197,94,.4)
}

.text-green-500\/5 {
    color: rgba(34,197,94,.05)
}

.text-green-500\/50 {
    color: rgba(34,197,94,.5)
}

.text-green-500\/60 {
    color: rgba(34,197,94,.6)
}

.text-green-500\/70 {
    color: rgba(34,197,94,.7)
}

.text-green-500\/75 {
    color: rgba(34,197,94,.75)
}

.text-green-500\/80 {
    color: rgba(34,197,94,.8)
}

.text-green-500\/90 {
    color: rgba(34,197,94,.9)
}

.text-green-500\/95 {
    color: rgba(34,197,94,.95)
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity))
}

.text-green-600\/0 {
    color: rgba(22,163,74,0)
}

.text-green-600\/10 {
    color: rgba(22,163,74,.1)
}

.text-green-600\/100 {
    color: #16a34a
}

.text-green-600\/20 {
    color: rgba(22,163,74,.2)
}

.text-green-600\/25 {
    color: rgba(22,163,74,.25)
}

.text-green-600\/30 {
    color: rgba(22,163,74,.3)
}

.text-green-600\/40 {
    color: rgba(22,163,74,.4)
}

.text-green-600\/5 {
    color: rgba(22,163,74,.05)
}

.text-green-600\/50 {
    color: rgba(22,163,74,.5)
}

.text-green-600\/60 {
    color: rgba(22,163,74,.6)
}

.text-green-600\/70 {
    color: rgba(22,163,74,.7)
}

.text-green-600\/75 {
    color: rgba(22,163,74,.75)
}

.text-green-600\/80 {
    color: rgba(22,163,74,.8)
}

.text-green-600\/90 {
    color: rgba(22,163,74,.9)
}

.text-green-600\/95 {
    color: rgba(22,163,74,.95)
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61/var(--tw-text-opacity))
}

.text-green-700\/0 {
    color: rgba(21,128,61,0)
}

.text-green-700\/10 {
    color: rgba(21,128,61,.1)
}

.text-green-700\/100 {
    color: #15803d
}

.text-green-700\/20 {
    color: rgba(21,128,61,.2)
}

.text-green-700\/25 {
    color: rgba(21,128,61,.25)
}

.text-green-700\/30 {
    color: rgba(21,128,61,.3)
}

.text-green-700\/40 {
    color: rgba(21,128,61,.4)
}

.text-green-700\/5 {
    color: rgba(21,128,61,.05)
}

.text-green-700\/50 {
    color: rgba(21,128,61,.5)
}

.text-green-700\/60 {
    color: rgba(21,128,61,.6)
}

.text-green-700\/70 {
    color: rgba(21,128,61,.7)
}

.text-green-700\/75 {
    color: rgba(21,128,61,.75)
}

.text-green-700\/80 {
    color: rgba(21,128,61,.8)
}

.text-green-700\/90 {
    color: rgba(21,128,61,.9)
}

.text-green-700\/95 {
    color: rgba(21,128,61,.95)
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52/var(--tw-text-opacity))
}

.text-green-800\/0 {
    color: rgba(22,101,52,0)
}

.text-green-800\/10 {
    color: rgba(22,101,52,.1)
}

.text-green-800\/100 {
    color: #166534
}

.text-green-800\/20 {
    color: rgba(22,101,52,.2)
}

.text-green-800\/25 {
    color: rgba(22,101,52,.25)
}

.text-green-800\/30 {
    color: rgba(22,101,52,.3)
}

.text-green-800\/40 {
    color: rgba(22,101,52,.4)
}

.text-green-800\/5 {
    color: rgba(22,101,52,.05)
}

.text-green-800\/50 {
    color: rgba(22,101,52,.5)
}

.text-green-800\/60 {
    color: rgba(22,101,52,.6)
}

.text-green-800\/70 {
    color: rgba(22,101,52,.7)
}

.text-green-800\/75 {
    color: rgba(22,101,52,.75)
}

.text-green-800\/80 {
    color: rgba(22,101,52,.8)
}

.text-green-800\/90 {
    color: rgba(22,101,52,.9)
}

.text-green-800\/95 {
    color: rgba(22,101,52,.95)
}

.text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(20 83 45/var(--tw-text-opacity))
}

.text-green-900\/0 {
    color: rgba(20,83,45,0)
}

.text-green-900\/10 {
    color: rgba(20,83,45,.1)
}

.text-green-900\/100 {
    color: #14532d
}

.text-green-900\/20 {
    color: rgba(20,83,45,.2)
}

.text-green-900\/25 {
    color: rgba(20,83,45,.25)
}

.text-green-900\/30 {
    color: rgba(20,83,45,.3)
}

.text-green-900\/40 {
    color: rgba(20,83,45,.4)
}

.text-green-900\/5 {
    color: rgba(20,83,45,.05)
}

.text-green-900\/50 {
    color: rgba(20,83,45,.5)
}

.text-green-900\/60 {
    color: rgba(20,83,45,.6)
}

.text-green-900\/70 {
    color: rgba(20,83,45,.7)
}

.text-green-900\/75 {
    color: rgba(20,83,45,.75)
}

.text-green-900\/80 {
    color: rgba(20,83,45,.8)
}

.text-green-900\/90 {
    color: rgba(20,83,45,.9)
}

.text-green-900\/95 {
    color: rgba(20,83,45,.95)
}

.text-green-950 {
    --tw-text-opacity: 1;
    color: rgb(5 46 22/var(--tw-text-opacity))
}

.text-green-950\/0 {
    color: rgba(5,46,22,0)
}

.text-green-950\/10 {
    color: rgba(5,46,22,.1)
}

.text-green-950\/100 {
    color: #052e16
}

.text-green-950\/20 {
    color: rgba(5,46,22,.2)
}

.text-green-950\/25 {
    color: rgba(5,46,22,.25)
}

.text-green-950\/30 {
    color: rgba(5,46,22,.3)
}

.text-green-950\/40 {
    color: rgba(5,46,22,.4)
}

.text-green-950\/5 {
    color: rgba(5,46,22,.05)
}

.text-green-950\/50 {
    color: rgba(5,46,22,.5)
}

.text-green-950\/60 {
    color: rgba(5,46,22,.6)
}

.text-green-950\/70 {
    color: rgba(5,46,22,.7)
}

.text-green-950\/75 {
    color: rgba(5,46,22,.75)
}

.text-green-950\/80 {
    color: rgba(5,46,22,.8)
}

.text-green-950\/90 {
    color: rgba(5,46,22,.9)
}

.text-green-950\/95 {
    color: rgba(5,46,22,.95)
}

.text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgb(224 231 255/var(--tw-text-opacity))
}

.text-indigo-100\/0 {
    color: rgba(224,231,255,0)
}

.text-indigo-100\/10 {
    color: rgba(224,231,255,.1)
}

.text-indigo-100\/100 {
    color: #e0e7ff
}

.text-indigo-100\/20 {
    color: rgba(224,231,255,.2)
}

.text-indigo-100\/25 {
    color: rgba(224,231,255,.25)
}

.text-indigo-100\/30 {
    color: rgba(224,231,255,.3)
}

.text-indigo-100\/40 {
    color: rgba(224,231,255,.4)
}

.text-indigo-100\/5 {
    color: rgba(224,231,255,.05)
}

.text-indigo-100\/50 {
    color: rgba(224,231,255,.5)
}

.text-indigo-100\/60 {
    color: rgba(224,231,255,.6)
}

.text-indigo-100\/70 {
    color: rgba(224,231,255,.7)
}

.text-indigo-100\/75 {
    color: rgba(224,231,255,.75)
}

.text-indigo-100\/80 {
    color: rgba(224,231,255,.8)
}

.text-indigo-100\/90 {
    color: rgba(224,231,255,.9)
}

.text-indigo-100\/95 {
    color: rgba(224,231,255,.95)
}

.text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgb(199 210 254/var(--tw-text-opacity))
}

.text-indigo-200\/0 {
    color: rgba(199,210,254,0)
}

.text-indigo-200\/10 {
    color: rgba(199,210,254,.1)
}

.text-indigo-200\/100 {
    color: #c7d2fe
}

.text-indigo-200\/20 {
    color: rgba(199,210,254,.2)
}

.text-indigo-200\/25 {
    color: rgba(199,210,254,.25)
}

.text-indigo-200\/30 {
    color: rgba(199,210,254,.3)
}

.text-indigo-200\/40 {
    color: rgba(199,210,254,.4)
}

.text-indigo-200\/5 {
    color: rgba(199,210,254,.05)
}

.text-indigo-200\/50 {
    color: rgba(199,210,254,.5)
}

.text-indigo-200\/60 {
    color: rgba(199,210,254,.6)
}

.text-indigo-200\/70 {
    color: rgba(199,210,254,.7)
}

.text-indigo-200\/75 {
    color: rgba(199,210,254,.75)
}

.text-indigo-200\/80 {
    color: rgba(199,210,254,.8)
}

.text-indigo-200\/90 {
    color: rgba(199,210,254,.9)
}

.text-indigo-200\/95 {
    color: rgba(199,210,254,.95)
}

.text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(165 180 252/var(--tw-text-opacity))
}

.text-indigo-300\/0 {
    color: rgba(165,180,252,0)
}

.text-indigo-300\/10 {
    color: rgba(165,180,252,.1)
}

.text-indigo-300\/100 {
    color: #a5b4fc
}

.text-indigo-300\/20 {
    color: rgba(165,180,252,.2)
}

.text-indigo-300\/25 {
    color: rgba(165,180,252,.25)
}

.text-indigo-300\/30 {
    color: rgba(165,180,252,.3)
}

.text-indigo-300\/40 {
    color: rgba(165,180,252,.4)
}

.text-indigo-300\/5 {
    color: rgba(165,180,252,.05)
}

.text-indigo-300\/50 {
    color: rgba(165,180,252,.5)
}

.text-indigo-300\/60 {
    color: rgba(165,180,252,.6)
}

.text-indigo-300\/70 {
    color: rgba(165,180,252,.7)
}

.text-indigo-300\/75 {
    color: rgba(165,180,252,.75)
}

.text-indigo-300\/80 {
    color: rgba(165,180,252,.8)
}

.text-indigo-300\/90 {
    color: rgba(165,180,252,.9)
}

.text-indigo-300\/95 {
    color: rgba(165,180,252,.95)
}

.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248/var(--tw-text-opacity))
}

.text-indigo-400\/0 {
    color: rgba(129,140,248,0)
}

.text-indigo-400\/10 {
    color: rgba(129,140,248,.1)
}

.text-indigo-400\/100 {
    color: #818cf8
}

.text-indigo-400\/20 {
    color: rgba(129,140,248,.2)
}

.text-indigo-400\/25 {
    color: rgba(129,140,248,.25)
}

.text-indigo-400\/30 {
    color: rgba(129,140,248,.3)
}

.text-indigo-400\/40 {
    color: rgba(129,140,248,.4)
}

.text-indigo-400\/5 {
    color: rgba(129,140,248,.05)
}

.text-indigo-400\/50 {
    color: rgba(129,140,248,.5)
}

.text-indigo-400\/60 {
    color: rgba(129,140,248,.6)
}

.text-indigo-400\/70 {
    color: rgba(129,140,248,.7)
}

.text-indigo-400\/75 {
    color: rgba(129,140,248,.75)
}

.text-indigo-400\/80 {
    color: rgba(129,140,248,.8)
}

.text-indigo-400\/90 {
    color: rgba(129,140,248,.9)
}

.text-indigo-400\/95 {
    color: rgba(129,140,248,.95)
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255/var(--tw-text-opacity))
}

.text-indigo-50\/0 {
    color: rgba(238,242,255,0)
}

.text-indigo-50\/10 {
    color: rgba(238,242,255,.1)
}

.text-indigo-50\/100 {
    color: #eef2ff
}

.text-indigo-50\/20 {
    color: rgba(238,242,255,.2)
}

.text-indigo-50\/25 {
    color: rgba(238,242,255,.25)
}

.text-indigo-50\/30 {
    color: rgba(238,242,255,.3)
}

.text-indigo-50\/40 {
    color: rgba(238,242,255,.4)
}

.text-indigo-50\/5 {
    color: rgba(238,242,255,.05)
}

.text-indigo-50\/50 {
    color: rgba(238,242,255,.5)
}

.text-indigo-50\/60 {
    color: rgba(238,242,255,.6)
}

.text-indigo-50\/70 {
    color: rgba(238,242,255,.7)
}

.text-indigo-50\/75 {
    color: rgba(238,242,255,.75)
}

.text-indigo-50\/80 {
    color: rgba(238,242,255,.8)
}

.text-indigo-50\/90 {
    color: rgba(238,242,255,.9)
}

.text-indigo-50\/95 {
    color: rgba(238,242,255,.95)
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241/var(--tw-text-opacity))
}

.text-indigo-500\/0 {
    color: rgba(99,102,241,0)
}

.text-indigo-500\/10 {
    color: rgba(99,102,241,.1)
}

.text-indigo-500\/100 {
    color: #6366f1
}

.text-indigo-500\/20 {
    color: rgba(99,102,241,.2)
}

.text-indigo-500\/25 {
    color: rgba(99,102,241,.25)
}

.text-indigo-500\/30 {
    color: rgba(99,102,241,.3)
}

.text-indigo-500\/40 {
    color: rgba(99,102,241,.4)
}

.text-indigo-500\/5 {
    color: rgba(99,102,241,.05)
}

.text-indigo-500\/50 {
    color: rgba(99,102,241,.5)
}

.text-indigo-500\/60 {
    color: rgba(99,102,241,.6)
}

.text-indigo-500\/70 {
    color: rgba(99,102,241,.7)
}

.text-indigo-500\/75 {
    color: rgba(99,102,241,.75)
}

.text-indigo-500\/80 {
    color: rgba(99,102,241,.8)
}

.text-indigo-500\/90 {
    color: rgba(99,102,241,.9)
}

.text-indigo-500\/95 {
    color: rgba(99,102,241,.95)
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229/var(--tw-text-opacity))
}

.text-indigo-600\/0 {
    color: rgba(79,70,229,0)
}

.text-indigo-600\/10 {
    color: rgba(79,70,229,.1)
}

.text-indigo-600\/100 {
    color: #4f46e5
}

.text-indigo-600\/20 {
    color: rgba(79,70,229,.2)
}

.text-indigo-600\/25 {
    color: rgba(79,70,229,.25)
}

.text-indigo-600\/30 {
    color: rgba(79,70,229,.3)
}

.text-indigo-600\/40 {
    color: rgba(79,70,229,.4)
}

.text-indigo-600\/5 {
    color: rgba(79,70,229,.05)
}

.text-indigo-600\/50 {
    color: rgba(79,70,229,.5)
}

.text-indigo-600\/60 {
    color: rgba(79,70,229,.6)
}

.text-indigo-600\/70 {
    color: rgba(79,70,229,.7)
}

.text-indigo-600\/75 {
    color: rgba(79,70,229,.75)
}

.text-indigo-600\/80 {
    color: rgba(79,70,229,.8)
}

.text-indigo-600\/90 {
    color: rgba(79,70,229,.9)
}

.text-indigo-600\/95 {
    color: rgba(79,70,229,.95)
}

.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(67 56 202/var(--tw-text-opacity))
}

.text-indigo-700\/0 {
    color: rgba(67,56,202,0)
}

.text-indigo-700\/10 {
    color: rgba(67,56,202,.1)
}

.text-indigo-700\/100 {
    color: #4338ca
}

.text-indigo-700\/20 {
    color: rgba(67,56,202,.2)
}

.text-indigo-700\/25 {
    color: rgba(67,56,202,.25)
}

.text-indigo-700\/30 {
    color: rgba(67,56,202,.3)
}

.text-indigo-700\/40 {
    color: rgba(67,56,202,.4)
}

.text-indigo-700\/5 {
    color: rgba(67,56,202,.05)
}

.text-indigo-700\/50 {
    color: rgba(67,56,202,.5)
}

.text-indigo-700\/60 {
    color: rgba(67,56,202,.6)
}

.text-indigo-700\/70 {
    color: rgba(67,56,202,.7)
}

.text-indigo-700\/75 {
    color: rgba(67,56,202,.75)
}

.text-indigo-700\/80 {
    color: rgba(67,56,202,.8)
}

.text-indigo-700\/90 {
    color: rgba(67,56,202,.9)
}

.text-indigo-700\/95 {
    color: rgba(67,56,202,.95)
}

.text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgb(55 48 163/var(--tw-text-opacity))
}

.text-indigo-800\/0 {
    color: rgba(55,48,163,0)
}

.text-indigo-800\/10 {
    color: rgba(55,48,163,.1)
}

.text-indigo-800\/100 {
    color: #3730a3
}

.text-indigo-800\/20 {
    color: rgba(55,48,163,.2)
}

.text-indigo-800\/25 {
    color: rgba(55,48,163,.25)
}

.text-indigo-800\/30 {
    color: rgba(55,48,163,.3)
}

.text-indigo-800\/40 {
    color: rgba(55,48,163,.4)
}

.text-indigo-800\/5 {
    color: rgba(55,48,163,.05)
}

.text-indigo-800\/50 {
    color: rgba(55,48,163,.5)
}

.text-indigo-800\/60 {
    color: rgba(55,48,163,.6)
}

.text-indigo-800\/70 {
    color: rgba(55,48,163,.7)
}

.text-indigo-800\/75 {
    color: rgba(55,48,163,.75)
}

.text-indigo-800\/80 {
    color: rgba(55,48,163,.8)
}

.text-indigo-800\/90 {
    color: rgba(55,48,163,.9)
}

.text-indigo-800\/95 {
    color: rgba(55,48,163,.95)
}

.text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgb(49 46 129/var(--tw-text-opacity))
}

.text-indigo-900\/0 {
    color: rgba(49,46,129,0)
}

.text-indigo-900\/10 {
    color: rgba(49,46,129,.1)
}

.text-indigo-900\/100 {
    color: #312e81
}

.text-indigo-900\/20 {
    color: rgba(49,46,129,.2)
}

.text-indigo-900\/25 {
    color: rgba(49,46,129,.25)
}

.text-indigo-900\/30 {
    color: rgba(49,46,129,.3)
}

.text-indigo-900\/40 {
    color: rgba(49,46,129,.4)
}

.text-indigo-900\/5 {
    color: rgba(49,46,129,.05)
}

.text-indigo-900\/50 {
    color: rgba(49,46,129,.5)
}

.text-indigo-900\/60 {
    color: rgba(49,46,129,.6)
}

.text-indigo-900\/70 {
    color: rgba(49,46,129,.7)
}

.text-indigo-900\/75 {
    color: rgba(49,46,129,.75)
}

.text-indigo-900\/80 {
    color: rgba(49,46,129,.8)
}

.text-indigo-900\/90 {
    color: rgba(49,46,129,.9)
}

.text-indigo-900\/95 {
    color: rgba(49,46,129,.95)
}

.text-indigo-950 {
    --tw-text-opacity: 1;
    color: rgb(30 27 75/var(--tw-text-opacity))
}

.text-indigo-950\/0 {
    color: rgba(30,27,75,0)
}

.text-indigo-950\/10 {
    color: rgba(30,27,75,.1)
}

.text-indigo-950\/100 {
    color: #1e1b4b
}

.text-indigo-950\/20 {
    color: rgba(30,27,75,.2)
}

.text-indigo-950\/25 {
    color: rgba(30,27,75,.25)
}

.text-indigo-950\/30 {
    color: rgba(30,27,75,.3)
}

.text-indigo-950\/40 {
    color: rgba(30,27,75,.4)
}

.text-indigo-950\/5 {
    color: rgba(30,27,75,.05)
}

.text-indigo-950\/50 {
    color: rgba(30,27,75,.5)
}

.text-indigo-950\/60 {
    color: rgba(30,27,75,.6)
}

.text-indigo-950\/70 {
    color: rgba(30,27,75,.7)
}

.text-indigo-950\/75 {
    color: rgba(30,27,75,.75)
}

.text-indigo-950\/80 {
    color: rgba(30,27,75,.8)
}

.text-indigo-950\/90 {
    color: rgba(30,27,75,.9)
}

.text-indigo-950\/95 {
    color: rgba(30,27,75,.95)
}

.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: hsla(80,89%,89%,0)
}

.text-lime-100\/10 {
    color: hsla(80,89%,89%,.1)
}

.text-lime-100\/100 {
    color: #ecfccb
}

.text-lime-100\/20 {
    color: hsla(80,89%,89%,.2)
}

.text-lime-100\/25 {
    color: hsla(80,89%,89%,.25)
}

.text-lime-100\/30 {
    color: hsla(80,89%,89%,.3)
}

.text-lime-100\/40 {
    color: hsla(80,89%,89%,.4)
}

.text-lime-100\/5 {
    color: hsla(80,89%,89%,.05)
}

.text-lime-100\/50 {
    color: hsla(80,89%,89%,.5)
}

.text-lime-100\/60 {
    color: hsla(80,89%,89%,.6)
}

.text-lime-100\/70 {
    color: hsla(80,89%,89%,.7)
}

.text-lime-100\/75 {
    color: hsla(80,89%,89%,.75)
}

.text-lime-100\/80 {
    color: hsla(80,89%,89%,.8)
}

.text-lime-100\/90 {
    color: hsla(80,89%,89%,.9)
}

.text-lime-100\/95 {
    color: hsla(80,89%,89%,.95)
}

.text-lime-200 {
    --tw-text-opacity: 1;
    color: rgb(217 249 157/var(--tw-text-opacity))
}

.text-lime-200\/0 {
    color: hsla(81,88%,80%,0)
}

.text-lime-200\/10 {
    color: hsla(81,88%,80%,.1)
}

.text-lime-200\/100 {
    color: #d9f99d
}

.text-lime-200\/20 {
    color: hsla(81,88%,80%,.2)
}

.text-lime-200\/25 {
    color: hsla(81,88%,80%,.25)
}

.text-lime-200\/30 {
    color: hsla(81,88%,80%,.3)
}

.text-lime-200\/40 {
    color: hsla(81,88%,80%,.4)
}

.text-lime-200\/5 {
    color: hsla(81,88%,80%,.05)
}

.text-lime-200\/50 {
    color: hsla(81,88%,80%,.5)
}

.text-lime-200\/60 {
    color: hsla(81,88%,80%,.6)
}

.text-lime-200\/70 {
    color: hsla(81,88%,80%,.7)
}

.text-lime-200\/75 {
    color: hsla(81,88%,80%,.75)
}

.text-lime-200\/80 {
    color: hsla(81,88%,80%,.8)
}

.text-lime-200\/90 {
    color: hsla(81,88%,80%,.9)
}

.text-lime-200\/95 {
    color: hsla(81,88%,80%,.95)
}

.text-lime-300 {
    --tw-text-opacity: 1;
    color: rgb(190 242 100/var(--tw-text-opacity))
}

.text-lime-300\/0 {
    color: hsla(82,85%,67%,0)
}

.text-lime-300\/10 {
    color: hsla(82,85%,67%,.1)
}

.text-lime-300\/100 {
    color: #bef264
}

.text-lime-300\/20 {
    color: hsla(82,85%,67%,.2)
}

.text-lime-300\/25 {
    color: hsla(82,85%,67%,.25)
}

.text-lime-300\/30 {
    color: hsla(82,85%,67%,.3)
}

.text-lime-300\/40 {
    color: hsla(82,85%,67%,.4)
}

.text-lime-300\/5 {
    color: hsla(82,85%,67%,.05)
}

.text-lime-300\/50 {
    color: hsla(82,85%,67%,.5)
}

.text-lime-300\/60 {
    color: hsla(82,85%,67%,.6)
}

.text-lime-300\/70 {
    color: hsla(82,85%,67%,.7)
}

.text-lime-300\/75 {
    color: hsla(82,85%,67%,.75)
}

.text-lime-300\/80 {
    color: hsla(82,85%,67%,.8)
}

.text-lime-300\/90 {
    color: hsla(82,85%,67%,.9)
}

.text-lime-300\/95 {
    color: hsla(82,85%,67%,.95)
}

.text-lime-400 {
    --tw-text-opacity: 1;
    color: rgb(163 230 53/var(--tw-text-opacity))
}

.text-lime-400\/0 {
    color: rgba(163,230,53,0)
}

.text-lime-400\/10 {
    color: rgba(163,230,53,.1)
}

.text-lime-400\/100 {
    color: #a3e635
}

.text-lime-400\/20 {
    color: rgba(163,230,53,.2)
}

.text-lime-400\/25 {
    color: rgba(163,230,53,.25)
}

.text-lime-400\/30 {
    color: rgba(163,230,53,.3)
}

.text-lime-400\/40 {
    color: rgba(163,230,53,.4)
}

.text-lime-400\/5 {
    color: rgba(163,230,53,.05)
}

.text-lime-400\/50 {
    color: rgba(163,230,53,.5)
}

.text-lime-400\/60 {
    color: rgba(163,230,53,.6)
}

.text-lime-400\/70 {
    color: rgba(163,230,53,.7)
}

.text-lime-400\/75 {
    color: rgba(163,230,53,.75)
}

.text-lime-400\/80 {
    color: rgba(163,230,53,.8)
}

.text-lime-400\/90 {
    color: rgba(163,230,53,.9)
}

.text-lime-400\/95 {
    color: rgba(163,230,53,.95)
}

.text-lime-50 {
    --tw-text-opacity: 1;
    color: rgb(247 254 231/var(--tw-text-opacity))
}

.text-lime-50\/0 {
    color: hsla(78,92%,95%,0)
}

.text-lime-50\/10 {
    color: hsla(78,92%,95%,.1)
}

.text-lime-50\/100 {
    color: #f7fee7
}

.text-lime-50\/20 {
    color: hsla(78,92%,95%,.2)
}

.text-lime-50\/25 {
    color: hsla(78,92%,95%,.25)
}

.text-lime-50\/30 {
    color: hsla(78,92%,95%,.3)
}

.text-lime-50\/40 {
    color: hsla(78,92%,95%,.4)
}

.text-lime-50\/5 {
    color: hsla(78,92%,95%,.05)
}

.text-lime-50\/50 {
    color: hsla(78,92%,95%,.5)
}

.text-lime-50\/60 {
    color: hsla(78,92%,95%,.6)
}

.text-lime-50\/70 {
    color: hsla(78,92%,95%,.7)
}

.text-lime-50\/75 {
    color: hsla(78,92%,95%,.75)
}

.text-lime-50\/80 {
    color: hsla(78,92%,95%,.8)
}

.text-lime-50\/90 {
    color: hsla(78,92%,95%,.9)
}

.text-lime-50\/95 {
    color: hsla(78,92%,95%,.95)
}

.text-lime-500 {
    --tw-text-opacity: 1;
    color: rgb(132 204 22/var(--tw-text-opacity))
}

.text-lime-500\/0 {
    color: rgba(132,204,22,0)
}

.text-lime-500\/10 {
    color: rgba(132,204,22,.1)
}

.text-lime-500\/100 {
    color: #84cc16
}

.text-lime-500\/20 {
    color: rgba(132,204,22,.2)
}

.text-lime-500\/25 {
    color: rgba(132,204,22,.25)
}

.text-lime-500\/30 {
    color: rgba(132,204,22,.3)
}

.text-lime-500\/40 {
    color: rgba(132,204,22,.4)
}

.text-lime-500\/5 {
    color: rgba(132,204,22,.05)
}

.text-lime-500\/50 {
    color: rgba(132,204,22,.5)
}

.text-lime-500\/60 {
    color: rgba(132,204,22,.6)
}

.text-lime-500\/70 {
    color: rgba(132,204,22,.7)
}

.text-lime-500\/75 {
    color: rgba(132,204,22,.75)
}

.text-lime-500\/80 {
    color: rgba(132,204,22,.8)
}

.text-lime-500\/90 {
    color: rgba(132,204,22,.9)
}

.text-lime-500\/95 {
    color: rgba(132,204,22,.95)
}

.text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13/var(--tw-text-opacity))
}

.text-lime-600\/0 {
    color: rgba(101,163,13,0)
}

.text-lime-600\/10 {
    color: rgba(101,163,13,.1)
}

.text-lime-600\/100 {
    color: #65a30d
}

.text-lime-600\/20 {
    color: rgba(101,163,13,.2)
}

.text-lime-600\/25 {
    color: rgba(101,163,13,.25)
}

.text-lime-600\/30 {
    color: rgba(101,163,13,.3)
}

.text-lime-600\/40 {
    color: rgba(101,163,13,.4)
}

.text-lime-600\/5 {
    color: rgba(101,163,13,.05)
}

.text-lime-600\/50 {
    color: rgba(101,163,13,.5)
}

.text-lime-600\/60 {
    color: rgba(101,163,13,.6)
}

.text-lime-600\/70 {
    color: rgba(101,163,13,.7)
}

.text-lime-600\/75 {
    color: rgba(101,163,13,.75)
}

.text-lime-600\/80 {
    color: rgba(101,163,13,.8)
}

.text-lime-600\/90 {
    color: rgba(101,163,13,.9)
}

.text-lime-600\/95 {
    color: rgba(101,163,13,.95)
}

.text-lime-700 {
    --tw-text-opacity: 1;
    color: rgb(77 124 15/var(--tw-text-opacity))
}

.text-lime-700\/0 {
    color: rgba(77,124,15,0)
}

.text-lime-700\/10 {
    color: rgba(77,124,15,.1)
}

.text-lime-700\/100 {
    color: #4d7c0f
}

.text-lime-700\/20 {
    color: rgba(77,124,15,.2)
}

.text-lime-700\/25 {
    color: rgba(77,124,15,.25)
}

.text-lime-700\/30 {
    color: rgba(77,124,15,.3)
}

.text-lime-700\/40 {
    color: rgba(77,124,15,.4)
}

.text-lime-700\/5 {
    color: rgba(77,124,15,.05)
}

.text-lime-700\/50 {
    color: rgba(77,124,15,.5)
}

.text-lime-700\/60 {
    color: rgba(77,124,15,.6)
}

.text-lime-700\/70 {
    color: rgba(77,124,15,.7)
}

.text-lime-700\/75 {
    color: rgba(77,124,15,.75)
}

.text-lime-700\/80 {
    color: rgba(77,124,15,.8)
}

.text-lime-700\/90 {
    color: rgba(77,124,15,.9)
}

.text-lime-700\/95 {
    color: rgba(77,124,15,.95)
}

.text-lime-800 {
    --tw-text-opacity: 1;
    color: rgb(63 98 18/var(--tw-text-opacity))
}

.text-lime-800\/0 {
    color: rgba(63,98,18,0)
}

.text-lime-800\/10 {
    color: rgba(63,98,18,.1)
}

.text-lime-800\/100 {
    color: #3f6212
}

.text-lime-800\/20 {
    color: rgba(63,98,18,.2)
}

.text-lime-800\/25 {
    color: rgba(63,98,18,.25)
}

.text-lime-800\/30 {
    color: rgba(63,98,18,.3)
}

.text-lime-800\/40 {
    color: rgba(63,98,18,.4)
}

.text-lime-800\/5 {
    color: rgba(63,98,18,.05)
}

.text-lime-800\/50 {
    color: rgba(63,98,18,.5)
}

.text-lime-800\/60 {
    color: rgba(63,98,18,.6)
}

.text-lime-800\/70 {
    color: rgba(63,98,18,.7)
}

.text-lime-800\/75 {
    color: rgba(63,98,18,.75)
}

.text-lime-800\/80 {
    color: rgba(63,98,18,.8)
}

.text-lime-800\/90 {
    color: rgba(63,98,18,.9)
}

.text-lime-800\/95 {
    color: rgba(63,98,18,.95)
}

.text-lime-900 {
    --tw-text-opacity: 1;
    color: rgb(54 83 20/var(--tw-text-opacity))
}

.text-lime-900\/0 {
    color: rgba(54,83,20,0)
}

.text-lime-900\/10 {
    color: rgba(54,83,20,.1)
}

.text-lime-900\/100 {
    color: #365314
}

.text-lime-900\/20 {
    color: rgba(54,83,20,.2)
}

.text-lime-900\/25 {
    color: rgba(54,83,20,.25)
}

.text-lime-900\/30 {
    color: rgba(54,83,20,.3)
}

.text-lime-900\/40 {
    color: rgba(54,83,20,.4)
}

.text-lime-900\/5 {
    color: rgba(54,83,20,.05)
}

.text-lime-900\/50 {
    color: rgba(54,83,20,.5)
}

.text-lime-900\/60 {
    color: rgba(54,83,20,.6)
}

.text-lime-900\/70 {
    color: rgba(54,83,20,.7)
}

.text-lime-900\/75 {
    color: rgba(54,83,20,.75)
}

.text-lime-900\/80 {
    color: rgba(54,83,20,.8)
}

.text-lime-900\/90 {
    color: rgba(54,83,20,.9)
}

.text-lime-900\/95 {
    color: rgba(54,83,20,.95)
}

.text-lime-950 {
    --tw-text-opacity: 1;
    color: rgb(26 46 5/var(--tw-text-opacity))
}

.text-lime-950\/0 {
    color: rgba(26,46,5,0)
}

.text-lime-950\/10 {
    color: rgba(26,46,5,.1)
}

.text-lime-950\/100 {
    color: #1a2e05
}

.text-lime-950\/20 {
    color: rgba(26,46,5,.2)
}

.text-lime-950\/25 {
    color: rgba(26,46,5,.25)
}

.text-lime-950\/30 {
    color: rgba(26,46,5,.3)
}

.text-lime-950\/40 {
    color: rgba(26,46,5,.4)
}

.text-lime-950\/5 {
    color: rgba(26,46,5,.05)
}

.text-lime-950\/50 {
    color: rgba(26,46,5,.5)
}

.text-lime-950\/60 {
    color: rgba(26,46,5,.6)
}

.text-lime-950\/70 {
    color: rgba(26,46,5,.7)
}

.text-lime-950\/75 {
    color: rgba(26,46,5,.75)
}

.text-lime-950\/80 {
    color: rgba(26,46,5,.8)
}

.text-lime-950\/90 {
    color: rgba(26,46,5,.9)
}

.text-lime-950\/95 {
    color: rgba(26,46,5,.95)
}

.text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245/var(--tw-text-opacity))
}

.text-neutral-100\/0 {
    color: hsla(0,0%,96%,0)
}

.text-neutral-100\/10 {
    color: hsla(0,0%,96%,.1)
}

.text-neutral-100\/100 {
    color: #f5f5f5
}

.text-neutral-100\/20 {
    color: hsla(0,0%,96%,.2)
}

.text-neutral-100\/25 {
    color: hsla(0,0%,96%,.25)
}

.text-neutral-100\/30 {
    color: hsla(0,0%,96%,.3)
}

.text-neutral-100\/40 {
    color: hsla(0,0%,96%,.4)
}

.text-neutral-100\/5 {
    color: hsla(0,0%,96%,.05)
}

.text-neutral-100\/50 {
    color: hsla(0,0%,96%,.5)
}

.text-neutral-100\/60 {
    color: hsla(0,0%,96%,.6)
}

.text-neutral-100\/70 {
    color: hsla(0,0%,96%,.7)
}

.text-neutral-100\/75 {
    color: hsla(0,0%,96%,.75)
}

.text-neutral-100\/80 {
    color: hsla(0,0%,96%,.8)
}

.text-neutral-100\/90 {
    color: hsla(0,0%,96%,.9)
}

.text-neutral-100\/95 {
    color: hsla(0,0%,96%,.95)
}

.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229/var(--tw-text-opacity))
}

.text-neutral-200\/0 {
    color: hsla(0,0%,90%,0)
}

.text-neutral-200\/10 {
    color: hsla(0,0%,90%,.1)
}

.text-neutral-200\/100 {
    color: #e5e5e5
}

.text-neutral-200\/20 {
    color: hsla(0,0%,90%,.2)
}

.text-neutral-200\/25 {
    color: hsla(0,0%,90%,.25)
}

.text-neutral-200\/30 {
    color: hsla(0,0%,90%,.3)
}

.text-neutral-200\/40 {
    color: hsla(0,0%,90%,.4)
}

.text-neutral-200\/5 {
    color: hsla(0,0%,90%,.05)
}

.text-neutral-200\/50 {
    color: hsla(0,0%,90%,.5)
}

.text-neutral-200\/60 {
    color: hsla(0,0%,90%,.6)
}

.text-neutral-200\/70 {
    color: hsla(0,0%,90%,.7)
}

.text-neutral-200\/75 {
    color: hsla(0,0%,90%,.75)
}

.text-neutral-200\/80 {
    color: hsla(0,0%,90%,.8)
}

.text-neutral-200\/90 {
    color: hsla(0,0%,90%,.9)
}

.text-neutral-200\/95 {
    color: hsla(0,0%,90%,.95)
}

.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212/var(--tw-text-opacity))
}

.text-neutral-300\/0 {
    color: hsla(0,0%,83%,0)
}

.text-neutral-300\/10 {
    color: hsla(0,0%,83%,.1)
}

.text-neutral-300\/100 {
    color: #d4d4d4
}

.text-neutral-300\/20 {
    color: hsla(0,0%,83%,.2)
}

.text-neutral-300\/25 {
    color: hsla(0,0%,83%,.25)
}

.text-neutral-300\/30 {
    color: hsla(0,0%,83%,.3)
}

.text-neutral-300\/40 {
    color: hsla(0,0%,83%,.4)
}

.text-neutral-300\/5 {
    color: hsla(0,0%,83%,.05)
}

.text-neutral-300\/50 {
    color: hsla(0,0%,83%,.5)
}

.text-neutral-300\/60 {
    color: hsla(0,0%,83%,.6)
}

.text-neutral-300\/70 {
    color: hsla(0,0%,83%,.7)
}

.text-neutral-300\/75 {
    color: hsla(0,0%,83%,.75)
}

.text-neutral-300\/80 {
    color: hsla(0,0%,83%,.8)
}

.text-neutral-300\/90 {
    color: hsla(0,0%,83%,.9)
}

.text-neutral-300\/95 {
    color: hsla(0,0%,83%,.95)
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163/var(--tw-text-opacity))
}

.text-neutral-400\/0 {
    color: hsla(0,0%,64%,0)
}

.text-neutral-400\/10 {
    color: hsla(0,0%,64%,.1)
}

.text-neutral-400\/100 {
    color: #a3a3a3
}

.text-neutral-400\/20 {
    color: hsla(0,0%,64%,.2)
}

.text-neutral-400\/25 {
    color: hsla(0,0%,64%,.25)
}

.text-neutral-400\/30 {
    color: hsla(0,0%,64%,.3)
}

.text-neutral-400\/40 {
    color: hsla(0,0%,64%,.4)
}

.text-neutral-400\/5 {
    color: hsla(0,0%,64%,.05)
}

.text-neutral-400\/50 {
    color: hsla(0,0%,64%,.5)
}

.text-neutral-400\/60 {
    color: hsla(0,0%,64%,.6)
}

.text-neutral-400\/70 {
    color: hsla(0,0%,64%,.7)
}

.text-neutral-400\/75 {
    color: hsla(0,0%,64%,.75)
}

.text-neutral-400\/80 {
    color: hsla(0,0%,64%,.8)
}

.text-neutral-400\/90 {
    color: hsla(0,0%,64%,.9)
}

.text-neutral-400\/95 {
    color: hsla(0,0%,64%,.95)
}

.text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.text-neutral-50\/0 {
    color: hsla(0,0%,98%,0)
}

.text-neutral-50\/10 {
    color: hsla(0,0%,98%,.1)
}

.text-neutral-50\/100 {
    color: #fafafa
}

.text-neutral-50\/20 {
    color: hsla(0,0%,98%,.2)
}

.text-neutral-50\/25 {
    color: hsla(0,0%,98%,.25)
}

.text-neutral-50\/30 {
    color: hsla(0,0%,98%,.3)
}

.text-neutral-50\/40 {
    color: hsla(0,0%,98%,.4)
}

.text-neutral-50\/5 {
    color: hsla(0,0%,98%,.05)
}

.text-neutral-50\/50 {
    color: hsla(0,0%,98%,.5)
}

.text-neutral-50\/60 {
    color: hsla(0,0%,98%,.6)
}

.text-neutral-50\/70 {
    color: hsla(0,0%,98%,.7)
}

.text-neutral-50\/75 {
    color: hsla(0,0%,98%,.75)
}

.text-neutral-50\/80 {
    color: hsla(0,0%,98%,.8)
}

.text-neutral-50\/90 {
    color: hsla(0,0%,98%,.9)
}

.text-neutral-50\/95 {
    color: hsla(0,0%,98%,.95)
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115/var(--tw-text-opacity))
}

.text-neutral-500\/0 {
    color: hsla(0,0%,45%,0)
}

.text-neutral-500\/10 {
    color: hsla(0,0%,45%,.1)
}

.text-neutral-500\/100 {
    color: #737373
}

.text-neutral-500\/20 {
    color: hsla(0,0%,45%,.2)
}

.text-neutral-500\/25 {
    color: hsla(0,0%,45%,.25)
}

.text-neutral-500\/30 {
    color: hsla(0,0%,45%,.3)
}

.text-neutral-500\/40 {
    color: hsla(0,0%,45%,.4)
}

.text-neutral-500\/5 {
    color: hsla(0,0%,45%,.05)
}

.text-neutral-500\/50 {
    color: hsla(0,0%,45%,.5)
}

.text-neutral-500\/60 {
    color: hsla(0,0%,45%,.6)
}

.text-neutral-500\/70 {
    color: hsla(0,0%,45%,.7)
}

.text-neutral-500\/75 {
    color: hsla(0,0%,45%,.75)
}

.text-neutral-500\/80 {
    color: hsla(0,0%,45%,.8)
}

.text-neutral-500\/90 {
    color: hsla(0,0%,45%,.9)
}

.text-neutral-500\/95 {
    color: hsla(0,0%,45%,.95)
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82/var(--tw-text-opacity))
}

.text-neutral-600\/0 {
    color: rgba(82,82,82,0)
}

.text-neutral-600\/10 {
    color: rgba(82,82,82,.1)
}

.text-neutral-600\/100 {
    color: #525252
}

.text-neutral-600\/20 {
    color: rgba(82,82,82,.2)
}

.text-neutral-600\/25 {
    color: rgba(82,82,82,.25)
}

.text-neutral-600\/30 {
    color: rgba(82,82,82,.3)
}

.text-neutral-600\/40 {
    color: rgba(82,82,82,.4)
}

.text-neutral-600\/5 {
    color: rgba(82,82,82,.05)
}

.text-neutral-600\/50 {
    color: rgba(82,82,82,.5)
}

.text-neutral-600\/60 {
    color: rgba(82,82,82,.6)
}

.text-neutral-600\/70 {
    color: rgba(82,82,82,.7)
}

.text-neutral-600\/75 {
    color: rgba(82,82,82,.75)
}

.text-neutral-600\/80 {
    color: rgba(82,82,82,.8)
}

.text-neutral-600\/90 {
    color: rgba(82,82,82,.9)
}

.text-neutral-600\/95 {
    color: rgba(82,82,82,.95)
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64/var(--tw-text-opacity))
}

.text-neutral-700\/0 {
    color: rgba(64,64,64,0)
}

.text-neutral-700\/10 {
    color: rgba(64,64,64,.1)
}

.text-neutral-700\/100 {
    color: #404040
}

.text-neutral-700\/20 {
    color: rgba(64,64,64,.2)
}

.text-neutral-700\/25 {
    color: rgba(64,64,64,.25)
}

.text-neutral-700\/30 {
    color: rgba(64,64,64,.3)
}

.text-neutral-700\/40 {
    color: rgba(64,64,64,.4)
}

.text-neutral-700\/5 {
    color: rgba(64,64,64,.05)
}

.text-neutral-700\/50 {
    color: rgba(64,64,64,.5)
}

.text-neutral-700\/60 {
    color: rgba(64,64,64,.6)
}

.text-neutral-700\/70 {
    color: rgba(64,64,64,.7)
}

.text-neutral-700\/75 {
    color: rgba(64,64,64,.75)
}

.text-neutral-700\/80 {
    color: rgba(64,64,64,.8)
}

.text-neutral-700\/90 {
    color: rgba(64,64,64,.9)
}

.text-neutral-700\/95 {
    color: rgba(64,64,64,.95)
}

.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-neutral-800\/0 {
    color: rgba(38,38,38,0)
}

.text-neutral-800\/10 {
    color: rgba(38,38,38,.1)
}

.text-neutral-800\/100 {
    color: #262626
}

.text-neutral-800\/20 {
    color: rgba(38,38,38,.2)
}

.text-neutral-800\/25 {
    color: rgba(38,38,38,.25)
}

.text-neutral-800\/30 {
    color: rgba(38,38,38,.3)
}

.text-neutral-800\/40 {
    color: rgba(38,38,38,.4)
}

.text-neutral-800\/5 {
    color: rgba(38,38,38,.05)
}

.text-neutral-800\/50 {
    color: rgba(38,38,38,.5)
}

.text-neutral-800\/60 {
    color: rgba(38,38,38,.6)
}

.text-neutral-800\/70 {
    color: rgba(38,38,38,.7)
}

.text-neutral-800\/75 {
    color: rgba(38,38,38,.75)
}

.text-neutral-800\/80 {
    color: rgba(38,38,38,.8)
}

.text-neutral-800\/90 {
    color: rgba(38,38,38,.9)
}

.text-neutral-800\/95 {
    color: rgba(38,38,38,.95)
}

.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23/var(--tw-text-opacity))
}

.text-neutral-900\/0 {
    color: hsla(0,0%,9%,0)
}

.text-neutral-900\/10 {
    color: hsla(0,0%,9%,.1)
}

.text-neutral-900\/100 {
    color: #171717
}

.text-neutral-900\/20 {
    color: hsla(0,0%,9%,.2)
}

.text-neutral-900\/25 {
    color: hsla(0,0%,9%,.25)
}

.text-neutral-900\/30 {
    color: hsla(0,0%,9%,.3)
}

.text-neutral-900\/40 {
    color: hsla(0,0%,9%,.4)
}

.text-neutral-900\/5 {
    color: hsla(0,0%,9%,.05)
}

.text-neutral-900\/50 {
    color: hsla(0,0%,9%,.5)
}

.text-neutral-900\/60 {
    color: hsla(0,0%,9%,.6)
}

.text-neutral-900\/70 {
    color: hsla(0,0%,9%,.7)
}

.text-neutral-900\/75 {
    color: hsla(0,0%,9%,.75)
}

.text-neutral-900\/80 {
    color: hsla(0,0%,9%,.8)
}

.text-neutral-900\/90 {
    color: hsla(0,0%,9%,.9)
}

.text-neutral-900\/95 {
    color: hsla(0,0%,9%,.95)
}

.text-neutral-950 {
    --tw-text-opacity: 1;
    color: rgb(10 10 10/var(--tw-text-opacity))
}

.text-neutral-950\/0 {
    color: hsla(0,0%,4%,0)
}

.text-neutral-950\/10 {
    color: hsla(0,0%,4%,.1)
}

.text-neutral-950\/100 {
    color: #0a0a0a
}

.text-neutral-950\/20 {
    color: hsla(0,0%,4%,.2)
}

.text-neutral-950\/25 {
    color: hsla(0,0%,4%,.25)
}

.text-neutral-950\/30 {
    color: hsla(0,0%,4%,.3)
}

.text-neutral-950\/40 {
    color: hsla(0,0%,4%,.4)
}

.text-neutral-950\/5 {
    color: hsla(0,0%,4%,.05)
}

.text-neutral-950\/50 {
    color: hsla(0,0%,4%,.5)
}

.text-neutral-950\/60 {
    color: hsla(0,0%,4%,.6)
}

.text-neutral-950\/70 {
    color: hsla(0,0%,4%,.7)
}

.text-neutral-950\/75 {
    color: hsla(0,0%,4%,.75)
}

.text-neutral-950\/80 {
    color: hsla(0,0%,4%,.8)
}

.text-neutral-950\/90 {
    color: hsla(0,0%,4%,.9)
}

.text-neutral-950\/95 {
    color: hsla(0,0%,4%,.95)
}

.text-orange-100 {
    --tw-text-opacity: 1;
    color: rgb(255 237 213/var(--tw-text-opacity))
}

.text-orange-100\/0 {
    color: rgba(255,237,213,0)
}

.text-orange-100\/10 {
    color: rgba(255,237,213,.1)
}

.text-orange-100\/100 {
    color: #ffedd5
}

.text-orange-100\/20 {
    color: rgba(255,237,213,.2)
}

.text-orange-100\/25 {
    color: rgba(255,237,213,.25)
}

.text-orange-100\/30 {
    color: rgba(255,237,213,.3)
}

.text-orange-100\/40 {
    color: rgba(255,237,213,.4)
}

.text-orange-100\/5 {
    color: rgba(255,237,213,.05)
}

.text-orange-100\/50 {
    color: rgba(255,237,213,.5)
}

.text-orange-100\/60 {
    color: rgba(255,237,213,.6)
}

.text-orange-100\/70 {
    color: rgba(255,237,213,.7)
}

.text-orange-100\/75 {
    color: rgba(255,237,213,.75)
}

.text-orange-100\/80 {
    color: rgba(255,237,213,.8)
}

.text-orange-100\/90 {
    color: rgba(255,237,213,.9)
}

.text-orange-100\/95 {
    color: rgba(255,237,213,.95)
}

.text-orange-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 170/var(--tw-text-opacity))
}

.text-orange-200\/0 {
    color: hsla(32,98%,83%,0)
}

.text-orange-200\/10 {
    color: hsla(32,98%,83%,.1)
}

.text-orange-200\/100 {
    color: #fed7aa
}

.text-orange-200\/20 {
    color: hsla(32,98%,83%,.2)
}

.text-orange-200\/25 {
    color: hsla(32,98%,83%,.25)
}

.text-orange-200\/30 {
    color: hsla(32,98%,83%,.3)
}

.text-orange-200\/40 {
    color: hsla(32,98%,83%,.4)
}

.text-orange-200\/5 {
    color: hsla(32,98%,83%,.05)
}

.text-orange-200\/50 {
    color: hsla(32,98%,83%,.5)
}

.text-orange-200\/60 {
    color: hsla(32,98%,83%,.6)
}

.text-orange-200\/70 {
    color: hsla(32,98%,83%,.7)
}

.text-orange-200\/75 {
    color: hsla(32,98%,83%,.75)
}

.text-orange-200\/80 {
    color: hsla(32,98%,83%,.8)
}

.text-orange-200\/90 {
    color: hsla(32,98%,83%,.9)
}

.text-orange-200\/95 {
    color: hsla(32,98%,83%,.95)
}

.text-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(253 186 116/var(--tw-text-opacity))
}

.text-orange-300\/0 {
    color: hsla(31,97%,72%,0)
}

.text-orange-300\/10 {
    color: hsla(31,97%,72%,.1)
}

.text-orange-300\/100 {
    color: #fdba74
}

.text-orange-300\/20 {
    color: hsla(31,97%,72%,.2)
}

.text-orange-300\/25 {
    color: hsla(31,97%,72%,.25)
}

.text-orange-300\/30 {
    color: hsla(31,97%,72%,.3)
}

.text-orange-300\/40 {
    color: hsla(31,97%,72%,.4)
}

.text-orange-300\/5 {
    color: hsla(31,97%,72%,.05)
}

.text-orange-300\/50 {
    color: hsla(31,97%,72%,.5)
}

.text-orange-300\/60 {
    color: hsla(31,97%,72%,.6)
}

.text-orange-300\/70 {
    color: hsla(31,97%,72%,.7)
}

.text-orange-300\/75 {
    color: hsla(31,97%,72%,.75)
}

.text-orange-300\/80 {
    color: hsla(31,97%,72%,.8)
}

.text-orange-300\/90 {
    color: hsla(31,97%,72%,.9)
}

.text-orange-300\/95 {
    color: hsla(31,97%,72%,.95)
}

.text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60/var(--tw-text-opacity))
}

.text-orange-400\/0 {
    color: rgba(251,146,60,0)
}

.text-orange-400\/10 {
    color: rgba(251,146,60,.1)
}

.text-orange-400\/100 {
    color: #fb923c
}

.text-orange-400\/20 {
    color: rgba(251,146,60,.2)
}

.text-orange-400\/25 {
    color: rgba(251,146,60,.25)
}

.text-orange-400\/30 {
    color: rgba(251,146,60,.3)
}

.text-orange-400\/40 {
    color: rgba(251,146,60,.4)
}

.text-orange-400\/5 {
    color: rgba(251,146,60,.05)
}

.text-orange-400\/50 {
    color: rgba(251,146,60,.5)
}

.text-orange-400\/60 {
    color: rgba(251,146,60,.6)
}

.text-orange-400\/70 {
    color: rgba(251,146,60,.7)
}

.text-orange-400\/75 {
    color: rgba(251,146,60,.75)
}

.text-orange-400\/80 {
    color: rgba(251,146,60,.8)
}

.text-orange-400\/90 {
    color: rgba(251,146,60,.9)
}

.text-orange-400\/95 {
    color: rgba(251,146,60,.95)
}

.text-orange-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 237/var(--tw-text-opacity))
}

.text-orange-50\/0 {
    color: rgba(255,247,237,0)
}

.text-orange-50\/10 {
    color: rgba(255,247,237,.1)
}

.text-orange-50\/100 {
    color: #fff7ed
}

.text-orange-50\/20 {
    color: rgba(255,247,237,.2)
}

.text-orange-50\/25 {
    color: rgba(255,247,237,.25)
}

.text-orange-50\/30 {
    color: rgba(255,247,237,.3)
}

.text-orange-50\/40 {
    color: rgba(255,247,237,.4)
}

.text-orange-50\/5 {
    color: rgba(255,247,237,.05)
}

.text-orange-50\/50 {
    color: rgba(255,247,237,.5)
}

.text-orange-50\/60 {
    color: rgba(255,247,237,.6)
}

.text-orange-50\/70 {
    color: rgba(255,247,237,.7)
}

.text-orange-50\/75 {
    color: rgba(255,247,237,.75)
}

.text-orange-50\/80 {
    color: rgba(255,247,237,.8)
}

.text-orange-50\/90 {
    color: rgba(255,247,237,.9)
}

.text-orange-50\/95 {
    color: rgba(255,247,237,.95)
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22/var(--tw-text-opacity))
}

.text-orange-500\/0 {
    color: rgba(249,115,22,0)
}

.text-orange-500\/10 {
    color: rgba(249,115,22,.1)
}

.text-orange-500\/100 {
    color: #f97316
}

.text-orange-500\/20 {
    color: rgba(249,115,22,.2)
}

.text-orange-500\/25 {
    color: rgba(249,115,22,.25)
}

.text-orange-500\/30 {
    color: rgba(249,115,22,.3)
}

.text-orange-500\/40 {
    color: rgba(249,115,22,.4)
}

.text-orange-500\/5 {
    color: rgba(249,115,22,.05)
}

.text-orange-500\/50 {
    color: rgba(249,115,22,.5)
}

.text-orange-500\/60 {
    color: rgba(249,115,22,.6)
}

.text-orange-500\/70 {
    color: rgba(249,115,22,.7)
}

.text-orange-500\/75 {
    color: rgba(249,115,22,.75)
}

.text-orange-500\/80 {
    color: rgba(249,115,22,.8)
}

.text-orange-500\/90 {
    color: rgba(249,115,22,.9)
}

.text-orange-500\/95 {
    color: rgba(249,115,22,.95)
}

.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12/var(--tw-text-opacity))
}

.text-orange-600\/0 {
    color: rgba(234,88,12,0)
}

.text-orange-600\/10 {
    color: rgba(234,88,12,.1)
}

.text-orange-600\/100 {
    color: #ea580c
}

.text-orange-600\/20 {
    color: rgba(234,88,12,.2)
}

.text-orange-600\/25 {
    color: rgba(234,88,12,.25)
}

.text-orange-600\/30 {
    color: rgba(234,88,12,.3)
}

.text-orange-600\/40 {
    color: rgba(234,88,12,.4)
}

.text-orange-600\/5 {
    color: rgba(234,88,12,.05)
}

.text-orange-600\/50 {
    color: rgba(234,88,12,.5)
}

.text-orange-600\/60 {
    color: rgba(234,88,12,.6)
}

.text-orange-600\/70 {
    color: rgba(234,88,12,.7)
}

.text-orange-600\/75 {
    color: rgba(234,88,12,.75)
}

.text-orange-600\/80 {
    color: rgba(234,88,12,.8)
}

.text-orange-600\/90 {
    color: rgba(234,88,12,.9)
}

.text-orange-600\/95 {
    color: rgba(234,88,12,.95)
}

.text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12/var(--tw-text-opacity))
}

.text-orange-700\/0 {
    color: rgba(194,65,12,0)
}

.text-orange-700\/10 {
    color: rgba(194,65,12,.1)
}

.text-orange-700\/100 {
    color: #c2410c
}

.text-orange-700\/20 {
    color: rgba(194,65,12,.2)
}

.text-orange-700\/25 {
    color: rgba(194,65,12,.25)
}

.text-orange-700\/30 {
    color: rgba(194,65,12,.3)
}

.text-orange-700\/40 {
    color: rgba(194,65,12,.4)
}

.text-orange-700\/5 {
    color: rgba(194,65,12,.05)
}

.text-orange-700\/50 {
    color: rgba(194,65,12,.5)
}

.text-orange-700\/60 {
    color: rgba(194,65,12,.6)
}

.text-orange-700\/70 {
    color: rgba(194,65,12,.7)
}

.text-orange-700\/75 {
    color: rgba(194,65,12,.75)
}

.text-orange-700\/80 {
    color: rgba(194,65,12,.8)
}

.text-orange-700\/90 {
    color: rgba(194,65,12,.9)
}

.text-orange-700\/95 {
    color: rgba(194,65,12,.95)
}

.text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18/var(--tw-text-opacity))
}

.text-orange-800\/0 {
    color: rgba(154,52,18,0)
}

.text-orange-800\/10 {
    color: rgba(154,52,18,.1)
}

.text-orange-800\/100 {
    color: #9a3412
}

.text-orange-800\/20 {
    color: rgba(154,52,18,.2)
}

.text-orange-800\/25 {
    color: rgba(154,52,18,.25)
}

.text-orange-800\/30 {
    color: rgba(154,52,18,.3)
}

.text-orange-800\/40 {
    color: rgba(154,52,18,.4)
}

.text-orange-800\/5 {
    color: rgba(154,52,18,.05)
}

.text-orange-800\/50 {
    color: rgba(154,52,18,.5)
}

.text-orange-800\/60 {
    color: rgba(154,52,18,.6)
}

.text-orange-800\/70 {
    color: rgba(154,52,18,.7)
}

.text-orange-800\/75 {
    color: rgba(154,52,18,.75)
}

.text-orange-800\/80 {
    color: rgba(154,52,18,.8)
}

.text-orange-800\/90 {
    color: rgba(154,52,18,.9)
}

.text-orange-800\/95 {
    color: rgba(154,52,18,.95)
}

.text-orange-900 {
    --tw-text-opacity: 1;
    color: rgb(124 45 18/var(--tw-text-opacity))
}

.text-orange-900\/0 {
    color: rgba(124,45,18,0)
}

.text-orange-900\/10 {
    color: rgba(124,45,18,.1)
}

.text-orange-900\/100 {
    color: #7c2d12
}

.text-orange-900\/20 {
    color: rgba(124,45,18,.2)
}

.text-orange-900\/25 {
    color: rgba(124,45,18,.25)
}

.text-orange-900\/30 {
    color: rgba(124,45,18,.3)
}

.text-orange-900\/40 {
    color: rgba(124,45,18,.4)
}

.text-orange-900\/5 {
    color: rgba(124,45,18,.05)
}

.text-orange-900\/50 {
    color: rgba(124,45,18,.5)
}

.text-orange-900\/60 {
    color: rgba(124,45,18,.6)
}

.text-orange-900\/70 {
    color: rgba(124,45,18,.7)
}

.text-orange-900\/75 {
    color: rgba(124,45,18,.75)
}

.text-orange-900\/80 {
    color: rgba(124,45,18,.8)
}

.text-orange-900\/90 {
    color: rgba(124,45,18,.9)
}

.text-orange-900\/95 {
    color: rgba(124,45,18,.95)
}

.text-orange-950 {
    --tw-text-opacity: 1;
    color: rgb(67 20 7/var(--tw-text-opacity))
}

.text-orange-950\/0 {
    color: rgba(67,20,7,0)
}

.text-orange-950\/10 {
    color: rgba(67,20,7,.1)
}

.text-orange-950\/100 {
    color: #431407
}

.text-orange-950\/20 {
    color: rgba(67,20,7,.2)
}

.text-orange-950\/25 {
    color: rgba(67,20,7,.25)
}

.text-orange-950\/30 {
    color: rgba(67,20,7,.3)
}

.text-orange-950\/40 {
    color: rgba(67,20,7,.4)
}

.text-orange-950\/5 {
    color: rgba(67,20,7,.05)
}

.text-orange-950\/50 {
    color: rgba(67,20,7,.5)
}

.text-orange-950\/60 {
    color: rgba(67,20,7,.6)
}

.text-orange-950\/70 {
    color: rgba(67,20,7,.7)
}

.text-orange-950\/75 {
    color: rgba(67,20,7,.75)
}

.text-orange-950\/80 {
    color: rgba(67,20,7,.8)
}

.text-orange-950\/90 {
    color: rgba(67,20,7,.9)
}

.text-orange-950\/95 {
    color: rgba(67,20,7,.95)
}

.text-pink-100 {
    --tw-text-opacity: 1;
    color: rgb(252 231 243/var(--tw-text-opacity))
}

.text-pink-100\/0 {
    color: rgba(252,231,243,0)
}

.text-pink-100\/10 {
    color: rgba(252,231,243,.1)
}

.text-pink-100\/100 {
    color: #fce7f3
}

.text-pink-100\/20 {
    color: rgba(252,231,243,.2)
}

.text-pink-100\/25 {
    color: rgba(252,231,243,.25)
}

.text-pink-100\/30 {
    color: rgba(252,231,243,.3)
}

.text-pink-100\/40 {
    color: rgba(252,231,243,.4)
}

.text-pink-100\/5 {
    color: rgba(252,231,243,.05)
}

.text-pink-100\/50 {
    color: rgba(252,231,243,.5)
}

.text-pink-100\/60 {
    color: rgba(252,231,243,.6)
}

.text-pink-100\/70 {
    color: rgba(252,231,243,.7)
}

.text-pink-100\/75 {
    color: rgba(252,231,243,.75)
}

.text-pink-100\/80 {
    color: rgba(252,231,243,.8)
}

.text-pink-100\/90 {
    color: rgba(252,231,243,.9)
}

.text-pink-100\/95 {
    color: rgba(252,231,243,.95)
}

.text-pink-200 {
    --tw-text-opacity: 1;
    color: rgb(251 207 232/var(--tw-text-opacity))
}

.text-pink-200\/0 {
    color: rgba(251,207,232,0)
}

.text-pink-200\/10 {
    color: rgba(251,207,232,.1)
}

.text-pink-200\/100 {
    color: #fbcfe8
}

.text-pink-200\/20 {
    color: rgba(251,207,232,.2)
}

.text-pink-200\/25 {
    color: rgba(251,207,232,.25)
}

.text-pink-200\/30 {
    color: rgba(251,207,232,.3)
}

.text-pink-200\/40 {
    color: rgba(251,207,232,.4)
}

.text-pink-200\/5 {
    color: rgba(251,207,232,.05)
}

.text-pink-200\/50 {
    color: rgba(251,207,232,.5)
}

.text-pink-200\/60 {
    color: rgba(251,207,232,.6)
}

.text-pink-200\/70 {
    color: rgba(251,207,232,.7)
}

.text-pink-200\/75 {
    color: rgba(251,207,232,.75)
}

.text-pink-200\/80 {
    color: rgba(251,207,232,.8)
}

.text-pink-200\/90 {
    color: rgba(251,207,232,.9)
}

.text-pink-200\/95 {
    color: rgba(251,207,232,.95)
}

.text-pink-300 {
    --tw-text-opacity: 1;
    color: rgb(249 168 212/var(--tw-text-opacity))
}

.text-pink-300\/0 {
    color: rgba(249,168,212,0)
}

.text-pink-300\/10 {
    color: rgba(249,168,212,.1)
}

.text-pink-300\/100 {
    color: #f9a8d4
}

.text-pink-300\/20 {
    color: rgba(249,168,212,.2)
}

.text-pink-300\/25 {
    color: rgba(249,168,212,.25)
}

.text-pink-300\/30 {
    color: rgba(249,168,212,.3)
}

.text-pink-300\/40 {
    color: rgba(249,168,212,.4)
}

.text-pink-300\/5 {
    color: rgba(249,168,212,.05)
}

.text-pink-300\/50 {
    color: rgba(249,168,212,.5)
}

.text-pink-300\/60 {
    color: rgba(249,168,212,.6)
}

.text-pink-300\/70 {
    color: rgba(249,168,212,.7)
}

.text-pink-300\/75 {
    color: rgba(249,168,212,.75)
}

.text-pink-300\/80 {
    color: rgba(249,168,212,.8)
}

.text-pink-300\/90 {
    color: rgba(249,168,212,.9)
}

.text-pink-300\/95 {
    color: rgba(249,168,212,.95)
}

.text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182/var(--tw-text-opacity))
}

.text-pink-400\/0 {
    color: rgba(244,114,182,0)
}

.text-pink-400\/10 {
    color: rgba(244,114,182,.1)
}

.text-pink-400\/100 {
    color: #f472b6
}

.text-pink-400\/20 {
    color: rgba(244,114,182,.2)
}

.text-pink-400\/25 {
    color: rgba(244,114,182,.25)
}

.text-pink-400\/30 {
    color: rgba(244,114,182,.3)
}

.text-pink-400\/40 {
    color: rgba(244,114,182,.4)
}

.text-pink-400\/5 {
    color: rgba(244,114,182,.05)
}

.text-pink-400\/50 {
    color: rgba(244,114,182,.5)
}

.text-pink-400\/60 {
    color: rgba(244,114,182,.6)
}

.text-pink-400\/70 {
    color: rgba(244,114,182,.7)
}

.text-pink-400\/75 {
    color: rgba(244,114,182,.75)
}

.text-pink-400\/80 {
    color: rgba(244,114,182,.8)
}

.text-pink-400\/90 {
    color: rgba(244,114,182,.9)
}

.text-pink-400\/95 {
    color: rgba(244,114,182,.95)
}

.text-pink-50 {
    --tw-text-opacity: 1;
    color: rgb(253 242 248/var(--tw-text-opacity))
}

.text-pink-50\/0 {
    color: rgba(253,242,248,0)
}

.text-pink-50\/10 {
    color: rgba(253,242,248,.1)
}

.text-pink-50\/100 {
    color: #fdf2f8
}

.text-pink-50\/20 {
    color: rgba(253,242,248,.2)
}

.text-pink-50\/25 {
    color: rgba(253,242,248,.25)
}

.text-pink-50\/30 {
    color: rgba(253,242,248,.3)
}

.text-pink-50\/40 {
    color: rgba(253,242,248,.4)
}

.text-pink-50\/5 {
    color: rgba(253,242,248,.05)
}

.text-pink-50\/50 {
    color: rgba(253,242,248,.5)
}

.text-pink-50\/60 {
    color: rgba(253,242,248,.6)
}

.text-pink-50\/70 {
    color: rgba(253,242,248,.7)
}

.text-pink-50\/75 {
    color: rgba(253,242,248,.75)
}

.text-pink-50\/80 {
    color: rgba(253,242,248,.8)
}

.text-pink-50\/90 {
    color: rgba(253,242,248,.9)
}

.text-pink-50\/95 {
    color: rgba(253,242,248,.95)
}

.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153/var(--tw-text-opacity))
}

.text-pink-500\/0 {
    color: rgba(236,72,153,0)
}

.text-pink-500\/10 {
    color: rgba(236,72,153,.1)
}

.text-pink-500\/100 {
    color: #ec4899
}

.text-pink-500\/20 {
    color: rgba(236,72,153,.2)
}

.text-pink-500\/25 {
    color: rgba(236,72,153,.25)
}

.text-pink-500\/30 {
    color: rgba(236,72,153,.3)
}

.text-pink-500\/40 {
    color: rgba(236,72,153,.4)
}

.text-pink-500\/5 {
    color: rgba(236,72,153,.05)
}

.text-pink-500\/50 {
    color: rgba(236,72,153,.5)
}

.text-pink-500\/60 {
    color: rgba(236,72,153,.6)
}

.text-pink-500\/70 {
    color: rgba(236,72,153,.7)
}

.text-pink-500\/75 {
    color: rgba(236,72,153,.75)
}

.text-pink-500\/80 {
    color: rgba(236,72,153,.8)
}

.text-pink-500\/90 {
    color: rgba(236,72,153,.9)
}

.text-pink-500\/95 {
    color: rgba(236,72,153,.95)
}

.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119/var(--tw-text-opacity))
}

.text-pink-600\/0 {
    color: rgba(219,39,119,0)
}

.text-pink-600\/10 {
    color: rgba(219,39,119,.1)
}

.text-pink-600\/100 {
    color: #db2777
}

.text-pink-600\/20 {
    color: rgba(219,39,119,.2)
}

.text-pink-600\/25 {
    color: rgba(219,39,119,.25)
}

.text-pink-600\/30 {
    color: rgba(219,39,119,.3)
}

.text-pink-600\/40 {
    color: rgba(219,39,119,.4)
}

.text-pink-600\/5 {
    color: rgba(219,39,119,.05)
}

.text-pink-600\/50 {
    color: rgba(219,39,119,.5)
}

.text-pink-600\/60 {
    color: rgba(219,39,119,.6)
}

.text-pink-600\/70 {
    color: rgba(219,39,119,.7)
}

.text-pink-600\/75 {
    color: rgba(219,39,119,.75)
}

.text-pink-600\/80 {
    color: rgba(219,39,119,.8)
}

.text-pink-600\/90 {
    color: rgba(219,39,119,.9)
}

.text-pink-600\/95 {
    color: rgba(219,39,119,.95)
}

.text-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(190 24 93/var(--tw-text-opacity))
}

.text-pink-700\/0 {
    color: rgba(190,24,93,0)
}

.text-pink-700\/10 {
    color: rgba(190,24,93,.1)
}

.text-pink-700\/100 {
    color: #be185d
}

.text-pink-700\/20 {
    color: rgba(190,24,93,.2)
}

.text-pink-700\/25 {
    color: rgba(190,24,93,.25)
}

.text-pink-700\/30 {
    color: rgba(190,24,93,.3)
}

.text-pink-700\/40 {
    color: rgba(190,24,93,.4)
}

.text-pink-700\/5 {
    color: rgba(190,24,93,.05)
}

.text-pink-700\/50 {
    color: rgba(190,24,93,.5)
}

.text-pink-700\/60 {
    color: rgba(190,24,93,.6)
}

.text-pink-700\/70 {
    color: rgba(190,24,93,.7)
}

.text-pink-700\/75 {
    color: rgba(190,24,93,.75)
}

.text-pink-700\/80 {
    color: rgba(190,24,93,.8)
}

.text-pink-700\/90 {
    color: rgba(190,24,93,.9)
}

.text-pink-700\/95 {
    color: rgba(190,24,93,.95)
}

.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77/var(--tw-text-opacity))
}

.text-pink-800\/0 {
    color: rgba(157,23,77,0)
}

.text-pink-800\/10 {
    color: rgba(157,23,77,.1)
}

.text-pink-800\/100 {
    color: #9d174d
}

.text-pink-800\/20 {
    color: rgba(157,23,77,.2)
}

.text-pink-800\/25 {
    color: rgba(157,23,77,.25)
}

.text-pink-800\/30 {
    color: rgba(157,23,77,.3)
}

.text-pink-800\/40 {
    color: rgba(157,23,77,.4)
}

.text-pink-800\/5 {
    color: rgba(157,23,77,.05)
}

.text-pink-800\/50 {
    color: rgba(157,23,77,.5)
}

.text-pink-800\/60 {
    color: rgba(157,23,77,.6)
}

.text-pink-800\/70 {
    color: rgba(157,23,77,.7)
}

.text-pink-800\/75 {
    color: rgba(157,23,77,.75)
}

.text-pink-800\/80 {
    color: rgba(157,23,77,.8)
}

.text-pink-800\/90 {
    color: rgba(157,23,77,.9)
}

.text-pink-800\/95 {
    color: rgba(157,23,77,.95)
}

.text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(131 24 67/var(--tw-text-opacity))
}

.text-pink-900\/0 {
    color: rgba(131,24,67,0)
}

.text-pink-900\/10 {
    color: rgba(131,24,67,.1)
}

.text-pink-900\/100 {
    color: #831843
}

.text-pink-900\/20 {
    color: rgba(131,24,67,.2)
}

.text-pink-900\/25 {
    color: rgba(131,24,67,.25)
}

.text-pink-900\/30 {
    color: rgba(131,24,67,.3)
}

.text-pink-900\/40 {
    color: rgba(131,24,67,.4)
}

.text-pink-900\/5 {
    color: rgba(131,24,67,.05)
}

.text-pink-900\/50 {
    color: rgba(131,24,67,.5)
}

.text-pink-900\/60 {
    color: rgba(131,24,67,.6)
}

.text-pink-900\/70 {
    color: rgba(131,24,67,.7)
}

.text-pink-900\/75 {
    color: rgba(131,24,67,.75)
}

.text-pink-900\/80 {
    color: rgba(131,24,67,.8)
}

.text-pink-900\/90 {
    color: rgba(131,24,67,.9)
}

.text-pink-900\/95 {
    color: rgba(131,24,67,.95)
}

.text-pink-950 {
    --tw-text-opacity: 1;
    color: rgb(80 7 36/var(--tw-text-opacity))
}

.text-pink-950\/0 {
    color: rgba(80,7,36,0)
}

.text-pink-950\/10 {
    color: rgba(80,7,36,.1)
}

.text-pink-950\/100 {
    color: #500724
}

.text-pink-950\/20 {
    color: rgba(80,7,36,.2)
}

.text-pink-950\/25 {
    color: rgba(80,7,36,.25)
}

.text-pink-950\/30 {
    color: rgba(80,7,36,.3)
}

.text-pink-950\/40 {
    color: rgba(80,7,36,.4)
}

.text-pink-950\/5 {
    color: rgba(80,7,36,.05)
}

.text-pink-950\/50 {
    color: rgba(80,7,36,.5)
}

.text-pink-950\/60 {
    color: rgba(80,7,36,.6)
}

.text-pink-950\/70 {
    color: rgba(80,7,36,.7)
}

.text-pink-950\/75 {
    color: rgba(80,7,36,.75)
}

.text-pink-950\/80 {
    color: rgba(80,7,36,.8)
}

.text-pink-950\/90 {
    color: rgba(80,7,36,.9)
}

.text-pink-950\/95 {
    color: rgba(80,7,36,.95)
}

.text-purple-100 {
    --tw-text-opacity: 1;
    color: rgb(243 232 255/var(--tw-text-opacity))
}

.text-purple-100\/0 {
    color: rgba(243,232,255,0)
}

.text-purple-100\/10 {
    color: rgba(243,232,255,.1)
}

.text-purple-100\/100 {
    color: #f3e8ff
}

.text-purple-100\/20 {
    color: rgba(243,232,255,.2)
}

.text-purple-100\/25 {
    color: rgba(243,232,255,.25)
}

.text-purple-100\/30 {
    color: rgba(243,232,255,.3)
}

.text-purple-100\/40 {
    color: rgba(243,232,255,.4)
}

.text-purple-100\/5 {
    color: rgba(243,232,255,.05)
}

.text-purple-100\/50 {
    color: rgba(243,232,255,.5)
}

.text-purple-100\/60 {
    color: rgba(243,232,255,.6)
}

.text-purple-100\/70 {
    color: rgba(243,232,255,.7)
}

.text-purple-100\/75 {
    color: rgba(243,232,255,.75)
}

.text-purple-100\/80 {
    color: rgba(243,232,255,.8)
}

.text-purple-100\/90 {
    color: rgba(243,232,255,.9)
}

.text-purple-100\/95 {
    color: rgba(243,232,255,.95)
}

.text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(233 213 255/var(--tw-text-opacity))
}

.text-purple-200\/0 {
    color: rgba(233,213,255,0)
}

.text-purple-200\/10 {
    color: rgba(233,213,255,.1)
}

.text-purple-200\/100 {
    color: #e9d5ff
}

.text-purple-200\/20 {
    color: rgba(233,213,255,.2)
}

.text-purple-200\/25 {
    color: rgba(233,213,255,.25)
}

.text-purple-200\/30 {
    color: rgba(233,213,255,.3)
}

.text-purple-200\/40 {
    color: rgba(233,213,255,.4)
}

.text-purple-200\/5 {
    color: rgba(233,213,255,.05)
}

.text-purple-200\/50 {
    color: rgba(233,213,255,.5)
}

.text-purple-200\/60 {
    color: rgba(233,213,255,.6)
}

.text-purple-200\/70 {
    color: rgba(233,213,255,.7)
}

.text-purple-200\/75 {
    color: rgba(233,213,255,.75)
}

.text-purple-200\/80 {
    color: rgba(233,213,255,.8)
}

.text-purple-200\/90 {
    color: rgba(233,213,255,.9)
}

.text-purple-200\/95 {
    color: rgba(233,213,255,.95)
}

.text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(216 180 254/var(--tw-text-opacity))
}

.text-purple-300\/0 {
    color: rgba(216,180,254,0)
}

.text-purple-300\/10 {
    color: rgba(216,180,254,.1)
}

.text-purple-300\/100 {
    color: #d8b4fe
}

.text-purple-300\/20 {
    color: rgba(216,180,254,.2)
}

.text-purple-300\/25 {
    color: rgba(216,180,254,.25)
}

.text-purple-300\/30 {
    color: rgba(216,180,254,.3)
}

.text-purple-300\/40 {
    color: rgba(216,180,254,.4)
}

.text-purple-300\/5 {
    color: rgba(216,180,254,.05)
}

.text-purple-300\/50 {
    color: rgba(216,180,254,.5)
}

.text-purple-300\/60 {
    color: rgba(216,180,254,.6)
}

.text-purple-300\/70 {
    color: rgba(216,180,254,.7)
}

.text-purple-300\/75 {
    color: rgba(216,180,254,.75)
}

.text-purple-300\/80 {
    color: rgba(216,180,254,.8)
}

.text-purple-300\/90 {
    color: rgba(216,180,254,.9)
}

.text-purple-300\/95 {
    color: rgba(216,180,254,.95)
}

.text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(192 132 252/var(--tw-text-opacity))
}

.text-purple-400\/0 {
    color: rgba(192,132,252,0)
}

.text-purple-400\/10 {
    color: rgba(192,132,252,.1)
}

.text-purple-400\/100 {
    color: #c084fc
}

.text-purple-400\/20 {
    color: rgba(192,132,252,.2)
}

.text-purple-400\/25 {
    color: rgba(192,132,252,.25)
}

.text-purple-400\/30 {
    color: rgba(192,132,252,.3)
}

.text-purple-400\/40 {
    color: rgba(192,132,252,.4)
}

.text-purple-400\/5 {
    color: rgba(192,132,252,.05)
}

.text-purple-400\/50 {
    color: rgba(192,132,252,.5)
}

.text-purple-400\/60 {
    color: rgba(192,132,252,.6)
}

.text-purple-400\/70 {
    color: rgba(192,132,252,.7)
}

.text-purple-400\/75 {
    color: rgba(192,132,252,.75)
}

.text-purple-400\/80 {
    color: rgba(192,132,252,.8)
}

.text-purple-400\/90 {
    color: rgba(192,132,252,.9)
}

.text-purple-400\/95 {
    color: rgba(192,132,252,.95)
}

.text-purple-50 {
    --tw-text-opacity: 1;
    color: rgb(250 245 255/var(--tw-text-opacity))
}

.text-purple-50\/0 {
    color: rgba(250,245,255,0)
}

.text-purple-50\/10 {
    color: rgba(250,245,255,.1)
}

.text-purple-50\/100 {
    color: #faf5ff
}

.text-purple-50\/20 {
    color: rgba(250,245,255,.2)
}

.text-purple-50\/25 {
    color: rgba(250,245,255,.25)
}

.text-purple-50\/30 {
    color: rgba(250,245,255,.3)
}

.text-purple-50\/40 {
    color: rgba(250,245,255,.4)
}

.text-purple-50\/5 {
    color: rgba(250,245,255,.05)
}

.text-purple-50\/50 {
    color: rgba(250,245,255,.5)
}

.text-purple-50\/60 {
    color: rgba(250,245,255,.6)
}

.text-purple-50\/70 {
    color: rgba(250,245,255,.7)
}

.text-purple-50\/75 {
    color: rgba(250,245,255,.75)
}

.text-purple-50\/80 {
    color: rgba(250,245,255,.8)
}

.text-purple-50\/90 {
    color: rgba(250,245,255,.9)
}

.text-purple-50\/95 {
    color: rgba(250,245,255,.95)
}

.text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(168 85 247/var(--tw-text-opacity))
}

.text-purple-500\/0 {
    color: rgba(168,85,247,0)
}

.text-purple-500\/10 {
    color: rgba(168,85,247,.1)
}

.text-purple-500\/100 {
    color: #a855f7
}

.text-purple-500\/20 {
    color: rgba(168,85,247,.2)
}

.text-purple-500\/25 {
    color: rgba(168,85,247,.25)
}

.text-purple-500\/30 {
    color: rgba(168,85,247,.3)
}

.text-purple-500\/40 {
    color: rgba(168,85,247,.4)
}

.text-purple-500\/5 {
    color: rgba(168,85,247,.05)
}

.text-purple-500\/50 {
    color: rgba(168,85,247,.5)
}

.text-purple-500\/60 {
    color: rgba(168,85,247,.6)
}

.text-purple-500\/70 {
    color: rgba(168,85,247,.7)
}

.text-purple-500\/75 {
    color: rgba(168,85,247,.75)
}

.text-purple-500\/80 {
    color: rgba(168,85,247,.8)
}

.text-purple-500\/90 {
    color: rgba(168,85,247,.9)
}

.text-purple-500\/95 {
    color: rgba(168,85,247,.95)
}

.text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(147 51 234/var(--tw-text-opacity))
}

.text-purple-600\/0 {
    color: rgba(147,51,234,0)
}

.text-purple-600\/10 {
    color: rgba(147,51,234,.1)
}

.text-purple-600\/100 {
    color: #9333ea
}

.text-purple-600\/20 {
    color: rgba(147,51,234,.2)
}

.text-purple-600\/25 {
    color: rgba(147,51,234,.25)
}

.text-purple-600\/30 {
    color: rgba(147,51,234,.3)
}

.text-purple-600\/40 {
    color: rgba(147,51,234,.4)
}

.text-purple-600\/5 {
    color: rgba(147,51,234,.05)
}

.text-purple-600\/50 {
    color: rgba(147,51,234,.5)
}

.text-purple-600\/60 {
    color: rgba(147,51,234,.6)
}

.text-purple-600\/70 {
    color: rgba(147,51,234,.7)
}

.text-purple-600\/75 {
    color: rgba(147,51,234,.75)
}

.text-purple-600\/80 {
    color: rgba(147,51,234,.8)
}

.text-purple-600\/90 {
    color: rgba(147,51,234,.9)
}

.text-purple-600\/95 {
    color: rgba(147,51,234,.95)
}

.text-purple-700 {
    --tw-text-opacity: 1;
    color: rgb(126 34 206/var(--tw-text-opacity))
}

.text-purple-700\/0 {
    color: rgba(126,34,206,0)
}

.text-purple-700\/10 {
    color: rgba(126,34,206,.1)
}

.text-purple-700\/100 {
    color: #7e22ce
}

.text-purple-700\/20 {
    color: rgba(126,34,206,.2)
}

.text-purple-700\/25 {
    color: rgba(126,34,206,.25)
}

.text-purple-700\/30 {
    color: rgba(126,34,206,.3)
}

.text-purple-700\/40 {
    color: rgba(126,34,206,.4)
}

.text-purple-700\/5 {
    color: rgba(126,34,206,.05)
}

.text-purple-700\/50 {
    color: rgba(126,34,206,.5)
}

.text-purple-700\/60 {
    color: rgba(126,34,206,.6)
}

.text-purple-700\/70 {
    color: rgba(126,34,206,.7)
}

.text-purple-700\/75 {
    color: rgba(126,34,206,.75)
}

.text-purple-700\/80 {
    color: rgba(126,34,206,.8)
}

.text-purple-700\/90 {
    color: rgba(126,34,206,.9)
}

.text-purple-700\/95 {
    color: rgba(126,34,206,.95)
}

.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(107 33 168/var(--tw-text-opacity))
}

.text-purple-800\/0 {
    color: rgba(107,33,168,0)
}

.text-purple-800\/10 {
    color: rgba(107,33,168,.1)
}

.text-purple-800\/100 {
    color: #6b21a8
}

.text-purple-800\/20 {
    color: rgba(107,33,168,.2)
}

.text-purple-800\/25 {
    color: rgba(107,33,168,.25)
}

.text-purple-800\/30 {
    color: rgba(107,33,168,.3)
}

.text-purple-800\/40 {
    color: rgba(107,33,168,.4)
}

.text-purple-800\/5 {
    color: rgba(107,33,168,.05)
}

.text-purple-800\/50 {
    color: rgba(107,33,168,.5)
}

.text-purple-800\/60 {
    color: rgba(107,33,168,.6)
}

.text-purple-800\/70 {
    color: rgba(107,33,168,.7)
}

.text-purple-800\/75 {
    color: rgba(107,33,168,.75)
}

.text-purple-800\/80 {
    color: rgba(107,33,168,.8)
}

.text-purple-800\/90 {
    color: rgba(107,33,168,.9)
}

.text-purple-800\/95 {
    color: rgba(107,33,168,.95)
}

.text-purple-900 {
    --tw-text-opacity: 1;
    color: rgb(88 28 135/var(--tw-text-opacity))
}

.text-purple-900\/0 {
    color: rgba(88,28,135,0)
}

.text-purple-900\/10 {
    color: rgba(88,28,135,.1)
}

.text-purple-900\/100 {
    color: #581c87
}

.text-purple-900\/20 {
    color: rgba(88,28,135,.2)
}

.text-purple-900\/25 {
    color: rgba(88,28,135,.25)
}

.text-purple-900\/30 {
    color: rgba(88,28,135,.3)
}

.text-purple-900\/40 {
    color: rgba(88,28,135,.4)
}

.text-purple-900\/5 {
    color: rgba(88,28,135,.05)
}

.text-purple-900\/50 {
    color: rgba(88,28,135,.5)
}

.text-purple-900\/60 {
    color: rgba(88,28,135,.6)
}

.text-purple-900\/70 {
    color: rgba(88,28,135,.7)
}

.text-purple-900\/75 {
    color: rgba(88,28,135,.75)
}

.text-purple-900\/80 {
    color: rgba(88,28,135,.8)
}

.text-purple-900\/90 {
    color: rgba(88,28,135,.9)
}

.text-purple-900\/95 {
    color: rgba(88,28,135,.95)
}

.text-purple-950 {
    --tw-text-opacity: 1;
    color: rgb(59 7 100/var(--tw-text-opacity))
}

.text-purple-950\/0 {
    color: rgba(59,7,100,0)
}

.text-purple-950\/10 {
    color: rgba(59,7,100,.1)
}

.text-purple-950\/100 {
    color: #3b0764
}

.text-purple-950\/20 {
    color: rgba(59,7,100,.2)
}

.text-purple-950\/25 {
    color: rgba(59,7,100,.25)
}

.text-purple-950\/30 {
    color: rgba(59,7,100,.3)
}

.text-purple-950\/40 {
    color: rgba(59,7,100,.4)
}

.text-purple-950\/5 {
    color: rgba(59,7,100,.05)
}

.text-purple-950\/50 {
    color: rgba(59,7,100,.5)
}

.text-purple-950\/60 {
    color: rgba(59,7,100,.6)
}

.text-purple-950\/70 {
    color: rgba(59,7,100,.7)
}

.text-purple-950\/75 {
    color: rgba(59,7,100,.75)
}

.text-purple-950\/80 {
    color: rgba(59,7,100,.8)
}

.text-purple-950\/90 {
    color: rgba(59,7,100,.9)
}

.text-purple-950\/95 {
    color: rgba(59,7,100,.95)
}

.text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(254 226 226/var(--tw-text-opacity))
}

.text-red-100\/0 {
    color: hsla(0,93%,94%,0)
}

.text-red-100\/10 {
    color: hsla(0,93%,94%,.1)
}

.text-red-100\/100 {
    color: #fee2e2
}

.text-red-100\/20 {
    color: hsla(0,93%,94%,.2)
}

.text-red-100\/25 {
    color: hsla(0,93%,94%,.25)
}

.text-red-100\/30 {
    color: hsla(0,93%,94%,.3)
}

.text-red-100\/40 {
    color: hsla(0,93%,94%,.4)
}

.text-red-100\/5 {
    color: hsla(0,93%,94%,.05)
}

.text-red-100\/50 {
    color: hsla(0,93%,94%,.5)
}

.text-red-100\/60 {
    color: hsla(0,93%,94%,.6)
}

.text-red-100\/70 {
    color: hsla(0,93%,94%,.7)
}

.text-red-100\/75 {
    color: hsla(0,93%,94%,.75)
}

.text-red-100\/80 {
    color: hsla(0,93%,94%,.8)
}

.text-red-100\/90 {
    color: hsla(0,93%,94%,.9)
}

.text-red-100\/95 {
    color: hsla(0,93%,94%,.95)
}

.text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(254 202 202/var(--tw-text-opacity))
}

.text-red-200\/0 {
    color: hsla(0,96%,89%,0)
}

.text-red-200\/10 {
    color: hsla(0,96%,89%,.1)
}

.text-red-200\/100 {
    color: #fecaca
}

.text-red-200\/20 {
    color: hsla(0,96%,89%,.2)
}

.text-red-200\/25 {
    color: hsla(0,96%,89%,.25)
}

.text-red-200\/30 {
    color: hsla(0,96%,89%,.3)
}

.text-red-200\/40 {
    color: hsla(0,96%,89%,.4)
}

.text-red-200\/5 {
    color: hsla(0,96%,89%,.05)
}

.text-red-200\/50 {
    color: hsla(0,96%,89%,.5)
}

.text-red-200\/60 {
    color: hsla(0,96%,89%,.6)
}

.text-red-200\/70 {
    color: hsla(0,96%,89%,.7)
}

.text-red-200\/75 {
    color: hsla(0,96%,89%,.75)
}

.text-red-200\/80 {
    color: hsla(0,96%,89%,.8)
}

.text-red-200\/90 {
    color: hsla(0,96%,89%,.9)
}

.text-red-200\/95 {
    color: hsla(0,96%,89%,.95)
}

.text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165/var(--tw-text-opacity))
}

.text-red-300\/0 {
    color: hsla(0,94%,82%,0)
}

.text-red-300\/10 {
    color: hsla(0,94%,82%,.1)
}

.text-red-300\/100 {
    color: #fca5a5
}

.text-red-300\/20 {
    color: hsla(0,94%,82%,.2)
}

.text-red-300\/25 {
    color: hsla(0,94%,82%,.25)
}

.text-red-300\/30 {
    color: hsla(0,94%,82%,.3)
}

.text-red-300\/40 {
    color: hsla(0,94%,82%,.4)
}

.text-red-300\/5 {
    color: hsla(0,94%,82%,.05)
}

.text-red-300\/50 {
    color: hsla(0,94%,82%,.5)
}

.text-red-300\/60 {
    color: hsla(0,94%,82%,.6)
}

.text-red-300\/70 {
    color: hsla(0,94%,82%,.7)
}

.text-red-300\/75 {
    color: hsla(0,94%,82%,.75)
}

.text-red-300\/80 {
    color: hsla(0,94%,82%,.8)
}

.text-red-300\/90 {
    color: hsla(0,94%,82%,.9)
}

.text-red-300\/95 {
    color: hsla(0,94%,82%,.95)
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.text-red-400\/0 {
    color: hsla(0,91%,71%,0)
}

.text-red-400\/10 {
    color: hsla(0,91%,71%,.1)
}

.text-red-400\/100 {
    color: #f87171
}

.text-red-400\/20 {
    color: hsla(0,91%,71%,.2)
}

.text-red-400\/25 {
    color: hsla(0,91%,71%,.25)
}

.text-red-400\/30 {
    color: hsla(0,91%,71%,.3)
}

.text-red-400\/40 {
    color: hsla(0,91%,71%,.4)
}

.text-red-400\/5 {
    color: hsla(0,91%,71%,.05)
}

.text-red-400\/50 {
    color: hsla(0,91%,71%,.5)
}

.text-red-400\/60 {
    color: hsla(0,91%,71%,.6)
}

.text-red-400\/70 {
    color: hsla(0,91%,71%,.7)
}

.text-red-400\/75 {
    color: hsla(0,91%,71%,.75)
}

.text-red-400\/80 {
    color: hsla(0,91%,71%,.8)
}

.text-red-400\/90 {
    color: hsla(0,91%,71%,.9)
}

.text-red-400\/95 {
    color: hsla(0,91%,71%,.95)
}

.text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242/var(--tw-text-opacity))
}

.text-red-50\/0 {
    color: hsla(0,86%,97%,0)
}

.text-red-50\/10 {
    color: hsla(0,86%,97%,.1)
}

.text-red-50\/100 {
    color: #fef2f2
}

.text-red-50\/20 {
    color: hsla(0,86%,97%,.2)
}

.text-red-50\/25 {
    color: hsla(0,86%,97%,.25)
}

.text-red-50\/30 {
    color: hsla(0,86%,97%,.3)
}

.text-red-50\/40 {
    color: hsla(0,86%,97%,.4)
}

.text-red-50\/5 {
    color: hsla(0,86%,97%,.05)
}

.text-red-50\/50 {
    color: hsla(0,86%,97%,.5)
}

.text-red-50\/60 {
    color: hsla(0,86%,97%,.6)
}

.text-red-50\/70 {
    color: hsla(0,86%,97%,.7)
}

.text-red-50\/75 {
    color: hsla(0,86%,97%,.75)
}

.text-red-50\/80 {
    color: hsla(0,86%,97%,.8)
}

.text-red-50\/90 {
    color: hsla(0,86%,97%,.9)
}

.text-red-50\/95 {
    color: hsla(0,86%,97%,.95)
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-red-500\/0 {
    color: rgba(239,68,68,0)
}

.text-red-500\/10 {
    color: rgba(239,68,68,.1)
}

.text-red-500\/100 {
    color: #ef4444
}

.text-red-500\/20 {
    color: rgba(239,68,68,.2)
}

.text-red-500\/25 {
    color: rgba(239,68,68,.25)
}

.text-red-500\/30 {
    color: rgba(239,68,68,.3)
}

.text-red-500\/40 {
    color: rgba(239,68,68,.4)
}

.text-red-500\/5 {
    color: rgba(239,68,68,.05)
}

.text-red-500\/50 {
    color: rgba(239,68,68,.5)
}

.text-red-500\/60 {
    color: rgba(239,68,68,.6)
}

.text-red-500\/70 {
    color: rgba(239,68,68,.7)
}

.text-red-500\/75 {
    color: rgba(239,68,68,.75)
}

.text-red-500\/80 {
    color: rgba(239,68,68,.8)
}

.text-red-500\/90 {
    color: rgba(239,68,68,.9)
}

.text-red-500\/95 {
    color: rgba(239,68,68,.95)
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.text-red-600\/0 {
    color: rgba(220,38,38,0)
}

.text-red-600\/10 {
    color: rgba(220,38,38,.1)
}

.text-red-600\/100 {
    color: #dc2626
}

.text-red-600\/20 {
    color: rgba(220,38,38,.2)
}

.text-red-600\/25 {
    color: rgba(220,38,38,.25)
}

.text-red-600\/30 {
    color: rgba(220,38,38,.3)
}

.text-red-600\/40 {
    color: rgba(220,38,38,.4)
}

.text-red-600\/5 {
    color: rgba(220,38,38,.05)
}

.text-red-600\/50 {
    color: rgba(220,38,38,.5)
}

.text-red-600\/60 {
    color: rgba(220,38,38,.6)
}

.text-red-600\/70 {
    color: rgba(220,38,38,.7)
}

.text-red-600\/75 {
    color: rgba(220,38,38,.75)
}

.text-red-600\/80 {
    color: rgba(220,38,38,.8)
}

.text-red-600\/90 {
    color: rgba(220,38,38,.9)
}

.text-red-600\/95 {
    color: rgba(220,38,38,.95)
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

.text-red-700\/0 {
    color: rgba(185,28,28,0)
}

.text-red-700\/10 {
    color: rgba(185,28,28,.1)
}

.text-red-700\/100 {
    color: #b91c1c
}

.text-red-700\/20 {
    color: rgba(185,28,28,.2)
}

.text-red-700\/25 {
    color: rgba(185,28,28,.25)
}

.text-red-700\/30 {
    color: rgba(185,28,28,.3)
}

.text-red-700\/40 {
    color: rgba(185,28,28,.4)
}

.text-red-700\/5 {
    color: rgba(185,28,28,.05)
}

.text-red-700\/50 {
    color: rgba(185,28,28,.5)
}

.text-red-700\/60 {
    color: rgba(185,28,28,.6)
}

.text-red-700\/70 {
    color: rgba(185,28,28,.7)
}

.text-red-700\/75 {
    color: rgba(185,28,28,.75)
}

.text-red-700\/80 {
    color: rgba(185,28,28,.8)
}

.text-red-700\/90 {
    color: rgba(185,28,28,.9)
}

.text-red-700\/95 {
    color: rgba(185,28,28,.95)
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27/var(--tw-text-opacity))
}

.text-red-800\/0 {
    color: rgba(153,27,27,0)
}

.text-red-800\/10 {
    color: rgba(153,27,27,.1)
}

.text-red-800\/100 {
    color: #991b1b
}

.text-red-800\/20 {
    color: rgba(153,27,27,.2)
}

.text-red-800\/25 {
    color: rgba(153,27,27,.25)
}

.text-red-800\/30 {
    color: rgba(153,27,27,.3)
}

.text-red-800\/40 {
    color: rgba(153,27,27,.4)
}

.text-red-800\/5 {
    color: rgba(153,27,27,.05)
}

.text-red-800\/50 {
    color: rgba(153,27,27,.5)
}

.text-red-800\/60 {
    color: rgba(153,27,27,.6)
}

.text-red-800\/70 {
    color: rgba(153,27,27,.7)
}

.text-red-800\/75 {
    color: rgba(153,27,27,.75)
}

.text-red-800\/80 {
    color: rgba(153,27,27,.8)
}

.text-red-800\/90 {
    color: rgba(153,27,27,.9)
}

.text-red-800\/95 {
    color: rgba(153,27,27,.95)
}

.text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(127 29 29/var(--tw-text-opacity))
}

.text-red-900\/0 {
    color: rgba(127,29,29,0)
}

.text-red-900\/10 {
    color: rgba(127,29,29,.1)
}

.text-red-900\/100 {
    color: #7f1d1d
}

.text-red-900\/20 {
    color: rgba(127,29,29,.2)
}

.text-red-900\/25 {
    color: rgba(127,29,29,.25)
}

.text-red-900\/30 {
    color: rgba(127,29,29,.3)
}

.text-red-900\/40 {
    color: rgba(127,29,29,.4)
}

.text-red-900\/5 {
    color: rgba(127,29,29,.05)
}

.text-red-900\/50 {
    color: rgba(127,29,29,.5)
}

.text-red-900\/60 {
    color: rgba(127,29,29,.6)
}

.text-red-900\/70 {
    color: rgba(127,29,29,.7)
}

.text-red-900\/75 {
    color: rgba(127,29,29,.75)
}

.text-red-900\/80 {
    color: rgba(127,29,29,.8)
}

.text-red-900\/90 {
    color: rgba(127,29,29,.9)
}

.text-red-900\/95 {
    color: rgba(127,29,29,.95)
}

.text-red-950 {
    --tw-text-opacity: 1;
    color: rgb(69 10 10/var(--tw-text-opacity))
}

.text-red-950\/0 {
    color: rgba(69,10,10,0)
}

.text-red-950\/10 {
    color: rgba(69,10,10,.1)
}

.text-red-950\/100 {
    color: #450a0a
}

.text-red-950\/20 {
    color: rgba(69,10,10,.2)
}

.text-red-950\/25 {
    color: rgba(69,10,10,.25)
}

.text-red-950\/30 {
    color: rgba(69,10,10,.3)
}

.text-red-950\/40 {
    color: rgba(69,10,10,.4)
}

.text-red-950\/5 {
    color: rgba(69,10,10,.05)
}

.text-red-950\/50 {
    color: rgba(69,10,10,.5)
}

.text-red-950\/60 {
    color: rgba(69,10,10,.6)
}

.text-red-950\/70 {
    color: rgba(69,10,10,.7)
}

.text-red-950\/75 {
    color: rgba(69,10,10,.75)
}

.text-red-950\/80 {
    color: rgba(69,10,10,.8)
}

.text-red-950\/90 {
    color: rgba(69,10,10,.9)
}

.text-red-950\/95 {
    color: rgba(69,10,10,.95)
}

.text-rose-100 {
    --tw-text-opacity: 1;
    color: rgb(255 228 230/var(--tw-text-opacity))
}

.text-rose-100\/0 {
    color: rgba(255,228,230,0)
}

.text-rose-100\/10 {
    color: rgba(255,228,230,.1)
}

.text-rose-100\/100 {
    color: #ffe4e6
}

.text-rose-100\/20 {
    color: rgba(255,228,230,.2)
}

.text-rose-100\/25 {
    color: rgba(255,228,230,.25)
}

.text-rose-100\/30 {
    color: rgba(255,228,230,.3)
}

.text-rose-100\/40 {
    color: rgba(255,228,230,.4)
}

.text-rose-100\/5 {
    color: rgba(255,228,230,.05)
}

.text-rose-100\/50 {
    color: rgba(255,228,230,.5)
}

.text-rose-100\/60 {
    color: rgba(255,228,230,.6)
}

.text-rose-100\/70 {
    color: rgba(255,228,230,.7)
}

.text-rose-100\/75 {
    color: rgba(255,228,230,.75)
}

.text-rose-100\/80 {
    color: rgba(255,228,230,.8)
}

.text-rose-100\/90 {
    color: rgba(255,228,230,.9)
}

.text-rose-100\/95 {
    color: rgba(255,228,230,.95)
}

.text-rose-200 {
    --tw-text-opacity: 1;
    color: rgb(254 205 211/var(--tw-text-opacity))
}

.text-rose-200\/0 {
    color: rgba(254,205,211,0)
}

.text-rose-200\/10 {
    color: rgba(254,205,211,.1)
}

.text-rose-200\/100 {
    color: #fecdd3
}

.text-rose-200\/20 {
    color: rgba(254,205,211,.2)
}

.text-rose-200\/25 {
    color: rgba(254,205,211,.25)
}

.text-rose-200\/30 {
    color: rgba(254,205,211,.3)
}

.text-rose-200\/40 {
    color: rgba(254,205,211,.4)
}

.text-rose-200\/5 {
    color: rgba(254,205,211,.05)
}

.text-rose-200\/50 {
    color: rgba(254,205,211,.5)
}

.text-rose-200\/60 {
    color: rgba(254,205,211,.6)
}

.text-rose-200\/70 {
    color: rgba(254,205,211,.7)
}

.text-rose-200\/75 {
    color: rgba(254,205,211,.75)
}

.text-rose-200\/80 {
    color: rgba(254,205,211,.8)
}

.text-rose-200\/90 {
    color: rgba(254,205,211,.9)
}

.text-rose-200\/95 {
    color: rgba(254,205,211,.95)
}

.text-rose-300 {
    --tw-text-opacity: 1;
    color: rgb(253 164 175/var(--tw-text-opacity))
}

.text-rose-300\/0 {
    color: rgba(253,164,175,0)
}

.text-rose-300\/10 {
    color: rgba(253,164,175,.1)
}

.text-rose-300\/100 {
    color: #fda4af
}

.text-rose-300\/20 {
    color: rgba(253,164,175,.2)
}

.text-rose-300\/25 {
    color: rgba(253,164,175,.25)
}

.text-rose-300\/30 {
    color: rgba(253,164,175,.3)
}

.text-rose-300\/40 {
    color: rgba(253,164,175,.4)
}

.text-rose-300\/5 {
    color: rgba(253,164,175,.05)
}

.text-rose-300\/50 {
    color: rgba(253,164,175,.5)
}

.text-rose-300\/60 {
    color: rgba(253,164,175,.6)
}

.text-rose-300\/70 {
    color: rgba(253,164,175,.7)
}

.text-rose-300\/75 {
    color: rgba(253,164,175,.75)
}

.text-rose-300\/80 {
    color: rgba(253,164,175,.8)
}

.text-rose-300\/90 {
    color: rgba(253,164,175,.9)
}

.text-rose-300\/95 {
    color: rgba(253,164,175,.95)
}

.text-rose-400 {
    --tw-text-opacity: 1;
    color: rgb(251 113 133/var(--tw-text-opacity))
}

.text-rose-400\/0 {
    color: rgba(251,113,133,0)
}

.text-rose-400\/10 {
    color: rgba(251,113,133,.1)
}

.text-rose-400\/100 {
    color: #fb7185
}

.text-rose-400\/20 {
    color: rgba(251,113,133,.2)
}

.text-rose-400\/25 {
    color: rgba(251,113,133,.25)
}

.text-rose-400\/30 {
    color: rgba(251,113,133,.3)
}

.text-rose-400\/40 {
    color: rgba(251,113,133,.4)
}

.text-rose-400\/5 {
    color: rgba(251,113,133,.05)
}

.text-rose-400\/50 {
    color: rgba(251,113,133,.5)
}

.text-rose-400\/60 {
    color: rgba(251,113,133,.6)
}

.text-rose-400\/70 {
    color: rgba(251,113,133,.7)
}

.text-rose-400\/75 {
    color: rgba(251,113,133,.75)
}

.text-rose-400\/80 {
    color: rgba(251,113,133,.8)
}

.text-rose-400\/90 {
    color: rgba(251,113,133,.9)
}

.text-rose-400\/95 {
    color: rgba(251,113,133,.95)
}

.text-rose-50 {
    --tw-text-opacity: 1;
    color: rgb(255 241 242/var(--tw-text-opacity))
}

.text-rose-50\/0 {
    color: rgba(255,241,242,0)
}

.text-rose-50\/10 {
    color: rgba(255,241,242,.1)
}

.text-rose-50\/100 {
    color: #fff1f2
}

.text-rose-50\/20 {
    color: rgba(255,241,242,.2)
}

.text-rose-50\/25 {
    color: rgba(255,241,242,.25)
}

.text-rose-50\/30 {
    color: rgba(255,241,242,.3)
}

.text-rose-50\/40 {
    color: rgba(255,241,242,.4)
}

.text-rose-50\/5 {
    color: rgba(255,241,242,.05)
}

.text-rose-50\/50 {
    color: rgba(255,241,242,.5)
}

.text-rose-50\/60 {
    color: rgba(255,241,242,.6)
}

.text-rose-50\/70 {
    color: rgba(255,241,242,.7)
}

.text-rose-50\/75 {
    color: rgba(255,241,242,.75)
}

.text-rose-50\/80 {
    color: rgba(255,241,242,.8)
}

.text-rose-50\/90 {
    color: rgba(255,241,242,.9)
}

.text-rose-50\/95 {
    color: rgba(255,241,242,.95)
}

.text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94/var(--tw-text-opacity))
}

.text-rose-500\/0 {
    color: rgba(244,63,94,0)
}

.text-rose-500\/10 {
    color: rgba(244,63,94,.1)
}

.text-rose-500\/100 {
    color: #f43f5e
}

.text-rose-500\/20 {
    color: rgba(244,63,94,.2)
}

.text-rose-500\/25 {
    color: rgba(244,63,94,.25)
}

.text-rose-500\/30 {
    color: rgba(244,63,94,.3)
}

.text-rose-500\/40 {
    color: rgba(244,63,94,.4)
}

.text-rose-500\/5 {
    color: rgba(244,63,94,.05)
}

.text-rose-500\/50 {
    color: rgba(244,63,94,.5)
}

.text-rose-500\/60 {
    color: rgba(244,63,94,.6)
}

.text-rose-500\/70 {
    color: rgba(244,63,94,.7)
}

.text-rose-500\/75 {
    color: rgba(244,63,94,.75)
}

.text-rose-500\/80 {
    color: rgba(244,63,94,.8)
}

.text-rose-500\/90 {
    color: rgba(244,63,94,.9)
}

.text-rose-500\/95 {
    color: rgba(244,63,94,.95)
}

.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72/var(--tw-text-opacity))
}

.text-rose-600\/0 {
    color: rgba(225,29,72,0)
}

.text-rose-600\/10 {
    color: rgba(225,29,72,.1)
}

.text-rose-600\/100 {
    color: #e11d48
}

.text-rose-600\/20 {
    color: rgba(225,29,72,.2)
}

.text-rose-600\/25 {
    color: rgba(225,29,72,.25)
}

.text-rose-600\/30 {
    color: rgba(225,29,72,.3)
}

.text-rose-600\/40 {
    color: rgba(225,29,72,.4)
}

.text-rose-600\/5 {
    color: rgba(225,29,72,.05)
}

.text-rose-600\/50 {
    color: rgba(225,29,72,.5)
}

.text-rose-600\/60 {
    color: rgba(225,29,72,.6)
}

.text-rose-600\/70 {
    color: rgba(225,29,72,.7)
}

.text-rose-600\/75 {
    color: rgba(225,29,72,.75)
}

.text-rose-600\/80 {
    color: rgba(225,29,72,.8)
}

.text-rose-600\/90 {
    color: rgba(225,29,72,.9)
}

.text-rose-600\/95 {
    color: rgba(225,29,72,.95)
}

.text-rose-700 {
    --tw-text-opacity: 1;
    color: rgb(190 18 60/var(--tw-text-opacity))
}

.text-rose-700\/0 {
    color: rgba(190,18,60,0)
}

.text-rose-700\/10 {
    color: rgba(190,18,60,.1)
}

.text-rose-700\/100 {
    color: #be123c
}

.text-rose-700\/20 {
    color: rgba(190,18,60,.2)
}

.text-rose-700\/25 {
    color: rgba(190,18,60,.25)
}

.text-rose-700\/30 {
    color: rgba(190,18,60,.3)
}

.text-rose-700\/40 {
    color: rgba(190,18,60,.4)
}

.text-rose-700\/5 {
    color: rgba(190,18,60,.05)
}

.text-rose-700\/50 {
    color: rgba(190,18,60,.5)
}

.text-rose-700\/60 {
    color: rgba(190,18,60,.6)
}

.text-rose-700\/70 {
    color: rgba(190,18,60,.7)
}

.text-rose-700\/75 {
    color: rgba(190,18,60,.75)
}

.text-rose-700\/80 {
    color: rgba(190,18,60,.8)
}

.text-rose-700\/90 {
    color: rgba(190,18,60,.9)
}

.text-rose-700\/95 {
    color: rgba(190,18,60,.95)
}

.text-rose-800 {
    --tw-text-opacity: 1;
    color: rgb(159 18 57/var(--tw-text-opacity))
}

.text-rose-800\/0 {
    color: rgba(159,18,57,0)
}

.text-rose-800\/10 {
    color: rgba(159,18,57,.1)
}

.text-rose-800\/100 {
    color: #9f1239
}

.text-rose-800\/20 {
    color: rgba(159,18,57,.2)
}

.text-rose-800\/25 {
    color: rgba(159,18,57,.25)
}

.text-rose-800\/30 {
    color: rgba(159,18,57,.3)
}

.text-rose-800\/40 {
    color: rgba(159,18,57,.4)
}

.text-rose-800\/5 {
    color: rgba(159,18,57,.05)
}

.text-rose-800\/50 {
    color: rgba(159,18,57,.5)
}

.text-rose-800\/60 {
    color: rgba(159,18,57,.6)
}

.text-rose-800\/70 {
    color: rgba(159,18,57,.7)
}

.text-rose-800\/75 {
    color: rgba(159,18,57,.75)
}

.text-rose-800\/80 {
    color: rgba(159,18,57,.8)
}

.text-rose-800\/90 {
    color: rgba(159,18,57,.9)
}

.text-rose-800\/95 {
    color: rgba(159,18,57,.95)
}

.text-rose-900 {
    --tw-text-opacity: 1;
    color: rgb(136 19 55/var(--tw-text-opacity))
}

.text-rose-900\/0 {
    color: rgba(136,19,55,0)
}

.text-rose-900\/10 {
    color: rgba(136,19,55,.1)
}

.text-rose-900\/100 {
    color: #881337
}

.text-rose-900\/20 {
    color: rgba(136,19,55,.2)
}

.text-rose-900\/25 {
    color: rgba(136,19,55,.25)
}

.text-rose-900\/30 {
    color: rgba(136,19,55,.3)
}

.text-rose-900\/40 {
    color: rgba(136,19,55,.4)
}

.text-rose-900\/5 {
    color: rgba(136,19,55,.05)
}

.text-rose-900\/50 {
    color: rgba(136,19,55,.5)
}

.text-rose-900\/60 {
    color: rgba(136,19,55,.6)
}

.text-rose-900\/70 {
    color: rgba(136,19,55,.7)
}

.text-rose-900\/75 {
    color: rgba(136,19,55,.75)
}

.text-rose-900\/80 {
    color: rgba(136,19,55,.8)
}

.text-rose-900\/90 {
    color: rgba(136,19,55,.9)
}

.text-rose-900\/95 {
    color: rgba(136,19,55,.95)
}

.text-rose-950 {
    --tw-text-opacity: 1;
    color: rgb(76 5 25/var(--tw-text-opacity))
}

.text-rose-950\/0 {
    color: rgba(76,5,25,0)
}

.text-rose-950\/10 {
    color: rgba(76,5,25,.1)
}

.text-rose-950\/100 {
    color: #4c0519
}

.text-rose-950\/20 {
    color: rgba(76,5,25,.2)
}

.text-rose-950\/25 {
    color: rgba(76,5,25,.25)
}

.text-rose-950\/30 {
    color: rgba(76,5,25,.3)
}

.text-rose-950\/40 {
    color: rgba(76,5,25,.4)
}

.text-rose-950\/5 {
    color: rgba(76,5,25,.05)
}

.text-rose-950\/50 {
    color: rgba(76,5,25,.5)
}

.text-rose-950\/60 {
    color: rgba(76,5,25,.6)
}

.text-rose-950\/70 {
    color: rgba(76,5,25,.7)
}

.text-rose-950\/75 {
    color: rgba(76,5,25,.75)
}

.text-rose-950\/80 {
    color: rgba(76,5,25,.8)
}

.text-rose-950\/90 {
    color: rgba(76,5,25,.9)
}

.text-rose-950\/95 {
    color: rgba(76,5,25,.95)
}

.text-sky-100 {
    --tw-text-opacity: 1;
    color: rgb(224 242 254/var(--tw-text-opacity))
}

.text-sky-100\/0 {
    color: rgba(224,242,254,0)
}

.text-sky-100\/10 {
    color: rgba(224,242,254,.1)
}

.text-sky-100\/100 {
    color: #e0f2fe
}

.text-sky-100\/20 {
    color: rgba(224,242,254,.2)
}

.text-sky-100\/25 {
    color: rgba(224,242,254,.25)
}

.text-sky-100\/30 {
    color: rgba(224,242,254,.3)
}

.text-sky-100\/40 {
    color: rgba(224,242,254,.4)
}

.text-sky-100\/5 {
    color: rgba(224,242,254,.05)
}

.text-sky-100\/50 {
    color: rgba(224,242,254,.5)
}

.text-sky-100\/60 {
    color: rgba(224,242,254,.6)
}

.text-sky-100\/70 {
    color: rgba(224,242,254,.7)
}

.text-sky-100\/75 {
    color: rgba(224,242,254,.75)
}

.text-sky-100\/80 {
    color: rgba(224,242,254,.8)
}

.text-sky-100\/90 {
    color: rgba(224,242,254,.9)
}

.text-sky-100\/95 {
    color: rgba(224,242,254,.95)
}

.text-sky-200 {
    --tw-text-opacity: 1;
    color: rgb(186 230 253/var(--tw-text-opacity))
}

.text-sky-200\/0 {
    color: rgba(186,230,253,0)
}

.text-sky-200\/10 {
    color: rgba(186,230,253,.1)
}

.text-sky-200\/100 {
    color: #bae6fd
}

.text-sky-200\/20 {
    color: rgba(186,230,253,.2)
}

.text-sky-200\/25 {
    color: rgba(186,230,253,.25)
}

.text-sky-200\/30 {
    color: rgba(186,230,253,.3)
}

.text-sky-200\/40 {
    color: rgba(186,230,253,.4)
}

.text-sky-200\/5 {
    color: rgba(186,230,253,.05)
}

.text-sky-200\/50 {
    color: rgba(186,230,253,.5)
}

.text-sky-200\/60 {
    color: rgba(186,230,253,.6)
}

.text-sky-200\/70 {
    color: rgba(186,230,253,.7)
}

.text-sky-200\/75 {
    color: rgba(186,230,253,.75)
}

.text-sky-200\/80 {
    color: rgba(186,230,253,.8)
}

.text-sky-200\/90 {
    color: rgba(186,230,253,.9)
}

.text-sky-200\/95 {
    color: rgba(186,230,253,.95)
}

.text-sky-300 {
    --tw-text-opacity: 1;
    color: rgb(125 211 252/var(--tw-text-opacity))
}

.text-sky-300\/0 {
    color: rgba(125,211,252,0)
}

.text-sky-300\/10 {
    color: rgba(125,211,252,.1)
}

.text-sky-300\/100 {
    color: #7dd3fc
}

.text-sky-300\/20 {
    color: rgba(125,211,252,.2)
}

.text-sky-300\/25 {
    color: rgba(125,211,252,.25)
}

.text-sky-300\/30 {
    color: rgba(125,211,252,.3)
}

.text-sky-300\/40 {
    color: rgba(125,211,252,.4)
}

.text-sky-300\/5 {
    color: rgba(125,211,252,.05)
}

.text-sky-300\/50 {
    color: rgba(125,211,252,.5)
}

.text-sky-300\/60 {
    color: rgba(125,211,252,.6)
}

.text-sky-300\/70 {
    color: rgba(125,211,252,.7)
}

.text-sky-300\/75 {
    color: rgba(125,211,252,.75)
}

.text-sky-300\/80 {
    color: rgba(125,211,252,.8)
}

.text-sky-300\/90 {
    color: rgba(125,211,252,.9)
}

.text-sky-300\/95 {
    color: rgba(125,211,252,.95)
}

.text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248/var(--tw-text-opacity))
}

.text-sky-400\/0 {
    color: rgba(56,189,248,0)
}

.text-sky-400\/10 {
    color: rgba(56,189,248,.1)
}

.text-sky-400\/100 {
    color: #38bdf8
}

.text-sky-400\/20 {
    color: rgba(56,189,248,.2)
}

.text-sky-400\/25 {
    color: rgba(56,189,248,.25)
}

.text-sky-400\/30 {
    color: rgba(56,189,248,.3)
}

.text-sky-400\/40 {
    color: rgba(56,189,248,.4)
}

.text-sky-400\/5 {
    color: rgba(56,189,248,.05)
}

.text-sky-400\/50 {
    color: rgba(56,189,248,.5)
}

.text-sky-400\/60 {
    color: rgba(56,189,248,.6)
}

.text-sky-400\/70 {
    color: rgba(56,189,248,.7)
}

.text-sky-400\/75 {
    color: rgba(56,189,248,.75)
}

.text-sky-400\/80 {
    color: rgba(56,189,248,.8)
}

.text-sky-400\/90 {
    color: rgba(56,189,248,.9)
}

.text-sky-400\/95 {
    color: rgba(56,189,248,.95)
}

.text-sky-50 {
    --tw-text-opacity: 1;
    color: rgb(240 249 255/var(--tw-text-opacity))
}

.text-sky-50\/0 {
    color: rgba(240,249,255,0)
}

.text-sky-50\/10 {
    color: rgba(240,249,255,.1)
}

.text-sky-50\/100 {
    color: #f0f9ff
}

.text-sky-50\/20 {
    color: rgba(240,249,255,.2)
}

.text-sky-50\/25 {
    color: rgba(240,249,255,.25)
}

.text-sky-50\/30 {
    color: rgba(240,249,255,.3)
}

.text-sky-50\/40 {
    color: rgba(240,249,255,.4)
}

.text-sky-50\/5 {
    color: rgba(240,249,255,.05)
}

.text-sky-50\/50 {
    color: rgba(240,249,255,.5)
}

.text-sky-50\/60 {
    color: rgba(240,249,255,.6)
}

.text-sky-50\/70 {
    color: rgba(240,249,255,.7)
}

.text-sky-50\/75 {
    color: rgba(240,249,255,.75)
}

.text-sky-50\/80 {
    color: rgba(240,249,255,.8)
}

.text-sky-50\/90 {
    color: rgba(240,249,255,.9)
}

.text-sky-50\/95 {
    color: rgba(240,249,255,.95)
}

.text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233/var(--tw-text-opacity))
}

.text-sky-500\/0 {
    color: rgba(14,165,233,0)
}

.text-sky-500\/10 {
    color: rgba(14,165,233,.1)
}

.text-sky-500\/100 {
    color: #0ea5e9
}

.text-sky-500\/20 {
    color: rgba(14,165,233,.2)
}

.text-sky-500\/25 {
    color: rgba(14,165,233,.25)
}

.text-sky-500\/30 {
    color: rgba(14,165,233,.3)
}

.text-sky-500\/40 {
    color: rgba(14,165,233,.4)
}

.text-sky-500\/5 {
    color: rgba(14,165,233,.05)
}

.text-sky-500\/50 {
    color: rgba(14,165,233,.5)
}

.text-sky-500\/60 {
    color: rgba(14,165,233,.6)
}

.text-sky-500\/70 {
    color: rgba(14,165,233,.7)
}

.text-sky-500\/75 {
    color: rgba(14,165,233,.75)
}

.text-sky-500\/80 {
    color: rgba(14,165,233,.8)
}

.text-sky-500\/90 {
    color: rgba(14,165,233,.9)
}

.text-sky-500\/95 {
    color: rgba(14,165,233,.95)
}

.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199/var(--tw-text-opacity))
}

.text-sky-600\/0 {
    color: rgba(2,132,199,0)
}

.text-sky-600\/10 {
    color: rgba(2,132,199,.1)
}

.text-sky-600\/100 {
    color: #0284c7
}

.text-sky-600\/20 {
    color: rgba(2,132,199,.2)
}

.text-sky-600\/25 {
    color: rgba(2,132,199,.25)
}

.text-sky-600\/30 {
    color: rgba(2,132,199,.3)
}

.text-sky-600\/40 {
    color: rgba(2,132,199,.4)
}

.text-sky-600\/5 {
    color: rgba(2,132,199,.05)
}

.text-sky-600\/50 {
    color: rgba(2,132,199,.5)
}

.text-sky-600\/60 {
    color: rgba(2,132,199,.6)
}

.text-sky-600\/70 {
    color: rgba(2,132,199,.7)
}

.text-sky-600\/75 {
    color: rgba(2,132,199,.75)
}

.text-sky-600\/80 {
    color: rgba(2,132,199,.8)
}

.text-sky-600\/90 {
    color: rgba(2,132,199,.9)
}

.text-sky-600\/95 {
    color: rgba(2,132,199,.95)
}

.text-sky-700 {
    --tw-text-opacity: 1;
    color: rgb(3 105 161/var(--tw-text-opacity))
}

.text-sky-700\/0 {
    color: rgba(3,105,161,0)
}

.text-sky-700\/10 {
    color: rgba(3,105,161,.1)
}

.text-sky-700\/100 {
    color: #0369a1
}

.text-sky-700\/20 {
    color: rgba(3,105,161,.2)
}

.text-sky-700\/25 {
    color: rgba(3,105,161,.25)
}

.text-sky-700\/30 {
    color: rgba(3,105,161,.3)
}

.text-sky-700\/40 {
    color: rgba(3,105,161,.4)
}

.text-sky-700\/5 {
    color: rgba(3,105,161,.05)
}

.text-sky-700\/50 {
    color: rgba(3,105,161,.5)
}

.text-sky-700\/60 {
    color: rgba(3,105,161,.6)
}

.text-sky-700\/70 {
    color: rgba(3,105,161,.7)
}

.text-sky-700\/75 {
    color: rgba(3,105,161,.75)
}

.text-sky-700\/80 {
    color: rgba(3,105,161,.8)
}

.text-sky-700\/90 {
    color: rgba(3,105,161,.9)
}

.text-sky-700\/95 {
    color: rgba(3,105,161,.95)
}

.text-sky-800 {
    --tw-text-opacity: 1;
    color: rgb(7 89 133/var(--tw-text-opacity))
}

.text-sky-800\/0 {
    color: rgba(7,89,133,0)
}

.text-sky-800\/10 {
    color: rgba(7,89,133,.1)
}

.text-sky-800\/100 {
    color: #075985
}

.text-sky-800\/20 {
    color: rgba(7,89,133,.2)
}

.text-sky-800\/25 {
    color: rgba(7,89,133,.25)
}

.text-sky-800\/30 {
    color: rgba(7,89,133,.3)
}

.text-sky-800\/40 {
    color: rgba(7,89,133,.4)
}

.text-sky-800\/5 {
    color: rgba(7,89,133,.05)
}

.text-sky-800\/50 {
    color: rgba(7,89,133,.5)
}

.text-sky-800\/60 {
    color: rgba(7,89,133,.6)
}

.text-sky-800\/70 {
    color: rgba(7,89,133,.7)
}

.text-sky-800\/75 {
    color: rgba(7,89,133,.75)
}

.text-sky-800\/80 {
    color: rgba(7,89,133,.8)
}

.text-sky-800\/90 {
    color: rgba(7,89,133,.9)
}

.text-sky-800\/95 {
    color: rgba(7,89,133,.95)
}

.text-sky-900 {
    --tw-text-opacity: 1;
    color: rgb(12 74 110/var(--tw-text-opacity))
}

.text-sky-900\/0 {
    color: rgba(12,74,110,0)
}

.text-sky-900\/10 {
    color: rgba(12,74,110,.1)
}

.text-sky-900\/100 {
    color: #0c4a6e
}

.text-sky-900\/20 {
    color: rgba(12,74,110,.2)
}

.text-sky-900\/25 {
    color: rgba(12,74,110,.25)
}

.text-sky-900\/30 {
    color: rgba(12,74,110,.3)
}

.text-sky-900\/40 {
    color: rgba(12,74,110,.4)
}

.text-sky-900\/5 {
    color: rgba(12,74,110,.05)
}

.text-sky-900\/50 {
    color: rgba(12,74,110,.5)
}

.text-sky-900\/60 {
    color: rgba(12,74,110,.6)
}

.text-sky-900\/70 {
    color: rgba(12,74,110,.7)
}

.text-sky-900\/75 {
    color: rgba(12,74,110,.75)
}

.text-sky-900\/80 {
    color: rgba(12,74,110,.8)
}

.text-sky-900\/90 {
    color: rgba(12,74,110,.9)
}

.text-sky-900\/95 {
    color: rgba(12,74,110,.95)
}

.text-sky-950 {
    --tw-text-opacity: 1;
    color: rgb(8 47 73/var(--tw-text-opacity))
}

.text-sky-950\/0 {
    color: rgba(8,47,73,0)
}

.text-sky-950\/10 {
    color: rgba(8,47,73,.1)
}

.text-sky-950\/100 {
    color: #082f49
}

.text-sky-950\/20 {
    color: rgba(8,47,73,.2)
}

.text-sky-950\/25 {
    color: rgba(8,47,73,.25)
}

.text-sky-950\/30 {
    color: rgba(8,47,73,.3)
}

.text-sky-950\/40 {
    color: rgba(8,47,73,.4)
}

.text-sky-950\/5 {
    color: rgba(8,47,73,.05)
}

.text-sky-950\/50 {
    color: rgba(8,47,73,.5)
}

.text-sky-950\/60 {
    color: rgba(8,47,73,.6)
}

.text-sky-950\/70 {
    color: rgba(8,47,73,.7)
}

.text-sky-950\/75 {
    color: rgba(8,47,73,.75)
}

.text-sky-950\/80 {
    color: rgba(8,47,73,.8)
}

.text-sky-950\/90 {
    color: rgba(8,47,73,.9)
}

.text-sky-950\/95 {
    color: rgba(8,47,73,.95)
}

.text-slate-100 {
    --tw-text-opacity: 1;
    color: rgb(241 245 249/var(--tw-text-opacity))
}

.text-slate-100\/0 {
    color: rgba(241,245,249,0)
}

.text-slate-100\/10 {
    color: rgba(241,245,249,.1)
}

.text-slate-100\/100 {
    color: #f1f5f9
}

.text-slate-100\/20 {
    color: rgba(241,245,249,.2)
}

.text-slate-100\/25 {
    color: rgba(241,245,249,.25)
}

.text-slate-100\/30 {
    color: rgba(241,245,249,.3)
}

.text-slate-100\/40 {
    color: rgba(241,245,249,.4)
}

.text-slate-100\/5 {
    color: rgba(241,245,249,.05)
}

.text-slate-100\/50 {
    color: rgba(241,245,249,.5)
}

.text-slate-100\/60 {
    color: rgba(241,245,249,.6)
}

.text-slate-100\/70 {
    color: rgba(241,245,249,.7)
}

.text-slate-100\/75 {
    color: rgba(241,245,249,.75)
}

.text-slate-100\/80 {
    color: rgba(241,245,249,.8)
}

.text-slate-100\/90 {
    color: rgba(241,245,249,.9)
}

.text-slate-100\/95 {
    color: rgba(241,245,249,.95)
}

.text-slate-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

.text-slate-200\/0 {
    color: rgba(226,232,240,0)
}

.text-slate-200\/10 {
    color: rgba(226,232,240,.1)
}

.text-slate-200\/100 {
    color: #e2e8f0
}

.text-slate-200\/20 {
    color: rgba(226,232,240,.2)
}

.text-slate-200\/25 {
    color: rgba(226,232,240,.25)
}

.text-slate-200\/30 {
    color: rgba(226,232,240,.3)
}

.text-slate-200\/40 {
    color: rgba(226,232,240,.4)
}

.text-slate-200\/5 {
    color: rgba(226,232,240,.05)
}

.text-slate-200\/50 {
    color: rgba(226,232,240,.5)
}

.text-slate-200\/60 {
    color: rgba(226,232,240,.6)
}

.text-slate-200\/70 {
    color: rgba(226,232,240,.7)
}

.text-slate-200\/75 {
    color: rgba(226,232,240,.75)
}

.text-slate-200\/80 {
    color: rgba(226,232,240,.8)
}

.text-slate-200\/90 {
    color: rgba(226,232,240,.9)
}

.text-slate-200\/95 {
    color: rgba(226,232,240,.95)
}

.text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.text-slate-300\/0 {
    color: rgba(203,213,225,0)
}

.text-slate-300\/10 {
    color: rgba(203,213,225,.1)
}

.text-slate-300\/100 {
    color: #cbd5e1
}

.text-slate-300\/20 {
    color: rgba(203,213,225,.2)
}

.text-slate-300\/25 {
    color: rgba(203,213,225,.25)
}

.text-slate-300\/30 {
    color: rgba(203,213,225,.3)
}

.text-slate-300\/40 {
    color: rgba(203,213,225,.4)
}

.text-slate-300\/5 {
    color: rgba(203,213,225,.05)
}

.text-slate-300\/50 {
    color: rgba(203,213,225,.5)
}

.text-slate-300\/60 {
    color: rgba(203,213,225,.6)
}

.text-slate-300\/70 {
    color: rgba(203,213,225,.7)
}

.text-slate-300\/75 {
    color: rgba(203,213,225,.75)
}

.text-slate-300\/80 {
    color: rgba(203,213,225,.8)
}

.text-slate-300\/90 {
    color: rgba(203,213,225,.9)
}

.text-slate-300\/95 {
    color: rgba(203,213,225,.95)
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.text-slate-400\/0 {
    color: rgba(148,163,184,0)
}

.text-slate-400\/10 {
    color: rgba(148,163,184,.1)
}

.text-slate-400\/100 {
    color: #94a3b8
}

.text-slate-400\/20 {
    color: rgba(148,163,184,.2)
}

.text-slate-400\/25 {
    color: rgba(148,163,184,.25)
}

.text-slate-400\/30 {
    color: rgba(148,163,184,.3)
}

.text-slate-400\/40 {
    color: rgba(148,163,184,.4)
}

.text-slate-400\/5 {
    color: rgba(148,163,184,.05)
}

.text-slate-400\/50 {
    color: rgba(148,163,184,.5)
}

.text-slate-400\/60 {
    color: rgba(148,163,184,.6)
}

.text-slate-400\/70 {
    color: rgba(148,163,184,.7)
}

.text-slate-400\/75 {
    color: rgba(148,163,184,.75)
}

.text-slate-400\/80 {
    color: rgba(148,163,184,.8)
}

.text-slate-400\/90 {
    color: rgba(148,163,184,.9)
}

.text-slate-400\/95 {
    color: rgba(148,163,184,.95)
}

.text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252/var(--tw-text-opacity))
}

.text-slate-50\/0 {
    color: rgba(248,250,252,0)
}

.text-slate-50\/10 {
    color: rgba(248,250,252,.1)
}

.text-slate-50\/100 {
    color: #f8fafc
}

.text-slate-50\/20 {
    color: rgba(248,250,252,.2)
}

.text-slate-50\/25 {
    color: rgba(248,250,252,.25)
}

.text-slate-50\/30 {
    color: rgba(248,250,252,.3)
}

.text-slate-50\/40 {
    color: rgba(248,250,252,.4)
}

.text-slate-50\/5 {
    color: rgba(248,250,252,.05)
}

.text-slate-50\/50 {
    color: rgba(248,250,252,.5)
}

.text-slate-50\/60 {
    color: rgba(248,250,252,.6)
}

.text-slate-50\/70 {
    color: rgba(248,250,252,.7)
}

.text-slate-50\/75 {
    color: rgba(248,250,252,.75)
}

.text-slate-50\/80 {
    color: rgba(248,250,252,.8)
}

.text-slate-50\/90 {
    color: rgba(248,250,252,.9)
}

.text-slate-50\/95 {
    color: rgba(248,250,252,.95)
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.text-slate-500\/0 {
    color: rgba(100,116,139,0)
}

.text-slate-500\/10 {
    color: rgba(100,116,139,.1)
}

.text-slate-500\/100 {
    color: #64748b
}

.text-slate-500\/20 {
    color: rgba(100,116,139,.2)
}

.text-slate-500\/25 {
    color: rgba(100,116,139,.25)
}

.text-slate-500\/30 {
    color: rgba(100,116,139,.3)
}

.text-slate-500\/40 {
    color: rgba(100,116,139,.4)
}

.text-slate-500\/5 {
    color: rgba(100,116,139,.05)
}

.text-slate-500\/50 {
    color: rgba(100,116,139,.5)
}

.text-slate-500\/60 {
    color: rgba(100,116,139,.6)
}

.text-slate-500\/70 {
    color: rgba(100,116,139,.7)
}

.text-slate-500\/75 {
    color: rgba(100,116,139,.75)
}

.text-slate-500\/80 {
    color: rgba(100,116,139,.8)
}

.text-slate-500\/90 {
    color: rgba(100,116,139,.9)
}

.text-slate-500\/95 {
    color: rgba(100,116,139,.95)
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

.text-slate-600\/0 {
    color: rgba(71,85,105,0)
}

.text-slate-600\/10 {
    color: rgba(71,85,105,.1)
}

.text-slate-600\/100 {
    color: #475569
}

.text-slate-600\/20 {
    color: rgba(71,85,105,.2)
}

.text-slate-600\/25 {
    color: rgba(71,85,105,.25)
}

.text-slate-600\/30 {
    color: rgba(71,85,105,.3)
}

.text-slate-600\/40 {
    color: rgba(71,85,105,.4)
}

.text-slate-600\/5 {
    color: rgba(71,85,105,.05)
}

.text-slate-600\/50 {
    color: rgba(71,85,105,.5)
}

.text-slate-600\/60 {
    color: rgba(71,85,105,.6)
}

.text-slate-600\/70 {
    color: rgba(71,85,105,.7)
}

.text-slate-600\/75 {
    color: rgba(71,85,105,.75)
}

.text-slate-600\/80 {
    color: rgba(71,85,105,.8)
}

.text-slate-600\/90 {
    color: rgba(71,85,105,.9)
}

.text-slate-600\/95 {
    color: rgba(71,85,105,.95)
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

.text-slate-700\/0 {
    color: rgba(51,65,85,0)
}

.text-slate-700\/10 {
    color: rgba(51,65,85,.1)
}

.text-slate-700\/100 {
    color: #334155
}

.text-slate-700\/20 {
    color: rgba(51,65,85,.2)
}

.text-slate-700\/25 {
    color: rgba(51,65,85,.25)
}

.text-slate-700\/30 {
    color: rgba(51,65,85,.3)
}

.text-slate-700\/40 {
    color: rgba(51,65,85,.4)
}

.text-slate-700\/5 {
    color: rgba(51,65,85,.05)
}

.text-slate-700\/50 {
    color: rgba(51,65,85,.5)
}

.text-slate-700\/60 {
    color: rgba(51,65,85,.6)
}

.text-slate-700\/70 {
    color: rgba(51,65,85,.7)
}

.text-slate-700\/75 {
    color: rgba(51,65,85,.75)
}

.text-slate-700\/80 {
    color: rgba(51,65,85,.8)
}

.text-slate-700\/90 {
    color: rgba(51,65,85,.9)
}

.text-slate-700\/95 {
    color: rgba(51,65,85,.95)
}

.text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59/var(--tw-text-opacity))
}

.text-slate-800\/0 {
    color: rgba(30,41,59,0)
}

.text-slate-800\/10 {
    color: rgba(30,41,59,.1)
}

.text-slate-800\/100 {
    color: #1e293b
}

.text-slate-800\/20 {
    color: rgba(30,41,59,.2)
}

.text-slate-800\/25 {
    color: rgba(30,41,59,.25)
}

.text-slate-800\/30 {
    color: rgba(30,41,59,.3)
}

.text-slate-800\/40 {
    color: rgba(30,41,59,.4)
}

.text-slate-800\/5 {
    color: rgba(30,41,59,.05)
}

.text-slate-800\/50 {
    color: rgba(30,41,59,.5)
}

.text-slate-800\/60 {
    color: rgba(30,41,59,.6)
}

.text-slate-800\/70 {
    color: rgba(30,41,59,.7)
}

.text-slate-800\/75 {
    color: rgba(30,41,59,.75)
}

.text-slate-800\/80 {
    color: rgba(30,41,59,.8)
}

.text-slate-800\/90 {
    color: rgba(30,41,59,.9)
}

.text-slate-800\/95 {
    color: rgba(30,41,59,.95)
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

.text-slate-900\/0 {
    color: rgba(15,23,42,0)
}

.text-slate-900\/10 {
    color: rgba(15,23,42,.1)
}

.text-slate-900\/100 {
    color: #0f172a
}

.text-slate-900\/20 {
    color: rgba(15,23,42,.2)
}

.text-slate-900\/25 {
    color: rgba(15,23,42,.25)
}

.text-slate-900\/30 {
    color: rgba(15,23,42,.3)
}

.text-slate-900\/40 {
    color: rgba(15,23,42,.4)
}

.text-slate-900\/5 {
    color: rgba(15,23,42,.05)
}

.text-slate-900\/50 {
    color: rgba(15,23,42,.5)
}

.text-slate-900\/60 {
    color: rgba(15,23,42,.6)
}

.text-slate-900\/70 {
    color: rgba(15,23,42,.7)
}

.text-slate-900\/75 {
    color: rgba(15,23,42,.75)
}

.text-slate-900\/80 {
    color: rgba(15,23,42,.8)
}

.text-slate-900\/90 {
    color: rgba(15,23,42,.9)
}

.text-slate-900\/95 {
    color: rgba(15,23,42,.95)
}

.text-slate-950 {
    --tw-text-opacity: 1;
    color: rgb(2 6 23/var(--tw-text-opacity))
}

.text-slate-950\/0 {
    color: rgba(2,6,23,0)
}

.text-slate-950\/10 {
    color: rgba(2,6,23,.1)
}

.text-slate-950\/100 {
    color: #020617
}

.text-slate-950\/20 {
    color: rgba(2,6,23,.2)
}

.text-slate-950\/25 {
    color: rgba(2,6,23,.25)
}

.text-slate-950\/30 {
    color: rgba(2,6,23,.3)
}

.text-slate-950\/40 {
    color: rgba(2,6,23,.4)
}

.text-slate-950\/5 {
    color: rgba(2,6,23,.05)
}

.text-slate-950\/50 {
    color: rgba(2,6,23,.5)
}

.text-slate-950\/60 {
    color: rgba(2,6,23,.6)
}

.text-slate-950\/70 {
    color: rgba(2,6,23,.7)
}

.text-slate-950\/75 {
    color: rgba(2,6,23,.75)
}

.text-slate-950\/80 {
    color: rgba(2,6,23,.8)
}

.text-slate-950\/90 {
    color: rgba(2,6,23,.9)
}

.text-slate-950\/95 {
    color: rgba(2,6,23,.95)
}

.text-stone-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 244/var(--tw-text-opacity))
}

.text-stone-100\/0 {
    color: hsla(60,5%,96%,0)
}

.text-stone-100\/10 {
    color: hsla(60,5%,96%,.1)
}

.text-stone-100\/100 {
    color: #f5f5f4
}

.text-stone-100\/20 {
    color: hsla(60,5%,96%,.2)
}

.text-stone-100\/25 {
    color: hsla(60,5%,96%,.25)
}

.text-stone-100\/30 {
    color: hsla(60,5%,96%,.3)
}

.text-stone-100\/40 {
    color: hsla(60,5%,96%,.4)
}

.text-stone-100\/5 {
    color: hsla(60,5%,96%,.05)
}

.text-stone-100\/50 {
    color: hsla(60,5%,96%,.5)
}

.text-stone-100\/60 {
    color: hsla(60,5%,96%,.6)
}

.text-stone-100\/70 {
    color: hsla(60,5%,96%,.7)
}

.text-stone-100\/75 {
    color: hsla(60,5%,96%,.75)
}

.text-stone-100\/80 {
    color: hsla(60,5%,96%,.8)
}

.text-stone-100\/90 {
    color: hsla(60,5%,96%,.9)
}

.text-stone-100\/95 {
    color: hsla(60,5%,96%,.95)
}

.text-stone-200 {
    --tw-text-opacity: 1;
    color: rgb(231 229 228/var(--tw-text-opacity))
}

.text-stone-200\/0 {
    color: hsla(20,6%,90%,0)
}

.text-stone-200\/10 {
    color: hsla(20,6%,90%,.1)
}

.text-stone-200\/100 {
    color: #e7e5e4
}

.text-stone-200\/20 {
    color: hsla(20,6%,90%,.2)
}

.text-stone-200\/25 {
    color: hsla(20,6%,90%,.25)
}

.text-stone-200\/30 {
    color: hsla(20,6%,90%,.3)
}

.text-stone-200\/40 {
    color: hsla(20,6%,90%,.4)
}

.text-stone-200\/5 {
    color: hsla(20,6%,90%,.05)
}

.text-stone-200\/50 {
    color: hsla(20,6%,90%,.5)
}

.text-stone-200\/60 {
    color: hsla(20,6%,90%,.6)
}

.text-stone-200\/70 {
    color: hsla(20,6%,90%,.7)
}

.text-stone-200\/75 {
    color: hsla(20,6%,90%,.75)
}

.text-stone-200\/80 {
    color: hsla(20,6%,90%,.8)
}

.text-stone-200\/90 {
    color: hsla(20,6%,90%,.9)
}

.text-stone-200\/95 {
    color: hsla(20,6%,90%,.95)
}

.text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(214 211 209/var(--tw-text-opacity))
}

.text-stone-300\/0 {
    color: hsla(24,6%,83%,0)
}

.text-stone-300\/10 {
    color: hsla(24,6%,83%,.1)
}

.text-stone-300\/100 {
    color: #d6d3d1
}

.text-stone-300\/20 {
    color: hsla(24,6%,83%,.2)
}

.text-stone-300\/25 {
    color: hsla(24,6%,83%,.25)
}

.text-stone-300\/30 {
    color: hsla(24,6%,83%,.3)
}

.text-stone-300\/40 {
    color: hsla(24,6%,83%,.4)
}

.text-stone-300\/5 {
    color: hsla(24,6%,83%,.05)
}

.text-stone-300\/50 {
    color: hsla(24,6%,83%,.5)
}

.text-stone-300\/60 {
    color: hsla(24,6%,83%,.6)
}

.text-stone-300\/70 {
    color: hsla(24,6%,83%,.7)
}

.text-stone-300\/75 {
    color: hsla(24,6%,83%,.75)
}

.text-stone-300\/80 {
    color: hsla(24,6%,83%,.8)
}

.text-stone-300\/90 {
    color: hsla(24,6%,83%,.9)
}

.text-stone-300\/95 {
    color: hsla(24,6%,83%,.95)
}

.text-stone-400 {
    --tw-text-opacity: 1;
    color: rgb(168 162 158/var(--tw-text-opacity))
}

.text-stone-400\/0 {
    color: hsla(24,5%,64%,0)
}

.text-stone-400\/10 {
    color: hsla(24,5%,64%,.1)
}

.text-stone-400\/100 {
    color: #a8a29e
}

.text-stone-400\/20 {
    color: hsla(24,5%,64%,.2)
}

.text-stone-400\/25 {
    color: hsla(24,5%,64%,.25)
}

.text-stone-400\/30 {
    color: hsla(24,5%,64%,.3)
}

.text-stone-400\/40 {
    color: hsla(24,5%,64%,.4)
}

.text-stone-400\/5 {
    color: hsla(24,5%,64%,.05)
}

.text-stone-400\/50 {
    color: hsla(24,5%,64%,.5)
}

.text-stone-400\/60 {
    color: hsla(24,5%,64%,.6)
}

.text-stone-400\/70 {
    color: hsla(24,5%,64%,.7)
}

.text-stone-400\/75 {
    color: hsla(24,5%,64%,.75)
}

.text-stone-400\/80 {
    color: hsla(24,5%,64%,.8)
}

.text-stone-400\/90 {
    color: hsla(24,5%,64%,.9)
}

.text-stone-400\/95 {
    color: hsla(24,5%,64%,.95)
}

.text-stone-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 249/var(--tw-text-opacity))
}

.text-stone-50\/0 {
    color: hsla(60,9%,98%,0)
}

.text-stone-50\/10 {
    color: hsla(60,9%,98%,.1)
}

.text-stone-50\/100 {
    color: #fafaf9
}

.text-stone-50\/20 {
    color: hsla(60,9%,98%,.2)
}

.text-stone-50\/25 {
    color: hsla(60,9%,98%,.25)
}

.text-stone-50\/30 {
    color: hsla(60,9%,98%,.3)
}

.text-stone-50\/40 {
    color: hsla(60,9%,98%,.4)
}

.text-stone-50\/5 {
    color: hsla(60,9%,98%,.05)
}

.text-stone-50\/50 {
    color: hsla(60,9%,98%,.5)
}

.text-stone-50\/60 {
    color: hsla(60,9%,98%,.6)
}

.text-stone-50\/70 {
    color: hsla(60,9%,98%,.7)
}

.text-stone-50\/75 {
    color: hsla(60,9%,98%,.75)
}

.text-stone-50\/80 {
    color: hsla(60,9%,98%,.8)
}

.text-stone-50\/90 {
    color: hsla(60,9%,98%,.9)
}

.text-stone-50\/95 {
    color: hsla(60,9%,98%,.95)
}

.text-stone-500 {
    --tw-text-opacity: 1;
    color: rgb(120 113 108/var(--tw-text-opacity))
}

.text-stone-500\/0 {
    color: hsla(25,5%,45%,0)
}

.text-stone-500\/10 {
    color: hsla(25,5%,45%,.1)
}

.text-stone-500\/100 {
    color: #78716c
}

.text-stone-500\/20 {
    color: hsla(25,5%,45%,.2)
}

.text-stone-500\/25 {
    color: hsla(25,5%,45%,.25)
}

.text-stone-500\/30 {
    color: hsla(25,5%,45%,.3)
}

.text-stone-500\/40 {
    color: hsla(25,5%,45%,.4)
}

.text-stone-500\/5 {
    color: hsla(25,5%,45%,.05)
}

.text-stone-500\/50 {
    color: hsla(25,5%,45%,.5)
}

.text-stone-500\/60 {
    color: hsla(25,5%,45%,.6)
}

.text-stone-500\/70 {
    color: hsla(25,5%,45%,.7)
}

.text-stone-500\/75 {
    color: hsla(25,5%,45%,.75)
}

.text-stone-500\/80 {
    color: hsla(25,5%,45%,.8)
}

.text-stone-500\/90 {
    color: hsla(25,5%,45%,.9)
}

.text-stone-500\/95 {
    color: hsla(25,5%,45%,.95)
}

.text-stone-600 {
    --tw-text-opacity: 1;
    color: rgb(87 83 78/var(--tw-text-opacity))
}

.text-stone-600\/0 {
    color: rgba(87,83,78,0)
}

.text-stone-600\/10 {
    color: rgba(87,83,78,.1)
}

.text-stone-600\/100 {
    color: #57534e
}

.text-stone-600\/20 {
    color: rgba(87,83,78,.2)
}

.text-stone-600\/25 {
    color: rgba(87,83,78,.25)
}

.text-stone-600\/30 {
    color: rgba(87,83,78,.3)
}

.text-stone-600\/40 {
    color: rgba(87,83,78,.4)
}

.text-stone-600\/5 {
    color: rgba(87,83,78,.05)
}

.text-stone-600\/50 {
    color: rgba(87,83,78,.5)
}

.text-stone-600\/60 {
    color: rgba(87,83,78,.6)
}

.text-stone-600\/70 {
    color: rgba(87,83,78,.7)
}

.text-stone-600\/75 {
    color: rgba(87,83,78,.75)
}

.text-stone-600\/80 {
    color: rgba(87,83,78,.8)
}

.text-stone-600\/90 {
    color: rgba(87,83,78,.9)
}

.text-stone-600\/95 {
    color: rgba(87,83,78,.95)
}

.text-stone-700 {
    --tw-text-opacity: 1;
    color: rgb(68 64 60/var(--tw-text-opacity))
}

.text-stone-700\/0 {
    color: rgba(68,64,60,0)
}

.text-stone-700\/10 {
    color: rgba(68,64,60,.1)
}

.text-stone-700\/100 {
    color: #44403c
}

.text-stone-700\/20 {
    color: rgba(68,64,60,.2)
}

.text-stone-700\/25 {
    color: rgba(68,64,60,.25)
}

.text-stone-700\/30 {
    color: rgba(68,64,60,.3)
}

.text-stone-700\/40 {
    color: rgba(68,64,60,.4)
}

.text-stone-700\/5 {
    color: rgba(68,64,60,.05)
}

.text-stone-700\/50 {
    color: rgba(68,64,60,.5)
}

.text-stone-700\/60 {
    color: rgba(68,64,60,.6)
}

.text-stone-700\/70 {
    color: rgba(68,64,60,.7)
}

.text-stone-700\/75 {
    color: rgba(68,64,60,.75)
}

.text-stone-700\/80 {
    color: rgba(68,64,60,.8)
}

.text-stone-700\/90 {
    color: rgba(68,64,60,.9)
}

.text-stone-700\/95 {
    color: rgba(68,64,60,.95)
}

.text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36/var(--tw-text-opacity))
}

.text-stone-800\/0 {
    color: rgba(41,37,36,0)
}

.text-stone-800\/10 {
    color: rgba(41,37,36,.1)
}

.text-stone-800\/100 {
    color: #292524
}

.text-stone-800\/20 {
    color: rgba(41,37,36,.2)
}

.text-stone-800\/25 {
    color: rgba(41,37,36,.25)
}

.text-stone-800\/30 {
    color: rgba(41,37,36,.3)
}

.text-stone-800\/40 {
    color: rgba(41,37,36,.4)
}

.text-stone-800\/5 {
    color: rgba(41,37,36,.05)
}

.text-stone-800\/50 {
    color: rgba(41,37,36,.5)
}

.text-stone-800\/60 {
    color: rgba(41,37,36,.6)
}

.text-stone-800\/70 {
    color: rgba(41,37,36,.7)
}

.text-stone-800\/75 {
    color: rgba(41,37,36,.75)
}

.text-stone-800\/80 {
    color: rgba(41,37,36,.8)
}

.text-stone-800\/90 {
    color: rgba(41,37,36,.9)
}

.text-stone-800\/95 {
    color: rgba(41,37,36,.95)
}

.text-stone-900 {
    --tw-text-opacity: 1;
    color: rgb(28 25 23/var(--tw-text-opacity))
}

.text-stone-900\/0 {
    color: rgba(28,25,23,0)
}

.text-stone-900\/10 {
    color: rgba(28,25,23,.1)
}

.text-stone-900\/100 {
    color: #1c1917
}

.text-stone-900\/20 {
    color: rgba(28,25,23,.2)
}

.text-stone-900\/25 {
    color: rgba(28,25,23,.25)
}

.text-stone-900\/30 {
    color: rgba(28,25,23,.3)
}

.text-stone-900\/40 {
    color: rgba(28,25,23,.4)
}

.text-stone-900\/5 {
    color: rgba(28,25,23,.05)
}

.text-stone-900\/50 {
    color: rgba(28,25,23,.5)
}

.text-stone-900\/60 {
    color: rgba(28,25,23,.6)
}

.text-stone-900\/70 {
    color: rgba(28,25,23,.7)
}

.text-stone-900\/75 {
    color: rgba(28,25,23,.75)
}

.text-stone-900\/80 {
    color: rgba(28,25,23,.8)
}

.text-stone-900\/90 {
    color: rgba(28,25,23,.9)
}

.text-stone-900\/95 {
    color: rgba(28,25,23,.95)
}

.text-stone-950 {
    --tw-text-opacity: 1;
    color: rgb(12 10 9/var(--tw-text-opacity))
}

.text-stone-950\/0 {
    color: rgba(12,10,9,0)
}

.text-stone-950\/10 {
    color: rgba(12,10,9,.1)
}

.text-stone-950\/100 {
    color: #0c0a09
}

.text-stone-950\/20 {
    color: rgba(12,10,9,.2)
}

.text-stone-950\/25 {
    color: rgba(12,10,9,.25)
}

.text-stone-950\/30 {
    color: rgba(12,10,9,.3)
}

.text-stone-950\/40 {
    color: rgba(12,10,9,.4)
}

.text-stone-950\/5 {
    color: rgba(12,10,9,.05)
}

.text-stone-950\/50 {
    color: rgba(12,10,9,.5)
}

.text-stone-950\/60 {
    color: rgba(12,10,9,.6)
}

.text-stone-950\/70 {
    color: rgba(12,10,9,.7)
}

.text-stone-950\/75 {
    color: rgba(12,10,9,.75)
}

.text-stone-950\/80 {
    color: rgba(12,10,9,.8)
}

.text-stone-950\/90 {
    color: rgba(12,10,9,.9)
}

.text-stone-950\/95 {
    color: rgba(12,10,9,.95)
}

.text-teal-100 {
    --tw-text-opacity: 1;
    color: rgb(204 251 241/var(--tw-text-opacity))
}

.text-teal-100\/0 {
    color: rgba(204,251,241,0)
}

.text-teal-100\/10 {
    color: rgba(204,251,241,.1)
}

.text-teal-100\/100 {
    color: #ccfbf1
}

.text-teal-100\/20 {
    color: rgba(204,251,241,.2)
}

.text-teal-100\/25 {
    color: rgba(204,251,241,.25)
}

.text-teal-100\/30 {
    color: rgba(204,251,241,.3)
}

.text-teal-100\/40 {
    color: rgba(204,251,241,.4)
}

.text-teal-100\/5 {
    color: rgba(204,251,241,.05)
}

.text-teal-100\/50 {
    color: rgba(204,251,241,.5)
}

.text-teal-100\/60 {
    color: rgba(204,251,241,.6)
}

.text-teal-100\/70 {
    color: rgba(204,251,241,.7)
}

.text-teal-100\/75 {
    color: rgba(204,251,241,.75)
}

.text-teal-100\/80 {
    color: rgba(204,251,241,.8)
}

.text-teal-100\/90 {
    color: rgba(204,251,241,.9)
}

.text-teal-100\/95 {
    color: rgba(204,251,241,.95)
}

.text-teal-200 {
    --tw-text-opacity: 1;
    color: rgb(153 246 228/var(--tw-text-opacity))
}

.text-teal-200\/0 {
    color: rgba(153,246,228,0)
}

.text-teal-200\/10 {
    color: rgba(153,246,228,.1)
}

.text-teal-200\/100 {
    color: #99f6e4
}

.text-teal-200\/20 {
    color: rgba(153,246,228,.2)
}

.text-teal-200\/25 {
    color: rgba(153,246,228,.25)
}

.text-teal-200\/30 {
    color: rgba(153,246,228,.3)
}

.text-teal-200\/40 {
    color: rgba(153,246,228,.4)
}

.text-teal-200\/5 {
    color: rgba(153,246,228,.05)
}

.text-teal-200\/50 {
    color: rgba(153,246,228,.5)
}

.text-teal-200\/60 {
    color: rgba(153,246,228,.6)
}

.text-teal-200\/70 {
    color: rgba(153,246,228,.7)
}

.text-teal-200\/75 {
    color: rgba(153,246,228,.75)
}

.text-teal-200\/80 {
    color: rgba(153,246,228,.8)
}

.text-teal-200\/90 {
    color: rgba(153,246,228,.9)
}

.text-teal-200\/95 {
    color: rgba(153,246,228,.95)
}

.text-teal-300 {
    --tw-text-opacity: 1;
    color: rgb(94 234 212/var(--tw-text-opacity))
}

.text-teal-300\/0 {
    color: rgba(94,234,212,0)
}

.text-teal-300\/10 {
    color: rgba(94,234,212,.1)
}

.text-teal-300\/100 {
    color: #5eead4
}

.text-teal-300\/20 {
    color: rgba(94,234,212,.2)
}

.text-teal-300\/25 {
    color: rgba(94,234,212,.25)
}

.text-teal-300\/30 {
    color: rgba(94,234,212,.3)
}

.text-teal-300\/40 {
    color: rgba(94,234,212,.4)
}

.text-teal-300\/5 {
    color: rgba(94,234,212,.05)
}

.text-teal-300\/50 {
    color: rgba(94,234,212,.5)
}

.text-teal-300\/60 {
    color: rgba(94,234,212,.6)
}

.text-teal-300\/70 {
    color: rgba(94,234,212,.7)
}

.text-teal-300\/75 {
    color: rgba(94,234,212,.75)
}

.text-teal-300\/80 {
    color: rgba(94,234,212,.8)
}

.text-teal-300\/90 {
    color: rgba(94,234,212,.9)
}

.text-teal-300\/95 {
    color: rgba(94,234,212,.95)
}

.text-teal-400 {
    --tw-text-opacity: 1;
    color: rgb(45 212 191/var(--tw-text-opacity))
}

.text-teal-400\/0 {
    color: rgba(45,212,191,0)
}

.text-teal-400\/10 {
    color: rgba(45,212,191,.1)
}

.text-teal-400\/100 {
    color: #2dd4bf
}

.text-teal-400\/20 {
    color: rgba(45,212,191,.2)
}

.text-teal-400\/25 {
    color: rgba(45,212,191,.25)
}

.text-teal-400\/30 {
    color: rgba(45,212,191,.3)
}

.text-teal-400\/40 {
    color: rgba(45,212,191,.4)
}

.text-teal-400\/5 {
    color: rgba(45,212,191,.05)
}

.text-teal-400\/50 {
    color: rgba(45,212,191,.5)
}

.text-teal-400\/60 {
    color: rgba(45,212,191,.6)
}

.text-teal-400\/70 {
    color: rgba(45,212,191,.7)
}

.text-teal-400\/75 {
    color: rgba(45,212,191,.75)
}

.text-teal-400\/80 {
    color: rgba(45,212,191,.8)
}

.text-teal-400\/90 {
    color: rgba(45,212,191,.9)
}

.text-teal-400\/95 {
    color: rgba(45,212,191,.95)
}

.text-teal-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 250/var(--tw-text-opacity))
}

.text-teal-50\/0 {
    color: rgba(240,253,250,0)
}

.text-teal-50\/10 {
    color: rgba(240,253,250,.1)
}

.text-teal-50\/100 {
    color: #f0fdfa
}

.text-teal-50\/20 {
    color: rgba(240,253,250,.2)
}

.text-teal-50\/25 {
    color: rgba(240,253,250,.25)
}

.text-teal-50\/30 {
    color: rgba(240,253,250,.3)
}

.text-teal-50\/40 {
    color: rgba(240,253,250,.4)
}

.text-teal-50\/5 {
    color: rgba(240,253,250,.05)
}

.text-teal-50\/50 {
    color: rgba(240,253,250,.5)
}

.text-teal-50\/60 {
    color: rgba(240,253,250,.6)
}

.text-teal-50\/70 {
    color: rgba(240,253,250,.7)
}

.text-teal-50\/75 {
    color: rgba(240,253,250,.75)
}

.text-teal-50\/80 {
    color: rgba(240,253,250,.8)
}

.text-teal-50\/90 {
    color: rgba(240,253,250,.9)
}

.text-teal-50\/95 {
    color: rgba(240,253,250,.95)
}

.text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(20 184 166/var(--tw-text-opacity))
}

.text-teal-500\/0 {
    color: rgba(20,184,166,0)
}

.text-teal-500\/10 {
    color: rgba(20,184,166,.1)
}

.text-teal-500\/100 {
    color: #14b8a6
}

.text-teal-500\/20 {
    color: rgba(20,184,166,.2)
}

.text-teal-500\/25 {
    color: rgba(20,184,166,.25)
}

.text-teal-500\/30 {
    color: rgba(20,184,166,.3)
}

.text-teal-500\/40 {
    color: rgba(20,184,166,.4)
}

.text-teal-500\/5 {
    color: rgba(20,184,166,.05)
}

.text-teal-500\/50 {
    color: rgba(20,184,166,.5)
}

.text-teal-500\/60 {
    color: rgba(20,184,166,.6)
}

.text-teal-500\/70 {
    color: rgba(20,184,166,.7)
}

.text-teal-500\/75 {
    color: rgba(20,184,166,.75)
}

.text-teal-500\/80 {
    color: rgba(20,184,166,.8)
}

.text-teal-500\/90 {
    color: rgba(20,184,166,.9)
}

.text-teal-500\/95 {
    color: rgba(20,184,166,.95)
}

.text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(13 148 136/var(--tw-text-opacity))
}

.text-teal-600\/0 {
    color: rgba(13,148,136,0)
}

.text-teal-600\/10 {
    color: rgba(13,148,136,.1)
}

.text-teal-600\/100 {
    color: #0d9488
}

.text-teal-600\/20 {
    color: rgba(13,148,136,.2)
}

.text-teal-600\/25 {
    color: rgba(13,148,136,.25)
}

.text-teal-600\/30 {
    color: rgba(13,148,136,.3)
}

.text-teal-600\/40 {
    color: rgba(13,148,136,.4)
}

.text-teal-600\/5 {
    color: rgba(13,148,136,.05)
}

.text-teal-600\/50 {
    color: rgba(13,148,136,.5)
}

.text-teal-600\/60 {
    color: rgba(13,148,136,.6)
}

.text-teal-600\/70 {
    color: rgba(13,148,136,.7)
}

.text-teal-600\/75 {
    color: rgba(13,148,136,.75)
}

.text-teal-600\/80 {
    color: rgba(13,148,136,.8)
}

.text-teal-600\/90 {
    color: rgba(13,148,136,.9)
}

.text-teal-600\/95 {
    color: rgba(13,148,136,.95)
}

.text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110/var(--tw-text-opacity))
}

.text-teal-700\/0 {
    color: rgba(15,118,110,0)
}

.text-teal-700\/10 {
    color: rgba(15,118,110,.1)
}

.text-teal-700\/100 {
    color: #0f766e
}

.text-teal-700\/20 {
    color: rgba(15,118,110,.2)
}

.text-teal-700\/25 {
    color: rgba(15,118,110,.25)
}

.text-teal-700\/30 {
    color: rgba(15,118,110,.3)
}

.text-teal-700\/40 {
    color: rgba(15,118,110,.4)
}

.text-teal-700\/5 {
    color: rgba(15,118,110,.05)
}

.text-teal-700\/50 {
    color: rgba(15,118,110,.5)
}

.text-teal-700\/60 {
    color: rgba(15,118,110,.6)
}

.text-teal-700\/70 {
    color: rgba(15,118,110,.7)
}

.text-teal-700\/75 {
    color: rgba(15,118,110,.75)
}

.text-teal-700\/80 {
    color: rgba(15,118,110,.8)
}

.text-teal-700\/90 {
    color: rgba(15,118,110,.9)
}

.text-teal-700\/95 {
    color: rgba(15,118,110,.95)
}

.text-teal-800 {
    --tw-text-opacity: 1;
    color: rgb(17 94 89/var(--tw-text-opacity))
}

.text-teal-800\/0 {
    color: rgba(17,94,89,0)
}

.text-teal-800\/10 {
    color: rgba(17,94,89,.1)
}

.text-teal-800\/100 {
    color: #115e59
}

.text-teal-800\/20 {
    color: rgba(17,94,89,.2)
}

.text-teal-800\/25 {
    color: rgba(17,94,89,.25)
}

.text-teal-800\/30 {
    color: rgba(17,94,89,.3)
}

.text-teal-800\/40 {
    color: rgba(17,94,89,.4)
}

.text-teal-800\/5 {
    color: rgba(17,94,89,.05)
}

.text-teal-800\/50 {
    color: rgba(17,94,89,.5)
}

.text-teal-800\/60 {
    color: rgba(17,94,89,.6)
}

.text-teal-800\/70 {
    color: rgba(17,94,89,.7)
}

.text-teal-800\/75 {
    color: rgba(17,94,89,.75)
}

.text-teal-800\/80 {
    color: rgba(17,94,89,.8)
}

.text-teal-800\/90 {
    color: rgba(17,94,89,.9)
}

.text-teal-800\/95 {
    color: rgba(17,94,89,.95)
}

.text-teal-900 {
    --tw-text-opacity: 1;
    color: rgb(19 78 74/var(--tw-text-opacity))
}

.text-teal-900\/0 {
    color: rgba(19,78,74,0)
}

.text-teal-900\/10 {
    color: rgba(19,78,74,.1)
}

.text-teal-900\/100 {
    color: #134e4a
}

.text-teal-900\/20 {
    color: rgba(19,78,74,.2)
}

.text-teal-900\/25 {
    color: rgba(19,78,74,.25)
}

.text-teal-900\/30 {
    color: rgba(19,78,74,.3)
}

.text-teal-900\/40 {
    color: rgba(19,78,74,.4)
}

.text-teal-900\/5 {
    color: rgba(19,78,74,.05)
}

.text-teal-900\/50 {
    color: rgba(19,78,74,.5)
}

.text-teal-900\/60 {
    color: rgba(19,78,74,.6)
}

.text-teal-900\/70 {
    color: rgba(19,78,74,.7)
}

.text-teal-900\/75 {
    color: rgba(19,78,74,.75)
}

.text-teal-900\/80 {
    color: rgba(19,78,74,.8)
}

.text-teal-900\/90 {
    color: rgba(19,78,74,.9)
}

.text-teal-900\/95 {
    color: rgba(19,78,74,.95)
}

.text-teal-950 {
    --tw-text-opacity: 1;
    color: rgb(4 47 46/var(--tw-text-opacity))
}

.text-teal-950\/0 {
    color: rgba(4,47,46,0)
}

.text-teal-950\/10 {
    color: rgba(4,47,46,.1)
}

.text-teal-950\/100 {
    color: #042f2e
}

.text-teal-950\/20 {
    color: rgba(4,47,46,.2)
}

.text-teal-950\/25 {
    color: rgba(4,47,46,.25)
}

.text-teal-950\/30 {
    color: rgba(4,47,46,.3)
}

.text-teal-950\/40 {
    color: rgba(4,47,46,.4)
}

.text-teal-950\/5 {
    color: rgba(4,47,46,.05)
}

.text-teal-950\/50 {
    color: rgba(4,47,46,.5)
}

.text-teal-950\/60 {
    color: rgba(4,47,46,.6)
}

.text-teal-950\/70 {
    color: rgba(4,47,46,.7)
}

.text-teal-950\/75 {
    color: rgba(4,47,46,.75)
}

.text-teal-950\/80 {
    color: rgba(4,47,46,.8)
}

.text-teal-950\/90 {
    color: rgba(4,47,46,.9)
}

.text-teal-950\/95 {
    color: rgba(4,47,46,.95)
}

.text-transparent,.text-transparent\/0 {
    color: transparent
}

.text-transparent\/10 {
    color: rgba(0,0,0,.1)
}

.text-transparent\/100 {
    color: #000
}

.text-transparent\/20 {
    color: rgba(0,0,0,.2)
}

.text-transparent\/25 {
    color: rgba(0,0,0,.25)
}

.text-transparent\/30 {
    color: rgba(0,0,0,.3)
}

.text-transparent\/40 {
    color: rgba(0,0,0,.4)
}

.text-transparent\/5 {
    color: rgba(0,0,0,.05)
}

.text-transparent\/50 {
    color: rgba(0,0,0,.5)
}

.text-transparent\/60 {
    color: rgba(0,0,0,.6)
}

.text-transparent\/70 {
    color: rgba(0,0,0,.7)
}

.text-transparent\/75 {
    color: rgba(0,0,0,.75)
}

.text-transparent\/80 {
    color: rgba(0,0,0,.8)
}

.text-transparent\/90 {
    color: rgba(0,0,0,.9)
}

.text-transparent\/95 {
    color: rgba(0,0,0,.95)
}

.text-violet-100 {
    --tw-text-opacity: 1;
    color: rgb(237 233 254/var(--tw-text-opacity))
}

.text-violet-100\/0 {
    color: rgba(237,233,254,0)
}

.text-violet-100\/10 {
    color: rgba(237,233,254,.1)
}

.text-violet-100\/100 {
    color: #ede9fe
}

.text-violet-100\/20 {
    color: rgba(237,233,254,.2)
}

.text-violet-100\/25 {
    color: rgba(237,233,254,.25)
}

.text-violet-100\/30 {
    color: rgba(237,233,254,.3)
}

.text-violet-100\/40 {
    color: rgba(237,233,254,.4)
}

.text-violet-100\/5 {
    color: rgba(237,233,254,.05)
}

.text-violet-100\/50 {
    color: rgba(237,233,254,.5)
}

.text-violet-100\/60 {
    color: rgba(237,233,254,.6)
}

.text-violet-100\/70 {
    color: rgba(237,233,254,.7)
}

.text-violet-100\/75 {
    color: rgba(237,233,254,.75)
}

.text-violet-100\/80 {
    color: rgba(237,233,254,.8)
}

.text-violet-100\/90 {
    color: rgba(237,233,254,.9)
}

.text-violet-100\/95 {
    color: rgba(237,233,254,.95)
}

.text-violet-200 {
    --tw-text-opacity: 1;
    color: rgb(221 214 254/var(--tw-text-opacity))
}

.text-violet-200\/0 {
    color: rgba(221,214,254,0)
}

.text-violet-200\/10 {
    color: rgba(221,214,254,.1)
}

.text-violet-200\/100 {
    color: #ddd6fe
}

.text-violet-200\/20 {
    color: rgba(221,214,254,.2)
}

.text-violet-200\/25 {
    color: rgba(221,214,254,.25)
}

.text-violet-200\/30 {
    color: rgba(221,214,254,.3)
}

.text-violet-200\/40 {
    color: rgba(221,214,254,.4)
}

.text-violet-200\/5 {
    color: rgba(221,214,254,.05)
}

.text-violet-200\/50 {
    color: rgba(221,214,254,.5)
}

.text-violet-200\/60 {
    color: rgba(221,214,254,.6)
}

.text-violet-200\/70 {
    color: rgba(221,214,254,.7)
}

.text-violet-200\/75 {
    color: rgba(221,214,254,.75)
}

.text-violet-200\/80 {
    color: rgba(221,214,254,.8)
}

.text-violet-200\/90 {
    color: rgba(221,214,254,.9)
}

.text-violet-200\/95 {
    color: rgba(221,214,254,.95)
}

.text-violet-300 {
    --tw-text-opacity: 1;
    color: rgb(196 181 253/var(--tw-text-opacity))
}

.text-violet-300\/0 {
    color: rgba(196,181,253,0)
}

.text-violet-300\/10 {
    color: rgba(196,181,253,.1)
}

.text-violet-300\/100 {
    color: #c4b5fd
}

.text-violet-300\/20 {
    color: rgba(196,181,253,.2)
}

.text-violet-300\/25 {
    color: rgba(196,181,253,.25)
}

.text-violet-300\/30 {
    color: rgba(196,181,253,.3)
}

.text-violet-300\/40 {
    color: rgba(196,181,253,.4)
}

.text-violet-300\/5 {
    color: rgba(196,181,253,.05)
}

.text-violet-300\/50 {
    color: rgba(196,181,253,.5)
}

.text-violet-300\/60 {
    color: rgba(196,181,253,.6)
}

.text-violet-300\/70 {
    color: rgba(196,181,253,.7)
}

.text-violet-300\/75 {
    color: rgba(196,181,253,.75)
}

.text-violet-300\/80 {
    color: rgba(196,181,253,.8)
}

.text-violet-300\/90 {
    color: rgba(196,181,253,.9)
}

.text-violet-300\/95 {
    color: rgba(196,181,253,.95)
}

.text-violet-400 {
    --tw-text-opacity: 1;
    color: rgb(167 139 250/var(--tw-text-opacity))
}

.text-violet-400\/0 {
    color: rgba(167,139,250,0)
}

.text-violet-400\/10 {
    color: rgba(167,139,250,.1)
}

.text-violet-400\/100 {
    color: #a78bfa
}

.text-violet-400\/20 {
    color: rgba(167,139,250,.2)
}

.text-violet-400\/25 {
    color: rgba(167,139,250,.25)
}

.text-violet-400\/30 {
    color: rgba(167,139,250,.3)
}

.text-violet-400\/40 {
    color: rgba(167,139,250,.4)
}

.text-violet-400\/5 {
    color: rgba(167,139,250,.05)
}

.text-violet-400\/50 {
    color: rgba(167,139,250,.5)
}

.text-violet-400\/60 {
    color: rgba(167,139,250,.6)
}

.text-violet-400\/70 {
    color: rgba(167,139,250,.7)
}

.text-violet-400\/75 {
    color: rgba(167,139,250,.75)
}

.text-violet-400\/80 {
    color: rgba(167,139,250,.8)
}

.text-violet-400\/90 {
    color: rgba(167,139,250,.9)
}

.text-violet-400\/95 {
    color: rgba(167,139,250,.95)
}

.text-violet-50 {
    --tw-text-opacity: 1;
    color: rgb(245 243 255/var(--tw-text-opacity))
}

.text-violet-50\/0 {
    color: rgba(245,243,255,0)
}

.text-violet-50\/10 {
    color: rgba(245,243,255,.1)
}

.text-violet-50\/100 {
    color: #f5f3ff
}

.text-violet-50\/20 {
    color: rgba(245,243,255,.2)
}

.text-violet-50\/25 {
    color: rgba(245,243,255,.25)
}

.text-violet-50\/30 {
    color: rgba(245,243,255,.3)
}

.text-violet-50\/40 {
    color: rgba(245,243,255,.4)
}

.text-violet-50\/5 {
    color: rgba(245,243,255,.05)
}

.text-violet-50\/50 {
    color: rgba(245,243,255,.5)
}

.text-violet-50\/60 {
    color: rgba(245,243,255,.6)
}

.text-violet-50\/70 {
    color: rgba(245,243,255,.7)
}

.text-violet-50\/75 {
    color: rgba(245,243,255,.75)
}

.text-violet-50\/80 {
    color: rgba(245,243,255,.8)
}

.text-violet-50\/90 {
    color: rgba(245,243,255,.9)
}

.text-violet-50\/95 {
    color: rgba(245,243,255,.95)
}

.text-violet-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246/var(--tw-text-opacity))
}

.text-violet-500\/0 {
    color: rgba(139,92,246,0)
}

.text-violet-500\/10 {
    color: rgba(139,92,246,.1)
}

.text-violet-500\/100 {
    color: #8b5cf6
}

.text-violet-500\/20 {
    color: rgba(139,92,246,.2)
}

.text-violet-500\/25 {
    color: rgba(139,92,246,.25)
}

.text-violet-500\/30 {
    color: rgba(139,92,246,.3)
}

.text-violet-500\/40 {
    color: rgba(139,92,246,.4)
}

.text-violet-500\/5 {
    color: rgba(139,92,246,.05)
}

.text-violet-500\/50 {
    color: rgba(139,92,246,.5)
}

.text-violet-500\/60 {
    color: rgba(139,92,246,.6)
}

.text-violet-500\/70 {
    color: rgba(139,92,246,.7)
}

.text-violet-500\/75 {
    color: rgba(139,92,246,.75)
}

.text-violet-500\/80 {
    color: rgba(139,92,246,.8)
}

.text-violet-500\/90 {
    color: rgba(139,92,246,.9)
}

.text-violet-500\/95 {
    color: rgba(139,92,246,.95)
}

.text-violet-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237/var(--tw-text-opacity))
}

.text-violet-600\/0 {
    color: rgba(124,58,237,0)
}

.text-violet-600\/10 {
    color: rgba(124,58,237,.1)
}

.text-violet-600\/100 {
    color: #7c3aed
}

.text-violet-600\/20 {
    color: rgba(124,58,237,.2)
}

.text-violet-600\/25 {
    color: rgba(124,58,237,.25)
}

.text-violet-600\/30 {
    color: rgba(124,58,237,.3)
}

.text-violet-600\/40 {
    color: rgba(124,58,237,.4)
}

.text-violet-600\/5 {
    color: rgba(124,58,237,.05)
}

.text-violet-600\/50 {
    color: rgba(124,58,237,.5)
}

.text-violet-600\/60 {
    color: rgba(124,58,237,.6)
}

.text-violet-600\/70 {
    color: rgba(124,58,237,.7)
}

.text-violet-600\/75 {
    color: rgba(124,58,237,.75)
}

.text-violet-600\/80 {
    color: rgba(124,58,237,.8)
}

.text-violet-600\/90 {
    color: rgba(124,58,237,.9)
}

.text-violet-600\/95 {
    color: rgba(124,58,237,.95)
}

.text-violet-700 {
    --tw-text-opacity: 1;
    color: rgb(109 40 217/var(--tw-text-opacity))
}

.text-violet-700\/0 {
    color: rgba(109,40,217,0)
}

.text-violet-700\/10 {
    color: rgba(109,40,217,.1)
}

.text-violet-700\/100 {
    color: #6d28d9
}

.text-violet-700\/20 {
    color: rgba(109,40,217,.2)
}

.text-violet-700\/25 {
    color: rgba(109,40,217,.25)
}

.text-violet-700\/30 {
    color: rgba(109,40,217,.3)
}

.text-violet-700\/40 {
    color: rgba(109,40,217,.4)
}

.text-violet-700\/5 {
    color: rgba(109,40,217,.05)
}

.text-violet-700\/50 {
    color: rgba(109,40,217,.5)
}

.text-violet-700\/60 {
    color: rgba(109,40,217,.6)
}

.text-violet-700\/70 {
    color: rgba(109,40,217,.7)
}

.text-violet-700\/75 {
    color: rgba(109,40,217,.75)
}

.text-violet-700\/80 {
    color: rgba(109,40,217,.8)
}

.text-violet-700\/90 {
    color: rgba(109,40,217,.9)
}

.text-violet-700\/95 {
    color: rgba(109,40,217,.95)
}

.text-violet-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182/var(--tw-text-opacity))
}

.text-violet-800\/0 {
    color: rgba(91,33,182,0)
}

.text-violet-800\/10 {
    color: rgba(91,33,182,.1)
}

.text-violet-800\/100 {
    color: #5b21b6
}

.text-violet-800\/20 {
    color: rgba(91,33,182,.2)
}

.text-violet-800\/25 {
    color: rgba(91,33,182,.25)
}

.text-violet-800\/30 {
    color: rgba(91,33,182,.3)
}

.text-violet-800\/40 {
    color: rgba(91,33,182,.4)
}

.text-violet-800\/5 {
    color: rgba(91,33,182,.05)
}

.text-violet-800\/50 {
    color: rgba(91,33,182,.5)
}

.text-violet-800\/60 {
    color: rgba(91,33,182,.6)
}

.text-violet-800\/70 {
    color: rgba(91,33,182,.7)
}

.text-violet-800\/75 {
    color: rgba(91,33,182,.75)
}

.text-violet-800\/80 {
    color: rgba(91,33,182,.8)
}

.text-violet-800\/90 {
    color: rgba(91,33,182,.9)
}

.text-violet-800\/95 {
    color: rgba(91,33,182,.95)
}

.text-violet-900 {
    --tw-text-opacity: 1;
    color: rgb(76 29 149/var(--tw-text-opacity))
}

.text-violet-900\/0 {
    color: rgba(76,29,149,0)
}

.text-violet-900\/10 {
    color: rgba(76,29,149,.1)
}

.text-violet-900\/100 {
    color: #4c1d95
}

.text-violet-900\/20 {
    color: rgba(76,29,149,.2)
}

.text-violet-900\/25 {
    color: rgba(76,29,149,.25)
}

.text-violet-900\/30 {
    color: rgba(76,29,149,.3)
}

.text-violet-900\/40 {
    color: rgba(76,29,149,.4)
}

.text-violet-900\/5 {
    color: rgba(76,29,149,.05)
}

.text-violet-900\/50 {
    color: rgba(76,29,149,.5)
}

.text-violet-900\/60 {
    color: rgba(76,29,149,.6)
}

.text-violet-900\/70 {
    color: rgba(76,29,149,.7)
}

.text-violet-900\/75 {
    color: rgba(76,29,149,.75)
}

.text-violet-900\/80 {
    color: rgba(76,29,149,.8)
}

.text-violet-900\/90 {
    color: rgba(76,29,149,.9)
}

.text-violet-900\/95 {
    color: rgba(76,29,149,.95)
}

.text-violet-950 {
    --tw-text-opacity: 1;
    color: rgb(46 16 101/var(--tw-text-opacity))
}

.text-violet-950\/0 {
    color: rgba(46,16,101,0)
}

.text-violet-950\/10 {
    color: rgba(46,16,101,.1)
}

.text-violet-950\/100 {
    color: #2e1065
}

.text-violet-950\/20 {
    color: rgba(46,16,101,.2)
}

.text-violet-950\/25 {
    color: rgba(46,16,101,.25)
}

.text-violet-950\/30 {
    color: rgba(46,16,101,.3)
}

.text-violet-950\/40 {
    color: rgba(46,16,101,.4)
}

.text-violet-950\/5 {
    color: rgba(46,16,101,.05)
}

.text-violet-950\/50 {
    color: rgba(46,16,101,.5)
}

.text-violet-950\/60 {
    color: rgba(46,16,101,.6)
}

.text-violet-950\/70 {
    color: rgba(46,16,101,.7)
}

.text-violet-950\/75 {
    color: rgba(46,16,101,.75)
}

.text-violet-950\/80 {
    color: rgba(46,16,101,.8)
}

.text-violet-950\/90 {
    color: rgba(46,16,101,.9)
}

.text-violet-950\/95 {
    color: rgba(46,16,101,.95)
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-white\/0 {
    color: hsla(0,0%,100%,0)
}

.text-white\/10 {
    color: hsla(0,0%,100%,.1)
}

.text-white\/100 {
    color: #fff
}

.text-white\/20 {
    color: hsla(0,0%,100%,.2)
}

.text-white\/25 {
    color: hsla(0,0%,100%,.25)
}

.text-white\/30 {
    color: hsla(0,0%,100%,.3)
}

.text-white\/40 {
    color: hsla(0,0%,100%,.4)
}

.text-white\/5 {
    color: hsla(0,0%,100%,.05)
}

.text-white\/50 {
    color: hsla(0,0%,100%,.5)
}

.text-white\/60 {
    color: hsla(0,0%,100%,.6)
}

.text-white\/70 {
    color: hsla(0,0%,100%,.7)
}

.text-white\/75 {
    color: hsla(0,0%,100%,.75)
}

.text-white\/80 {
    color: hsla(0,0%,100%,.8)
}

.text-white\/90 {
    color: hsla(0,0%,100%,.9)
}

.text-white\/95 {
    color: hsla(0,0%,100%,.95)
}

.text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195/var(--tw-text-opacity))
}

.text-yellow-100\/0 {
    color: hsla(55,97%,88%,0)
}

.text-yellow-100\/10 {
    color: hsla(55,97%,88%,.1)
}

.text-yellow-100\/100 {
    color: #fef9c3
}

.text-yellow-100\/20 {
    color: hsla(55,97%,88%,.2)
}

.text-yellow-100\/25 {
    color: hsla(55,97%,88%,.25)
}

.text-yellow-100\/30 {
    color: hsla(55,97%,88%,.3)
}

.text-yellow-100\/40 {
    color: hsla(55,97%,88%,.4)
}

.text-yellow-100\/5 {
    color: hsla(55,97%,88%,.05)
}

.text-yellow-100\/50 {
    color: hsla(55,97%,88%,.5)
}

.text-yellow-100\/60 {
    color: hsla(55,97%,88%,.6)
}

.text-yellow-100\/70 {
    color: hsla(55,97%,88%,.7)
}

.text-yellow-100\/75 {
    color: hsla(55,97%,88%,.75)
}

.text-yellow-100\/80 {
    color: hsla(55,97%,88%,.8)
}

.text-yellow-100\/90 {
    color: hsla(55,97%,88%,.9)
}

.text-yellow-100\/95 {
    color: hsla(55,97%,88%,.95)
}

.text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138/var(--tw-text-opacity))
}

.text-yellow-200\/0 {
    color: hsla(53,98%,77%,0)
}

.text-yellow-200\/10 {
    color: hsla(53,98%,77%,.1)
}

.text-yellow-200\/100 {
    color: #fef08a
}

.text-yellow-200\/20 {
    color: hsla(53,98%,77%,.2)
}

.text-yellow-200\/25 {
    color: hsla(53,98%,77%,.25)
}

.text-yellow-200\/30 {
    color: hsla(53,98%,77%,.3)
}

.text-yellow-200\/40 {
    color: hsla(53,98%,77%,.4)
}

.text-yellow-200\/5 {
    color: hsla(53,98%,77%,.05)
}

.text-yellow-200\/50 {
    color: hsla(53,98%,77%,.5)
}

.text-yellow-200\/60 {
    color: hsla(53,98%,77%,.6)
}

.text-yellow-200\/70 {
    color: hsla(53,98%,77%,.7)
}

.text-yellow-200\/75 {
    color: hsla(53,98%,77%,.75)
}

.text-yellow-200\/80 {
    color: hsla(53,98%,77%,.8)
}

.text-yellow-200\/90 {
    color: hsla(53,98%,77%,.9)
}

.text-yellow-200\/95 {
    color: hsla(53,98%,77%,.95)
}

.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71/var(--tw-text-opacity))
}

.text-yellow-300\/0 {
    color: rgba(253,224,71,0)
}

.text-yellow-300\/10 {
    color: rgba(253,224,71,.1)
}

.text-yellow-300\/100 {
    color: #fde047
}

.text-yellow-300\/20 {
    color: rgba(253,224,71,.2)
}

.text-yellow-300\/25 {
    color: rgba(253,224,71,.25)
}

.text-yellow-300\/30 {
    color: rgba(253,224,71,.3)
}

.text-yellow-300\/40 {
    color: rgba(253,224,71,.4)
}

.text-yellow-300\/5 {
    color: rgba(253,224,71,.05)
}

.text-yellow-300\/50 {
    color: rgba(253,224,71,.5)
}

.text-yellow-300\/60 {
    color: rgba(253,224,71,.6)
}

.text-yellow-300\/70 {
    color: rgba(253,224,71,.7)
}

.text-yellow-300\/75 {
    color: rgba(253,224,71,.75)
}

.text-yellow-300\/80 {
    color: rgba(253,224,71,.8)
}

.text-yellow-300\/90 {
    color: rgba(253,224,71,.9)
}

.text-yellow-300\/95 {
    color: rgba(253,224,71,.95)
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21/var(--tw-text-opacity))
}

.text-yellow-400\/0 {
    color: rgba(250,204,21,0)
}

.text-yellow-400\/10 {
    color: rgba(250,204,21,.1)
}

.text-yellow-400\/100 {
    color: #facc15
}

.text-yellow-400\/20 {
    color: rgba(250,204,21,.2)
}

.text-yellow-400\/25 {
    color: rgba(250,204,21,.25)
}

.text-yellow-400\/30 {
    color: rgba(250,204,21,.3)
}

.text-yellow-400\/40 {
    color: rgba(250,204,21,.4)
}

.text-yellow-400\/5 {
    color: rgba(250,204,21,.05)
}

.text-yellow-400\/50 {
    color: rgba(250,204,21,.5)
}

.text-yellow-400\/60 {
    color: rgba(250,204,21,.6)
}

.text-yellow-400\/70 {
    color: rgba(250,204,21,.7)
}

.text-yellow-400\/75 {
    color: rgba(250,204,21,.75)
}

.text-yellow-400\/80 {
    color: rgba(250,204,21,.8)
}

.text-yellow-400\/90 {
    color: rgba(250,204,21,.9)
}

.text-yellow-400\/95 {
    color: rgba(250,204,21,.95)
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232/var(--tw-text-opacity))
}

.text-yellow-50\/0 {
    color: hsla(55,92%,95%,0)
}

.text-yellow-50\/10 {
    color: hsla(55,92%,95%,.1)
}

.text-yellow-50\/100 {
    color: #fefce8
}

.text-yellow-50\/20 {
    color: hsla(55,92%,95%,.2)
}

.text-yellow-50\/25 {
    color: hsla(55,92%,95%,.25)
}

.text-yellow-50\/30 {
    color: hsla(55,92%,95%,.3)
}

.text-yellow-50\/40 {
    color: hsla(55,92%,95%,.4)
}

.text-yellow-50\/5 {
    color: hsla(55,92%,95%,.05)
}

.text-yellow-50\/50 {
    color: hsla(55,92%,95%,.5)
}

.text-yellow-50\/60 {
    color: hsla(55,92%,95%,.6)
}

.text-yellow-50\/70 {
    color: hsla(55,92%,95%,.7)
}

.text-yellow-50\/75 {
    color: hsla(55,92%,95%,.75)
}

.text-yellow-50\/80 {
    color: hsla(55,92%,95%,.8)
}

.text-yellow-50\/90 {
    color: hsla(55,92%,95%,.9)
}

.text-yellow-50\/95 {
    color: hsla(55,92%,95%,.95)
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8/var(--tw-text-opacity))
}

.text-yellow-500\/0 {
    color: rgba(234,179,8,0)
}

.text-yellow-500\/10 {
    color: rgba(234,179,8,.1)
}

.text-yellow-500\/100 {
    color: #eab308
}

.text-yellow-500\/20 {
    color: rgba(234,179,8,.2)
}

.text-yellow-500\/25 {
    color: rgba(234,179,8,.25)
}

.text-yellow-500\/30 {
    color: rgba(234,179,8,.3)
}

.text-yellow-500\/40 {
    color: rgba(234,179,8,.4)
}

.text-yellow-500\/5 {
    color: rgba(234,179,8,.05)
}

.text-yellow-500\/50 {
    color: rgba(234,179,8,.5)
}

.text-yellow-500\/60 {
    color: rgba(234,179,8,.6)
}

.text-yellow-500\/70 {
    color: rgba(234,179,8,.7)
}

.text-yellow-500\/75 {
    color: rgba(234,179,8,.75)
}

.text-yellow-500\/80 {
    color: rgba(234,179,8,.8)
}

.text-yellow-500\/90 {
    color: rgba(234,179,8,.9)
}

.text-yellow-500\/95 {
    color: rgba(234,179,8,.95)
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4/var(--tw-text-opacity))
}

.text-yellow-600\/0 {
    color: rgba(202,138,4,0)
}

.text-yellow-600\/10 {
    color: rgba(202,138,4,.1)
}

.text-yellow-600\/100 {
    color: #ca8a04
}

.text-yellow-600\/20 {
    color: rgba(202,138,4,.2)
}

.text-yellow-600\/25 {
    color: rgba(202,138,4,.25)
}

.text-yellow-600\/30 {
    color: rgba(202,138,4,.3)
}

.text-yellow-600\/40 {
    color: rgba(202,138,4,.4)
}

.text-yellow-600\/5 {
    color: rgba(202,138,4,.05)
}

.text-yellow-600\/50 {
    color: rgba(202,138,4,.5)
}

.text-yellow-600\/60 {
    color: rgba(202,138,4,.6)
}

.text-yellow-600\/70 {
    color: rgba(202,138,4,.7)
}

.text-yellow-600\/75 {
    color: rgba(202,138,4,.75)
}

.text-yellow-600\/80 {
    color: rgba(202,138,4,.8)
}

.text-yellow-600\/90 {
    color: rgba(202,138,4,.9)
}

.text-yellow-600\/95 {
    color: rgba(202,138,4,.95)
}

.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7/var(--tw-text-opacity))
}

.text-yellow-700\/0 {
    color: rgba(161,98,7,0)
}

.text-yellow-700\/10 {
    color: rgba(161,98,7,.1)
}

.text-yellow-700\/100 {
    color: #a16207
}

.text-yellow-700\/20 {
    color: rgba(161,98,7,.2)
}

.text-yellow-700\/25 {
    color: rgba(161,98,7,.25)
}

.text-yellow-700\/30 {
    color: rgba(161,98,7,.3)
}

.text-yellow-700\/40 {
    color: rgba(161,98,7,.4)
}

.text-yellow-700\/5 {
    color: rgba(161,98,7,.05)
}

.text-yellow-700\/50 {
    color: rgba(161,98,7,.5)
}

.text-yellow-700\/60 {
    color: rgba(161,98,7,.6)
}

.text-yellow-700\/70 {
    color: rgba(161,98,7,.7)
}

.text-yellow-700\/75 {
    color: rgba(161,98,7,.75)
}

.text-yellow-700\/80 {
    color: rgba(161,98,7,.8)
}

.text-yellow-700\/90 {
    color: rgba(161,98,7,.9)
}

.text-yellow-700\/95 {
    color: rgba(161,98,7,.95)
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14/var(--tw-text-opacity))
}

.text-yellow-800\/0 {
    color: rgba(133,77,14,0)
}

.text-yellow-800\/10 {
    color: rgba(133,77,14,.1)
}

.text-yellow-800\/100 {
    color: #854d0e
}

.text-yellow-800\/20 {
    color: rgba(133,77,14,.2)
}

.text-yellow-800\/25 {
    color: rgba(133,77,14,.25)
}

.text-yellow-800\/30 {
    color: rgba(133,77,14,.3)
}

.text-yellow-800\/40 {
    color: rgba(133,77,14,.4)
}

.text-yellow-800\/5 {
    color: rgba(133,77,14,.05)
}

.text-yellow-800\/50 {
    color: rgba(133,77,14,.5)
}

.text-yellow-800\/60 {
    color: rgba(133,77,14,.6)
}

.text-yellow-800\/70 {
    color: rgba(133,77,14,.7)
}

.text-yellow-800\/75 {
    color: rgba(133,77,14,.75)
}

.text-yellow-800\/80 {
    color: rgba(133,77,14,.8)
}

.text-yellow-800\/90 {
    color: rgba(133,77,14,.9)
}

.text-yellow-800\/95 {
    color: rgba(133,77,14,.95)
}

.text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18/var(--tw-text-opacity))
}

.text-yellow-900\/0 {
    color: rgba(113,63,18,0)
}

.text-yellow-900\/10 {
    color: rgba(113,63,18,.1)
}

.text-yellow-900\/100 {
    color: #713f12
}

.text-yellow-900\/20 {
    color: rgba(113,63,18,.2)
}

.text-yellow-900\/25 {
    color: rgba(113,63,18,.25)
}

.text-yellow-900\/30 {
    color: rgba(113,63,18,.3)
}

.text-yellow-900\/40 {
    color: rgba(113,63,18,.4)
}

.text-yellow-900\/5 {
    color: rgba(113,63,18,.05)
}

.text-yellow-900\/50 {
    color: rgba(113,63,18,.5)
}

.text-yellow-900\/60 {
    color: rgba(113,63,18,.6)
}

.text-yellow-900\/70 {
    color: rgba(113,63,18,.7)
}

.text-yellow-900\/75 {
    color: rgba(113,63,18,.75)
}

.text-yellow-900\/80 {
    color: rgba(113,63,18,.8)
}

.text-yellow-900\/90 {
    color: rgba(113,63,18,.9)
}

.text-yellow-900\/95 {
    color: rgba(113,63,18,.95)
}

.text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6/var(--tw-text-opacity))
}

.text-yellow-950\/0 {
    color: rgba(66,32,6,0)
}

.text-yellow-950\/10 {
    color: rgba(66,32,6,.1)
}

.text-yellow-950\/100 {
    color: #422006
}

.text-yellow-950\/20 {
    color: rgba(66,32,6,.2)
}

.text-yellow-950\/25 {
    color: rgba(66,32,6,.25)
}

.text-yellow-950\/30 {
    color: rgba(66,32,6,.3)
}

.text-yellow-950\/40 {
    color: rgba(66,32,6,.4)
}

.text-yellow-950\/5 {
    color: rgba(66,32,6,.05)
}

.text-yellow-950\/50 {
    color: rgba(66,32,6,.5)
}

.text-yellow-950\/60 {
    color: rgba(66,32,6,.6)
}

.text-yellow-950\/70 {
    color: rgba(66,32,6,.7)
}

.text-yellow-950\/75 {
    color: rgba(66,32,6,.75)
}

.text-yellow-950\/80 {
    color: rgba(66,32,6,.8)
}

.text-yellow-950\/90 {
    color: rgba(66,32,6,.9)
}

.text-yellow-950\/95 {
    color: rgba(66,32,6,.95)
}

.text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgb(244 244 245/var(--tw-text-opacity))
}

.text-zinc-100\/0 {
    color: hsla(240,5%,96%,0)
}

.text-zinc-100\/10 {
    color: hsla(240,5%,96%,.1)
}

.text-zinc-100\/100 {
    color: #f4f4f5
}

.text-zinc-100\/20 {
    color: hsla(240,5%,96%,.2)
}

.text-zinc-100\/25 {
    color: hsla(240,5%,96%,.25)
}

.text-zinc-100\/30 {
    color: hsla(240,5%,96%,.3)
}

.text-zinc-100\/40 {
    color: hsla(240,5%,96%,.4)
}

.text-zinc-100\/5 {
    color: hsla(240,5%,96%,.05)
}

.text-zinc-100\/50 {
    color: hsla(240,5%,96%,.5)
}

.text-zinc-100\/60 {
    color: hsla(240,5%,96%,.6)
}

.text-zinc-100\/70 {
    color: hsla(240,5%,96%,.7)
}

.text-zinc-100\/75 {
    color: hsla(240,5%,96%,.75)
}

.text-zinc-100\/80 {
    color: hsla(240,5%,96%,.8)
}

.text-zinc-100\/90 {
    color: hsla(240,5%,96%,.9)
}

.text-zinc-100\/95 {
    color: hsla(240,5%,96%,.95)
}

.text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgb(228 228 231/var(--tw-text-opacity))
}

.text-zinc-200\/0 {
    color: hsla(240,6%,90%,0)
}

.text-zinc-200\/10 {
    color: hsla(240,6%,90%,.1)
}

.text-zinc-200\/100 {
    color: #e4e4e7
}

.text-zinc-200\/20 {
    color: hsla(240,6%,90%,.2)
}

.text-zinc-200\/25 {
    color: hsla(240,6%,90%,.25)
}

.text-zinc-200\/30 {
    color: hsla(240,6%,90%,.3)
}

.text-zinc-200\/40 {
    color: hsla(240,6%,90%,.4)
}

.text-zinc-200\/5 {
    color: hsla(240,6%,90%,.05)
}

.text-zinc-200\/50 {
    color: hsla(240,6%,90%,.5)
}

.text-zinc-200\/60 {
    color: hsla(240,6%,90%,.6)
}

.text-zinc-200\/70 {
    color: hsla(240,6%,90%,.7)
}

.text-zinc-200\/75 {
    color: hsla(240,6%,90%,.75)
}

.text-zinc-200\/80 {
    color: hsla(240,6%,90%,.8)
}

.text-zinc-200\/90 {
    color: hsla(240,6%,90%,.9)
}

.text-zinc-200\/95 {
    color: hsla(240,6%,90%,.95)
}

.text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 216/var(--tw-text-opacity))
}

.text-zinc-300\/0 {
    color: hsla(240,5%,84%,0)
}

.text-zinc-300\/10 {
    color: hsla(240,5%,84%,.1)
}

.text-zinc-300\/100 {
    color: #d4d4d8
}

.text-zinc-300\/20 {
    color: hsla(240,5%,84%,.2)
}

.text-zinc-300\/25 {
    color: hsla(240,5%,84%,.25)
}

.text-zinc-300\/30 {
    color: hsla(240,5%,84%,.3)
}

.text-zinc-300\/40 {
    color: hsla(240,5%,84%,.4)
}

.text-zinc-300\/5 {
    color: hsla(240,5%,84%,.05)
}

.text-zinc-300\/50 {
    color: hsla(240,5%,84%,.5)
}

.text-zinc-300\/60 {
    color: hsla(240,5%,84%,.6)
}

.text-zinc-300\/70 {
    color: hsla(240,5%,84%,.7)
}

.text-zinc-300\/75 {
    color: hsla(240,5%,84%,.75)
}

.text-zinc-300\/80 {
    color: hsla(240,5%,84%,.8)
}

.text-zinc-300\/90 {
    color: hsla(240,5%,84%,.9)
}

.text-zinc-300\/95 {
    color: hsla(240,5%,84%,.95)
}

.text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170/var(--tw-text-opacity))
}

.text-zinc-400\/0 {
    color: hsla(240,5%,65%,0)
}

.text-zinc-400\/10 {
    color: hsla(240,5%,65%,.1)
}

.text-zinc-400\/100 {
    color: #a1a1aa
}

.text-zinc-400\/20 {
    color: hsla(240,5%,65%,.2)
}

.text-zinc-400\/25 {
    color: hsla(240,5%,65%,.25)
}

.text-zinc-400\/30 {
    color: hsla(240,5%,65%,.3)
}

.text-zinc-400\/40 {
    color: hsla(240,5%,65%,.4)
}

.text-zinc-400\/5 {
    color: hsla(240,5%,65%,.05)
}

.text-zinc-400\/50 {
    color: hsla(240,5%,65%,.5)
}

.text-zinc-400\/60 {
    color: hsla(240,5%,65%,.6)
}

.text-zinc-400\/70 {
    color: hsla(240,5%,65%,.7)
}

.text-zinc-400\/75 {
    color: hsla(240,5%,65%,.75)
}

.text-zinc-400\/80 {
    color: hsla(240,5%,65%,.8)
}

.text-zinc-400\/90 {
    color: hsla(240,5%,65%,.9)
}

.text-zinc-400\/95 {
    color: hsla(240,5%,65%,.95)
}

.text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.text-zinc-50\/0 {
    color: hsla(0,0%,98%,0)
}

.text-zinc-50\/10 {
    color: hsla(0,0%,98%,.1)
}

.text-zinc-50\/100 {
    color: #fafafa
}

.text-zinc-50\/20 {
    color: hsla(0,0%,98%,.2)
}

.text-zinc-50\/25 {
    color: hsla(0,0%,98%,.25)
}

.text-zinc-50\/30 {
    color: hsla(0,0%,98%,.3)
}

.text-zinc-50\/40 {
    color: hsla(0,0%,98%,.4)
}

.text-zinc-50\/5 {
    color: hsla(0,0%,98%,.05)
}

.text-zinc-50\/50 {
    color: hsla(0,0%,98%,.5)
}

.text-zinc-50\/60 {
    color: hsla(0,0%,98%,.6)
}

.text-zinc-50\/70 {
    color: hsla(0,0%,98%,.7)
}

.text-zinc-50\/75 {
    color: hsla(0,0%,98%,.75)
}

.text-zinc-50\/80 {
    color: hsla(0,0%,98%,.8)
}

.text-zinc-50\/90 {
    color: hsla(0,0%,98%,.9)
}

.text-zinc-50\/95 {
    color: hsla(0,0%,98%,.95)
}

.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122/var(--tw-text-opacity))
}

.text-zinc-500\/0 {
    color: hsla(240,4%,46%,0)
}

.text-zinc-500\/10 {
    color: hsla(240,4%,46%,.1)
}

.text-zinc-500\/100 {
    color: #71717a
}

.text-zinc-500\/20 {
    color: hsla(240,4%,46%,.2)
}

.text-zinc-500\/25 {
    color: hsla(240,4%,46%,.25)
}

.text-zinc-500\/30 {
    color: hsla(240,4%,46%,.3)
}

.text-zinc-500\/40 {
    color: hsla(240,4%,46%,.4)
}

.text-zinc-500\/5 {
    color: hsla(240,4%,46%,.05)
}

.text-zinc-500\/50 {
    color: hsla(240,4%,46%,.5)
}

.text-zinc-500\/60 {
    color: hsla(240,4%,46%,.6)
}

.text-zinc-500\/70 {
    color: hsla(240,4%,46%,.7)
}

.text-zinc-500\/75 {
    color: hsla(240,4%,46%,.75)
}

.text-zinc-500\/80 {
    color: hsla(240,4%,46%,.8)
}

.text-zinc-500\/90 {
    color: hsla(240,4%,46%,.9)
}

.text-zinc-500\/95 {
    color: hsla(240,4%,46%,.95)
}

.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91/var(--tw-text-opacity))
}

.text-zinc-600\/0 {
    color: rgba(82,82,91,0)
}

.text-zinc-600\/10 {
    color: rgba(82,82,91,.1)
}

.text-zinc-600\/100 {
    color: #52525b
}

.text-zinc-600\/20 {
    color: rgba(82,82,91,.2)
}

.text-zinc-600\/25 {
    color: rgba(82,82,91,.25)
}

.text-zinc-600\/30 {
    color: rgba(82,82,91,.3)
}

.text-zinc-600\/40 {
    color: rgba(82,82,91,.4)
}

.text-zinc-600\/5 {
    color: rgba(82,82,91,.05)
}

.text-zinc-600\/50 {
    color: rgba(82,82,91,.5)
}

.text-zinc-600\/60 {
    color: rgba(82,82,91,.6)
}

.text-zinc-600\/70 {
    color: rgba(82,82,91,.7)
}

.text-zinc-600\/75 {
    color: rgba(82,82,91,.75)
}

.text-zinc-600\/80 {
    color: rgba(82,82,91,.8)
}

.text-zinc-600\/90 {
    color: rgba(82,82,91,.9)
}

.text-zinc-600\/95 {
    color: rgba(82,82,91,.95)
}

.text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgb(63 63 70/var(--tw-text-opacity))
}

.text-zinc-700\/0 {
    color: rgba(63,63,70,0)
}

.text-zinc-700\/10 {
    color: rgba(63,63,70,.1)
}

.text-zinc-700\/100 {
    color: #3f3f46
}

.text-zinc-700\/20 {
    color: rgba(63,63,70,.2)
}

.text-zinc-700\/25 {
    color: rgba(63,63,70,.25)
}

.text-zinc-700\/30 {
    color: rgba(63,63,70,.3)
}

.text-zinc-700\/40 {
    color: rgba(63,63,70,.4)
}

.text-zinc-700\/5 {
    color: rgba(63,63,70,.05)
}

.text-zinc-700\/50 {
    color: rgba(63,63,70,.5)
}

.text-zinc-700\/60 {
    color: rgba(63,63,70,.6)
}

.text-zinc-700\/70 {
    color: rgba(63,63,70,.7)
}

.text-zinc-700\/75 {
    color: rgba(63,63,70,.75)
}

.text-zinc-700\/80 {
    color: rgba(63,63,70,.8)
}

.text-zinc-700\/90 {
    color: rgba(63,63,70,.9)
}

.text-zinc-700\/95 {
    color: rgba(63,63,70,.95)
}

.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42/var(--tw-text-opacity))
}

.text-zinc-800\/0 {
    color: rgba(39,39,42,0)
}

.text-zinc-800\/10 {
    color: rgba(39,39,42,.1)
}

.text-zinc-800\/100 {
    color: #27272a
}

.text-zinc-800\/20 {
    color: rgba(39,39,42,.2)
}

.text-zinc-800\/25 {
    color: rgba(39,39,42,.25)
}

.text-zinc-800\/30 {
    color: rgba(39,39,42,.3)
}

.text-zinc-800\/40 {
    color: rgba(39,39,42,.4)
}

.text-zinc-800\/5 {
    color: rgba(39,39,42,.05)
}

.text-zinc-800\/50 {
    color: rgba(39,39,42,.5)
}

.text-zinc-800\/60 {
    color: rgba(39,39,42,.6)
}

.text-zinc-800\/70 {
    color: rgba(39,39,42,.7)
}

.text-zinc-800\/75 {
    color: rgba(39,39,42,.75)
}

.text-zinc-800\/80 {
    color: rgba(39,39,42,.8)
}

.text-zinc-800\/90 {
    color: rgba(39,39,42,.9)
}

.text-zinc-800\/95 {
    color: rgba(39,39,42,.95)
}

.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27/var(--tw-text-opacity))
}

.text-zinc-900\/0 {
    color: rgba(24,24,27,0)
}

.text-zinc-900\/10 {
    color: rgba(24,24,27,.1)
}

.text-zinc-900\/100 {
    color: #18181b
}

.text-zinc-900\/20 {
    color: rgba(24,24,27,.2)
}

.text-zinc-900\/25 {
    color: rgba(24,24,27,.25)
}

.text-zinc-900\/30 {
    color: rgba(24,24,27,.3)
}

.text-zinc-900\/40 {
    color: rgba(24,24,27,.4)
}

.text-zinc-900\/5 {
    color: rgba(24,24,27,.05)
}

.text-zinc-900\/50 {
    color: rgba(24,24,27,.5)
}

.text-zinc-900\/60 {
    color: rgba(24,24,27,.6)
}

.text-zinc-900\/70 {
    color: rgba(24,24,27,.7)
}

.text-zinc-900\/75 {
    color: rgba(24,24,27,.75)
}

.text-zinc-900\/80 {
    color: rgba(24,24,27,.8)
}

.text-zinc-900\/90 {
    color: rgba(24,24,27,.9)
}

.text-zinc-900\/95 {
    color: rgba(24,24,27,.95)
}

.text-zinc-950 {
    --tw-text-opacity: 1;
    color: rgb(9 9 11/var(--tw-text-opacity))
}

.text-zinc-950\/0 {
    color: rgba(9,9,11,0)
}

.text-zinc-950\/10 {
    color: rgba(9,9,11,.1)
}

.text-zinc-950\/100 {
    color: #09090b
}

.text-zinc-950\/20 {
    color: rgba(9,9,11,.2)
}

.text-zinc-950\/25 {
    color: rgba(9,9,11,.25)
}

.text-zinc-950\/30 {
    color: rgba(9,9,11,.3)
}

.text-zinc-950\/40 {
    color: rgba(9,9,11,.4)
}

.text-zinc-950\/5 {
    color: rgba(9,9,11,.05)
}

.text-zinc-950\/50 {
    color: rgba(9,9,11,.5)
}

.text-zinc-950\/60 {
    color: rgba(9,9,11,.6)
}

.text-zinc-950\/70 {
    color: rgba(9,9,11,.7)
}

.text-zinc-950\/75 {
    color: rgba(9,9,11,.75)
}

.text-zinc-950\/80 {
    color: rgba(9,9,11,.8)
}

.text-zinc-950\/90 {
    color: rgba(9,9,11,.9)
}

.text-zinc-950\/95 {
    color: rgba(9,9,11,.95)
}

.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
}

.line-through {
    text-decoration-line: line-through
}

.decoration-dotted {
    text-decoration-style: dotted
}

.decoration-1 {
    text-decoration-thickness: 1px
}

.underline-offset-2 {
    text-underline-offset: 2px
}

.placeholder-cf-light-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(95 95 95/var(--tw-placeholder-opacity))
}

.placeholder-cf-light-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(95 95 95/var(--tw-placeholder-opacity))
}

.caret-cf-light-4 {
    caret-color: #f6f6f6
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-2px_-2px_6px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c inset_1px_1px_7px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: -2px -2px 6px rgba(0,0,0,.1),inset 1px 1px 7px rgba(0,0,0,.25);
    --tw-shadow-colored: -2px -2px 6px var(--tw-shadow-color),inset 1px 1px 7px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0_4px_30px_0_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
    --tw-shadow: 0 4px 30px 0 rgba(0,0,0,.5);
    --tw-shadow-colored: 0 4px 30px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_0px_1\.5px_rgba\(42\2c 42\2c 42\2c 0\.36\)\2c 0px_0px_0px_1px_rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
    --tw-shadow: 0px 0px 0px 1.5px rgba(42,42,42,.36),0px 0px 0px 1px hsla(0,0%,100%,.08);
    --tw-shadow-colored: 0px 0px 0px 1.5px var(--tw-shadow-color),0px 0px 0px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_4px_0px_\#46DA93\] {
    --tw-shadow: 0px 0px 4px 0px #46da93;
    --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_2px_0px_rgba\(116\2c 29\2c 29\2c 0\.40\)\2c 0px_0px_0px_1\.5px_rgba\(255\2c 36\2c 36\2c 0\.36\)\] {
    --tw-shadow: 0px 1px 2px 0px rgba(116,29,29,.4),0px 0px 0px 1.5px rgba(255,36,36,.36);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color),0px 0px 0px 1.5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_2px_0px_rgba\(29\2c 116\2c 90\2c 0\.40\)\2c 0px_0px_0px_1\.5px_rgba\(36\2c 255\2c 163\2c 0\.36\)\] {
    --tw-shadow: 0px 1px 2px 0px rgba(29,116,90,.4),0px 0px 0px 1.5px rgba(36,255,163,.36);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color),0px 0px 0px 1.5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[inset_2px_2px_13\.25px\] {
    --tw-shadow: inset 2px 2px 13.25px;
    --tw-shadow-colored: inset 2px 2px 13.25px var(--tw-shadow-color)
}

.shadow-\[inset_2px_2px_13\.25px\],.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-black\/25 {
    --tw-shadow-color: rgba(0,0,0,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.outline-cf-gray-5 {
    outline-color: #424242
}

.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 rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))
}

.drop-shadow-\[0_4px_10px_rgba\(255\2c 255\2c 255\2c 0\.15\)\] {
    --tw-drop-shadow: drop-shadow(0 4px 10px hsla(0,0%,100%,.15))
}

.drop-shadow-\[0_4px_10px_rgba\(255\2c 255\2c 255\2c 0\.15\)\],.hue-rotate-0 {
    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)
}

.hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
}

.hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
}

.hue-rotate-180,.saturate-0 {
    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)
}

.saturate-0 {
    --tw-saturate: saturate(0)
}

.saturate-\[1\.35\] {
    --tw-saturate: saturate(1.35);
    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)
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px)
}

.backdrop-blur,.backdrop-blur-\[12\.5px\] {
    -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-blur-\[12\.5px\] {
    --tw-backdrop-blur: blur(12.5px)
}

.backdrop-blur-\[20px\] {
    --tw-backdrop-blur: blur(20px)
}

.backdrop-blur-\[20px\],.backdrop-blur-\[5px\] {
    -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-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px)
}

.backdrop-blur-\[6px\] {
    --tw-backdrop-blur: blur(6px)
}

.backdrop-blur-\[6px\],.backdrop-blur-sm {
    -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-blur-sm {
    --tw-backdrop-blur: blur(4px)
}

.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
}

.transition-\[border-color\] {
    transition-property: border-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-100 {
    transition-duration: .1s
}

.duration-150 {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-\[2000ms\] {
    transition-duration: 2s
}

.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)
}

.cf-gray-gradient {
    background: linear-gradient(91.18deg,#d2d2d2 12.83%,#fff 50.15%,#9f9f9f 94.25%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.bg-holy-radial-gray-2-60 {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#111
}

.bg-holy-radial-gray-2-30 {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,0) 100%),#111
}

.bg-holy-radial-gray-3-60 {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#161616
}

.bg-holy-radial-gray-4-60 {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#2b2b2b
}

.bg-holy-radial-green-1 {
    background: radial-gradient(93.61% 93.61% at 50% 100.06%,#2e5444 0,rgba(46,84,68,0) 100%),#192723
}

.bg-holy-radial-green-2 {
    background: radial-gradient(93.61% 93.61% at 50% 100.06%,#2e5444 0,rgba(46,84,68,0) 100%),#101a17
}

.bg-holy-radial-pink-1 {
    background: radial-gradient(93.61% 93.61% at 50% 100.06%,#542e47 0,rgba(84,46,67,0) 100%),#1a1013
}

.box-shadow-success-1 {
    box-shadow: 0 4px 61px rgba(70,218,147,.06)
}

.bg-route-card-selected {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#1c1f1e
}

.bg-deposit-mode-card {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#161616
}

.\[background\:linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.02\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.00\)_100\%\)\2c \#161616\] {
    background: linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,0)),#161616
}

.\[background\:linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.06\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\2c \#E44040\] {
    background: linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,0)),#e44040
}

.\[background\:linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.2\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\2c \#3dbf88\] {
    background: linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0)),#3dbf88
}

.\[vite\:css\] {
    vite: css
}

.\[vite\:html\] {
    vite: html
}

:root {
    color-scheme: dark
}

body,html {
    padding: 0;
    margin: 0;
    font-family: Aeonik-Regular,Helvetica,Arial,sans-serif;
    color: #cdcdcd;
    background-color: #000
}

body,body>div:first-child,div#__next,div#__next>div,html {
    height: 100%
}

* {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

ul {
    list-style: square
}

li {
    color: inherit
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.silk-curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/bg.svg);
    background-image: url(/bg.svg),radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%);
    background-size: cover
}

.cf-boost-active-gradient {
    background: radial-gradient(100% 100% at 50% 155.94%,rgba(255,175,223,.18) 0,rgba(255,51,175,0) 100%),radial-gradient(92.19% 92.19% at 50% -9.38%,rgba(255,51,175,.18) 0,rgba(255,51,175,0) 100%),#161616
}

.placeholder\:pl-7::-moz-placeholder {
    padding-left: 1.75rem
}

.placeholder\:pl-7::placeholder {
    padding-left: 1.75rem
}

.placeholder\:text-cf-light-1::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(95 95 95/var(--tw-text-opacity))
}

.placeholder\:text-cf-light-1::placeholder {
    --tw-text-opacity: 1;
    color: rgb(95 95 95/var(--tw-text-opacity))
}

.placeholder\:text-cf-light-2::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(144 144 144/var(--tw-text-opacity))
}

.placeholder\:text-cf-light-2::placeholder {
    --tw-text-opacity: 1;
    color: rgb(144 144 144/var(--tw-text-opacity))
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:inset-0:before {
    content: var(--tw-content);
    inset: 0
}

.before\:flex:before {
    content: var(--tw-content);
    display: flex
}

.before\:h-full:before {
    content: var(--tw-content);
    height: 100%
}

.before\:w-full:before {
    content: var(--tw-content);
    width: 100%
}

.before\:cursor-text:before {
    content: var(--tw-content);
    cursor: text
}

.before\:backdrop-blur-\[1px\]:before {
    content: var(--tw-content);
    --tw-backdrop-blur: blur(1px);
    -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)
}

.before\:content-\[attr\(data-placeholder\)\]:before {
    --tw-content: attr(data-placeholder);
    content: var(--tw-content)
}

.last\:border-b-0:last-child {
    border-bottom-width: 0
}

.first-of-type\:rounded-tl-md:first-of-type {
    border-top-left-radius: .375rem
}

.first-of-type\:border-b:first-of-type {
    border-bottom-width: 1px
}

.last-of-type\:border-0:last-of-type {
    border-width: 0
}

.last-of-type\:pr-5:last-of-type {
    padding-right: 1.25rem
}

.focus-within\:border-cf-gray-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

.focus-within\:bg-cf-gray-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22/var(--tw-bg-opacity))
}

.focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:rotate-\[30deg\]:hover {
    --tw-rotate: 30deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:cursor-default:hover {
    cursor: default
}

.hover\:cursor-pointer:hover {
    cursor: pointer
}

.hover\:border-cf-gray-3:hover {
    --tw-border-opacity: 1;
    border-color: rgb(22 22 22/var(--tw-border-opacity))
}

.hover\:border-cf-gray-4:hover {
    --tw-border-opacity: 1;
    border-color: rgb(43 43 43/var(--tw-border-opacity))
}

.hover\:border-cf-gray-5:hover {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

.hover\:border-cf-green-3:hover {
    --tw-border-opacity: 1;
    border-color: rgb(168 255 213/var(--tw-border-opacity))
}

.hover\:border-cf-light-1:hover {
    --tw-border-opacity: 1;
    border-color: rgb(95 95 95/var(--tw-border-opacity))
}

.hover\:border-cf-red-1:hover {
    --tw-border-opacity: 1;
    border-color: rgb(246 72 72/var(--tw-border-opacity))
}

.hover\:bg-cf-gray-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity))
}

.hover\:bg-cf-gray-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22/var(--tw-bg-opacity))
}

.hover\:bg-cf-gray-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(43 43 43/var(--tw-bg-opacity))
}

.hover\:bg-cf-gray-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(66 66 66/var(--tw-bg-opacity))
}

.hover\:stroke-current:hover {
    stroke: currentColor
}

.hover\:text-cf-blue-3:hover {
    --tw-text-opacity: 1;
    color: rgb(218 233 255/var(--tw-text-opacity))
}

.hover\:text-cf-green-1:hover {
    --tw-text-opacity: 1;
    color: rgb(70 218 147/var(--tw-text-opacity))
}

.hover\:text-cf-green-3:hover {
    --tw-text-opacity: 1;
    color: rgb(168 255 213/var(--tw-text-opacity))
}

.hover\:text-cf-light-3:hover {
    --tw-text-opacity: 1;
    color: rgb(205 205 205/var(--tw-text-opacity))
}

.hover\:text-cf-light-4:hover {
    --tw-text-opacity: 1;
    color: rgb(246 246 246/var(--tw-text-opacity))
}

.hover\:text-cf-orange-2:hover {
    --tw-text-opacity: 1;
    color: rgb(255 210 168/var(--tw-text-opacity))
}

.hover\:text-cf-red-2:hover {
    --tw-text-opacity: 1;
    color: rgb(255 168 168/var(--tw-text-opacity))
}

.hover\:text-cf-white:hover,.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0,0,.2,1)
}

.hover\:bg-holy-radial-gray-4-30:hover {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,0) 100%),#2b2b2b
}

.hover\:bg-holy-radial-gray-4-60:hover {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#2b2b2b
}

.hover\:bg-route-card-selected-hovered:hover {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#1f2321
}

.hover\:bg-deposit-mode-card-hover:hover {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,0) 100%),#1c1c1c
}

.focus\:border-cf-gray-5:focus {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

.focus\:border-cf-light-2:focus {
    --tw-border-opacity: 1;
    border-color: rgb(144 144 144/var(--tw-border-opacity))
}

.focus\:border-cf-red-1:focus {
    --tw-border-opacity: 1;
    border-color: rgb(246 72 72/var(--tw-border-opacity))
}

.focus\:border-transparent:focus {
    border-color: transparent
}

.focus\:bg-cf-gray-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22/var(--tw-bg-opacity))
}

.focus\:bg-cf-gray-4\/70:focus {
    background-color: rgba(43,43,43,.7)
}

.focus\:text-cf-light-3:focus {
    --tw-text-opacity: 1;
    color: rgb(205 205 205/var(--tw-text-opacity))
}

.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:placeholder\:text-transparent:focus::-moz-placeholder {
    color: transparent
}

.focus\:placeholder\:text-transparent:focus::placeholder {
    color: transparent
}

.enabled\:bg-cf-gray-3-5:enabled {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29/var(--tw-bg-opacity))
}

.enabled\:hover\:border-cf-gray-5:hover:enabled {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

.hover\:enabled\:border-\[\#292929\]:enabled:hover {
    --tw-border-opacity: 1;
    border-color: rgb(41 41 41/var(--tw-border-opacity))
}

.hover\:enabled\:border-cf-light-3:enabled:hover {
    --tw-border-opacity: 1;
    border-color: rgb(205 205 205/var(--tw-border-opacity))
}

.enabled\:hover\:bg-cf-gray-4:hover:enabled {
    --tw-bg-opacity: 1;
    background-color: rgb(43 43 43/var(--tw-bg-opacity))
}

.enabled\:hover\:text-cf-white:hover:enabled {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:enabled\:text-cf-green-3:enabled:hover {
    --tw-text-opacity: 1;
    color: rgb(168 255 213/var(--tw-text-opacity))
}

.hover\:enabled\:text-cf-light-3:enabled:hover {
    --tw-text-opacity: 1;
    color: rgb(205 205 205/var(--tw-text-opacity))
}

.hover\:enabled\:text-cf-red-2:enabled:hover {
    --tw-text-opacity: 1;
    color: rgb(255 168 168/var(--tw-text-opacity))
}

.hover\:enabled\:text-cf-white:enabled:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:enabled\:shadow-\[0px_0px_0px_1\.5px_rgba\(58\2c 58\2c 58\2c 0\.36\)\2c 0px_0px_0px_1px_rgba\(255\2c 255\2c 255\2c 0\.24\)\]:enabled:hover {
    --tw-shadow: 0px 0px 0px 1.5px rgba(58,58,58,.36),0px 0px 0px 1px hsla(0,0%,100%,.24);
    --tw-shadow-colored: 0px 0px 0px 1.5px var(--tw-shadow-color),0px 0px 0px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.hover\:enabled\:shadow-\[0px_1px_2px_0px_rgba\(116\2c 29\2c 29\2c 0\.40\)\2c 0px_0px_0px_1\.5px_rgba\(255\2c 36\2c 36\2c 0\.36\)\]:enabled:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(116,29,29,.4),0px 0px 0px 1.5px rgba(255,36,36,.36);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color),0px 0px 0px 1.5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.hover\:enabled\:shadow-\[0px_1px_2px_0px_rgba\(29\2c 116\2c 90\2c 0\.40\)\2c 0px_0px_0px_1\.5px_rgba\(36\2c 255\2c 163\2c 0\.36\)\]:enabled:hover {
    --tw-shadow: 0px 1px 2px 0px rgba(29,116,90,.4),0px 0px 0px 1.5px rgba(36,255,163,.36);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color),0px 0px 0px 1.5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.hover\:enabled\:\[background\:linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.02\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.00\)_100\%\)\2c \#2B2B2B\]:enabled:hover {
    background: linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,0)),#2b2b2b
}

.hover\:enabled\:\[background\:linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.16\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\2c \#E44040\]:enabled:hover {
    background: linear-gradient(180deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,0)),#e44040
}

.hover\:enabled\:\[background\:linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.3\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\2c \#54e4a7\]:enabled:hover {
    background: linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0)),#54e4a7
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:border:disabled {
    border-width: 1px
}

.disabled\:border-none:disabled {
    border-style: none
}

.disabled\:border-cf-gray-4:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(43 43 43/var(--tw-border-opacity))
}

.disabled\:border-cf-gray-5:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

.disabled\:text-cf-gray-5:disabled {
    --tw-text-opacity: 1;
    color: rgb(66 66 66/var(--tw-text-opacity))
}

.disabled\:text-cf-light-3:disabled {
    --tw-text-opacity: 1;
    color: rgb(205 205 205/var(--tw-text-opacity))
}

.disabled\:text-opacity-30:disabled {
    --tw-text-opacity: 0.3
}

.disabled\:opacity-100:disabled {
    opacity: 1
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.disabled\:shadow-\[unset\]:disabled {
    --tw-shadow-color: unset;
    --tw-shadow: var(--tw-shadow-colored)
}

.disabled\:\[background\:\#1D1D1D\]:disabled {
    background: #1d1d1d
}

.hover\:disabled\:cursor-default:disabled:hover {
    cursor: default
}

.disabled\:hover\:bg-cf-gray-2:hover:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity))
}

.group:focus-within .group-focus-within\:\!text-transparent {
    color: transparent!important
}

.group:focus-within .group-focus-within\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:flex {
    display: flex
}

.group:hover .group-hover\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:bg-cf-gray-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22/var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-cf-gray-5 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 66 66/var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-cf-light-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(205 205 205/var(--tw-bg-opacity))
}

.group:hover .group-hover\:text-cf-light-3 {
    --tw-text-opacity: 1;
    color: rgb(205 205 205/var(--tw-text-opacity))
}

.group:hover .group-hover\:text-cf-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:enabled\:bg-cf-white:enabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.group:enabled .group-enabled\:cursor-pointer {
    cursor: pointer
}

.group:disabled .group-disabled\:opacity-50 {
    opacity: .5
}

.group.cf-is-panel .group-\[\.cf-is-panel\]\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-cf-gray-5 {
    --tw-text-opacity: 1;
    color: rgb(66 66 66/var(--tw-text-opacity))
}

.peer:placeholder-shown~.peer-placeholder-shown\:text-cf-gray-5 {
    --tw-text-opacity: 1;
    color: rgb(66 66 66/var(--tw-text-opacity))
}

.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-cf-light-1 {
    --tw-text-opacity: 1;
    color: rgb(95 95 95/var(--tw-text-opacity))
}

.peer:placeholder-shown~.peer-placeholder-shown\:text-cf-light-1 {
    --tw-text-opacity: 1;
    color: rgb(95 95 95/var(--tw-text-opacity))
}

.peer:-moz-placeholder-shown~.peer-placeholder-shown\:opacity-100 {
    opacity: 1
}

.peer:placeholder-shown~.peer-placeholder-shown\:opacity-100 {
    opacity: 1
}

.peer:focus-within~.peer-focus-within\:opacity-0 {
    opacity: 0
}

.peer:hover~.peer-hover\:text-cf-red-1\/90 {
    color: rgba(246,72,72,.9)
}

.peer:focus~.peer-focus\:text-cf-red-1 {
    --tw-text-opacity: 1;
    color: rgb(246 72 72/var(--tw-text-opacity))
}

.data-\[state\=open\]\:bg-cf-gray-3[data-state=open] {
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22/var(--tw-bg-opacity))
}

.data-\[state\=open\]\:text-white[data-state=open] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group[data-state=open] .group-data-\[state\=open\]\:rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.ui-checked\:block[data-headlessui-state~=checked] {
    display: block
}

.ui-checked\:translate-x-\[14px\][data-headlessui-state~=checked] {
    --tw-translate-x: 14px;
    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))
}

.ui-checked\:cursor-default[data-headlessui-state~=checked] {
    cursor: default
}

.ui-checked\:border-cf-gray-5[data-headlessui-state~=checked] {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

.ui-checked\:bg-cf-green-1[data-headlessui-state~=checked] {
    --tw-bg-opacity: 1;
    background-color: rgb(70 218 147/var(--tw-bg-opacity))
}

.ui-checked\:opacity-60[data-headlessui-state~=checked] {
    opacity: .6
}

.ui-checked\:shadow-\[0px_0px_4px\][data-headlessui-state~=checked] {
    --tw-shadow: 0px 0px 4px;
    --tw-shadow-colored: 0px 0px 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)
}

.ui-checked\:shadow-cf-green-1[data-headlessui-state~=checked] {
    --tw-shadow-color: #46da93;
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:ui-checked\:bg-holy-radial-gray-5[data-headlessui-state~=checked]:hover,.ui-checked\:bg-holy-radial-gray-5[data-headlessui-state~=checked] {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,0) 100%),#232323
}

:where([data-headlessui-state~=checked]) .ui-checked\:block {
    display: block
}

:where([data-headlessui-state~=checked]) .ui-checked\:translate-x-\[14px\] {
    --tw-translate-x: 14px;
    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))
}

:where([data-headlessui-state~=checked]) .ui-checked\:cursor-default {
    cursor: default
}

:where([data-headlessui-state~=checked]) .ui-checked\:border-cf-gray-5 {
    --tw-border-opacity: 1;
    border-color: rgb(66 66 66/var(--tw-border-opacity))
}

:where([data-headlessui-state~=checked]) .ui-checked\:bg-cf-green-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(70 218 147/var(--tw-bg-opacity))
}

:where([data-headlessui-state~=checked]) .ui-checked\:opacity-60 {
    opacity: .6
}

:where([data-headlessui-state~=checked]) .ui-checked\:shadow-\[0px_0px_4px\] {
    --tw-shadow: 0px 0px 4px;
    --tw-shadow-colored: 0px 0px 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)
}

:where([data-headlessui-state~=checked]) .ui-checked\:shadow-cf-green-1 {
    --tw-shadow-color: #46da93;
    --tw-shadow: var(--tw-shadow-colored)
}

:where([data-headlessui-state~=checked]) .ui-checked\:bg-holy-radial-gray-5 {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,0) 100%),#232323
}

:where([data-headlessui-state~=checked]) .hover\:ui-checked\:bg-holy-radial-gray-5:hover {
    background: radial-gradient(63.94% 63.94% at 50% 0,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,0) 100%),#232323
}

.ui-not-checked\:cursor-pointer[data-headlessui-state]:not([data-headlessui-state~=checked]) {
    cursor: pointer
}

:where([data-headlessui-state]:not([data-headlessui-state~=checked])) .ui-not-checked\:cursor-pointer:not([data-headlessui-state]) {
    cursor: pointer
}

@media (min-width: 640px) {
    .sm\:top-\[10px\] {
        top:10px
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .sm\:text-14 {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .md\:order-1 {
        order:1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .md\:flex {
        display: flex
    }

    .md\:h-\[14px\] {
        height: 14px
    }

    .md\:h-\[180px\] {
        height: 180px
    }

    .md\:h-\[700px\] {
        height: 700px
    }

    .md\:w-\[180px\] {
        width: 180px
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[240px\] {
        width: 240px
    }

    .md\:w-\[30rem\] {
        width: 30rem
    }

    .md\:w-\[327px\] {
        width: 327px
    }

    .md\:w-\[380px\] {
        width: 380px
    }

    .md\:w-\[383px\] {
        width: 383px
    }

    .md\:w-\[402px\] {
        width: 402px
    }

    .md\:w-\[450px\] {
        width: 450px
    }

    .md\:w-\[488px\] {
        width: 488px
    }

    .md\:w-\[672px\] {
        width: 672px
    }

    .md\:min-w-full {
        min-width: 100%
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:space-x-7>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .md\:border-r {
        border-right-width: 1px
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:text-14 {
        font-size: 14px
    }

    .md\:text-20 {
        font-size: 20px
    }

    .md\:text-24 {
        font-size: 24px
    }
}

@media (min-width: 1024px) {
    .lg\:absolute {
        position:absolute
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:w-max {
        width: -moz-max-content;
        width: max-content
    }

    .lg\:justify-normal {
        justify-content: normal
    }

    .lg\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .lg\:space-y-2>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-cf-gray-3-5 {
        --tw-border-opacity: 1;
        border-color: rgb(29 29 29/var(--tw-border-opacity))
    }

    .lg\:bg-cf-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgb(22 22 22/var(--tw-bg-opacity))
    }

    .lg\:p-1 {
        padding: .25rem
    }

    .lg\:p-2 {
        padding: .5rem
    }

    .lg\:text-12 {
        font-size: 12px
    }

    .lg\:text-14 {
        font-size: 14px
    }

    .lg\:text-16 {
        font-size: 16px
    }
}

.\[\&\>\*\]\:border-b>* {
    border-bottom-width: 1px
}

.\[\&\>\*\]\:border-b-cf-gray-3>* {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 22 22/var(--tw-border-opacity))
}

.\[\&\>\*\]\:py-5>* {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.\[\&\>\:nth-child\(1\)\]\:w-full>:first-child {
    width: 100%
}

.\[\&\>div\]\:border-b>div {
    border-bottom-width: 1px
}

.\[\&\>div\]\:border-cf-gray-4>div {
    --tw-border-opacity: 1;
    border-color: rgb(43 43 43/var(--tw-border-opacity))
}

.\[\&\>div\]\:p-4>div {
    padding: 1rem
}

.\[\&\>div\]\:disabled\:opacity-40:disabled>div {
    opacity: .4
}

.\[\&\>tr\:not\(\:last-child\)\>td\]\:border-b>tr:not(:last-child)>td {
    border-bottom-width: 1px
}

.\[\&\>tr\>td\]\:border-cf-gray-3-5>tr>td {
    --tw-border-opacity: 1;
    border-color: rgb(29 29 29/var(--tw-border-opacity))
}

.\[\&\>tr\>td\]\:p-4>tr>td {
    padding: 1rem
}

.\[\&_\*\]\:\!font-aeonikRegular * {
    font-family: Aeonik-Regular,Helvetica,Arial,sans-serif!important
}

[data-rk] .iekbcc0 {
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent
}

[data-rk] .iekbcc1 {
    list-style: none
}

[data-rk] .iekbcc2 {
    quotes: none
}

[data-rk] .iekbcc2:after,[data-rk] .iekbcc2:before {
    content: ""
}

[data-rk] .iekbcc3 {
    border-collapse: collapse;
    border-spacing: 0
}

[data-rk] .iekbcc4 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[data-rk] .iekbcc5 {
    outline: none
}

[data-rk] .iekbcc5::-moz-placeholder {
    opacity: 1
}

[data-rk] .iekbcc5::placeholder {
    opacity: 1
}

[data-rk] .iekbcc6 {
    background-color: transparent;
    color: inherit
}

[data-rk] .iekbcc7:disabled {
    opacity: 1
}

[data-rk] .iekbcc7::-ms-expand,[data-rk] .iekbcc8::-ms-clear {
    display: none
}

[data-rk] .iekbcc8::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[data-rk] .iekbcc9 {
    background: none;
    cursor: pointer;
    text-align: left
}

[data-rk] .iekbcca {
    color: inherit;
    text-decoration: none
}

[data-rk] .ju367v0 {
    align-items: flex-start
}

[data-rk] .ju367v2 {
    align-items: flex-end
}

[data-rk] .ju367v4 {
    align-items: center
}

[data-rk] .ju367v6 {
    display: none
}

[data-rk] .ju367v8 {
    display: block
}

[data-rk] .ju367va {
    display: flex
}

[data-rk] .ju367vc {
    display: inline
}

[data-rk] .ju367ve {
    align-self: flex-start
}

[data-rk] .ju367vf {
    align-self: flex-end
}

[data-rk] .ju367vg {
    align-self: center
}

[data-rk] .ju367vh {
    background-size: cover
}

[data-rk] .ju367vi {
    border-radius: 1px
}

[data-rk] .ju367vj {
    border-radius: 6px
}

[data-rk] .ju367vk {
    border-radius: 10px
}

[data-rk] .ju367vl {
    border-radius: 13px
}

[data-rk] .ju367vm {
    border-radius: var(--rk-radii-actionButton)
}

[data-rk] .ju367vn {
    border-radius: var(--rk-radii-connectButton)
}

[data-rk] .ju367vo {
    border-radius: var(--rk-radii-menuButton)
}

[data-rk] .ju367vp {
    border-radius: var(--rk-radii-modal)
}

[data-rk] .ju367vq {
    border-radius: var(--rk-radii-modalMobile)
}

[data-rk] .ju367vr {
    border-radius: 25%
}

[data-rk] .ju367vs {
    border-radius: 9999px
}

[data-rk] .ju367vt {
    border-style: solid
}

[data-rk] .ju367vu {
    border-width: 0
}

[data-rk] .ju367vv {
    border-width: 1px
}

[data-rk] .ju367vw {
    border-width: 2px
}

[data-rk] .ju367vx {
    border-width: 4px
}

[data-rk] .ju367vy {
    cursor: pointer
}

[data-rk] .ju367vz {
    cursor: none
}

[data-rk] .ju367v10 {
    pointer-events: none
}

[data-rk] .ju367v11 {
    pointer-events: all
}

[data-rk] .ju367v12 {
    min-height: 8px
}

[data-rk] .ju367v13 {
    min-height: 44px
}

[data-rk] .ju367v14 {
    flex-direction: row
}

[data-rk] .ju367v15 {
    flex-direction: column
}

[data-rk] .ju367v16 {
    font-family: var(--rk-fonts-body)
}

[data-rk] .ju367v17 {
    font-size: 12px;
    line-height: 18px
}

[data-rk] .ju367v18 {
    font-size: 13px;
    line-height: 18px
}

[data-rk] .ju367v19 {
    font-size: 14px;
    line-height: 18px
}

[data-rk] .ju367v1a {
    font-size: 16px;
    line-height: 20px
}

[data-rk] .ju367v1b {
    font-size: 18px;
    line-height: 24px
}

[data-rk] .ju367v1c {
    font-size: 20px;
    line-height: 24px
}

[data-rk] .ju367v1d {
    font-size: 23px;
    line-height: 29px
}

[data-rk] .ju367v1e {
    font-weight: 400
}

[data-rk] .ju367v1f {
    font-weight: 500
}

[data-rk] .ju367v1g {
    font-weight: 600
}

[data-rk] .ju367v1h {
    font-weight: 700
}

[data-rk] .ju367v1i {
    font-weight: 800
}

[data-rk] .ju367v1j {
    gap: 0
}

[data-rk] .ju367v1k {
    gap: 1px
}

[data-rk] .ju367v1l {
    gap: 2px
}

[data-rk] .ju367v1m {
    gap: 3px
}

[data-rk] .ju367v1n {
    gap: 4px
}

[data-rk] .ju367v1o {
    gap: 5px
}

[data-rk] .ju367v1p {
    gap: 6px
}

[data-rk] .ju367v1q {
    gap: 8px
}

[data-rk] .ju367v1r {
    gap: 10px
}

[data-rk] .ju367v1s {
    gap: 12px
}

[data-rk] .ju367v1t {
    gap: 14px
}

[data-rk] .ju367v1u {
    gap: 16px
}

[data-rk] .ju367v1v {
    gap: 18px
}

[data-rk] .ju367v1w {
    gap: 20px
}

[data-rk] .ju367v1x {
    gap: 24px
}

[data-rk] .ju367v1y {
    gap: 28px
}

[data-rk] .ju367v1z {
    gap: 32px
}

[data-rk] .ju367v20 {
    gap: 36px
}

[data-rk] .ju367v21 {
    gap: 44px
}

[data-rk] .ju367v22 {
    gap: 64px
}

[data-rk] .ju367v23 {
    gap: -1px
}

[data-rk] .ju367v24 {
    height: 1px
}

[data-rk] .ju367v25 {
    height: 2px
}

[data-rk] .ju367v26 {
    height: 4px
}

[data-rk] .ju367v27 {
    height: 8px
}

[data-rk] .ju367v28 {
    height: 12px
}

[data-rk] .ju367v29 {
    height: 20px
}

[data-rk] .ju367v2a {
    height: 24px
}

[data-rk] .ju367v2b {
    height: 28px
}

[data-rk] .ju367v2c {
    height: 30px
}

[data-rk] .ju367v2d {
    height: 32px
}

[data-rk] .ju367v2e {
    height: 34px
}

[data-rk] .ju367v2f {
    height: 36px
}

[data-rk] .ju367v2g {
    height: 40px
}

[data-rk] .ju367v2h {
    height: 44px
}

[data-rk] .ju367v2i {
    height: 48px
}

[data-rk] .ju367v2j {
    height: 54px
}

[data-rk] .ju367v2k {
    height: 60px
}

[data-rk] .ju367v2l {
    height: 200px
}

[data-rk] .ju367v2m {
    height: 100%
}

[data-rk] .ju367v2n {
    height: -moz-max-content;
    height: max-content
}

[data-rk] .ju367v2o {
    justify-content: flex-start
}

[data-rk] .ju367v2p {
    justify-content: flex-end
}

[data-rk] .ju367v2q {
    justify-content: center
}

[data-rk] .ju367v2r {
    justify-content: space-between
}

[data-rk] .ju367v2s {
    justify-content: space-around
}

[data-rk] .ju367v2t {
    text-align: left
}

[data-rk] .ju367v2u {
    text-align: center
}

[data-rk] .ju367v2v {
    text-align: inherit
}

[data-rk] .ju367v2w {
    margin-bottom: 0
}

[data-rk] .ju367v2x {
    margin-bottom: 1px
}

[data-rk] .ju367v2y {
    margin-bottom: 2px
}

[data-rk] .ju367v2z {
    margin-bottom: 3px
}

[data-rk] .ju367v30 {
    margin-bottom: 4px
}

[data-rk] .ju367v31 {
    margin-bottom: 5px
}

[data-rk] .ju367v32 {
    margin-bottom: 6px
}

[data-rk] .ju367v33 {
    margin-bottom: 8px
}

[data-rk] .ju367v34 {
    margin-bottom: 10px
}

[data-rk] .ju367v35 {
    margin-bottom: 12px
}

[data-rk] .ju367v36 {
    margin-bottom: 14px
}

[data-rk] .ju367v37 {
    margin-bottom: 16px
}

[data-rk] .ju367v38 {
    margin-bottom: 18px
}

[data-rk] .ju367v39 {
    margin-bottom: 20px
}

[data-rk] .ju367v3a {
    margin-bottom: 24px
}

[data-rk] .ju367v3b {
    margin-bottom: 28px
}

[data-rk] .ju367v3c {
    margin-bottom: 32px
}

[data-rk] .ju367v3d {
    margin-bottom: 36px
}

[data-rk] .ju367v3e {
    margin-bottom: 44px
}

[data-rk] .ju367v3f {
    margin-bottom: 64px
}

[data-rk] .ju367v3g {
    margin-bottom: -1px
}

[data-rk] .ju367v3h {
    margin-left: 0
}

[data-rk] .ju367v3i {
    margin-left: 1px
}

[data-rk] .ju367v3j {
    margin-left: 2px
}

[data-rk] .ju367v3k {
    margin-left: 3px
}

[data-rk] .ju367v3l {
    margin-left: 4px
}

[data-rk] .ju367v3m {
    margin-left: 5px
}

[data-rk] .ju367v3n {
    margin-left: 6px
}

[data-rk] .ju367v3o {
    margin-left: 8px
}

[data-rk] .ju367v3p {
    margin-left: 10px
}

[data-rk] .ju367v3q {
    margin-left: 12px
}

[data-rk] .ju367v3r {
    margin-left: 14px
}

[data-rk] .ju367v3s {
    margin-left: 16px
}

[data-rk] .ju367v3t {
    margin-left: 18px
}

[data-rk] .ju367v3u {
    margin-left: 20px
}

[data-rk] .ju367v3v {
    margin-left: 24px
}

[data-rk] .ju367v3w {
    margin-left: 28px
}

[data-rk] .ju367v3x {
    margin-left: 32px
}

[data-rk] .ju367v3y {
    margin-left: 36px
}

[data-rk] .ju367v3z {
    margin-left: 44px
}

[data-rk] .ju367v40 {
    margin-left: 64px
}

[data-rk] .ju367v41 {
    margin-left: -1px
}

[data-rk] .ju367v42 {
    margin-right: 0
}

[data-rk] .ju367v43 {
    margin-right: 1px
}

[data-rk] .ju367v44 {
    margin-right: 2px
}

[data-rk] .ju367v45 {
    margin-right: 3px
}

[data-rk] .ju367v46 {
    margin-right: 4px
}

[data-rk] .ju367v47 {
    margin-right: 5px
}

[data-rk] .ju367v48 {
    margin-right: 6px
}

[data-rk] .ju367v49 {
    margin-right: 8px
}

[data-rk] .ju367v4a {
    margin-right: 10px
}

[data-rk] .ju367v4b {
    margin-right: 12px
}

[data-rk] .ju367v4c {
    margin-right: 14px
}

[data-rk] .ju367v4d {
    margin-right: 16px
}

[data-rk] .ju367v4e {
    margin-right: 18px
}

[data-rk] .ju367v4f {
    margin-right: 20px
}

[data-rk] .ju367v4g {
    margin-right: 24px
}

[data-rk] .ju367v4h {
    margin-right: 28px
}

[data-rk] .ju367v4i {
    margin-right: 32px
}

[data-rk] .ju367v4j {
    margin-right: 36px
}

[data-rk] .ju367v4k {
    margin-right: 44px
}

[data-rk] .ju367v4l {
    margin-right: 64px
}

[data-rk] .ju367v4m {
    margin-right: -1px
}

[data-rk] .ju367v4n {
    margin-top: 0
}

[data-rk] .ju367v4o {
    margin-top: 1px
}

[data-rk] .ju367v4p {
    margin-top: 2px
}

[data-rk] .ju367v4q {
    margin-top: 3px
}

[data-rk] .ju367v4r {
    margin-top: 4px
}

[data-rk] .ju367v4s {
    margin-top: 5px
}

[data-rk] .ju367v4t {
    margin-top: 6px
}

[data-rk] .ju367v4u {
    margin-top: 8px
}

[data-rk] .ju367v4v {
    margin-top: 10px
}

[data-rk] .ju367v4w {
    margin-top: 12px
}

[data-rk] .ju367v4x {
    margin-top: 14px
}

[data-rk] .ju367v4y {
    margin-top: 16px
}

[data-rk] .ju367v4z {
    margin-top: 18px
}

[data-rk] .ju367v50 {
    margin-top: 20px
}

[data-rk] .ju367v51 {
    margin-top: 24px
}

[data-rk] .ju367v52 {
    margin-top: 28px
}

[data-rk] .ju367v53 {
    margin-top: 32px
}

[data-rk] .ju367v54 {
    margin-top: 36px
}

[data-rk] .ju367v55 {
    margin-top: 44px
}

[data-rk] .ju367v56 {
    margin-top: 64px
}

[data-rk] .ju367v57 {
    margin-top: -1px
}

[data-rk] .ju367v58 {
    max-width: 1px
}

[data-rk] .ju367v59 {
    max-width: 2px
}

[data-rk] .ju367v5a {
    max-width: 4px
}

[data-rk] .ju367v5b {
    max-width: 8px
}

[data-rk] .ju367v5c {
    max-width: 12px
}

[data-rk] .ju367v5d {
    max-width: 20px
}

[data-rk] .ju367v5e {
    max-width: 24px
}

[data-rk] .ju367v5f {
    max-width: 28px
}

[data-rk] .ju367v5g {
    max-width: 30px
}

[data-rk] .ju367v5h {
    max-width: 32px
}

[data-rk] .ju367v5i {
    max-width: 34px
}

[data-rk] .ju367v5j {
    max-width: 36px
}

[data-rk] .ju367v5k {
    max-width: 40px
}

[data-rk] .ju367v5l {
    max-width: 44px
}

[data-rk] .ju367v5m {
    max-width: 48px
}

[data-rk] .ju367v5n {
    max-width: 54px
}

[data-rk] .ju367v5o {
    max-width: 60px
}

[data-rk] .ju367v5p {
    max-width: 200px
}

[data-rk] .ju367v5q {
    max-width: 100%
}

[data-rk] .ju367v5r {
    max-width: -moz-max-content;
    max-width: max-content
}

[data-rk] .ju367v5s {
    min-width: 1px
}

[data-rk] .ju367v5t {
    min-width: 2px
}

[data-rk] .ju367v5u {
    min-width: 4px
}

[data-rk] .ju367v5v {
    min-width: 8px
}

[data-rk] .ju367v5w {
    min-width: 12px
}

[data-rk] .ju367v5x {
    min-width: 20px
}

[data-rk] .ju367v5y {
    min-width: 24px
}

[data-rk] .ju367v5z {
    min-width: 28px
}

[data-rk] .ju367v60 {
    min-width: 30px
}

[data-rk] .ju367v61 {
    min-width: 32px
}

[data-rk] .ju367v62 {
    min-width: 34px
}

[data-rk] .ju367v63 {
    min-width: 36px
}

[data-rk] .ju367v64 {
    min-width: 40px
}

[data-rk] .ju367v65 {
    min-width: 44px
}

[data-rk] .ju367v66 {
    min-width: 48px
}

[data-rk] .ju367v67 {
    min-width: 54px
}

[data-rk] .ju367v68 {
    min-width: 60px
}

[data-rk] .ju367v69 {
    min-width: 200px
}

[data-rk] .ju367v6a {
    min-width: 100%
}

[data-rk] .ju367v6b {
    min-width: -moz-max-content;
    min-width: max-content
}

[data-rk] .ju367v6c {
    overflow: hidden
}

[data-rk] .ju367v6d {
    padding-bottom: 0
}

[data-rk] .ju367v6e {
    padding-bottom: 1px
}

[data-rk] .ju367v6f {
    padding-bottom: 2px
}

[data-rk] .ju367v6g {
    padding-bottom: 3px
}

[data-rk] .ju367v6h {
    padding-bottom: 4px
}

[data-rk] .ju367v6i {
    padding-bottom: 5px
}

[data-rk] .ju367v6j {
    padding-bottom: 6px
}

[data-rk] .ju367v6k {
    padding-bottom: 8px
}

[data-rk] .ju367v6l {
    padding-bottom: 10px
}

[data-rk] .ju367v6m {
    padding-bottom: 12px
}

[data-rk] .ju367v6n {
    padding-bottom: 14px
}

[data-rk] .ju367v6o {
    padding-bottom: 16px
}

[data-rk] .ju367v6p {
    padding-bottom: 18px
}

[data-rk] .ju367v6q {
    padding-bottom: 20px
}

[data-rk] .ju367v6r {
    padding-bottom: 24px
}

[data-rk] .ju367v6s {
    padding-bottom: 28px
}

[data-rk] .ju367v6t {
    padding-bottom: 32px
}

[data-rk] .ju367v6u {
    padding-bottom: 36px
}

[data-rk] .ju367v6v {
    padding-bottom: 44px
}

[data-rk] .ju367v6w {
    padding-bottom: 64px
}

[data-rk] .ju367v6x {
    padding-bottom: -1px
}

[data-rk] .ju367v6y {
    padding-left: 0
}

[data-rk] .ju367v6z {
    padding-left: 1px
}

[data-rk] .ju367v70 {
    padding-left: 2px
}

[data-rk] .ju367v71 {
    padding-left: 3px
}

[data-rk] .ju367v72 {
    padding-left: 4px
}

[data-rk] .ju367v73 {
    padding-left: 5px
}

[data-rk] .ju367v74 {
    padding-left: 6px
}

[data-rk] .ju367v75 {
    padding-left: 8px
}

[data-rk] .ju367v76 {
    padding-left: 10px
}

[data-rk] .ju367v77 {
    padding-left: 12px
}

[data-rk] .ju367v78 {
    padding-left: 14px
}

[data-rk] .ju367v79 {
    padding-left: 16px
}

[data-rk] .ju367v7a {
    padding-left: 18px
}

[data-rk] .ju367v7b {
    padding-left: 20px
}

[data-rk] .ju367v7c {
    padding-left: 24px
}

[data-rk] .ju367v7d {
    padding-left: 28px
}

[data-rk] .ju367v7e {
    padding-left: 32px
}

[data-rk] .ju367v7f {
    padding-left: 36px
}

[data-rk] .ju367v7g {
    padding-left: 44px
}

[data-rk] .ju367v7h {
    padding-left: 64px
}

[data-rk] .ju367v7i {
    padding-left: -1px
}

[data-rk] .ju367v7j {
    padding-right: 0
}

[data-rk] .ju367v7k {
    padding-right: 1px
}

[data-rk] .ju367v7l {
    padding-right: 2px
}

[data-rk] .ju367v7m {
    padding-right: 3px
}

[data-rk] .ju367v7n {
    padding-right: 4px
}

[data-rk] .ju367v7o {
    padding-right: 5px
}

[data-rk] .ju367v7p {
    padding-right: 6px
}

[data-rk] .ju367v7q {
    padding-right: 8px
}

[data-rk] .ju367v7r {
    padding-right: 10px
}

[data-rk] .ju367v7s {
    padding-right: 12px
}

[data-rk] .ju367v7t {
    padding-right: 14px
}

[data-rk] .ju367v7u {
    padding-right: 16px
}

[data-rk] .ju367v7v {
    padding-right: 18px
}

[data-rk] .ju367v7w {
    padding-right: 20px
}

[data-rk] .ju367v7x {
    padding-right: 24px
}

[data-rk] .ju367v7y {
    padding-right: 28px
}

[data-rk] .ju367v7z {
    padding-right: 32px
}

[data-rk] .ju367v80 {
    padding-right: 36px
}

[data-rk] .ju367v81 {
    padding-right: 44px
}

[data-rk] .ju367v82 {
    padding-right: 64px
}

[data-rk] .ju367v83 {
    padding-right: -1px
}

[data-rk] .ju367v84 {
    padding-top: 0
}

[data-rk] .ju367v85 {
    padding-top: 1px
}

[data-rk] .ju367v86 {
    padding-top: 2px
}

[data-rk] .ju367v87 {
    padding-top: 3px
}

[data-rk] .ju367v88 {
    padding-top: 4px
}

[data-rk] .ju367v89 {
    padding-top: 5px
}

[data-rk] .ju367v8a {
    padding-top: 6px
}

[data-rk] .ju367v8b {
    padding-top: 8px
}

[data-rk] .ju367v8c {
    padding-top: 10px
}

[data-rk] .ju367v8d {
    padding-top: 12px
}

[data-rk] .ju367v8e {
    padding-top: 14px
}

[data-rk] .ju367v8f {
    padding-top: 16px
}

[data-rk] .ju367v8g {
    padding-top: 18px
}

[data-rk] .ju367v8h {
    padding-top: 20px
}

[data-rk] .ju367v8i {
    padding-top: 24px
}

[data-rk] .ju367v8j {
    padding-top: 28px
}

[data-rk] .ju367v8k {
    padding-top: 32px
}

[data-rk] .ju367v8l {
    padding-top: 36px
}

[data-rk] .ju367v8m {
    padding-top: 44px
}

[data-rk] .ju367v8n {
    padding-top: 64px
}

[data-rk] .ju367v8o {
    padding-top: -1px
}

[data-rk] .ju367v8p {
    position: absolute
}

[data-rk] .ju367v8q {
    position: fixed
}

[data-rk] .ju367v8r {
    position: relative
}

[data-rk] .ju367v8s {
    -webkit-user-select: none
}

[data-rk] .ju367v8t {
    right: 0
}

[data-rk] .ju367v8u {
    transition: .125s ease
}

[data-rk] .ju367v8v {
    transition: transform .125s ease
}

[data-rk] .ju367v8w {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[data-rk] .ju367v8x {
    width: 1px
}

[data-rk] .ju367v8y {
    width: 2px
}

[data-rk] .ju367v8z {
    width: 4px
}

[data-rk] .ju367v90 {
    width: 8px
}

[data-rk] .ju367v91 {
    width: 12px
}

[data-rk] .ju367v92 {
    width: 20px
}

[data-rk] .ju367v93 {
    width: 24px
}

[data-rk] .ju367v94 {
    width: 28px
}

[data-rk] .ju367v95 {
    width: 30px
}

[data-rk] .ju367v96 {
    width: 32px
}

[data-rk] .ju367v97 {
    width: 34px
}

[data-rk] .ju367v98 {
    width: 36px
}

[data-rk] .ju367v99 {
    width: 40px
}

[data-rk] .ju367v9a {
    width: 44px
}

[data-rk] .ju367v9b {
    width: 48px
}

[data-rk] .ju367v9c {
    width: 54px
}

[data-rk] .ju367v9d {
    width: 60px
}

[data-rk] .ju367v9e {
    width: 200px
}

[data-rk] .ju367v9f {
    width: 100%
}

[data-rk] .ju367v9g {
    width: -moz-max-content;
    width: max-content
}

[data-rk] .ju367v9h {
    -webkit-backdrop-filter: var(--rk-blurs-modalOverlay);
    backdrop-filter: var(--rk-blurs-modalOverlay)
}

[data-rk] .ju367v9i,[data-rk] .ju367v9j:hover,[data-rk] .ju367v9k:active {
    background: var(--rk-colors-accentColor)
}

[data-rk] .ju367v9l,[data-rk] .ju367v9m:hover,[data-rk] .ju367v9n:active {
    background: var(--rk-colors-accentColorForeground)
}

[data-rk] .ju367v9o,[data-rk] .ju367v9p:hover,[data-rk] .ju367v9q:active {
    background: var(--rk-colors-actionButtonBorder)
}

[data-rk] .ju367v9r,[data-rk] .ju367v9s:hover,[data-rk] .ju367v9t:active {
    background: var(--rk-colors-actionButtonBorderMobile)
}

[data-rk] .ju367v9u,[data-rk] .ju367v9v:hover,[data-rk] .ju367v9w:active {
    background: var(--rk-colors-actionButtonSecondaryBackground)
}

[data-rk] .ju367v9x,[data-rk] .ju367v9y:hover,[data-rk] .ju367v9z:active {
    background: var(--rk-colors-closeButton)
}

[data-rk] .ju367va0,[data-rk] .ju367va1:hover,[data-rk] .ju367va2:active {
    background: var(--rk-colors-closeButtonBackground)
}

[data-rk] .ju367va3,[data-rk] .ju367va4:hover,[data-rk] .ju367va5:active {
    background: var(--rk-colors-connectButtonBackground)
}

[data-rk] .ju367va6,[data-rk] .ju367va7:hover,[data-rk] .ju367va8:active {
    background: var(--rk-colors-connectButtonBackgroundError)
}

[data-rk] .ju367va9,[data-rk] .ju367vaa:hover,[data-rk] .ju367vab:active {
    background: var(--rk-colors-connectButtonInnerBackground)
}

[data-rk] .ju367vac,[data-rk] .ju367vad:hover,[data-rk] .ju367vae:active {
    background: var(--rk-colors-connectButtonText)
}

[data-rk] .ju367vaf,[data-rk] .ju367vag:hover,[data-rk] .ju367vah:active {
    background: var(--rk-colors-connectButtonTextError)
}

[data-rk] .ju367vai,[data-rk] .ju367vaj:hover,[data-rk] .ju367vak:active {
    background: var(--rk-colors-connectionIndicator)
}

[data-rk] .ju367val,[data-rk] .ju367vam:hover,[data-rk] .ju367van:active {
    background: var(--rk-colors-downloadBottomCardBackground)
}

[data-rk] .ju367vao,[data-rk] .ju367vap:hover,[data-rk] .ju367vaq:active {
    background: var(--rk-colors-downloadTopCardBackground)
}

[data-rk] .ju367var,[data-rk] .ju367vas:hover,[data-rk] .ju367vat:active {
    background: var(--rk-colors-error)
}

[data-rk] .ju367vau,[data-rk] .ju367vav:hover,[data-rk] .ju367vaw:active {
    background: var(--rk-colors-generalBorder)
}

[data-rk] .ju367vax,[data-rk] .ju367vay:hover,[data-rk] .ju367vaz:active {
    background: var(--rk-colors-generalBorderDim)
}

[data-rk] .ju367vb0,[data-rk] .ju367vb1:hover,[data-rk] .ju367vb2:active {
    background: var(--rk-colors-menuItemBackground)
}

[data-rk] .ju367vb3,[data-rk] .ju367vb4:hover,[data-rk] .ju367vb5:active {
    background: var(--rk-colors-modalBackdrop)
}

[data-rk] .ju367vb6,[data-rk] .ju367vb7:hover,[data-rk] .ju367vb8:active {
    background: var(--rk-colors-modalBackground)
}

[data-rk] .ju367vb9,[data-rk] .ju367vba:hover,[data-rk] .ju367vbb:active {
    background: var(--rk-colors-modalBorder)
}

[data-rk] .ju367vbc,[data-rk] .ju367vbd:hover,[data-rk] .ju367vbe:active {
    background: var(--rk-colors-modalText)
}

[data-rk] .ju367vbf,[data-rk] .ju367vbg:hover,[data-rk] .ju367vbh:active {
    background: var(--rk-colors-modalTextDim)
}

[data-rk] .ju367vbi,[data-rk] .ju367vbj:hover,[data-rk] .ju367vbk:active {
    background: var(--rk-colors-modalTextSecondary)
}

[data-rk] .ju367vbl,[data-rk] .ju367vbm:hover,[data-rk] .ju367vbn:active {
    background: var(--rk-colors-profileAction)
}

[data-rk] .ju367vbo,[data-rk] .ju367vbp:hover,[data-rk] .ju367vbq:active {
    background: var(--rk-colors-profileActionHover)
}

[data-rk] .ju367vbr,[data-rk] .ju367vbs:hover,[data-rk] .ju367vbt:active {
    background: var(--rk-colors-profileForeground)
}

[data-rk] .ju367vbu,[data-rk] .ju367vbv:hover,[data-rk] .ju367vbw:active {
    background: var(--rk-colors-selectedOptionBorder)
}

[data-rk] .ju367vbx,[data-rk] .ju367vby:hover,[data-rk] .ju367vbz:active {
    background: var(--rk-colors-standby)
}

[data-rk] .ju367vc0,[data-rk] .ju367vc1:hover,[data-rk] .ju367vc2:active {
    border-color: var(--rk-colors-accentColor)
}

[data-rk] .ju367vc3,[data-rk] .ju367vc4:hover,[data-rk] .ju367vc5:active {
    border-color: var(--rk-colors-accentColorForeground)
}

[data-rk] .ju367vc6,[data-rk] .ju367vc7:hover,[data-rk] .ju367vc8:active {
    border-color: var(--rk-colors-actionButtonBorder)
}

[data-rk] .ju367vc9,[data-rk] .ju367vca:hover,[data-rk] .ju367vcb:active {
    border-color: var(--rk-colors-actionButtonBorderMobile)
}

[data-rk] .ju367vcc,[data-rk] .ju367vcd:hover,[data-rk] .ju367vce:active {
    border-color: var(--rk-colors-actionButtonSecondaryBackground)
}

[data-rk] .ju367vcf,[data-rk] .ju367vcg:hover,[data-rk] .ju367vch:active {
    border-color: var(--rk-colors-closeButton)
}

[data-rk] .ju367vci,[data-rk] .ju367vcj:hover,[data-rk] .ju367vck:active {
    border-color: var(--rk-colors-closeButtonBackground)
}

[data-rk] .ju367vcl,[data-rk] .ju367vcm:hover,[data-rk] .ju367vcn:active {
    border-color: var(--rk-colors-connectButtonBackground)
}

[data-rk] .ju367vco,[data-rk] .ju367vcp:hover,[data-rk] .ju367vcq:active {
    border-color: var(--rk-colors-connectButtonBackgroundError)
}

[data-rk] .ju367vcr,[data-rk] .ju367vcs:hover,[data-rk] .ju367vct:active {
    border-color: var(--rk-colors-connectButtonInnerBackground)
}

[data-rk] .ju367vcu,[data-rk] .ju367vcv:hover,[data-rk] .ju367vcw:active {
    border-color: var(--rk-colors-connectButtonText)
}

[data-rk] .ju367vcx,[data-rk] .ju367vcy:hover,[data-rk] .ju367vcz:active {
    border-color: var(--rk-colors-connectButtonTextError)
}

[data-rk] .ju367vd0,[data-rk] .ju367vd1:hover,[data-rk] .ju367vd2:active {
    border-color: var(--rk-colors-connectionIndicator)
}

[data-rk] .ju367vd3,[data-rk] .ju367vd4:hover,[data-rk] .ju367vd5:active {
    border-color: var(--rk-colors-downloadBottomCardBackground)
}

[data-rk] .ju367vd6,[data-rk] .ju367vd7:hover,[data-rk] .ju367vd8:active {
    border-color: var(--rk-colors-downloadTopCardBackground)
}

[data-rk] .ju367vd9,[data-rk] .ju367vda:hover,[data-rk] .ju367vdb:active {
    border-color: var(--rk-colors-error)
}

[data-rk] .ju367vdc,[data-rk] .ju367vdd:hover,[data-rk] .ju367vde:active {
    border-color: var(--rk-colors-generalBorder)
}

[data-rk] .ju367vdf,[data-rk] .ju367vdg:hover,[data-rk] .ju367vdh:active {
    border-color: var(--rk-colors-generalBorderDim)
}

[data-rk] .ju367vdi,[data-rk] .ju367vdj:hover,[data-rk] .ju367vdk:active {
    border-color: var(--rk-colors-menuItemBackground)
}

[data-rk] .ju367vdl,[data-rk] .ju367vdm:hover,[data-rk] .ju367vdn:active {
    border-color: var(--rk-colors-modalBackdrop)
}

[data-rk] .ju367vdo,[data-rk] .ju367vdp:hover,[data-rk] .ju367vdq:active {
    border-color: var(--rk-colors-modalBackground)
}

[data-rk] .ju367vdr,[data-rk] .ju367vds:hover,[data-rk] .ju367vdt:active {
    border-color: var(--rk-colors-modalBorder)
}

[data-rk] .ju367vdu,[data-rk] .ju367vdv:hover,[data-rk] .ju367vdw:active {
    border-color: var(--rk-colors-modalText)
}

[data-rk] .ju367vdx,[data-rk] .ju367vdy:hover,[data-rk] .ju367vdz:active {
    border-color: var(--rk-colors-modalTextDim)
}

[data-rk] .ju367ve0,[data-rk] .ju367ve1:hover,[data-rk] .ju367ve2:active {
    border-color: var(--rk-colors-modalTextSecondary)
}

[data-rk] .ju367ve3,[data-rk] .ju367ve4:hover,[data-rk] .ju367ve5:active {
    border-color: var(--rk-colors-profileAction)
}

[data-rk] .ju367ve6,[data-rk] .ju367ve7:hover,[data-rk] .ju367ve8:active {
    border-color: var(--rk-colors-profileActionHover)
}

[data-rk] .ju367ve9,[data-rk] .ju367vea:hover,[data-rk] .ju367veb:active {
    border-color: var(--rk-colors-profileForeground)
}

[data-rk] .ju367vec,[data-rk] .ju367ved:hover,[data-rk] .ju367vee:active {
    border-color: var(--rk-colors-selectedOptionBorder)
}

[data-rk] .ju367vef,[data-rk] .ju367veg:hover,[data-rk] .ju367veh:active {
    border-color: var(--rk-colors-standby)
}

[data-rk] .ju367vei,[data-rk] .ju367vej:hover,[data-rk] .ju367vek:active {
    box-shadow: var(--rk-shadows-connectButton)
}

[data-rk] .ju367vel,[data-rk] .ju367vem:hover,[data-rk] .ju367ven:active {
    box-shadow: var(--rk-shadows-dialog)
}

[data-rk] .ju367veo,[data-rk] .ju367vep:hover,[data-rk] .ju367veq:active {
    box-shadow: var(--rk-shadows-profileDetailsAction)
}

[data-rk] .ju367ver,[data-rk] .ju367ves:hover,[data-rk] .ju367vet:active {
    box-shadow: var(--rk-shadows-selectedOption)
}

[data-rk] .ju367veu,[data-rk] .ju367vev:hover,[data-rk] .ju367vew:active {
    box-shadow: var(--rk-shadows-selectedWallet)
}

[data-rk] .ju367vex,[data-rk] .ju367vey:hover,[data-rk] .ju367vez:active {
    box-shadow: var(--rk-shadows-walletLogo)
}

[data-rk] .ju367vf0,[data-rk] .ju367vf1:hover,[data-rk] .ju367vf2:active {
    color: var(--rk-colors-accentColor)
}

[data-rk] .ju367vf3,[data-rk] .ju367vf4:hover,[data-rk] .ju367vf5:active {
    color: var(--rk-colors-accentColorForeground)
}

[data-rk] .ju367vf6,[data-rk] .ju367vf7:hover,[data-rk] .ju367vf8:active {
    color: var(--rk-colors-actionButtonBorder)
}

[data-rk] .ju367vf9,[data-rk] .ju367vfa:hover,[data-rk] .ju367vfb:active {
    color: var(--rk-colors-actionButtonBorderMobile)
}

[data-rk] .ju367vfc,[data-rk] .ju367vfd:hover,[data-rk] .ju367vfe:active {
    color: var(--rk-colors-actionButtonSecondaryBackground)
}

[data-rk] .ju367vff,[data-rk] .ju367vfg:hover,[data-rk] .ju367vfh:active {
    color: var(--rk-colors-closeButton)
}

[data-rk] .ju367vfi,[data-rk] .ju367vfj:hover,[data-rk] .ju367vfk:active {
    color: var(--rk-colors-closeButtonBackground)
}

[data-rk] .ju367vfl,[data-rk] .ju367vfm:hover,[data-rk] .ju367vfn:active {
    color: var(--rk-colors-connectButtonBackground)
}

[data-rk] .ju367vfo,[data-rk] .ju367vfp:hover,[data-rk] .ju367vfq:active {
    color: var(--rk-colors-connectButtonBackgroundError)
}

[data-rk] .ju367vfr,[data-rk] .ju367vfs:hover,[data-rk] .ju367vft:active {
    color: var(--rk-colors-connectButtonInnerBackground)
}

[data-rk] .ju367vfu,[data-rk] .ju367vfv:hover,[data-rk] .ju367vfw:active {
    color: var(--rk-colors-connectButtonText)
}

[data-rk] .ju367vfx,[data-rk] .ju367vfy:hover,[data-rk] .ju367vfz:active {
    color: var(--rk-colors-connectButtonTextError)
}

[data-rk] .ju367vg0,[data-rk] .ju367vg1:hover,[data-rk] .ju367vg2:active {
    color: var(--rk-colors-connectionIndicator)
}

[data-rk] .ju367vg3,[data-rk] .ju367vg4:hover,[data-rk] .ju367vg5:active {
    color: var(--rk-colors-downloadBottomCardBackground)
}

[data-rk] .ju367vg6,[data-rk] .ju367vg7:hover,[data-rk] .ju367vg8:active {
    color: var(--rk-colors-downloadTopCardBackground)
}

[data-rk] .ju367vg9,[data-rk] .ju367vga:hover,[data-rk] .ju367vgb:active {
    color: var(--rk-colors-error)
}

[data-rk] .ju367vgc,[data-rk] .ju367vgd:hover,[data-rk] .ju367vge:active {
    color: var(--rk-colors-generalBorder)
}

[data-rk] .ju367vgf,[data-rk] .ju367vgg:hover,[data-rk] .ju367vgh:active {
    color: var(--rk-colors-generalBorderDim)
}

[data-rk] .ju367vgi,[data-rk] .ju367vgj:hover,[data-rk] .ju367vgk:active {
    color: var(--rk-colors-menuItemBackground)
}

[data-rk] .ju367vgl,[data-rk] .ju367vgm:hover,[data-rk] .ju367vgn:active {
    color: var(--rk-colors-modalBackdrop)
}

[data-rk] .ju367vgo,[data-rk] .ju367vgp:hover,[data-rk] .ju367vgq:active {
    color: var(--rk-colors-modalBackground)
}

[data-rk] .ju367vgr,[data-rk] .ju367vgs:hover,[data-rk] .ju367vgt:active {
    color: var(--rk-colors-modalBorder)
}

[data-rk] .ju367vgu,[data-rk] .ju367vgv:hover,[data-rk] .ju367vgw:active {
    color: var(--rk-colors-modalText)
}

[data-rk] .ju367vgx,[data-rk] .ju367vgy:hover,[data-rk] .ju367vgz:active {
    color: var(--rk-colors-modalTextDim)
}

[data-rk] .ju367vh0,[data-rk] .ju367vh1:hover,[data-rk] .ju367vh2:active {
    color: var(--rk-colors-modalTextSecondary)
}

[data-rk] .ju367vh3,[data-rk] .ju367vh4:hover,[data-rk] .ju367vh5:active {
    color: var(--rk-colors-profileAction)
}

[data-rk] .ju367vh6,[data-rk] .ju367vh7:hover,[data-rk] .ju367vh8:active {
    color: var(--rk-colors-profileActionHover)
}

[data-rk] .ju367vh9,[data-rk] .ju367vha:hover,[data-rk] .ju367vhb:active {
    color: var(--rk-colors-profileForeground)
}

[data-rk] .ju367vhc,[data-rk] .ju367vhd:hover,[data-rk] .ju367vhe:active {
    color: var(--rk-colors-selectedOptionBorder)
}

[data-rk] .ju367vhf,[data-rk] .ju367vhg:hover,[data-rk] .ju367vhh:active {
    color: var(--rk-colors-standby)
}

@media screen and (min-width: 768px) {
    [data-rk] .ju367v1 {
        align-items:flex-start
    }

    [data-rk] .ju367v3 {
        align-items: flex-end
    }

    [data-rk] .ju367v5 {
        align-items: center
    }

    [data-rk] .ju367v7 {
        display: none
    }

    [data-rk] .ju367v9 {
        display: block
    }

    [data-rk] .ju367vb {
        display: flex
    }

    [data-rk] .ju367vd {
        display: inline
    }
}

[data-rk] ._12cbo8i3,[data-rk] ._12cbo8i3:after {
    --_12cbo8i0: 1;
    --_12cbo8i1: 1
}

[data-rk] ._12cbo8i3:hover {
    transform: scale(var(--_12cbo8i0))
}

[data-rk] ._12cbo8i3:active {
    transform: scale(var(--_12cbo8i1))
}

[data-rk] ._12cbo8i3:active:after {
    content: "";
    bottom: -1px;
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: scale(calc((1 / var(--_12cbo8i1)) * var(--_12cbo8i0)))
}

[data-rk] ._12cbo8i4,[data-rk] ._12cbo8i4:after {
    --_12cbo8i0: 1.025
}

[data-rk] ._12cbo8i5,[data-rk] ._12cbo8i5:after {
    --_12cbo8i0: 1.1
}

[data-rk] ._12cbo8i6,[data-rk] ._12cbo8i6:after {
    --_12cbo8i1: 0.95
}

[data-rk] ._12cbo8i7,[data-rk] ._12cbo8i7:after {
    --_12cbo8i1: 0.9
}

@keyframes _1luule41 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

[data-rk] ._1luule42 {
    animation: _1luule41 3s linear infinite
}

[data-rk] ._1luule43 {
    background: conic-gradient(from 180deg at 50% 50%,rgba(72,146,254,0) 0deg,currentColor 282.04deg,rgba(72,146,254,0) 319.86deg,rgba(72,146,254,0) 1turn);
    height: 21px;
    width: 21px
}

@keyframes _9pm4ki0 {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes _9pm4ki1 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[data-rk] ._9pm4ki3 {
    animation: _9pm4ki1 .15s ease;
    bottom: -200px;
    left: -200px;
    padding: 200px;
    right: -200px;
    top: -200px;
    transform: translateZ(0);
    z-index: 2147483646
}

[data-rk] ._9pm4ki5 {
    animation: _9pm4ki0 .35s cubic-bezier(.15,1.15,.6,1),_9pm4ki1 .15s ease;
    max-width: 100vw
}

[data-rk] ._1ckjpok1 {
    box-sizing: content-box;
    max-width: 100vw;
    width: 360px
}

[data-rk] ._1ckjpok2 {
    width: 100vw
}

[data-rk] ._1ckjpok3 {
    min-width: 720px;
    width: 720px
}

[data-rk] ._1ckjpok4 {
    min-width: 368px;
    width: 368px
}

[data-rk] ._1ckjpok6 {
    border-width: 0;
    box-sizing: border-box;
    width: 100vw
}

@media screen and (min-width: 768px) {
    [data-rk] ._1ckjpok1 {
        width:360px
    }

    [data-rk] ._1ckjpok2 {
        width: 480px
    }

    [data-rk] ._1ckjpok4 {
        min-width: 368px;
        width: 368px
    }
}

@media screen and (max-width: 767px) {
    [data-rk] ._1ckjpok7 {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0;
        margin-top: -200px;
        padding-bottom: 200px;
        top: 200px
    }
}

[data-rk] .v9horb0:hover {
    background: unset
}

[data-rk] ._18dqw9x0,[data-rk] ._18dqw9x1 {
    max-height: 456px;
    overflow-y: auto;
    overflow-x: hidden
}

[data-rk] ._18dqw9x1 {
    scrollbar-width: none
}

[data-rk] ._18dqw9x1::-webkit-scrollbar {
    display: none
}

[data-rk] .g5kl0l0 {
    border-color: transparent
}

[data-rk] ._1vwt0cg0 {
    background: #fff
}

[data-rk] ._1vwt0cg2 {
    max-height: 454px;
    overflow-y: auto
}

[data-rk] ._1vwt0cg3 {
    min-width: 287px
}

[data-rk] ._1vwt0cg4 {
    min-width: 100%
}

@keyframes _1am14411 {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -283
    }
}

[data-rk] ._1am14410 {
    overflow: auto;
    scrollbar-width: none;
    transform: translateZ(0)
}

[data-rk] ._1am14410::-webkit-scrollbar {
    display: none
}

[data-rk] ._1am14412 {
    animation: _1am14411 1s linear infinite;
    stroke-dasharray: 98 196;
    fill: none;
    stroke-linecap: round;
    stroke-width: 4
}

[data-rk] ._1am14413 {
    position: absolute
}

[data-rk] ._1y2lnfi0 {
    border: 1px solid rgba(16,21,31,.06)
}

[data-rk] ._1y2lnfi1 {
    max-width: -moz-fit-content;
    max-width: fit-content
}

/*# sourceMappingURL=51899bb3a47d96df.css.map*/
