.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-y-0 {
    bottom: 0;
    top: 0
}

.-bottom-1 {
    bottom: -.25rem
}

.-bottom-\[0\.5px\] {
    bottom: -.5px
}

.-left-1 {
    left: -.25rem
}

.-right-1 {
    right: -.25rem
}

.-top-1 {
    top: -.25rem
}

.bottom-0 {
    bottom: 0
}

.bottom-2 {
    bottom: .5rem
}

.bottom-4 {
    bottom: 1rem
}

.end-0 {
    inset-inline-end: 0
}

.end-4 {
    inset-inline-end: 1rem
}

.left-0 {
    left: 0
}

.left-4 {
    left: 1rem
}

.left-\[4px\] {
    left: 4px
}

.right-0 {
    right: 0
}

.right-4 {
    right: 1rem
}

.start-0 {
    inset-inline-start: 0
}

.start-4 {
    inset-inline-start: 1rem
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-\[4px\] {
    top: 4px
}

.top-\[64px\] {
    top: 64px
}

.top-auto {
    top: auto
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.z-\[-1\] {
    z-index: -1
}

.z-\[100\] {
    z-index: 100
}

.z-\[1\] {
    z-index: 1
}

.z-\[2\] {
    z-index: 2
}

.z-\[51\] {
    z-index: 51
}

.z-\[55\] {
    z-index: 55
}

.col-start-1 {
    grid-column-start: 1
}

.row-start-1 {
    grid-row-start: 1
}

.-m-1 {
    margin: -.25rem
}

.-m-1\.5 {
    margin: -.375rem
}

.m-auto {
    margin: auto
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.-me-1 {
    margin-inline-end: -.25rem
}

.-me-1\.5 {
    margin-inline-end: -.375rem
}

.-mr-2 {
    margin-right: -.5rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-2 {
    margin-top: -.5rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-1\.5 {
    margin-bottom: .375rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-auto {
    margin-left: auto
}

.ms-3 {
    margin-inline-start: .75rem
}

.ms-auto {
    margin-inline-start: auto
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-\[calc\(100\%\+64px\)\] {
    margin-top: calc(100% + 64px)
}

.line-clamp-1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.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
}

.inline-grid {
    display: inline-grid
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1/1
}

.size-10 {
    height: 2.5rem;
    width: 2.5rem
}

.size-16 {
    height: 4rem;
    width: 4rem
}

.size-20 {
    height: 5rem;
    width: 5rem
}

.size-32 {
    height: 8rem;
    width: 8rem
}

.size-6 {
    height: 1.5rem;
    width: 1.5rem
}

.h-0 {
    height: 0
}

.h-0\.5 {
    height: .125rem
}

.h-1 {
    height: .25rem
}

.h-1\.5 {
    height: .375rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-20 {
    height: 5rem
}

.h-3 {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-\[4px\] {
    height: 4px
}

.h-\[5px\] {
    height: 5px
}

.h-\[calc\(100dvh-110px-150px\)\] {
    height: calc(100dvh - 260px)
}

.h-\[calc\(100dvh-64px\)\] {
    height: calc(100dvh - 64px)
}

.h-auto {
    height: auto
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-min {
    height: -moz-min-content;
    height: min-content
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.max-h-60 {
    max-height: 15rem
}

.max-h-\[525px\] {
    max-height: 525px
}

.min-h-0 {
    min-height: 0
}

.min-h-\[200px\] {
    min-height: 200px
}

.min-h-full {
    min-height: 100%
}

.w-0 {
    width: 0
}

.w-10 {
    width: 2.5rem
}

.w-11 {
    width: 2.75rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-20 {
    width: 5rem
}

.w-3 {
    width: .75rem
}

.w-32 {
    width: 3rem
}

.w-4 {
    width: 1rem
}

.w-48 {
    width: 12rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-9 {
    width: 2.25rem
}

.w-\[3\.25rem\] {
    width: 3.25rem
}

.w-\[3\.75rem\] {
    width: 3.75rem
}

.w-\[calc\(100\%\+0\.5rem\)\] {
    width: calc(100% + .5rem)
}

.w-auto {
    width: auto
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.w-px {
    width: 1px
}

.w-screen {
    width: 100vw
}

.min-w-0 {
    min-width: 0
}

.min-w-\[0\.375rem\] {
    min-width: .375rem
}

.min-w-\[0\.5rem\] {
    min-width: .5rem
}

.min-w-\[0\.625rem\] {
    min-width: .625rem
}

.min-w-\[0\.75rem\] {
    min-width: .75rem
}

.min-w-\[0\.875rem\] {
    min-width: .875rem
}

.min-w-\[1\.25rem\] {
    min-width: 1.25rem
}

.min-w-\[16px\] {
    min-width: 16px
}

.min-w-\[1rem\] {
    min-width: 1rem
}

.min-w-\[20px\] {
    min-width: 20px
}

.min-w-\[24px\] {
    min-width: 24px
}

.min-w-\[4px\] {
    min-width: 4px
}

.min-w-\[5px\] {
    min-width: 5px
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.min-w-full {
    min-width: 100%
}

.max-w-48 {
    max-width: 12rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-\[250px\] {
    max-width: 250px
}

.max-w-md {
    max-width: 28rem
}

.max-w-screen-lg {
    max-width: 1024px
}

.max-w-screen-md {
    max-width: 768px
}

.max-w-screen-xl {
    max-width: 1280px
}

.max-w-xs {
    max-width: 20rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.table-fixed {
    table-layout: fixed
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-x-full {
    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-full {
    --tw-translate-x: -100%
}

.-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\/2 {
    --tw-translate-x: 50%
}

.translate-x-1\/2,
.translate-x-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))
}

.translate-x-2 {
    --tw-translate-x: 0.5rem
}

.translate-x-2\.5 {
    --tw-translate-x: 0.625rem
}

.translate-x-2\.5,
.translate-x-3 {
    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-3 {
    --tw-translate-x: 0.75rem
}

.translate-x-4 {
    --tw-translate-x: 1rem
}

.translate-x-4,
.translate-x-5 {
    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-5 {
    --tw-translate-x: 1.25rem
}

.translate-x-6 {
    --tw-translate-x: 1.5rem
}

.translate-x-6,
.translate-x-7 {
    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-7 {
    --tw-translate-x: 1.75rem
}

.translate-x-full {
    --tw-translate-x: 100%
}

.translate-x-full,
.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-1 {
    --tw-translate-y: 0.25rem
}

.translate-y-1,
.translate-y-1\/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))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%
}

.translate-y-2 {
    --tw-translate-y: 0.5rem
}

.translate-y-2,
.translate-y-4 {
    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-4 {
    --tw-translate-y: 1rem
}

.-rotate-12 {
    --tw-rotate: -12deg
}

.-rotate-12,
.-rotate-180 {
    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-12 {
    --tw-rotate: 12deg
}

.rotate-12,
.scale-100 {
    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-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-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))
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.cursor-default {
    cursor: default
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize-none {
    resize: none
}

.resize {
    resize: both
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory
}

.snap-center {
    scroll-snap-align: center
}

.scroll-py-1 {
    scroll-padding-bottom: .25rem;
    scroll-padding-top: .25rem
}

.scroll-py-2 {
    scroll-padding-bottom: .5rem;
    scroll-padding-top: .5rem
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.content-center {
    align-content: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-0 {
    gap: 0
}

.gap-0\.5 {
    gap: .125rem
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-\[1px\] {
    gap: 1px
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-2\.5 {
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.-space-x-px>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(-1px*var(--tw-space-x-reverse))
}

.-space-y-px>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(-1px*var(--tw-space-y-reverse));
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse));
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)))
}

.divide-none>:not([hidden])~:not([hidden]) {
    border-style: none
}

.divide-gray-100>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(var(--color-gray-100)/var(--tw-divide-opacity))
}

.divide-gray-200>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(var(--color-gray-200)/var(--tw-divide-opacity))
}

.divide-gray-300>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(var(--color-gray-300)/var(--tw-divide-opacity))
}

.self-center {
    align-self: center
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-y-hidden {
    overflow-y: hidden
}

.scroll-smooth {
    scroll-behavior: smooth
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.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-b {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-b-2xl {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.rounded-b-3xl {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.rounded-b-full {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.rounded-b-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.rounded-b-md {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.rounded-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.rounded-b-sm {
    border-bottom-left-radius: .125rem;
    border-bottom-right-radius: .125rem
}

.rounded-b-xl {
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem
}

.rounded-e {
    border-end-end-radius: .25rem;
    border-start-end-radius: .25rem
}

.rounded-e-2xl {
    border-end-end-radius: 1rem;
    border-start-end-radius: 1rem
}

.rounded-e-3xl {
    border-end-end-radius: 1.5rem;
    border-start-end-radius: 1.5rem
}

.rounded-e-full {
    border-end-end-radius: 9999px;
    border-start-end-radius: 9999px
}

.rounded-e-lg {
    border-end-end-radius: .5rem;
    border-start-end-radius: .5rem
}

.rounded-e-md {
    border-end-end-radius: .375rem;
    border-start-end-radius: .375rem
}

.rounded-e-none {
    border-end-end-radius: 0;
    border-start-end-radius: 0
}

.rounded-e-sm {
    border-end-end-radius: .125rem;
    border-start-end-radius: .125rem
}

.rounded-e-xl {
    border-end-end-radius: .75rem;
    border-start-end-radius: .75rem
}

.rounded-s {
    border-end-start-radius: .25rem;
    border-start-start-radius: .25rem
}

.rounded-s-2xl {
    border-end-start-radius: 1rem;
    border-start-start-radius: 1rem
}

.rounded-s-3xl {
    border-end-start-radius: 1.5rem;
    border-start-start-radius: 1.5rem
}

.rounded-s-full {
    border-end-start-radius: 9999px;
    border-start-start-radius: 9999px
}

.rounded-s-lg {
    border-end-start-radius: .5rem;
    border-start-start-radius: .5rem
}

.rounded-s-md {
    border-end-start-radius: .375rem;
    border-start-start-radius: .375rem
}

.rounded-s-none {
    border-end-start-radius: 0;
    border-start-start-radius: 0
}

.rounded-s-sm {
    border-end-start-radius: .125rem;
    border-start-start-radius: .125rem
}

.rounded-s-xl {
    border-end-start-radius: .75rem;
    border-start-start-radius: .75rem
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-t-md {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem
}

.rounded-t-xl {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-\[1px\] {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-s {
    border-inline-start-width: 1px
}

.border-s-\[2px\] {
    border-inline-start-width: 2px
}

.border-s-\[3px\] {
    border-inline-start-width: 3px
}

.border-s-\[4px\] {
    border-inline-start-width: 4px
}

.border-s-\[5px\] {
    border-inline-start-width: 5px
}

.border-s-\[6px\] {
    border-inline-start-width: 6px
}

.border-t {
    border-top-width: 1px
}

.border-t-\[2px\] {
    border-top-width: 2px
}

.border-t-\[3px\] {
    border-top-width: 3px
}

.border-t-\[4px\] {
    border-top-width: 4px
}

.border-t-\[5px\] {
    border-top-width: 5px
}

.border-t-\[6px\] {
    border-top-width: 6px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-none {
    border-style: none
}

.border-gom-500 {
    --tw-border-opacity: 1;
    border-color: rgb(255 245 0/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gray-200)/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gray-300)/var(--tw-border-opacity))
}

.border-mog-500 {
    --tw-border-opacity: 1;
    border-color: rgb(47 52 255/var(--tw-border-opacity))
}

.border-mog-950 {
    --tw-border-opacity: 1;
    border-color: rgb(14 0 177/var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.bg-\[\#1401FE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(20 1 254/var(--tw-bg-opacity))
}

.bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36/var(--tw-bg-opacity))
}

.bg-amber-400\/0 {
    background-color: rgba(251, 191, 36, 0)
}

.bg-amber-400\/10 {
    background-color: rgba(251, 191, 36, .1)
}

.bg-amber-400\/100 {
    background-color: #fbbf24
}

.bg-amber-400\/15 {
    background-color: rgba(251, 191, 36, .15)
}

.bg-amber-400\/20 {
    background-color: rgba(251, 191, 36, .2)
}

.bg-amber-400\/25 {
    background-color: rgba(251, 191, 36, .25)
}

.bg-amber-400\/30 {
    background-color: rgba(251, 191, 36, .3)
}

.bg-amber-400\/35 {
    background-color: rgba(251, 191, 36, .35)
}

.bg-amber-400\/40 {
    background-color: rgba(251, 191, 36, .4)
}

.bg-amber-400\/45 {
    background-color: rgba(251, 191, 36, .45)
}

.bg-amber-400\/5 {
    background-color: rgba(251, 191, 36, .05)
}

.bg-amber-400\/50 {
    background-color: rgba(251, 191, 36, .5)
}

.bg-amber-400\/55 {
    background-color: rgba(251, 191, 36, .55)
}

.bg-amber-400\/60 {
    background-color: rgba(251, 191, 36, .6)
}

.bg-amber-400\/65 {
    background-color: rgba(251, 191, 36, .65)
}

.bg-amber-400\/70 {
    background-color: rgba(251, 191, 36, .7)
}

.bg-amber-400\/75 {
    background-color: rgba(251, 191, 36, .75)
}

.bg-amber-400\/80 {
    background-color: rgba(251, 191, 36, .8)
}

.bg-amber-400\/85 {
    background-color: rgba(251, 191, 36, .85)
}

.bg-amber-400\/90 {
    background-color: rgba(251, 191, 36, .9)
}

.bg-amber-400\/95 {
    background-color: rgba(251, 191, 36, .95)
}

.bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11/var(--tw-bg-opacity))
}

.bg-amber-500\/0 {
    background-color: rgba(245, 158, 11, 0)
}

.bg-amber-500\/10 {
    background-color: rgba(245, 158, 11, .1)
}

.bg-amber-500\/100 {
    background-color: #f59e0b
}

.bg-amber-500\/15 {
    background-color: rgba(245, 158, 11, .15)
}

.bg-amber-500\/20 {
    background-color: rgba(245, 158, 11, .2)
}

.bg-amber-500\/25 {
    background-color: rgba(245, 158, 11, .25)
}

.bg-amber-500\/30 {
    background-color: rgba(245, 158, 11, .3)
}

.bg-amber-500\/35 {
    background-color: rgba(245, 158, 11, .35)
}

.bg-amber-500\/40 {
    background-color: rgba(245, 158, 11, .4)
}

.bg-amber-500\/45 {
    background-color: rgba(245, 158, 11, .45)
}

.bg-amber-500\/5 {
    background-color: rgba(245, 158, 11, .05)
}

.bg-amber-500\/50 {
    background-color: rgba(245, 158, 11, .5)
}

.bg-amber-500\/55 {
    background-color: rgba(245, 158, 11, .55)
}

.bg-amber-500\/60 {
    background-color: rgba(245, 158, 11, .6)
}

.bg-amber-500\/65 {
    background-color: rgba(245, 158, 11, .65)
}

.bg-amber-500\/70 {
    background-color: rgba(245, 158, 11, .7)
}

.bg-amber-500\/75 {
    background-color: rgba(245, 158, 11, .75)
}

.bg-amber-500\/80 {
    background-color: rgba(245, 158, 11, .8)
}

.bg-amber-500\/85 {
    background-color: rgba(245, 158, 11, .85)
}

.bg-amber-500\/90 {
    background-color: rgba(245, 158, 11, .9)
}

.bg-amber-500\/95 {
    background-color: rgba(245, 158, 11, .95)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250/var(--tw-bg-opacity))
}

.bg-blue-400\/0 {
    background-color: rgba(96, 165, 250, 0)
}

.bg-blue-400\/10 {
    background-color: rgba(96, 165, 250, .1)
}

.bg-blue-400\/100 {
    background-color: #60a5fa
}

.bg-blue-400\/15 {
    background-color: rgba(96, 165, 250, .15)
}

.bg-blue-400\/20 {
    background-color: rgba(96, 165, 250, .2)
}

.bg-blue-400\/25 {
    background-color: rgba(96, 165, 250, .25)
}

.bg-blue-400\/30 {
    background-color: rgba(96, 165, 250, .3)
}

.bg-blue-400\/35 {
    background-color: rgba(96, 165, 250, .35)
}

.bg-blue-400\/40 {
    background-color: rgba(96, 165, 250, .4)
}

.bg-blue-400\/45 {
    background-color: rgba(96, 165, 250, .45)
}

.bg-blue-400\/5 {
    background-color: rgba(96, 165, 250, .05)
}

.bg-blue-400\/50 {
    background-color: rgba(96, 165, 250, .5)
}

.bg-blue-400\/55 {
    background-color: rgba(96, 165, 250, .55)
}

.bg-blue-400\/60 {
    background-color: rgba(96, 165, 250, .6)
}

.bg-blue-400\/65 {
    background-color: rgba(96, 165, 250, .65)
}

.bg-blue-400\/70 {
    background-color: rgba(96, 165, 250, .7)
}

.bg-blue-400\/75 {
    background-color: rgba(96, 165, 250, .75)
}

.bg-blue-400\/80 {
    background-color: rgba(96, 165, 250, .8)
}

.bg-blue-400\/85 {
    background-color: rgba(96, 165, 250, .85)
}

.bg-blue-400\/90 {
    background-color: rgba(96, 165, 250, .9)
}

.bg-blue-400\/95 {
    background-color: rgba(96, 165, 250, .95)
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity))
}

.bg-blue-500\/0 {
    background-color: rgba(59, 130, 246, 0)
}

.bg-blue-500\/10 {
    background-color: rgba(59, 130, 246, .1)
}

.bg-blue-500\/100 {
    background-color: #3b82f6
}

.bg-blue-500\/15 {
    background-color: rgba(59, 130, 246, .15)
}

.bg-blue-500\/20 {
    background-color: rgba(59, 130, 246, .2)
}

.bg-blue-500\/25 {
    background-color: rgba(59, 130, 246, .25)
}

.bg-blue-500\/30 {
    background-color: rgba(59, 130, 246, .3)
}

.bg-blue-500\/35 {
    background-color: rgba(59, 130, 246, .35)
}

.bg-blue-500\/40 {
    background-color: rgba(59, 130, 246, .4)
}

.bg-blue-500\/45 {
    background-color: rgba(59, 130, 246, .45)
}

.bg-blue-500\/5 {
    background-color: rgba(59, 130, 246, .05)
}

.bg-blue-500\/50 {
    background-color: rgba(59, 130, 246, .5)
}

.bg-blue-500\/55 {
    background-color: rgba(59, 130, 246, .55)
}

.bg-blue-500\/60 {
    background-color: rgba(59, 130, 246, .6)
}

.bg-blue-500\/65 {
    background-color: rgba(59, 130, 246, .65)
}

.bg-blue-500\/70 {
    background-color: rgba(59, 130, 246, .7)
}

.bg-blue-500\/75 {
    background-color: rgba(59, 130, 246, .75)
}

.bg-blue-500\/80 {
    background-color: rgba(59, 130, 246, .8)
}

.bg-blue-500\/85 {
    background-color: rgba(59, 130, 246, .85)
}

.bg-blue-500\/90 {
    background-color: rgba(59, 130, 246, .9)
}

.bg-blue-500\/95 {
    background-color: rgba(59, 130, 246, .95)
}

.bg-current {
    background-color: currentColor
}

.bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238/var(--tw-bg-opacity))
}

.bg-cyan-400\/0 {
    background-color: rgba(34, 211, 238, 0)
}

.bg-cyan-400\/10 {
    background-color: rgba(34, 211, 238, .1)
}

.bg-cyan-400\/100 {
    background-color: #22d3ee
}

.bg-cyan-400\/15 {
    background-color: rgba(34, 211, 238, .15)
}

.bg-cyan-400\/20 {
    background-color: rgba(34, 211, 238, .2)
}

.bg-cyan-400\/25 {
    background-color: rgba(34, 211, 238, .25)
}

.bg-cyan-400\/30 {
    background-color: rgba(34, 211, 238, .3)
}

.bg-cyan-400\/35 {
    background-color: rgba(34, 211, 238, .35)
}

.bg-cyan-400\/40 {
    background-color: rgba(34, 211, 238, .4)
}

.bg-cyan-400\/45 {
    background-color: rgba(34, 211, 238, .45)
}

.bg-cyan-400\/5 {
    background-color: rgba(34, 211, 238, .05)
}

.bg-cyan-400\/50 {
    background-color: rgba(34, 211, 238, .5)
}

.bg-cyan-400\/55 {
    background-color: rgba(34, 211, 238, .55)
}

.bg-cyan-400\/60 {
    background-color: rgba(34, 211, 238, .6)
}

.bg-cyan-400\/65 {
    background-color: rgba(34, 211, 238, .65)
}

.bg-cyan-400\/70 {
    background-color: rgba(34, 211, 238, .7)
}

.bg-cyan-400\/75 {
    background-color: rgba(34, 211, 238, .75)
}

.bg-cyan-400\/80 {
    background-color: rgba(34, 211, 238, .8)
}

.bg-cyan-400\/85 {
    background-color: rgba(34, 211, 238, .85)
}

.bg-cyan-400\/90 {
    background-color: rgba(34, 211, 238, .9)
}

.bg-cyan-400\/95 {
    background-color: rgba(34, 211, 238, .95)
}

.bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212/var(--tw-bg-opacity))
}

.bg-cyan-500\/0 {
    background-color: rgba(6, 182, 212, 0)
}

.bg-cyan-500\/10 {
    background-color: rgba(6, 182, 212, .1)
}

.bg-cyan-500\/100 {
    background-color: #06b6d4
}

.bg-cyan-500\/15 {
    background-color: rgba(6, 182, 212, .15)
}

.bg-cyan-500\/20 {
    background-color: rgba(6, 182, 212, .2)
}

.bg-cyan-500\/25 {
    background-color: rgba(6, 182, 212, .25)
}

.bg-cyan-500\/30 {
    background-color: rgba(6, 182, 212, .3)
}

.bg-cyan-500\/35 {
    background-color: rgba(6, 182, 212, .35)
}

.bg-cyan-500\/40 {
    background-color: rgba(6, 182, 212, .4)
}

.bg-cyan-500\/45 {
    background-color: rgba(6, 182, 212, .45)
}

.bg-cyan-500\/5 {
    background-color: rgba(6, 182, 212, .05)
}

.bg-cyan-500\/50 {
    background-color: rgba(6, 182, 212, .5)
}

.bg-cyan-500\/55 {
    background-color: rgba(6, 182, 212, .55)
}

.bg-cyan-500\/60 {
    background-color: rgba(6, 182, 212, .6)
}

.bg-cyan-500\/65 {
    background-color: rgba(6, 182, 212, .65)
}

.bg-cyan-500\/70 {
    background-color: rgba(6, 182, 212, .7)
}

.bg-cyan-500\/75 {
    background-color: rgba(6, 182, 212, .75)
}

.bg-cyan-500\/80 {
    background-color: rgba(6, 182, 212, .8)
}

.bg-cyan-500\/85 {
    background-color: rgba(6, 182, 212, .85)
}

.bg-cyan-500\/90 {
    background-color: rgba(6, 182, 212, .9)
}

.bg-cyan-500\/95 {
    background-color: rgba(6, 182, 212, .95)
}

.bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153/var(--tw-bg-opacity))
}

.bg-emerald-400\/0 {
    background-color: rgba(52, 211, 153, 0)
}

.bg-emerald-400\/10 {
    background-color: rgba(52, 211, 153, .1)
}

.bg-emerald-400\/100 {
    background-color: #34d399
}

.bg-emerald-400\/15 {
    background-color: rgba(52, 211, 153, .15)
}

.bg-emerald-400\/20 {
    background-color: rgba(52, 211, 153, .2)
}

.bg-emerald-400\/25 {
    background-color: rgba(52, 211, 153, .25)
}

.bg-emerald-400\/30 {
    background-color: rgba(52, 211, 153, .3)
}

.bg-emerald-400\/35 {
    background-color: rgba(52, 211, 153, .35)
}

.bg-emerald-400\/40 {
    background-color: rgba(52, 211, 153, .4)
}

.bg-emerald-400\/45 {
    background-color: rgba(52, 211, 153, .45)
}

.bg-emerald-400\/5 {
    background-color: rgba(52, 211, 153, .05)
}

.bg-emerald-400\/50 {
    background-color: rgba(52, 211, 153, .5)
}

.bg-emerald-400\/55 {
    background-color: rgba(52, 211, 153, .55)
}

.bg-emerald-400\/60 {
    background-color: rgba(52, 211, 153, .6)
}

.bg-emerald-400\/65 {
    background-color: rgba(52, 211, 153, .65)
}

.bg-emerald-400\/70 {
    background-color: rgba(52, 211, 153, .7)
}

.bg-emerald-400\/75 {
    background-color: rgba(52, 211, 153, .75)
}

.bg-emerald-400\/80 {
    background-color: rgba(52, 211, 153, .8)
}

.bg-emerald-400\/85 {
    background-color: rgba(52, 211, 153, .85)
}

.bg-emerald-400\/90 {
    background-color: rgba(52, 211, 153, .9)
}

.bg-emerald-400\/95 {
    background-color: rgba(52, 211, 153, .95)
}

.bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129/var(--tw-bg-opacity))
}

.bg-emerald-500\/0 {
    background-color: rgba(16, 185, 129, 0)
}

.bg-emerald-500\/10 {
    background-color: rgba(16, 185, 129, .1)
}

.bg-emerald-500\/100 {
    background-color: #10b981
}

.bg-emerald-500\/15 {
    background-color: rgba(16, 185, 129, .15)
}

.bg-emerald-500\/20 {
    background-color: rgba(16, 185, 129, .2)
}

.bg-emerald-500\/25 {
    background-color: rgba(16, 185, 129, .25)
}

.bg-emerald-500\/30 {
    background-color: rgba(16, 185, 129, .3)
}

.bg-emerald-500\/35 {
    background-color: rgba(16, 185, 129, .35)
}

.bg-emerald-500\/40 {
    background-color: rgba(16, 185, 129, .4)
}

.bg-emerald-500\/45 {
    background-color: rgba(16, 185, 129, .45)
}

.bg-emerald-500\/5 {
    background-color: rgba(16, 185, 129, .05)
}

.bg-emerald-500\/50 {
    background-color: rgba(16, 185, 129, .5)
}

.bg-emerald-500\/55 {
    background-color: rgba(16, 185, 129, .55)
}

.bg-emerald-500\/60 {
    background-color: rgba(16, 185, 129, .6)
}

.bg-emerald-500\/65 {
    background-color: rgba(16, 185, 129, .65)
}

.bg-emerald-500\/70 {
    background-color: rgba(16, 185, 129, .7)
}

.bg-emerald-500\/75 {
    background-color: rgba(16, 185, 129, .75)
}

.bg-emerald-500\/80 {
    background-color: rgba(16, 185, 129, .8)
}

.bg-emerald-500\/85 {
    background-color: rgba(16, 185, 129, .85)
}

.bg-emerald-500\/90 {
    background-color: rgba(16, 185, 129, .9)
}

.bg-emerald-500\/95 {
    background-color: rgba(16, 185, 129, .95)
}

.bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249/var(--tw-bg-opacity))
}

.bg-fuchsia-400\/0 {
    background-color: rgba(232, 121, 249, 0)
}

.bg-fuchsia-400\/10 {
    background-color: rgba(232, 121, 249, .1)
}

.bg-fuchsia-400\/100 {
    background-color: #e879f9
}

.bg-fuchsia-400\/15 {
    background-color: rgba(232, 121, 249, .15)
}

.bg-fuchsia-400\/20 {
    background-color: rgba(232, 121, 249, .2)
}

.bg-fuchsia-400\/25 {
    background-color: rgba(232, 121, 249, .25)
}

.bg-fuchsia-400\/30 {
    background-color: rgba(232, 121, 249, .3)
}

.bg-fuchsia-400\/35 {
    background-color: rgba(232, 121, 249, .35)
}

.bg-fuchsia-400\/40 {
    background-color: rgba(232, 121, 249, .4)
}

.bg-fuchsia-400\/45 {
    background-color: rgba(232, 121, 249, .45)
}

.bg-fuchsia-400\/5 {
    background-color: rgba(232, 121, 249, .05)
}

.bg-fuchsia-400\/50 {
    background-color: rgba(232, 121, 249, .5)
}

.bg-fuchsia-400\/55 {
    background-color: rgba(232, 121, 249, .55)
}

.bg-fuchsia-400\/60 {
    background-color: rgba(232, 121, 249, .6)
}

.bg-fuchsia-400\/65 {
    background-color: rgba(232, 121, 249, .65)
}

.bg-fuchsia-400\/70 {
    background-color: rgba(232, 121, 249, .7)
}

.bg-fuchsia-400\/75 {
    background-color: rgba(232, 121, 249, .75)
}

.bg-fuchsia-400\/80 {
    background-color: rgba(232, 121, 249, .8)
}

.bg-fuchsia-400\/85 {
    background-color: rgba(232, 121, 249, .85)
}

.bg-fuchsia-400\/90 {
    background-color: rgba(232, 121, 249, .9)
}

.bg-fuchsia-400\/95 {
    background-color: rgba(232, 121, 249, .95)
}

.bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239/var(--tw-bg-opacity))
}

.bg-fuchsia-500\/0 {
    background-color: rgba(217, 70, 239, 0)
}

.bg-fuchsia-500\/10 {
    background-color: rgba(217, 70, 239, .1)
}

.bg-fuchsia-500\/100 {
    background-color: #d946ef
}

.bg-fuchsia-500\/15 {
    background-color: rgba(217, 70, 239, .15)
}

.bg-fuchsia-500\/20 {
    background-color: rgba(217, 70, 239, .2)
}

.bg-fuchsia-500\/25 {
    background-color: rgba(217, 70, 239, .25)
}

.bg-fuchsia-500\/30 {
    background-color: rgba(217, 70, 239, .3)
}

.bg-fuchsia-500\/35 {
    background-color: rgba(217, 70, 239, .35)
}

.bg-fuchsia-500\/40 {
    background-color: rgba(217, 70, 239, .4)
}

.bg-fuchsia-500\/45 {
    background-color: rgba(217, 70, 239, .45)
}

.bg-fuchsia-500\/5 {
    background-color: rgba(217, 70, 239, .05)
}

.bg-fuchsia-500\/50 {
    background-color: rgba(217, 70, 239, .5)
}

.bg-fuchsia-500\/55 {
    background-color: rgba(217, 70, 239, .55)
}

.bg-fuchsia-500\/60 {
    background-color: rgba(217, 70, 239, .6)
}

.bg-fuchsia-500\/65 {
    background-color: rgba(217, 70, 239, .65)
}

.bg-fuchsia-500\/70 {
    background-color: rgba(217, 70, 239, .7)
}

.bg-fuchsia-500\/75 {
    background-color: rgba(217, 70, 239, .75)
}

.bg-fuchsia-500\/80 {
    background-color: rgba(217, 70, 239, .8)
}

.bg-fuchsia-500\/85 {
    background-color: rgba(217, 70, 239, .85)
}

.bg-fuchsia-500\/90 {
    background-color: rgba(217, 70, 239, .9)
}

.bg-fuchsia-500\/95 {
    background-color: rgba(217, 70, 239, .95)
}

.bg-gom-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 255 193/var(--tw-bg-opacity))
}

.bg-gom-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 255 13/var(--tw-bg-opacity))
}

.bg-gom-400\/0 {
    background-color: rgba(252, 255, 13, 0)
}

.bg-gom-400\/10 {
    background-color: rgba(252, 255, 13, .1)
}

.bg-gom-400\/100 {
    background-color: #fcff0d
}

.bg-gom-400\/15 {
    background-color: rgba(252, 255, 13, .15)
}

.bg-gom-400\/20 {
    background-color: rgba(252, 255, 13, .2)
}

.bg-gom-400\/25 {
    background-color: rgba(252, 255, 13, .25)
}

.bg-gom-400\/30 {
    background-color: rgba(252, 255, 13, .3)
}

.bg-gom-400\/35 {
    background-color: rgba(252, 255, 13, .35)
}

.bg-gom-400\/40 {
    background-color: rgba(252, 255, 13, .4)
}

.bg-gom-400\/45 {
    background-color: rgba(252, 255, 13, .45)
}

.bg-gom-400\/5 {
    background-color: rgba(252, 255, 13, .05)
}

.bg-gom-400\/50 {
    background-color: rgba(252, 255, 13, .5)
}

.bg-gom-400\/55 {
    background-color: rgba(252, 255, 13, .55)
}

.bg-gom-400\/60 {
    background-color: rgba(252, 255, 13, .6)
}

.bg-gom-400\/65 {
    background-color: rgba(252, 255, 13, .65)
}

.bg-gom-400\/70 {
    background-color: rgba(252, 255, 13, .7)
}

.bg-gom-400\/75 {
    background-color: rgba(252, 255, 13, .75)
}

.bg-gom-400\/80 {
    background-color: rgba(252, 255, 13, .8)
}

.bg-gom-400\/85 {
    background-color: rgba(252, 255, 13, .85)
}

.bg-gom-400\/90 {
    background-color: rgba(252, 255, 13, .9)
}

.bg-gom-400\/95 {
    background-color: rgba(252, 255, 13, .95)
}

.bg-gom-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 255 231/var(--tw-bg-opacity))
}

.bg-gom-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 0/var(--tw-bg-opacity))
}

.bg-gom-500\/0 {
    background-color: rgba(255, 245, 0, 0)
}

.bg-gom-500\/10 {
    background-color: rgba(255, 245, 0, .1)
}

.bg-gom-500\/100 {
    background-color: #760697;
}

.bg-gom-500\/15 {
    background-color: rgba(255, 245, 0, .15)
}

.bg-gom-500\/20 {
    background-color: rgba(255, 245, 0, .2)
}

.bg-gom-500\/25 {
    background-color: rgba(255, 245, 0, .25)
}

.bg-gom-500\/30 {
    background-color: rgba(255, 245, 0, .3)
}

.bg-gom-500\/35 {
    background-color: rgba(255, 245, 0, .35)
}

.bg-gom-500\/40 {
    background-color: rgba(255, 245, 0, .4)
}

.bg-gom-500\/45 {
    background-color: rgba(255, 245, 0, .45)
}

.bg-gom-500\/5 {
    background-color: rgba(255, 245, 0, .05)
}

.bg-gom-500\/50 {
    background-color: rgba(255, 245, 0, .5)
}

.bg-gom-500\/55 {
    background-color: rgba(255, 245, 0, .55)
}

.bg-gom-500\/60 {
    background-color: rgba(255, 245, 0, .6)
}

.bg-gom-500\/65 {
    background-color: rgba(255, 245, 0, .65)
}

.bg-gom-500\/70 {
    background-color: rgba(255, 245, 0, .7)
}

.bg-gom-500\/75 {
    background-color: rgba(255, 245, 0, .75)
}

.bg-gom-500\/80 {
    background-color: rgba(255, 245, 0, .8)
}

.bg-gom-500\/85 {
    background-color: rgba(255, 245, 0, .85)
}

.bg-gom-500\/90 {
    background-color: rgba(255, 245, 0, .9)
}

.bg-gom-500\/95 {
    background-color: rgba(255, 245, 0, .95)
}

.bg-gom-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 183 0/var(--tw-bg-opacity))
}

.bg-gom-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(116 84 15/var(--tw-bg-opacity))
}

.bg-gom-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(68 45 4/var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-100)/var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-200)/var(--tw-bg-opacity))
}

.bg-gray-200\/75 {
    background-color: rgb(var(--color-gray-200)/.75)
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-300)/var(--tw-bg-opacity))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-50)/var(--tw-bg-opacity))
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-500)/var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-900)/var(--tw-bg-opacity))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128/var(--tw-bg-opacity))
}

.bg-green-400\/0 {
    background-color: rgba(74, 222, 128, 0)
}

.bg-green-400\/10 {
    background-color: rgba(74, 222, 128, .1)
}

.bg-green-400\/100 {
    background-color: #4ade80
}

.bg-green-400\/15 {
    background-color: rgba(74, 222, 128, .15)
}

.bg-green-400\/20 {
    background-color: rgba(74, 222, 128, .2)
}

.bg-green-400\/25 {
    background-color: rgba(74, 222, 128, .25)
}

.bg-green-400\/30 {
    background-color: rgba(74, 222, 128, .3)
}

.bg-green-400\/35 {
    background-color: rgba(74, 222, 128, .35)
}

.bg-green-400\/40 {
    background-color: rgba(74, 222, 128, .4)
}

.bg-green-400\/45 {
    background-color: rgba(74, 222, 128, .45)
}

.bg-green-400\/5 {
    background-color: rgba(74, 222, 128, .05)
}

.bg-green-400\/50 {
    background-color: rgba(74, 222, 128, .5)
}

.bg-green-400\/55 {
    background-color: rgba(74, 222, 128, .55)
}

.bg-green-400\/60 {
    background-color: rgba(74, 222, 128, .6)
}

.bg-green-400\/65 {
    background-color: rgba(74, 222, 128, .65)
}

.bg-green-400\/70 {
    background-color: rgba(74, 222, 128, .7)
}

.bg-green-400\/75 {
    background-color: rgba(74, 222, 128, .75)
}

.bg-green-400\/80 {
    background-color: rgba(74, 222, 128, .8)
}

.bg-green-400\/85 {
    background-color: rgba(74, 222, 128, .85)
}

.bg-green-400\/90 {
    background-color: rgba(74, 222, 128, .9)
}

.bg-green-400\/95 {
    background-color: rgba(74, 222, 128, .95)
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94/var(--tw-bg-opacity))
}

.bg-green-500\/0 {
    background-color: rgba(34, 197, 94, 0)
}

.bg-green-500\/10 {
    background-color: rgba(34, 197, 94, .1)
}

.bg-green-500\/100 {
    background-color: #22c55e
}

.bg-green-500\/15 {
    background-color: rgba(34, 197, 94, .15)
}

.bg-green-500\/20 {
    background-color: rgba(34, 197, 94, .2)
}

.bg-green-500\/25 {
    background-color: rgba(34, 197, 94, .25)
}

.bg-green-500\/30 {
    background-color: rgba(34, 197, 94, .3)
}

.bg-green-500\/35 {
    background-color: rgba(34, 197, 94, .35)
}

.bg-green-500\/40 {
    background-color: rgba(34, 197, 94, .4)
}

.bg-green-500\/45 {
    background-color: rgba(34, 197, 94, .45)
}

.bg-green-500\/5 {
    background-color: rgba(34, 197, 94, .05)
}

.bg-green-500\/50 {
    background-color: rgba(34, 197, 94, .5)
}

.bg-green-500\/55 {
    background-color: rgba(34, 197, 94, .55)
}

.bg-green-500\/60 {
    background-color: rgba(34, 197, 94, .6)
}

.bg-green-500\/65 {
    background-color: rgba(34, 197, 94, .65)
}

.bg-green-500\/70 {
    background-color: rgba(34, 197, 94, .7)
}

.bg-green-500\/75 {
    background-color: rgba(34, 197, 94, .75)
}

.bg-green-500\/80 {
    background-color: rgba(34, 197, 94, .8)
}

.bg-green-500\/85 {
    background-color: rgba(34, 197, 94, .85)
}

.bg-green-500\/90 {
    background-color: rgba(34, 197, 94, .9)
}

.bg-green-500\/95 {
    background-color: rgba(34, 197, 94, .95)
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248/var(--tw-bg-opacity))
}

.bg-indigo-400\/0 {
    background-color: rgba(129, 140, 248, 0)
}

.bg-indigo-400\/10 {
    background-color: rgba(129, 140, 248, .1)
}

.bg-indigo-400\/100 {
    background-color: #818cf8
}

.bg-indigo-400\/15 {
    background-color: rgba(129, 140, 248, .15)
}

.bg-indigo-400\/20 {
    background-color: rgba(129, 140, 248, .2)
}

.bg-indigo-400\/25 {
    background-color: rgba(129, 140, 248, .25)
}

.bg-indigo-400\/30 {
    background-color: rgba(129, 140, 248, .3)
}

.bg-indigo-400\/35 {
    background-color: rgba(129, 140, 248, .35)
}

.bg-indigo-400\/40 {
    background-color: rgba(129, 140, 248, .4)
}

.bg-indigo-400\/45 {
    background-color: rgba(129, 140, 248, .45)
}

.bg-indigo-400\/5 {
    background-color: rgba(129, 140, 248, .05)
}

.bg-indigo-400\/50 {
    background-color: rgba(129, 140, 248, .5)
}

.bg-indigo-400\/55 {
    background-color: rgba(129, 140, 248, .55)
}

.bg-indigo-400\/60 {
    background-color: rgba(129, 140, 248, .6)
}

.bg-indigo-400\/65 {
    background-color: rgba(129, 140, 248, .65)
}

.bg-indigo-400\/70 {
    background-color: rgba(129, 140, 248, .7)
}

.bg-indigo-400\/75 {
    background-color: rgba(129, 140, 248, .75)
}

.bg-indigo-400\/80 {
    background-color: rgba(129, 140, 248, .8)
}

.bg-indigo-400\/85 {
    background-color: rgba(129, 140, 248, .85)
}

.bg-indigo-400\/90 {
    background-color: rgba(129, 140, 248, .9)
}

.bg-indigo-400\/95 {
    background-color: rgba(129, 140, 248, .95)
}

.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241/var(--tw-bg-opacity))
}

.bg-indigo-500\/0 {
    background-color: rgba(99, 102, 241, 0)
}

.bg-indigo-500\/10 {
    background-color: rgba(99, 102, 241, .1)
}

.bg-indigo-500\/100 {
    background-color: #6366f1
}

.bg-indigo-500\/15 {
    background-color: rgba(99, 102, 241, .15)
}

.bg-indigo-500\/20 {
    background-color: rgba(99, 102, 241, .2)
}

.bg-indigo-500\/25 {
    background-color: rgba(99, 102, 241, .25)
}

.bg-indigo-500\/30 {
    background-color: rgba(99, 102, 241, .3)
}

.bg-indigo-500\/35 {
    background-color: rgba(99, 102, 241, .35)
}

.bg-indigo-500\/40 {
    background-color: rgba(99, 102, 241, .4)
}

.bg-indigo-500\/45 {
    background-color: rgba(99, 102, 241, .45)
}

.bg-indigo-500\/5 {
    background-color: rgba(99, 102, 241, .05)
}

.bg-indigo-500\/50 {
    background-color: rgba(99, 102, 241, .5)
}

.bg-indigo-500\/55 {
    background-color: rgba(99, 102, 241, .55)
}

.bg-indigo-500\/60 {
    background-color: rgba(99, 102, 241, .6)
}

.bg-indigo-500\/65 {
    background-color: rgba(99, 102, 241, .65)
}

.bg-indigo-500\/70 {
    background-color: rgba(99, 102, 241, .7)
}

.bg-indigo-500\/75 {
    background-color: rgba(99, 102, 241, .75)
}

.bg-indigo-500\/80 {
    background-color: rgba(99, 102, 241, .8)
}

.bg-indigo-500\/85 {
    background-color: rgba(99, 102, 241, .85)
}

.bg-indigo-500\/90 {
    background-color: rgba(99, 102, 241, .9)
}

.bg-indigo-500\/95 {
    background-color: rgba(99, 102, 241, .95)
}

.bg-lightgray {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242/var(--tw-bg-opacity))
}

.bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53/var(--tw-bg-opacity))
}

.bg-lime-400\/0 {
    background-color: rgba(163, 230, 53, 0)
}

.bg-lime-400\/10 {
    background-color: rgba(163, 230, 53, .1)
}

.bg-lime-400\/100 {
    background-color: #a3e635
}

.bg-lime-400\/15 {
    background-color: rgba(163, 230, 53, .15)
}

.bg-lime-400\/20 {
    background-color: rgba(163, 230, 53, .2)
}

.bg-lime-400\/25 {
    background-color: rgba(163, 230, 53, .25)
}

.bg-lime-400\/30 {
    background-color: rgba(163, 230, 53, .3)
}

.bg-lime-400\/35 {
    background-color: rgba(163, 230, 53, .35)
}

.bg-lime-400\/40 {
    background-color: rgba(163, 230, 53, .4)
}

.bg-lime-400\/45 {
    background-color: rgba(163, 230, 53, .45)
}

.bg-lime-400\/5 {
    background-color: rgba(163, 230, 53, .05)
}

.bg-lime-400\/50 {
    background-color: rgba(163, 230, 53, .5)
}

.bg-lime-400\/55 {
    background-color: rgba(163, 230, 53, .55)
}

.bg-lime-400\/60 {
    background-color: rgba(163, 230, 53, .6)
}

.bg-lime-400\/65 {
    background-color: rgba(163, 230, 53, .65)
}

.bg-lime-400\/70 {
    background-color: rgba(163, 230, 53, .7)
}

.bg-lime-400\/75 {
    background-color: rgba(163, 230, 53, .75)
}

.bg-lime-400\/80 {
    background-color: rgba(163, 230, 53, .8)
}

.bg-lime-400\/85 {
    background-color: rgba(163, 230, 53, .85)
}

.bg-lime-400\/90 {
    background-color: rgba(163, 230, 53, .9)
}

.bg-lime-400\/95 {
    background-color: rgba(163, 230, 53, .95)
}

.bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22/var(--tw-bg-opacity))
}

.bg-lime-500\/0 {
    background-color: rgba(132, 204, 22, 0)
}

.bg-lime-500\/10 {
    background-color: rgba(132, 204, 22, .1)
}

.bg-lime-500\/100 {
    background-color: #84cc16
}

.bg-lime-500\/15 {
    background-color: rgba(132, 204, 22, .15)
}

.bg-lime-500\/20 {
    background-color: rgba(132, 204, 22, .2)
}

.bg-lime-500\/25 {
    background-color: rgba(132, 204, 22, .25)
}

.bg-lime-500\/30 {
    background-color: rgba(132, 204, 22, .3)
}

.bg-lime-500\/35 {
    background-color: rgba(132, 204, 22, .35)
}

.bg-lime-500\/40 {
    background-color: rgba(132, 204, 22, .4)
}

.bg-lime-500\/45 {
    background-color: rgba(132, 204, 22, .45)
}

.bg-lime-500\/5 {
    background-color: rgba(132, 204, 22, .05)
}

.bg-lime-500\/50 {
    background-color: rgba(132, 204, 22, .5)
}

.bg-lime-500\/55 {
    background-color: rgba(132, 204, 22, .55)
}

.bg-lime-500\/60 {
    background-color: rgba(132, 204, 22, .6)
}

.bg-lime-500\/65 {
    background-color: rgba(132, 204, 22, .65)
}

.bg-lime-500\/70 {
    background-color: rgba(132, 204, 22, .7)
}

.bg-lime-500\/75 {
    background-color: rgba(132, 204, 22, .75)
}

.bg-lime-500\/80 {
    background-color: rgba(132, 204, 22, .8)
}

.bg-lime-500\/85 {
    background-color: rgba(132, 204, 22, .85)
}

.bg-lime-500\/90 {
    background-color: rgba(132, 204, 22, .9)
}

.bg-lime-500\/95 {
    background-color: rgba(132, 204, 22, .95)
}

.bg-mog-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 255/var(--tw-bg-opacity))
}

.bg-mog-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(86 104 255/var(--tw-bg-opacity))
}

.bg-mog-400\/0 {
    background-color: rgba(86, 104, 255, 0)
}

.bg-mog-400\/10 {
    background-color: rgba(86, 104, 255, .1)
}

.bg-mog-400\/100 {
    background-color: #5668ff
}

.bg-mog-400\/15 {
    background-color: rgba(86, 104, 255, .15)
}

.bg-mog-400\/20 {
    background-color: rgba(86, 104, 255, .2)
}

.bg-mog-400\/25 {
    background-color: rgba(86, 104, 255, .25)
}

.bg-mog-400\/30 {
    background-color: rgba(86, 104, 255, .3)
}

.bg-mog-400\/35 {
    background-color: rgba(86, 104, 255, .35)
}

.bg-mog-400\/40 {
    background-color: rgba(86, 104, 255, .4)
}

.bg-mog-400\/45 {
    background-color: rgba(86, 104, 255, .45)
}

.bg-mog-400\/5 {
    background-color: rgba(86, 104, 255, .05)
}

.bg-mog-400\/50 {
    background-color: rgba(86, 104, 255, .5)
}

.bg-mog-400\/55 {
    background-color: rgba(86, 104, 255, .55)
}

.bg-mog-400\/60 {
    background-color: rgba(86, 104, 255, .6)
}

.bg-mog-400\/65 {
    background-color: rgba(86, 104, 255, .65)
}

.bg-mog-400\/70 {
    background-color: rgba(86, 104, 255, .7)
}

.bg-mog-400\/75 {
    background-color: rgba(86, 104, 255, .75)
}

.bg-mog-400\/80 {
    background-color: rgba(86, 104, 255, .8)
}

.bg-mog-400\/85 {
    background-color: rgba(86, 104, 255, .85)
}

.bg-mog-400\/90 {
    background-color: rgba(86, 104, 255, .9)
}

.bg-mog-400\/95 {
    background-color: rgba(86, 104, 255, .95)
}

.bg-mog-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 239 255/var(--tw-bg-opacity))
}

.bg-mog-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(47 52 255/var(--tw-bg-opacity))
}

.bg-mog-500\/0 {
    background-color: rgba(47, 52, 255, 0)
}

.bg-mog-500\/10 {
    background-color: rgba(47, 52, 255, .1)
}

.bg-mog-500\/100 {
    background-color: #760697
}

.bg-mog-500\/15 {
    background-color: rgba(47, 52, 255, .15)
}

.bg-mog-500\/20 {
    background-color: rgba(47, 52, 255, .2)
}

.bg-mog-500\/25 {
    background-color: rgba(47, 52, 255, .25)
}

.bg-mog-500\/30 {
    background-color: rgba(47, 52, 255, .3)
}

.bg-mog-500\/35 {
    background-color: rgba(47, 52, 255, .35)
}

.bg-mog-500\/40 {
    background-color: rgba(47, 52, 255, .4)
}

.bg-mog-500\/45 {
    background-color: rgba(47, 52, 255, .45)
}

.bg-mog-500\/5 {
    background-color: rgba(47, 52, 255, .05)
}

.bg-mog-500\/50 {
    background-color: rgba(47, 52, 255, .5)
}

.bg-mog-500\/55 {
    background-color: rgba(47, 52, 255, .55)
}

.bg-mog-500\/60 {
    background-color: rgba(47, 52, 255, .6)
}

.bg-mog-500\/65 {
    background-color: rgba(47, 52, 255, .65)
}

.bg-mog-500\/70 {
    background-color: rgba(47, 52, 255, .7)
}

.bg-mog-500\/75 {
    background-color: rgba(47, 52, 255, .75)
}

.bg-mog-500\/80 {
    background-color: rgba(47, 52, 255, .8)
}

.bg-mog-500\/85 {
    background-color: rgba(47, 52, 255, .85)
}

.bg-mog-500\/90 {
    background-color: rgba(47, 52, 255, .9)
}

.bg-mog-500\/95 {
    /* background-color: rgba(47, 52, 255, .95) */
}

.bg-mog-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.bg-mog-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.bg-mog-800 {
    --tw-bg-opacity: 1;
    /* background-color: rgb(118, 6, 151) */
}

.bg-mog-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.bg-mog-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60/var(--tw-bg-opacity))
}

.bg-orange-400\/0 {
    background-color: rgba(251, 146, 60, 0)
}

.bg-orange-400\/10 {
    background-color: rgba(251, 146, 60, .1)
}

.bg-orange-400\/100 {
    background-color: #fb923c
}

.bg-orange-400\/15 {
    background-color: rgba(251, 146, 60, .15)
}

.bg-orange-400\/20 {
    background-color: rgba(251, 146, 60, .2)
}

.bg-orange-400\/25 {
    background-color: rgba(251, 146, 60, .25)
}

.bg-orange-400\/30 {
    background-color: rgba(251, 146, 60, .3)
}

.bg-orange-400\/35 {
    background-color: rgba(251, 146, 60, .35)
}

.bg-orange-400\/40 {
    background-color: rgba(251, 146, 60, .4)
}

.bg-orange-400\/45 {
    background-color: rgba(251, 146, 60, .45)
}

.bg-orange-400\/5 {
    background-color: rgba(251, 146, 60, .05)
}

.bg-orange-400\/50 {
    background-color: rgba(251, 146, 60, .5)
}

.bg-orange-400\/55 {
    background-color: rgba(251, 146, 60, .55)
}

.bg-orange-400\/60 {
    background-color: rgba(251, 146, 60, .6)
}

.bg-orange-400\/65 {
    background-color: rgba(251, 146, 60, .65)
}

.bg-orange-400\/70 {
    background-color: rgba(251, 146, 60, .7)
}

.bg-orange-400\/75 {
    background-color: rgba(251, 146, 60, .75)
}

.bg-orange-400\/80 {
    background-color: rgba(251, 146, 60, .8)
}

.bg-orange-400\/85 {
    background-color: rgba(251, 146, 60, .85)
}

.bg-orange-400\/90 {
    background-color: rgba(251, 146, 60, .9)
}

.bg-orange-400\/95 {
    background-color: rgba(251, 146, 60, .95)
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22/var(--tw-bg-opacity))
}

.bg-orange-500\/0 {
    background-color: rgba(249, 115, 22, 0)
}

.bg-orange-500\/10 {
    background-color: rgba(249, 115, 22, .1)
}

.bg-orange-500\/100 {
    background-color: #f97316
}

.bg-orange-500\/15 {
    background-color: rgba(249, 115, 22, .15)
}

.bg-orange-500\/20 {
    background-color: rgba(249, 115, 22, .2)
}

.bg-orange-500\/25 {
    background-color: rgba(249, 115, 22, .25)
}

.bg-orange-500\/30 {
    background-color: rgba(249, 115, 22, .3)
}

.bg-orange-500\/35 {
    background-color: rgba(249, 115, 22, .35)
}

.bg-orange-500\/40 {
    background-color: rgba(249, 115, 22, .4)
}

.bg-orange-500\/45 {
    background-color: rgba(249, 115, 22, .45)
}

.bg-orange-500\/5 {
    background-color: rgba(249, 115, 22, .05)
}

.bg-orange-500\/50 {
    background-color: rgba(249, 115, 22, .5)
}

.bg-orange-500\/55 {
    background-color: rgba(249, 115, 22, .55)
}

.bg-orange-500\/60 {
    background-color: rgba(249, 115, 22, .6)
}

.bg-orange-500\/65 {
    background-color: rgba(249, 115, 22, .65)
}

.bg-orange-500\/70 {
    background-color: rgba(249, 115, 22, .7)
}

.bg-orange-500\/75 {
    background-color: rgba(249, 115, 22, .75)
}

.bg-orange-500\/80 {
    background-color: rgba(249, 115, 22, .8)
}

.bg-orange-500\/85 {
    background-color: rgba(249, 115, 22, .85)
}

.bg-orange-500\/90 {
    background-color: rgba(249, 115, 22, .9)
}

.bg-orange-500\/95 {
    background-color: rgba(249, 115, 22, .95)
}

.bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182/var(--tw-bg-opacity))
}

.bg-pink-400\/0 {
    background-color: rgba(244, 114, 182, 0)
}

.bg-pink-400\/10 {
    background-color: rgba(244, 114, 182, .1)
}

.bg-pink-400\/100 {
    background-color: #f472b6
}

.bg-pink-400\/15 {
    background-color: rgba(244, 114, 182, .15)
}

.bg-pink-400\/20 {
    background-color: rgba(244, 114, 182, .2)
}

.bg-pink-400\/25 {
    background-color: rgba(244, 114, 182, .25)
}

.bg-pink-400\/30 {
    background-color: rgba(244, 114, 182, .3)
}

.bg-pink-400\/35 {
    background-color: rgba(244, 114, 182, .35)
}

.bg-pink-400\/40 {
    background-color: rgba(244, 114, 182, .4)
}

.bg-pink-400\/45 {
    background-color: rgba(244, 114, 182, .45)
}

.bg-pink-400\/5 {
    background-color: rgba(244, 114, 182, .05)
}

.bg-pink-400\/50 {
    background-color: rgba(244, 114, 182, .5)
}

.bg-pink-400\/55 {
    background-color: rgba(244, 114, 182, .55)
}

.bg-pink-400\/60 {
    background-color: rgba(244, 114, 182, .6)
}

.bg-pink-400\/65 {
    background-color: rgba(244, 114, 182, .65)
}

.bg-pink-400\/70 {
    background-color: rgba(244, 114, 182, .7)
}

.bg-pink-400\/75 {
    background-color: rgba(244, 114, 182, .75)
}

.bg-pink-400\/80 {
    background-color: rgba(244, 114, 182, .8)
}

.bg-pink-400\/85 {
    background-color: rgba(244, 114, 182, .85)
}

.bg-pink-400\/90 {
    background-color: rgba(244, 114, 182, .9)
}

.bg-pink-400\/95 {
    background-color: rgba(244, 114, 182, .95)
}

.bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153/var(--tw-bg-opacity))
}

.bg-pink-500\/0 {
    background-color: rgba(236, 72, 153, 0)
}

.bg-pink-500\/10 {
    background-color: rgba(236, 72, 153, .1)
}

.bg-pink-500\/100 {
    background-color: #ec4899
}

.bg-pink-500\/15 {
    background-color: rgba(236, 72, 153, .15)
}

.bg-pink-500\/20 {
    background-color: rgba(236, 72, 153, .2)
}

.bg-pink-500\/25 {
    background-color: rgba(236, 72, 153, .25)
}

.bg-pink-500\/30 {
    background-color: rgba(236, 72, 153, .3)
}

.bg-pink-500\/35 {
    background-color: rgba(236, 72, 153, .35)
}

.bg-pink-500\/40 {
    background-color: rgba(236, 72, 153, .4)
}

.bg-pink-500\/45 {
    background-color: rgba(236, 72, 153, .45)
}

.bg-pink-500\/5 {
    background-color: rgba(236, 72, 153, .05)
}

.bg-pink-500\/50 {
    background-color: rgba(236, 72, 153, .5)
}

.bg-pink-500\/55 {
    background-color: rgba(236, 72, 153, .55)
}

.bg-pink-500\/60 {
    background-color: rgba(236, 72, 153, .6)
}

.bg-pink-500\/65 {
    background-color: rgba(236, 72, 153, .65)
}

.bg-pink-500\/70 {
    background-color: rgba(236, 72, 153, .7)
}

.bg-pink-500\/75 {
    background-color: rgba(236, 72, 153, .75)
}

.bg-pink-500\/80 {
    background-color: rgba(236, 72, 153, .8)
}

.bg-pink-500\/85 {
    background-color: rgba(236, 72, 153, .85)
}

.bg-pink-500\/90 {
    background-color: rgba(236, 72, 153, .9)
}

.bg-pink-500\/95 {
    background-color: rgba(236, 72, 153, .95)
}

.bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-100)/var(--tw-bg-opacity))
}

.bg-primary-100\/0 {
    background-color: rgb(var(--color-primary-100)/0)
}

.bg-primary-100\/10 {
    background-color: rgb(var(--color-primary-100)/.1)
}

.bg-primary-100\/100 {
    background-color: rgb(var(--color-primary-100)/1)
}

.bg-primary-100\/15 {
    background-color: rgb(var(--color-primary-100)/.15)
}

.bg-primary-100\/20 {
    background-color: rgb(var(--color-primary-100)/.2)
}

.bg-primary-100\/25 {
    background-color: rgb(var(--color-primary-100)/.25)
}

.bg-primary-100\/30 {
    background-color: rgb(var(--color-primary-100)/.3)
}

.bg-primary-100\/35 {
    background-color: rgb(var(--color-primary-100)/.35)
}

.bg-primary-100\/40 {
    background-color: rgb(var(--color-primary-100)/.4)
}

.bg-primary-100\/45 {
    background-color: rgb(var(--color-primary-100)/.45)
}

.bg-primary-100\/5 {
    background-color: rgb(var(--color-primary-100)/.05)
}

.bg-primary-100\/50 {
    background-color: rgb(var(--color-primary-100)/.5)
}

.bg-primary-100\/55 {
    background-color: rgb(var(--color-primary-100)/.55)
}

.bg-primary-100\/60 {
    background-color: rgb(var(--color-primary-100)/.6)
}

.bg-primary-100\/65 {
    background-color: rgb(var(--color-primary-100)/.65)
}

.bg-primary-100\/70 {
    background-color: rgb(var(--color-primary-100)/.7)
}

.bg-primary-100\/75 {
    background-color: rgb(var(--color-primary-100)/.75)
}

.bg-primary-100\/80 {
    background-color: rgb(var(--color-primary-100)/.8)
}

.bg-primary-100\/85 {
    background-color: rgb(var(--color-primary-100)/.85)
}

.bg-primary-100\/90 {
    background-color: rgb(var(--color-primary-100)/.9)
}

.bg-primary-100\/95 {
    background-color: rgb(var(--color-primary-100)/.95)
}

.bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-400)/var(--tw-bg-opacity))
}

.bg-primary-400\/0 {
    background-color: rgb(var(--color-primary-400)/0)
}

.bg-primary-400\/10 {
    background-color: rgb(var(--color-primary-400)/.1)
}

.bg-primary-400\/100 {
    background-color: rgb(var(--color-primary-400)/1)
}

.bg-primary-400\/15 {
    background-color: rgb(var(--color-primary-400)/.15)
}

.bg-primary-400\/20 {
    background-color: rgb(var(--color-primary-400)/.2)
}

.bg-primary-400\/25 {
    background-color: rgb(var(--color-primary-400)/.25)
}

.bg-primary-400\/30 {
    background-color: rgb(var(--color-primary-400)/.3)
}

.bg-primary-400\/35 {
    background-color: rgb(var(--color-primary-400)/.35)
}

.bg-primary-400\/40 {
    background-color: rgb(var(--color-primary-400)/.4)
}

.bg-primary-400\/45 {
    background-color: rgb(var(--color-primary-400)/.45)
}

.bg-primary-400\/5 {
    background-color: rgb(var(--color-primary-400)/.05)
}

.bg-primary-400\/50 {
    background-color: rgb(var(--color-primary-400)/.5)
}

.bg-primary-400\/55 {
    background-color: rgb(var(--color-primary-400)/.55)
}

.bg-primary-400\/60 {
    background-color: rgb(var(--color-primary-400)/.6)
}

.bg-primary-400\/65 {
    background-color: rgb(var(--color-primary-400)/.65)
}

.bg-primary-400\/70 {
    background-color: rgb(var(--color-primary-400)/.7)
}

.bg-primary-400\/75 {
    background-color: rgb(var(--color-primary-400)/.75)
}

.bg-primary-400\/80 {
    background-color: rgb(var(--color-primary-400)/.8)
}

.bg-primary-400\/85 {
    background-color: rgb(var(--color-primary-400)/.85)
}

.bg-primary-400\/90 {
    background-color: rgb(var(--color-primary-400)/.9)
}

.bg-primary-400\/95 {
    background-color: rgb(var(--color-primary-400)/.95)
}

.bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-50)/var(--tw-bg-opacity))
}

.bg-primary-50\/0 {
    background-color: rgb(var(--color-primary-50)/0)
}

.bg-primary-50\/10 {
    background-color: rgb(var(--color-primary-50)/.1)
}

.bg-primary-50\/100 {
    background-color: rgb(var(--color-primary-50)/1)
}

.bg-primary-50\/15 {
    background-color: rgb(var(--color-primary-50)/.15)
}

.bg-primary-50\/20 {
    background-color: rgb(var(--color-primary-50)/.2)
}

.bg-primary-50\/25 {
    background-color: rgb(var(--color-primary-50)/.25)
}

.bg-primary-50\/30 {
    background-color: rgb(var(--color-primary-50)/.3)
}

.bg-primary-50\/35 {
    background-color: rgb(var(--color-primary-50)/.35)
}

.bg-primary-50\/40 {
    background-color: rgb(var(--color-primary-50)/.4)
}

.bg-primary-50\/45 {
    background-color: rgb(var(--color-primary-50)/.45)
}

.bg-primary-50\/5 {
    background-color: rgb(var(--color-primary-50)/.05)
}

.bg-primary-50\/50 {
    background-color: rgb(var(--color-primary-50)/.5)
}

.bg-primary-50\/55 {
    background-color: rgb(var(--color-primary-50)/.55)
}

.bg-primary-50\/60 {
    background-color: rgb(var(--color-primary-50)/.6)
}

.bg-primary-50\/65 {
    background-color: rgb(var(--color-primary-50)/.65)
}

.bg-primary-50\/70 {
    background-color: rgb(var(--color-primary-50)/.7)
}

.bg-primary-50\/75 {
    background-color: rgb(var(--color-primary-50)/.75)
}

.bg-primary-50\/80 {
    background-color: rgb(var(--color-primary-50)/.8)
}

.bg-primary-50\/85 {
    background-color: rgb(var(--color-primary-50)/.85)
}

.bg-primary-50\/90 {
    background-color: rgb(var(--color-primary-50)/.9)
}

.bg-primary-50\/95 {
    background-color: rgb(var(--color-primary-50)/.95)
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-500)/var(--tw-bg-opacity))
}

.bg-primary-500\/0 {
    background-color: rgb(var(--color-primary-500)/0)
}

.bg-primary-500\/10 {
    background-color: rgb(var(--color-primary-500)/.1)
}

.bg-primary-500\/100 {
    background-color: rgb(var(--color-primary-500)/1)
}

.bg-primary-500\/15 {
    background-color: rgb(var(--color-primary-500)/.15)
}

.bg-primary-500\/20 {
    background-color: rgb(var(--color-primary-500)/.2)
}

.bg-primary-500\/25 {
    background-color: rgb(var(--color-primary-500)/.25)
}

.bg-primary-500\/30 {
    background-color: rgb(var(--color-primary-500)/.3)
}

.bg-primary-500\/35 {
    background-color: rgb(var(--color-primary-500)/.35)
}

.bg-primary-500\/40 {
    background-color: rgb(var(--color-primary-500)/.4)
}

.bg-primary-500\/45 {
    background-color: rgb(var(--color-primary-500)/.45)
}

.bg-primary-500\/5 {
    background-color: rgb(var(--color-primary-500)/.05)
}

.bg-primary-500\/50 {
    background-color: rgb(var(--color-primary-500)/.5)
}

.bg-primary-500\/55 {
    background-color: rgb(var(--color-primary-500)/.55)
}

.bg-primary-500\/60 {
    background-color: rgb(var(--color-primary-500)/.6)
}

.bg-primary-500\/65 {
    background-color: rgb(var(--color-primary-500)/.65)
}

.bg-primary-500\/70 {
    background-color: rgb(var(--color-primary-500)/.7)
}

.bg-primary-500\/75 {
    background-color: rgb(var(--color-primary-500)/.75)
}

.bg-primary-500\/80 {
    background-color: rgb(var(--color-primary-500)/.8)
}

.bg-primary-500\/85 {
    background-color: rgb(var(--color-primary-500)/.85)
}

.bg-primary-500\/90 {
    background-color: rgb(var(--color-primary-500)/.9)
}

.bg-primary-500\/95 {
    background-color: rgb(var(--color-primary-500)/.95)
}

.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-600)/var(--tw-bg-opacity))
}

.bg-primary-600\/0 {
    background-color: rgb(var(--color-primary-600)/0)
}

.bg-primary-600\/10 {
    background-color: rgb(var(--color-primary-600)/.1)
}

.bg-primary-600\/100 {
    background-color: rgb(var(--color-primary-600)/1)
}

.bg-primary-600\/15 {
    background-color: rgb(var(--color-primary-600)/.15)
}

.bg-primary-600\/20 {
    background-color: rgb(var(--color-primary-600)/.2)
}

.bg-primary-600\/25 {
    background-color: rgb(var(--color-primary-600)/.25)
}

.bg-primary-600\/30 {
    background-color: rgb(var(--color-primary-600)/.3)
}

.bg-primary-600\/35 {
    background-color: rgb(var(--color-primary-600)/.35)
}

.bg-primary-600\/40 {
    background-color: rgb(var(--color-primary-600)/.4)
}

.bg-primary-600\/45 {
    background-color: rgb(var(--color-primary-600)/.45)
}

.bg-primary-600\/5 {
    background-color: rgb(var(--color-primary-600)/.05)
}

.bg-primary-600\/50 {
    background-color: rgb(var(--color-primary-600)/.5)
}

.bg-primary-600\/55 {
    background-color: rgb(var(--color-primary-600)/.55)
}

.bg-primary-600\/60 {
    background-color: rgb(var(--color-primary-600)/.6)
}

.bg-primary-600\/65 {
    background-color: rgb(var(--color-primary-600)/.65)
}

.bg-primary-600\/70 {
    background-color: rgb(var(--color-primary-600)/.7)
}

.bg-primary-600\/75 {
    background-color: rgb(var(--color-primary-600)/.75)
}

.bg-primary-600\/80 {
    background-color: rgb(var(--color-primary-600)/.8)
}

.bg-primary-600\/85 {
    background-color: rgb(var(--color-primary-600)/.85)
}

.bg-primary-600\/90 {
    background-color: rgb(var(--color-primary-600)/.9)
}

.bg-primary-600\/95 {
    background-color: rgb(var(--color-primary-600)/.95)
}

.bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-900)/var(--tw-bg-opacity))
}

.bg-primary-900\/0 {
    background-color: rgb(var(--color-primary-900)/0)
}

.bg-primary-900\/10 {
    background-color: rgb(var(--color-primary-900)/.1)
}

.bg-primary-900\/100 {
    background-color: rgb(var(--color-primary-900)/1)
}

.bg-primary-900\/15 {
    background-color: rgb(var(--color-primary-900)/.15)
}

.bg-primary-900\/20 {
    background-color: rgb(var(--color-primary-900)/.2)
}

.bg-primary-900\/25 {
    background-color: rgb(var(--color-primary-900)/.25)
}

.bg-primary-900\/30 {
    background-color: rgb(var(--color-primary-900)/.3)
}

.bg-primary-900\/35 {
    background-color: rgb(var(--color-primary-900)/.35)
}

.bg-primary-900\/40 {
    background-color: rgb(var(--color-primary-900)/.4)
}

.bg-primary-900\/45 {
    background-color: rgb(var(--color-primary-900)/.45)
}

.bg-primary-900\/5 {
    background-color: rgb(var(--color-primary-900)/.05)
}

.bg-primary-900\/50 {
    background-color: rgb(var(--color-primary-900)/.5)
}

.bg-primary-900\/55 {
    background-color: rgb(var(--color-primary-900)/.55)
}

.bg-primary-900\/60 {
    background-color: rgb(var(--color-primary-900)/.6)
}

.bg-primary-900\/65 {
    background-color: rgb(var(--color-primary-900)/.65)
}

.bg-primary-900\/70 {
    background-color: rgb(var(--color-primary-900)/.7)
}

.bg-primary-900\/75 {
    background-color: rgb(var(--color-primary-900)/.75)
}

.bg-primary-900\/80 {
    background-color: rgb(var(--color-primary-900)/.8)
}

.bg-primary-900\/85 {
    background-color: rgb(var(--color-primary-900)/.85)
}

.bg-primary-900\/90 {
    background-color: rgb(var(--color-primary-900)/.9)
}

.bg-primary-900\/95 {
    background-color: rgb(var(--color-primary-900)/.95)
}

.bg-primary-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-950)/var(--tw-bg-opacity))
}

.bg-primary-950\/0 {
    background-color: rgb(var(--color-primary-950)/0)
}

.bg-primary-950\/10 {
    background-color: rgb(var(--color-primary-950)/.1)
}

.bg-primary-950\/100 {
    background-color: rgb(var(--color-primary-950)/1)
}

.bg-primary-950\/15 {
    background-color: rgb(var(--color-primary-950)/.15)
}

.bg-primary-950\/20 {
    background-color: rgb(var(--color-primary-950)/.2)
}

.bg-primary-950\/25 {
    background-color: rgb(var(--color-primary-950)/.25)
}

.bg-primary-950\/30 {
    background-color: rgb(var(--color-primary-950)/.3)
}

.bg-primary-950\/35 {
    background-color: rgb(var(--color-primary-950)/.35)
}

.bg-primary-950\/40 {
    background-color: rgb(var(--color-primary-950)/.4)
}

.bg-primary-950\/45 {
    background-color: rgb(var(--color-primary-950)/.45)
}

.bg-primary-950\/5 {
    background-color: rgb(var(--color-primary-950)/.05)
}

.bg-primary-950\/50 {
    background-color: rgb(var(--color-primary-950)/.5)
}

.bg-primary-950\/55 {
    background-color: rgb(var(--color-primary-950)/.55)
}

.bg-primary-950\/60 {
    background-color: rgb(var(--color-primary-950)/.6)
}

.bg-primary-950\/65 {
    background-color: rgb(var(--color-primary-950)/.65)
}

.bg-primary-950\/70 {
    background-color: rgb(var(--color-primary-950)/.7)
}

.bg-primary-950\/75 {
    background-color: rgb(var(--color-primary-950)/.75)
}

.bg-primary-950\/80 {
    background-color: rgb(var(--color-primary-950)/.8)
}

.bg-primary-950\/85 {
    background-color: rgb(var(--color-primary-950)/.85)
}

.bg-primary-950\/90 {
    background-color: rgb(var(--color-primary-950)/.9)
}

.bg-primary-950\/95 {
    background-color: rgb(var(--color-primary-950)/.95)
}

.bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252/var(--tw-bg-opacity))
}

.bg-purple-400\/0 {
    background-color: rgba(192, 132, 252, 0)
}

.bg-purple-400\/10 {
    background-color: rgba(192, 132, 252, .1)
}

.bg-purple-400\/100 {
    background-color: #c084fc
}

.bg-purple-400\/15 {
    background-color: rgba(192, 132, 252, .15)
}

.bg-purple-400\/20 {
    background-color: rgba(192, 132, 252, .2)
}

.bg-purple-400\/25 {
    background-color: rgba(192, 132, 252, .25)
}

.bg-purple-400\/30 {
    background-color: rgba(192, 132, 252, .3)
}

.bg-purple-400\/35 {
    background-color: rgba(192, 132, 252, .35)
}

.bg-purple-400\/40 {
    background-color: rgba(192, 132, 252, .4)
}

.bg-purple-400\/45 {
    background-color: rgba(192, 132, 252, .45)
}

.bg-purple-400\/5 {
    background-color: rgba(192, 132, 252, .05)
}

.bg-purple-400\/50 {
    background-color: rgba(192, 132, 252, .5)
}

.bg-purple-400\/55 {
    background-color: rgba(192, 132, 252, .55)
}

.bg-purple-400\/60 {
    background-color: rgba(192, 132, 252, .6)
}

.bg-purple-400\/65 {
    background-color: rgba(192, 132, 252, .65)
}

.bg-purple-400\/70 {
    background-color: rgba(192, 132, 252, .7)
}

.bg-purple-400\/75 {
    background-color: rgba(192, 132, 252, .75)
}

.bg-purple-400\/80 {
    background-color: rgba(192, 132, 252, .8)
}

.bg-purple-400\/85 {
    background-color: rgba(192, 132, 252, .85)
}

.bg-purple-400\/90 {
    background-color: rgba(192, 132, 252, .9)
}

.bg-purple-400\/95 {
    background-color: rgba(192, 132, 252, .95)
}

.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247/var(--tw-bg-opacity))
}

.bg-purple-500\/0 {
    background-color: rgba(168, 85, 247, 0)
}

.bg-purple-500\/10 {
    background-color: rgba(168, 85, 247, .1)
}

.bg-purple-500\/100 {
    background-color: #a855f7
}

.bg-purple-500\/15 {
    background-color: rgba(168, 85, 247, .15)
}

.bg-purple-500\/20 {
    background-color: rgba(168, 85, 247, .2)
}

.bg-purple-500\/25 {
    background-color: rgba(168, 85, 247, .25)
}

.bg-purple-500\/30 {
    background-color: rgba(168, 85, 247, .3)
}

.bg-purple-500\/35 {
    background-color: rgba(168, 85, 247, .35)
}

.bg-purple-500\/40 {
    background-color: rgba(168, 85, 247, .4)
}

.bg-purple-500\/45 {
    background-color: rgba(168, 85, 247, .45)
}

.bg-purple-500\/5 {
    background-color: rgba(168, 85, 247, .05)
}

.bg-purple-500\/50 {
    background-color: rgba(168, 85, 247, .5)
}

.bg-purple-500\/55 {
    background-color: rgba(168, 85, 247, .55)
}

.bg-purple-500\/60 {
    background-color: rgba(168, 85, 247, .6)
}

.bg-purple-500\/65 {
    background-color: rgba(168, 85, 247, .65)
}

.bg-purple-500\/70 {
    background-color: rgba(168, 85, 247, .7)
}

.bg-purple-500\/75 {
    background-color: rgba(168, 85, 247, .75)
}

.bg-purple-500\/80 {
    background-color: rgba(168, 85, 247, .8)
}

.bg-purple-500\/85 {
    background-color: rgba(168, 85, 247, .85)
}

.bg-purple-500\/90 {
    background-color: rgba(168, 85, 247, .9)
}

.bg-purple-500\/95 {
    background-color: rgba(168, 85, 247, .95)
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113/var(--tw-bg-opacity))
}

.bg-red-400\/0 {
    background-color: hsla(0, 91%, 71%, 0)
}

.bg-red-400\/10 {
    background-color: hsla(0, 91%, 71%, .1)
}

.bg-red-400\/100 {
    background-color: #f87171
}

.bg-red-400\/15 {
    background-color: hsla(0, 91%, 71%, .15)
}

.bg-red-400\/20 {
    background-color: hsla(0, 91%, 71%, .2)
}

.bg-red-400\/25 {
    background-color: hsla(0, 91%, 71%, .25)
}

.bg-red-400\/30 {
    background-color: hsla(0, 91%, 71%, .3)
}

.bg-red-400\/35 {
    background-color: hsla(0, 91%, 71%, .35)
}

.bg-red-400\/40 {
    background-color: hsla(0, 91%, 71%, .4)
}

.bg-red-400\/45 {
    background-color: hsla(0, 91%, 71%, .45)
}

.bg-red-400\/5 {
    background-color: hsla(0, 91%, 71%, .05)
}

.bg-red-400\/50 {
    background-color: hsla(0, 91%, 71%, .5)
}

.bg-red-400\/55 {
    background-color: hsla(0, 91%, 71%, .55)
}

.bg-red-400\/60 {
    background-color: hsla(0, 91%, 71%, .6)
}

.bg-red-400\/65 {
    background-color: hsla(0, 91%, 71%, .65)
}

.bg-red-400\/70 {
    background-color: hsla(0, 91%, 71%, .7)
}

.bg-red-400\/75 {
    background-color: hsla(0, 91%, 71%, .75)
}

.bg-red-400\/80 {
    background-color: hsla(0, 91%, 71%, .8)
}

.bg-red-400\/85 {
    background-color: hsla(0, 91%, 71%, .85)
}

.bg-red-400\/90 {
    background-color: hsla(0, 91%, 71%, .9)
}

.bg-red-400\/95 {
    background-color: hsla(0, 91%, 71%, .95)
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.bg-red-500\/0 {
    background-color: rgba(239, 68, 68, 0)
}

.bg-red-500\/10 {
    background-color: rgba(239, 68, 68, .1)
}

.bg-red-500\/100 {
    background-color: #ef4444
}

.bg-red-500\/15 {
    background-color: rgba(239, 68, 68, .15)
}

.bg-red-500\/20 {
    background-color: rgba(239, 68, 68, .2)
}

.bg-red-500\/25 {
    background-color: rgba(239, 68, 68, .25)
}

.bg-red-500\/30 {
    background-color: rgba(239, 68, 68, .3)
}

.bg-red-500\/35 {
    background-color: rgba(239, 68, 68, .35)
}

.bg-red-500\/40 {
    background-color: rgba(239, 68, 68, .4)
}

.bg-red-500\/45 {
    background-color: rgba(239, 68, 68, .45)
}

.bg-red-500\/5 {
    background-color: rgba(239, 68, 68, .05)
}

.bg-red-500\/50 {
    background-color: rgba(239, 68, 68, .5)
}

.bg-red-500\/55 {
    background-color: rgba(239, 68, 68, .55)
}

.bg-red-500\/60 {
    background-color: rgba(239, 68, 68, .6)
}

.bg-red-500\/65 {
    background-color: rgba(239, 68, 68, .65)
}

.bg-red-500\/70 {
    background-color: rgba(239, 68, 68, .7)
}

.bg-red-500\/75 {
    background-color: rgba(239, 68, 68, .75)
}

.bg-red-500\/80 {
    background-color: rgba(239, 68, 68, .8)
}

.bg-red-500\/85 {
    background-color: rgba(239, 68, 68, .85)
}

.bg-red-500\/90 {
    background-color: rgba(239, 68, 68, .9)
}

.bg-red-500\/95 {
    background-color: rgba(239, 68, 68, .95)
}

.bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133/var(--tw-bg-opacity))
}

.bg-rose-400\/0 {
    background-color: rgba(251, 113, 133, 0)
}

.bg-rose-400\/10 {
    background-color: rgba(251, 113, 133, .1)
}

.bg-rose-400\/100 {
    background-color: #fb7185
}

.bg-rose-400\/15 {
    background-color: rgba(251, 113, 133, .15)
}

.bg-rose-400\/20 {
    background-color: rgba(251, 113, 133, .2)
}

.bg-rose-400\/25 {
    background-color: rgba(251, 113, 133, .25)
}

.bg-rose-400\/30 {
    background-color: rgba(251, 113, 133, .3)
}

.bg-rose-400\/35 {
    background-color: rgba(251, 113, 133, .35)
}

.bg-rose-400\/40 {
    background-color: rgba(251, 113, 133, .4)
}

.bg-rose-400\/45 {
    background-color: rgba(251, 113, 133, .45)
}

.bg-rose-400\/5 {
    background-color: rgba(251, 113, 133, .05)
}

.bg-rose-400\/50 {
    background-color: rgba(251, 113, 133, .5)
}

.bg-rose-400\/55 {
    background-color: rgba(251, 113, 133, .55)
}

.bg-rose-400\/60 {
    background-color: rgba(251, 113, 133, .6)
}

.bg-rose-400\/65 {
    background-color: rgba(251, 113, 133, .65)
}

.bg-rose-400\/70 {
    background-color: rgba(251, 113, 133, .7)
}

.bg-rose-400\/75 {
    background-color: rgba(251, 113, 133, .75)
}

.bg-rose-400\/80 {
    background-color: rgba(251, 113, 133, .8)
}

.bg-rose-400\/85 {
    background-color: rgba(251, 113, 133, .85)
}

.bg-rose-400\/90 {
    background-color: rgba(251, 113, 133, .9)
}

.bg-rose-400\/95 {
    background-color: rgba(251, 113, 133, .95)
}

.bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94/var(--tw-bg-opacity))
}

.bg-rose-500\/0 {
    background-color: rgba(244, 63, 94, 0)
}

.bg-rose-500\/10 {
    background-color: rgba(244, 63, 94, .1)
}

.bg-rose-500\/100 {
    background-color: #f43f5e
}

.bg-rose-500\/15 {
    background-color: rgba(244, 63, 94, .15)
}

.bg-rose-500\/20 {
    background-color: rgba(244, 63, 94, .2)
}

.bg-rose-500\/25 {
    background-color: rgba(244, 63, 94, .25)
}

.bg-rose-500\/30 {
    background-color: rgba(244, 63, 94, .3)
}

.bg-rose-500\/35 {
    background-color: rgba(244, 63, 94, .35)
}

.bg-rose-500\/40 {
    background-color: rgba(244, 63, 94, .4)
}

.bg-rose-500\/45 {
    background-color: rgba(244, 63, 94, .45)
}

.bg-rose-500\/5 {
    background-color: rgba(244, 63, 94, .05)
}

.bg-rose-500\/50 {
    background-color: rgba(244, 63, 94, .5)
}

.bg-rose-500\/55 {
    background-color: rgba(244, 63, 94, .55)
}

.bg-rose-500\/60 {
    background-color: rgba(244, 63, 94, .6)
}

.bg-rose-500\/65 {
    background-color: rgba(244, 63, 94, .65)
}

.bg-rose-500\/70 {
    background-color: rgba(244, 63, 94, .7)
}

.bg-rose-500\/75 {
    background-color: rgba(244, 63, 94, .75)
}

.bg-rose-500\/80 {
    background-color: rgba(244, 63, 94, .8)
}

.bg-rose-500\/85 {
    background-color: rgba(244, 63, 94, .85)
}

.bg-rose-500\/90 {
    background-color: rgba(244, 63, 94, .9)
}

.bg-rose-500\/95 {
    background-color: rgba(244, 63, 94, .95)
}

.bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.bg-sky-400\/0 {
    background-color: rgba(56, 189, 248, 0)
}

.bg-sky-400\/10 {
    background-color: rgba(56, 189, 248, .1)
}

.bg-sky-400\/100 {
    background-color: #38bdf8
}

.bg-sky-400\/15 {
    background-color: rgba(56, 189, 248, .15)
}

.bg-sky-400\/20 {
    background-color: rgba(56, 189, 248, .2)
}

.bg-sky-400\/25 {
    background-color: rgba(56, 189, 248, .25)
}

.bg-sky-400\/30 {
    background-color: rgba(56, 189, 248, .3)
}

.bg-sky-400\/35 {
    background-color: rgba(56, 189, 248, .35)
}

.bg-sky-400\/40 {
    background-color: rgba(56, 189, 248, .4)
}

.bg-sky-400\/45 {
    background-color: rgba(56, 189, 248, .45)
}

.bg-sky-400\/5 {
    background-color: rgba(56, 189, 248, .05)
}

.bg-sky-400\/50 {
    background-color: rgba(56, 189, 248, .5)
}

.bg-sky-400\/55 {
    background-color: rgba(56, 189, 248, .55)
}

.bg-sky-400\/60 {
    background-color: rgba(56, 189, 248, .6)
}

.bg-sky-400\/65 {
    background-color: rgba(56, 189, 248, .65)
}

.bg-sky-400\/70 {
    background-color: rgba(56, 189, 248, .7)
}

.bg-sky-400\/75 {
    background-color: rgba(56, 189, 248, .75)
}

.bg-sky-400\/80 {
    background-color: rgba(56, 189, 248, .8)
}

.bg-sky-400\/85 {
    background-color: rgba(56, 189, 248, .85)
}

.bg-sky-400\/90 {
    background-color: rgba(56, 189, 248, .9)
}

.bg-sky-400\/95 {
    background-color: rgba(56, 189, 248, .95)
}

.bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

.bg-sky-500\/0 {
    background-color: rgba(14, 165, 233, 0)
}

.bg-sky-500\/10 {
    background-color: rgba(14, 165, 233, .1)
}

.bg-sky-500\/100 {
    background-color: #0ea5e9
}

.bg-sky-500\/15 {
    background-color: rgba(14, 165, 233, .15)
}

.bg-sky-500\/20 {
    background-color: rgba(14, 165, 233, .2)
}

.bg-sky-500\/25 {
    background-color: rgba(14, 165, 233, .25)
}

.bg-sky-500\/30 {
    background-color: rgba(14, 165, 233, .3)
}

.bg-sky-500\/35 {
    background-color: rgba(14, 165, 233, .35)
}

.bg-sky-500\/40 {
    background-color: rgba(14, 165, 233, .4)
}

.bg-sky-500\/45 {
    background-color: rgba(14, 165, 233, .45)
}

.bg-sky-500\/5 {
    background-color: rgba(14, 165, 233, .05)
}

.bg-sky-500\/50 {
    background-color: rgba(14, 165, 233, .5)
}

.bg-sky-500\/55 {
    background-color: rgba(14, 165, 233, .55)
}

.bg-sky-500\/60 {
    background-color: rgba(14, 165, 233, .6)
}

.bg-sky-500\/65 {
    background-color: rgba(14, 165, 233, .65)
}

.bg-sky-500\/70 {
    background-color: rgba(14, 165, 233, .7)
}

.bg-sky-500\/75 {
    background-color: rgba(14, 165, 233, .75)
}

.bg-sky-500\/80 {
    background-color: rgba(14, 165, 233, .8)
}

.bg-sky-500\/85 {
    background-color: rgba(14, 165, 233, .85)
}

.bg-sky-500\/90 {
    background-color: rgba(14, 165, 233, .9)
}

.bg-sky-500\/95 {
    background-color: rgba(14, 165, 233, .95)
}

.bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191/var(--tw-bg-opacity))
}

.bg-teal-400\/0 {
    background-color: rgba(45, 212, 191, 0)
}

.bg-teal-400\/10 {
    background-color: rgba(45, 212, 191, .1)
}

.bg-teal-400\/100 {
    background-color: #2dd4bf
}

.bg-teal-400\/15 {
    background-color: rgba(45, 212, 191, .15)
}

.bg-teal-400\/20 {
    background-color: rgba(45, 212, 191, .2)
}

.bg-teal-400\/25 {
    background-color: rgba(45, 212, 191, .25)
}

.bg-teal-400\/30 {
    background-color: rgba(45, 212, 191, .3)
}

.bg-teal-400\/35 {
    background-color: rgba(45, 212, 191, .35)
}

.bg-teal-400\/40 {
    background-color: rgba(45, 212, 191, .4)
}

.bg-teal-400\/45 {
    background-color: rgba(45, 212, 191, .45)
}

.bg-teal-400\/5 {
    background-color: rgba(45, 212, 191, .05)
}

.bg-teal-400\/50 {
    background-color: rgba(45, 212, 191, .5)
}

.bg-teal-400\/55 {
    background-color: rgba(45, 212, 191, .55)
}

.bg-teal-400\/60 {
    background-color: rgba(45, 212, 191, .6)
}

.bg-teal-400\/65 {
    background-color: rgba(45, 212, 191, .65)
}

.bg-teal-400\/70 {
    background-color: rgba(45, 212, 191, .7)
}

.bg-teal-400\/75 {
    background-color: rgba(45, 212, 191, .75)
}

.bg-teal-400\/80 {
    background-color: rgba(45, 212, 191, .8)
}

.bg-teal-400\/85 {
    background-color: rgba(45, 212, 191, .85)
}

.bg-teal-400\/90 {
    background-color: rgba(45, 212, 191, .9)
}

.bg-teal-400\/95 {
    background-color: rgba(45, 212, 191, .95)
}

.bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166/var(--tw-bg-opacity))
}

.bg-teal-500\/0 {
    background-color: rgba(20, 184, 166, 0)
}

.bg-teal-500\/10 {
    background-color: rgba(20, 184, 166, .1)
}

.bg-teal-500\/100 {
    background-color: #14b8a6
}

.bg-teal-500\/15 {
    background-color: rgba(20, 184, 166, .15)
}

.bg-teal-500\/20 {
    background-color: rgba(20, 184, 166, .2)
}

.bg-teal-500\/25 {
    background-color: rgba(20, 184, 166, .25)
}

.bg-teal-500\/30 {
    background-color: rgba(20, 184, 166, .3)
}

.bg-teal-500\/35 {
    background-color: rgba(20, 184, 166, .35)
}

.bg-teal-500\/40 {
    background-color: rgba(20, 184, 166, .4)
}

.bg-teal-500\/45 {
    background-color: rgba(20, 184, 166, .45)
}

.bg-teal-500\/5 {
    background-color: rgba(20, 184, 166, .05)
}

.bg-teal-500\/50 {
    background-color: rgba(20, 184, 166, .5)
}

.bg-teal-500\/55 {
    background-color: rgba(20, 184, 166, .55)
}

.bg-teal-500\/60 {
    background-color: rgba(20, 184, 166, .6)
}

.bg-teal-500\/65 {
    background-color: rgba(20, 184, 166, .65)
}

.bg-teal-500\/70 {
    background-color: rgba(20, 184, 166, .7)
}

.bg-teal-500\/75 {
    background-color: rgba(20, 184, 166, .75)
}

.bg-teal-500\/80 {
    background-color: rgba(20, 184, 166, .8)
}

.bg-teal-500\/85 {
    background-color: rgba(20, 184, 166, .85)
}

.bg-teal-500\/90 {
    background-color: rgba(20, 184, 166, .9)
}

.bg-teal-500\/95 {
    background-color: rgba(20, 184, 166, .95)
}

.bg-transparent {
    background-color: transparent
}

.bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250/var(--tw-bg-opacity))
}

.bg-violet-400\/0 {
    background-color: rgba(167, 139, 250, 0)
}

.bg-violet-400\/10 {
    background-color: rgba(167, 139, 250, .1)
}

.bg-violet-400\/100 {
    background-color: #a78bfa
}

.bg-violet-400\/15 {
    background-color: rgba(167, 139, 250, .15)
}

.bg-violet-400\/20 {
    background-color: rgba(167, 139, 250, .2)
}

.bg-violet-400\/25 {
    background-color: rgba(167, 139, 250, .25)
}

.bg-violet-400\/30 {
    background-color: rgba(167, 139, 250, .3)
}

.bg-violet-400\/35 {
    background-color: rgba(167, 139, 250, .35)
}

.bg-violet-400\/40 {
    background-color: rgba(167, 139, 250, .4)
}

.bg-violet-400\/45 {
    background-color: rgba(167, 139, 250, .45)
}

.bg-violet-400\/5 {
    background-color: rgba(167, 139, 250, .05)
}

.bg-violet-400\/50 {
    background-color: rgba(167, 139, 250, .5)
}

.bg-violet-400\/55 {
    background-color: rgba(167, 139, 250, .55)
}

.bg-violet-400\/60 {
    background-color: rgba(167, 139, 250, .6)
}

.bg-violet-400\/65 {
    background-color: rgba(167, 139, 250, .65)
}

.bg-violet-400\/70 {
    background-color: rgba(167, 139, 250, .7)
}

.bg-violet-400\/75 {
    background-color: rgba(167, 139, 250, .75)
}

.bg-violet-400\/80 {
    background-color: rgba(167, 139, 250, .8)
}

.bg-violet-400\/85 {
    background-color: rgba(167, 139, 250, .85)
}

.bg-violet-400\/90 {
    background-color: rgba(167, 139, 250, .9)
}

.bg-violet-400\/95 {
    background-color: rgba(167, 139, 250, .95)
}

.bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246/var(--tw-bg-opacity))
}

.bg-violet-500\/0 {
    background-color: rgba(139, 92, 246, 0)
}

.bg-violet-500\/10 {
    background-color: rgba(139, 92, 246, .1)
}

.bg-violet-500\/100 {
    background-color: #8b5cf6
}

.bg-violet-500\/15 {
    background-color: rgba(139, 92, 246, .15)
}

.bg-violet-500\/20 {
    background-color: rgba(139, 92, 246, .2)
}

.bg-violet-500\/25 {
    background-color: rgba(139, 92, 246, .25)
}

.bg-violet-500\/30 {
    background-color: rgba(139, 92, 246, .3)
}

.bg-violet-500\/35 {
    background-color: rgba(139, 92, 246, .35)
}

.bg-violet-500\/40 {
    background-color: rgba(139, 92, 246, .4)
}

.bg-violet-500\/45 {
    background-color: rgba(139, 92, 246, .45)
}

.bg-violet-500\/5 {
    background-color: rgba(139, 92, 246, .05)
}

.bg-violet-500\/50 {
    background-color: rgba(139, 92, 246, .5)
}

.bg-violet-500\/55 {
    background-color: rgba(139, 92, 246, .55)
}

.bg-violet-500\/60 {
    background-color: rgba(139, 92, 246, .6)
}

.bg-violet-500\/65 {
    background-color: rgba(139, 92, 246, .65)
}

.bg-violet-500\/70 {
    background-color: rgba(139, 92, 246, .7)
}

.bg-violet-500\/75 {
    background-color: rgba(139, 92, 246, .75)
}

.bg-violet-500\/80 {
    background-color: rgba(139, 92, 246, .8)
}

.bg-violet-500\/85 {
    background-color: rgba(139, 92, 246, .85)
}

.bg-violet-500\/90 {
    background-color: rgba(139, 92, 246, .9)
}

.bg-violet-500\/95 {
    background-color: rgba(139, 92, 246, .95)
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21/var(--tw-bg-opacity))
}

.bg-yellow-400\/0 {
    background-color: rgba(250, 204, 21, 0)
}

.bg-yellow-400\/10 {
    background-color: rgba(250, 204, 21, .1)
}

.bg-yellow-400\/100 {
    background-color: #facc15
}

.bg-yellow-400\/15 {
    background-color: rgba(250, 204, 21, .15)
}

.bg-yellow-400\/20 {
    background-color: rgba(250, 204, 21, .2)
}

.bg-yellow-400\/25 {
    background-color: rgba(250, 204, 21, .25)
}

.bg-yellow-400\/30 {
    background-color: rgba(250, 204, 21, .3)
}

.bg-yellow-400\/35 {
    background-color: rgba(250, 204, 21, .35)
}

.bg-yellow-400\/40 {
    background-color: rgba(250, 204, 21, .4)
}

.bg-yellow-400\/45 {
    background-color: rgba(250, 204, 21, .45)
}

.bg-yellow-400\/5 {
    background-color: rgba(250, 204, 21, .05)
}

.bg-yellow-400\/50 {
    background-color: rgba(250, 204, 21, .5)
}

.bg-yellow-400\/55 {
    background-color: rgba(250, 204, 21, .55)
}

.bg-yellow-400\/60 {
    background-color: rgba(250, 204, 21, .6)
}

.bg-yellow-400\/65 {
    background-color: rgba(250, 204, 21, .65)
}

.bg-yellow-400\/70 {
    background-color: rgba(250, 204, 21, .7)
}

.bg-yellow-400\/75 {
    background-color: rgba(250, 204, 21, .75)
}

.bg-yellow-400\/80 {
    background-color: rgba(250, 204, 21, .8)
}

.bg-yellow-400\/85 {
    background-color: rgba(250, 204, 21, .85)
}

.bg-yellow-400\/90 {
    background-color: rgba(250, 204, 21, .9)
}

.bg-yellow-400\/95 {
    background-color: rgba(250, 204, 21, .95)
}

.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8/var(--tw-bg-opacity))
}

.bg-yellow-500\/0 {
    background-color: rgba(234, 179, 8, 0)
}

.bg-yellow-500\/10 {
    background-color: rgba(234, 179, 8, .1)
}

.bg-yellow-500\/100 {
    background-color: #eab308
}

.bg-yellow-500\/15 {
    background-color: rgba(234, 179, 8, .15)
}

.bg-yellow-500\/20 {
    background-color: rgba(234, 179, 8, .2)
}

.bg-yellow-500\/25 {
    background-color: rgba(234, 179, 8, .25)
}

.bg-yellow-500\/30 {
    background-color: rgba(234, 179, 8, .3)
}

.bg-yellow-500\/35 {
    background-color: rgba(234, 179, 8, .35)
}

.bg-yellow-500\/40 {
    background-color: rgba(234, 179, 8, .4)
}

.bg-yellow-500\/45 {
    background-color: rgba(234, 179, 8, .45)
}

.bg-yellow-500\/5 {
    background-color: rgba(234, 179, 8, .05)
}

.bg-yellow-500\/50 {
    background-color: rgba(234, 179, 8, .5)
}

.bg-yellow-500\/55 {
    background-color: rgba(234, 179, 8, .55)
}

.bg-yellow-500\/60 {
    background-color: rgba(234, 179, 8, .6)
}

.bg-yellow-500\/65 {
    background-color: rgba(234, 179, 8, .65)
}

.bg-yellow-500\/70 {
    background-color: rgba(234, 179, 8, .7)
}

.bg-yellow-500\/75 {
    background-color: rgba(234, 179, 8, .75)
}

.bg-yellow-500\/80 {
    background-color: rgba(234, 179, 8, .8)
}

.bg-yellow-500\/85 {
    background-color: rgba(234, 179, 8, .85)
}

.bg-yellow-500\/90 {
    background-color: rgba(234, 179, 8, .9)
}

.bg-yellow-500\/95 {
    background-color: rgba(234, 179, 8, .95)
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.bg-none {
    background-image: none
}

.fill-gom-500 {
    fill: #fff500
}

.stroke-gom-500 {
    stroke: #fff500
}

.stroke-mog-700 {
    stroke: #1400ff
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-12 {
    padding: 3rem
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

.p-px {
    padding: 1px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-1\.5 {
    padding-bottom: .375rem;
    padding-top: .375rem
}

.py-14 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-2\.5 {
    padding-bottom: .625rem;
    padding-top: .625rem
}

.py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-3\.5 {
    padding-bottom: .875rem;
    padding-top: .875rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-\[1px\] {
    padding-bottom: 1px;
    padding-top: 1px
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pe-10 {
    padding-inline-end: 2.5rem
}

.pe-11 {
    padding-inline-end: 2.75rem
}

.pe-12 {
    padding-inline-end: 3rem
}

.pe-2 {
    padding-inline-end: .5rem
}

.pe-7 {
    padding-inline-end: 1.75rem
}

.pe-8 {
    padding-inline-end: 2rem
}

.pe-9 {
    padding-inline-end: 2.25rem
}

.pl-3 {
    padding-left: .75rem
}

.pr-2 {
    padding-right: .5rem
}

.ps-10 {
    padding-inline-start: 2.5rem
}

.ps-11 {
    padding-inline-start: 2.75rem
}

.ps-12 {
    padding-inline-start: 3rem
}

.ps-4 {
    padding-inline-start: 1rem
}

.ps-7 {
    padding-inline-start: 1.75rem
}

.ps-8 {
    padding-inline-start: 2rem
}

.ps-9 {
    padding-inline-start: 2.25rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-1\.5 {
    padding-top: .375rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-end {
    text-align: end
}

.font-heading {
    font-family: Inter, Arial, sans-serif
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[4px\] {
    font-size: 4px
}

.text-\[5px\] {
    font-size: 5px
}

.text-\[6px\] {
    font-size: 6px
}

.text-\[7px\] {
    font-size: 7px
}

.text-\[8px\] {
    font-size: 8px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.05rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-black {
    font-weight: 900
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.leading-4 {
    line-height: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-none {
    line-height: 1
}

.text-\[\#292929\] {
    --tw-text-opacity: 1;
    color: rgb(41 41 41/var(--tw-text-opacity))
}

.text-\[\#3F3F3F\] {
    --tw-text-opacity: 1;
    color: rgb(63 63 63/var(--tw-text-opacity))
}

.text-\[\#727272\] {
    --tw-text-opacity: 1;
    color: rgb(114 114 114/var(--tw-text-opacity))
}

.text-accent {
    --tw-text-opacity: 1;
    color: rgb(255 245 0/var(--tw-text-opacity))
}

.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\/15 {
    color: rgba(251, 191, 36, .15)
}

.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\/35 {
    color: rgba(251, 191, 36, .35)
}

.text-amber-400\/40 {
    color: rgba(251, 191, 36, .4)
}

.text-amber-400\/45 {
    color: rgba(251, 191, 36, .45)
}

.text-amber-400\/5 {
    color: rgba(251, 191, 36, .05)
}

.text-amber-400\/50 {
    color: rgba(251, 191, 36, .5)
}

.text-amber-400\/55 {
    color: rgba(251, 191, 36, .55)
}

.text-amber-400\/60 {
    color: rgba(251, 191, 36, .6)
}

.text-amber-400\/65 {
    color: rgba(251, 191, 36, .65)
}

.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\/85 {
    color: rgba(251, 191, 36, .85)
}

.text-amber-400\/90 {
    color: rgba(251, 191, 36, .9)
}

.text-amber-400\/95 {
    color: rgba(251, 191, 36, .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\/15 {
    color: rgba(245, 158, 11, .15)
}

.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\/35 {
    color: rgba(245, 158, 11, .35)
}

.text-amber-500\/40 {
    color: rgba(245, 158, 11, .4)
}

.text-amber-500\/45 {
    color: rgba(245, 158, 11, .45)
}

.text-amber-500\/5 {
    color: rgba(245, 158, 11, .05)
}

.text-amber-500\/50 {
    color: rgba(245, 158, 11, .5)
}

.text-amber-500\/55 {
    color: rgba(245, 158, 11, .55)
}

.text-amber-500\/60 {
    color: rgba(245, 158, 11, .6)
}

.text-amber-500\/65 {
    color: rgba(245, 158, 11, .65)
}

.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\/85 {
    color: rgba(245, 158, 11, .85)
}

.text-amber-500\/90 {
    color: rgba(245, 158, 11, .9)
}

.text-amber-500\/95 {
    color: rgba(245, 158, 11, .95)
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.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\/15 {
    color: rgba(96, 165, 250, .15)
}

.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\/35 {
    color: rgba(96, 165, 250, .35)
}

.text-blue-400\/40 {
    color: rgba(96, 165, 250, .4)
}

.text-blue-400\/45 {
    color: rgba(96, 165, 250, .45)
}

.text-blue-400\/5 {
    color: rgba(96, 165, 250, .05)
}

.text-blue-400\/50 {
    color: rgba(96, 165, 250, .5)
}

.text-blue-400\/55 {
    color: rgba(96, 165, 250, .55)
}

.text-blue-400\/60 {
    color: rgba(96, 165, 250, .6)
}

.text-blue-400\/65 {
    color: rgba(96, 165, 250, .65)
}

.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\/85 {
    color: rgba(96, 165, 250, .85)
}

.text-blue-400\/90 {
    color: rgba(96, 165, 250, .9)
}

.text-blue-400\/95 {
    color: rgba(96, 165, 250, .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\/15 {
    color: rgba(59, 130, 246, .15)
}

.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\/35 {
    color: rgba(59, 130, 246, .35)
}

.text-blue-500\/40 {
    color: rgba(59, 130, 246, .4)
}

.text-blue-500\/45 {
    color: rgba(59, 130, 246, .45)
}

.text-blue-500\/5 {
    color: rgba(59, 130, 246, .05)
}

.text-blue-500\/50 {
    color: rgba(59, 130, 246, .5)
}

.text-blue-500\/55 {
    color: rgba(59, 130, 246, .55)
}

.text-blue-500\/60 {
    color: rgba(59, 130, 246, .6)
}

.text-blue-500\/65 {
    color: rgba(59, 130, 246, .65)
}

.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\/85 {
    color: rgba(59, 130, 246, .85)
}

.text-blue-500\/90 {
    color: rgba(59, 130, 246, .9)
}

.text-blue-500\/95 {
    color: rgba(59, 130, 246, .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\/15 {
    color: rgba(34, 211, 238, .15)
}

.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\/35 {
    color: rgba(34, 211, 238, .35)
}

.text-cyan-400\/40 {
    color: rgba(34, 211, 238, .4)
}

.text-cyan-400\/45 {
    color: rgba(34, 211, 238, .45)
}

.text-cyan-400\/5 {
    color: rgba(34, 211, 238, .05)
}

.text-cyan-400\/50 {
    color: rgba(34, 211, 238, .5)
}

.text-cyan-400\/55 {
    color: rgba(34, 211, 238, .55)
}

.text-cyan-400\/60 {
    color: rgba(34, 211, 238, .6)
}

.text-cyan-400\/65 {
    color: rgba(34, 211, 238, .65)
}

.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\/85 {
    color: rgba(34, 211, 238, .85)
}

.text-cyan-400\/90 {
    color: rgba(34, 211, 238, .9)
}

.text-cyan-400\/95 {
    color: rgba(34, 211, 238, .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\/15 {
    color: rgba(6, 182, 212, .15)
}

.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\/35 {
    color: rgba(6, 182, 212, .35)
}

.text-cyan-500\/40 {
    color: rgba(6, 182, 212, .4)
}

.text-cyan-500\/45 {
    color: rgba(6, 182, 212, .45)
}

.text-cyan-500\/5 {
    color: rgba(6, 182, 212, .05)
}

.text-cyan-500\/50 {
    color: rgba(6, 182, 212, .5)
}

.text-cyan-500\/55 {
    color: rgba(6, 182, 212, .55)
}

.text-cyan-500\/60 {
    color: rgba(6, 182, 212, .6)
}

.text-cyan-500\/65 {
    color: rgba(6, 182, 212, .65)
}

.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\/85 {
    color: rgba(6, 182, 212, .85)
}

.text-cyan-500\/90 {
    color: rgba(6, 182, 212, .9)
}

.text-cyan-500\/95 {
    color: rgba(6, 182, 212, .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\/15 {
    color: rgba(52, 211, 153, .15)
}

.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\/35 {
    color: rgba(52, 211, 153, .35)
}

.text-emerald-400\/40 {
    color: rgba(52, 211, 153, .4)
}

.text-emerald-400\/45 {
    color: rgba(52, 211, 153, .45)
}

.text-emerald-400\/5 {
    color: rgba(52, 211, 153, .05)
}

.text-emerald-400\/50 {
    color: rgba(52, 211, 153, .5)
}

.text-emerald-400\/55 {
    color: rgba(52, 211, 153, .55)
}

.text-emerald-400\/60 {
    color: rgba(52, 211, 153, .6)
}

.text-emerald-400\/65 {
    color: rgba(52, 211, 153, .65)
}

.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\/85 {
    color: rgba(52, 211, 153, .85)
}

.text-emerald-400\/90 {
    color: rgba(52, 211, 153, .9)
}

.text-emerald-400\/95 {
    color: rgba(52, 211, 153, .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\/15 {
    color: rgba(16, 185, 129, .15)
}

.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\/35 {
    color: rgba(16, 185, 129, .35)
}

.text-emerald-500\/40 {
    color: rgba(16, 185, 129, .4)
}

.text-emerald-500\/45 {
    color: rgba(16, 185, 129, .45)
}

.text-emerald-500\/5 {
    color: rgba(16, 185, 129, .05)
}

.text-emerald-500\/50 {
    color: rgba(16, 185, 129, .5)
}

.text-emerald-500\/55 {
    color: rgba(16, 185, 129, .55)
}

.text-emerald-500\/60 {
    color: rgba(16, 185, 129, .6)
}

.text-emerald-500\/65 {
    color: rgba(16, 185, 129, .65)
}

.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\/85 {
    color: rgba(16, 185, 129, .85)
}

.text-emerald-500\/90 {
    color: rgba(16, 185, 129, .9)
}

.text-emerald-500\/95 {
    color: rgba(16, 185, 129, .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\/15 {
    color: rgba(232, 121, 249, .15)
}

.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\/35 {
    color: rgba(232, 121, 249, .35)
}

.text-fuchsia-400\/40 {
    color: rgba(232, 121, 249, .4)
}

.text-fuchsia-400\/45 {
    color: rgba(232, 121, 249, .45)
}

.text-fuchsia-400\/5 {
    color: rgba(232, 121, 249, .05)
}

.text-fuchsia-400\/50 {
    color: rgba(232, 121, 249, .5)
}

.text-fuchsia-400\/55 {
    color: rgba(232, 121, 249, .55)
}

.text-fuchsia-400\/60 {
    color: rgba(232, 121, 249, .6)
}

.text-fuchsia-400\/65 {
    color: rgba(232, 121, 249, .65)
}

.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\/85 {
    color: rgba(232, 121, 249, .85)
}

.text-fuchsia-400\/90 {
    color: rgba(232, 121, 249, .9)
}

.text-fuchsia-400\/95 {
    color: rgba(232, 121, 249, .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\/15 {
    color: rgba(217, 70, 239, .15)
}

.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\/35 {
    color: rgba(217, 70, 239, .35)
}

.text-fuchsia-500\/40 {
    color: rgba(217, 70, 239, .4)
}

.text-fuchsia-500\/45 {
    color: rgba(217, 70, 239, .45)
}

.text-fuchsia-500\/5 {
    color: rgba(217, 70, 239, .05)
}

.text-fuchsia-500\/50 {
    color: rgba(217, 70, 239, .5)
}

.text-fuchsia-500\/55 {
    color: rgba(217, 70, 239, .55)
}

.text-fuchsia-500\/60 {
    color: rgba(217, 70, 239, .6)
}

.text-fuchsia-500\/65 {
    color: rgba(217, 70, 239, .65)
}

.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\/85 {
    color: rgba(217, 70, 239, .85)
}

.text-fuchsia-500\/90 {
    color: rgba(217, 70, 239, .9)
}

.text-fuchsia-500\/95 {
    color: rgba(217, 70, 239, .95)
}

.text-gom-400 {
    --tw-text-opacity: 1;
    color: rgb(252 255 13/var(--tw-text-opacity))
}

.text-gom-400\/0 {
    color: rgba(252, 255, 13, 0)
}

.text-gom-400\/10 {
    color: rgba(252, 255, 13, .1)
}

.text-gom-400\/100 {
    color: #fcff0d
}

.text-gom-400\/15 {
    color: rgba(252, 255, 13, .15)
}

.text-gom-400\/20 {
    color: rgba(252, 255, 13, .2)
}

.text-gom-400\/25 {
    color: rgba(252, 255, 13, .25)
}

.text-gom-400\/30 {
    color: rgba(252, 255, 13, .3)
}

.text-gom-400\/35 {
    color: rgba(252, 255, 13, .35)
}

.text-gom-400\/40 {
    color: rgba(252, 255, 13, .4)
}

.text-gom-400\/45 {
    color: rgba(252, 255, 13, .45)
}

.text-gom-400\/5 {
    color: rgba(252, 255, 13, .05)
}

.text-gom-400\/50 {
    color: rgba(252, 255, 13, .5)
}

.text-gom-400\/55 {
    color: rgba(252, 255, 13, .55)
}

.text-gom-400\/60 {
    color: rgba(252, 255, 13, .6)
}

.text-gom-400\/65 {
    color: rgba(252, 255, 13, .65)
}

.text-gom-400\/70 {
    color: rgba(252, 255, 13, .7)
}

.text-gom-400\/75 {
    color: rgba(252, 255, 13, .75)
}

.text-gom-400\/80 {
    color: rgba(252, 255, 13, .8)
}

.text-gom-400\/85 {
    color: rgba(252, 255, 13, .85)
}

.text-gom-400\/90 {
    color: rgba(252, 255, 13, .9)
}

.text-gom-400\/95 {
    color: rgba(252, 255, 13, .95)
}

.text-gom-500 {
    --tw-text-opacity: 1;
    color: rgb(255 245 0/var(--tw-text-opacity))
}

.text-gom-500\/0 {
    color: rgba(255, 245, 0, 0)
}

.text-gom-500\/10 {
    color: rgba(255, 245, 0, .1)
}

.text-gom-500\/100 {
    color: #fff500
}

.text-gom-500\/15 {
    color: rgba(255, 245, 0, .15)
}

.text-gom-500\/20 {
    color: rgba(255, 245, 0, .2)
}

.text-gom-500\/25 {
    color: rgba(255, 245, 0, .25)
}

.text-gom-500\/30 {
    color: rgba(255, 245, 0, .3)
}

.text-gom-500\/35 {
    color: rgba(255, 245, 0, .35)
}

.text-gom-500\/40 {
    color: rgba(255, 245, 0, .4)
}

.text-gom-500\/45 {
    color: rgba(255, 245, 0, .45)
}

.text-gom-500\/5 {
    color: rgba(255, 245, 0, .05)
}

.text-gom-500\/50 {
    color: rgba(255, 245, 0, .5)
}

.text-gom-500\/55 {
    color: rgba(255, 245, 0, .55)
}

.text-gom-500\/60 {
    color: rgba(255, 245, 0, .6)
}

.text-gom-500\/65 {
    color: rgba(255, 245, 0, .65)
}

.text-gom-500\/70 {
    color: rgba(255, 245, 0, .7)
}

.text-gom-500\/75 {
    color: rgba(255, 245, 0, .75)
}

.text-gom-500\/80 {
    color: rgba(255, 245, 0, .8)
}

.text-gom-500\/85 {
    color: rgba(255, 245, 0, .85)
}

.text-gom-500\/90 {
    color: rgba(255, 245, 0, .9)
}

.text-gom-500\/95 {
    color: rgba(255, 245, 0, .95)
}

.text-gom-600 {
    --tw-text-opacity: 1;
    color: rgb(209 183 0/var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-400)/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-500)/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-700)/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-900)/var(--tw-text-opacity))
}

.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\/15 {
    color: rgba(74, 222, 128, .15)
}

.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\/35 {
    color: rgba(74, 222, 128, .35)
}

.text-green-400\/40 {
    color: rgba(74, 222, 128, .4)
}

.text-green-400\/45 {
    color: rgba(74, 222, 128, .45)
}

.text-green-400\/5 {
    color: rgba(74, 222, 128, .05)
}

.text-green-400\/50 {
    color: rgba(74, 222, 128, .5)
}

.text-green-400\/55 {
    color: rgba(74, 222, 128, .55)
}

.text-green-400\/60 {
    color: rgba(74, 222, 128, .6)
}

.text-green-400\/65 {
    color: rgba(74, 222, 128, .65)
}

.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\/85 {
    color: rgba(74, 222, 128, .85)
}

.text-green-400\/90 {
    color: rgba(74, 222, 128, .9)
}

.text-green-400\/95 {
    color: rgba(74, 222, 128, .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\/15 {
    color: rgba(34, 197, 94, .15)
}

.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\/35 {
    color: rgba(34, 197, 94, .35)
}

.text-green-500\/40 {
    color: rgba(34, 197, 94, .4)
}

.text-green-500\/45 {
    color: rgba(34, 197, 94, .45)
}

.text-green-500\/5 {
    color: rgba(34, 197, 94, .05)
}

.text-green-500\/50 {
    color: rgba(34, 197, 94, .5)
}

.text-green-500\/55 {
    color: rgba(34, 197, 94, .55)
}

.text-green-500\/60 {
    color: rgba(34, 197, 94, .6)
}

.text-green-500\/65 {
    color: rgba(34, 197, 94, .65)
}

.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\/85 {
    color: rgba(34, 197, 94, .85)
}

.text-green-500\/90 {
    color: rgba(34, 197, 94, .9)
}

.text-green-500\/95 {
    color: rgba(34, 197, 94, .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\/15 {
    color: rgba(129, 140, 248, .15)
}

.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\/35 {
    color: rgba(129, 140, 248, .35)
}

.text-indigo-400\/40 {
    color: rgba(129, 140, 248, .4)
}

.text-indigo-400\/45 {
    color: rgba(129, 140, 248, .45)
}

.text-indigo-400\/5 {
    color: rgba(129, 140, 248, .05)
}

.text-indigo-400\/50 {
    color: rgba(129, 140, 248, .5)
}

.text-indigo-400\/55 {
    color: rgba(129, 140, 248, .55)
}

.text-indigo-400\/60 {
    color: rgba(129, 140, 248, .6)
}

.text-indigo-400\/65 {
    color: rgba(129, 140, 248, .65)
}

.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\/85 {
    color: rgba(129, 140, 248, .85)
}

.text-indigo-400\/90 {
    color: rgba(129, 140, 248, .9)
}

.text-indigo-400\/95 {
    color: rgba(129, 140, 248, .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\/15 {
    color: rgba(99, 102, 241, .15)
}

.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\/35 {
    color: rgba(99, 102, 241, .35)
}

.text-indigo-500\/40 {
    color: rgba(99, 102, 241, .4)
}

.text-indigo-500\/45 {
    color: rgba(99, 102, 241, .45)
}

.text-indigo-500\/5 {
    color: rgba(99, 102, 241, .05)
}

.text-indigo-500\/50 {
    color: rgba(99, 102, 241, .5)
}

.text-indigo-500\/55 {
    color: rgba(99, 102, 241, .55)
}

.text-indigo-500\/60 {
    color: rgba(99, 102, 241, .6)
}

.text-indigo-500\/65 {
    color: rgba(99, 102, 241, .65)
}

.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\/85 {
    color: rgba(99, 102, 241, .85)
}

.text-indigo-500\/90 {
    color: rgba(99, 102, 241, .9)
}

.text-indigo-500\/95 {
    color: rgba(99, 102, 241, .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\/15 {
    color: rgba(163, 230, 53, .15)
}

.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\/35 {
    color: rgba(163, 230, 53, .35)
}

.text-lime-400\/40 {
    color: rgba(163, 230, 53, .4)
}

.text-lime-400\/45 {
    color: rgba(163, 230, 53, .45)
}

.text-lime-400\/5 {
    color: rgba(163, 230, 53, .05)
}

.text-lime-400\/50 {
    color: rgba(163, 230, 53, .5)
}

.text-lime-400\/55 {
    color: rgba(163, 230, 53, .55)
}

.text-lime-400\/60 {
    color: rgba(163, 230, 53, .6)
}

.text-lime-400\/65 {
    color: rgba(163, 230, 53, .65)
}

.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\/85 {
    color: rgba(163, 230, 53, .85)
}

.text-lime-400\/90 {
    color: rgba(163, 230, 53, .9)
}

.text-lime-400\/95 {
    color: rgba(163, 230, 53, .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\/15 {
    color: rgba(132, 204, 22, .15)
}

.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\/35 {
    color: rgba(132, 204, 22, .35)
}

.text-lime-500\/40 {
    color: rgba(132, 204, 22, .4)
}

.text-lime-500\/45 {
    color: rgba(132, 204, 22, .45)
}

.text-lime-500\/5 {
    color: rgba(132, 204, 22, .05)
}

.text-lime-500\/50 {
    color: rgba(132, 204, 22, .5)
}

.text-lime-500\/55 {
    color: rgba(132, 204, 22, .55)
}

.text-lime-500\/60 {
    color: rgba(132, 204, 22, .6)
}

.text-lime-500\/65 {
    color: rgba(132, 204, 22, .65)
}

.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\/85 {
    color: rgba(132, 204, 22, .85)
}

.text-lime-500\/90 {
    color: rgba(132, 204, 22, .9)
}

.text-lime-500\/95 {
    color: rgba(132, 204, 22, .95)
}

.text-mog-400 {
    --tw-text-opacity: 1;
    color: rgb(86 104 255/var(--tw-text-opacity))
}

.text-mog-400\/0 {
    color: rgba(86, 104, 255, 0)
}

.text-mog-400\/10 {
    color: rgba(86, 104, 255, .1)
}

.text-mog-400\/100 {
    color: #5668ff
}

.text-mog-400\/15 {
    color: rgba(86, 104, 255, .15)
}

.text-mog-400\/20 {
    color: rgba(86, 104, 255, .2)
}

.text-mog-400\/25 {
    color: rgba(86, 104, 255, .25)
}

.text-mog-400\/30 {
    color: rgba(86, 104, 255, .3)
}

.text-mog-400\/35 {
    color: rgba(86, 104, 255, .35)
}

.text-mog-400\/40 {
    color: rgba(86, 104, 255, .4)
}

.text-mog-400\/45 {
    color: rgba(86, 104, 255, .45)
}

.text-mog-400\/5 {
    color: rgba(86, 104, 255, .05)
}

.text-mog-400\/50 {
    color: rgba(86, 104, 255, .5)
}

.text-mog-400\/55 {
    color: rgba(86, 104, 255, .55)
}

.text-mog-400\/60 {
    color: rgba(86, 104, 255, .6)
}

.text-mog-400\/65 {
    color: rgba(86, 104, 255, .65)
}

.text-mog-400\/70 {
    color: rgba(86, 104, 255, .7)
}

.text-mog-400\/75 {
    color: rgba(86, 104, 255, .75)
}

.text-mog-400\/80 {
    color: rgba(86, 104, 255, .8)
}

.text-mog-400\/85 {
    color: rgba(86, 104, 255, .85)
}

.text-mog-400\/90 {
    color: rgba(86, 104, 255, .9)
}

.text-mog-400\/95 {
    color: rgba(86, 104, 255, .95)
}

.text-mog-500 {
    --tw-text-opacity: 1;
    color: rgb(47 52 255/var(--tw-text-opacity))
}

.text-mog-500\/0 {
    color: rgba(47, 52, 255, 0)
}

.text-mog-500\/10 {
    color: rgba(47, 52, 255, .1)
}

.text-mog-500\/100 {
    color: #2f34ff
}

.text-mog-500\/15 {
    color: rgba(47, 52, 255, .15)
}

.text-mog-500\/20 {
    color: rgba(47, 52, 255, .2)
}

.text-mog-500\/25 {
    color: rgba(47, 52, 255, .25)
}

.text-mog-500\/30 {
    color: rgba(47, 52, 255, .3)
}

.text-mog-500\/35 {
    color: rgba(47, 52, 255, .35)
}

.text-mog-500\/40 {
    color: rgba(47, 52, 255, .4)
}

.text-mog-500\/45 {
    color: rgba(47, 52, 255, .45)
}

.text-mog-500\/5 {
    color: rgba(47, 52, 255, .05)
}

.text-mog-500\/50 {
    color: rgba(47, 52, 255, .5)
}

.text-mog-500\/55 {
    color: rgba(47, 52, 255, .55)
}

.text-mog-500\/60 {
    color: rgba(47, 52, 255, .6)
}

.text-mog-500\/65 {
    color: rgba(47, 52, 255, .65)
}

.text-mog-500\/70 {
    color: rgba(47, 52, 255, .7)
}

.text-mog-500\/75 {
    color: rgba(47, 52, 255, .75)
}

.text-mog-500\/80 {
    color: rgba(47, 52, 255, .8)
}

.text-mog-500\/85 {
    color: rgba(47, 52, 255, .85)
}

.text-mog-500\/90 {
    color: rgba(47, 52, 255, .9)
}

.text-mog-500\/95 {
    color: rgba(47, 52, 255, .95)
}

.text-mog-600 {
    --tw-text-opacity: 1;
    color: rgb(29 12 255/var(--tw-text-opacity))
}

.text-mog-700 {
    --tw-text-opacity: 1;
    color: rgb(20 0 255/var(--tw-text-opacity))
}

.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\/15 {
    color: rgba(251, 146, 60, .15)
}

.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\/35 {
    color: rgba(251, 146, 60, .35)
}

.text-orange-400\/40 {
    color: rgba(251, 146, 60, .4)
}

.text-orange-400\/45 {
    color: rgba(251, 146, 60, .45)
}

.text-orange-400\/5 {
    color: rgba(251, 146, 60, .05)
}

.text-orange-400\/50 {
    color: rgba(251, 146, 60, .5)
}

.text-orange-400\/55 {
    color: rgba(251, 146, 60, .55)
}

.text-orange-400\/60 {
    color: rgba(251, 146, 60, .6)
}

.text-orange-400\/65 {
    color: rgba(251, 146, 60, .65)
}

.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\/85 {
    color: rgba(251, 146, 60, .85)
}

.text-orange-400\/90 {
    color: rgba(251, 146, 60, .9)
}

.text-orange-400\/95 {
    color: rgba(251, 146, 60, .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\/15 {
    color: rgba(249, 115, 22, .15)
}

.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\/35 {
    color: rgba(249, 115, 22, .35)
}

.text-orange-500\/40 {
    color: rgba(249, 115, 22, .4)
}

.text-orange-500\/45 {
    color: rgba(249, 115, 22, .45)
}

.text-orange-500\/5 {
    color: rgba(249, 115, 22, .05)
}

.text-orange-500\/50 {
    color: rgba(249, 115, 22, .5)
}

.text-orange-500\/55 {
    color: rgba(249, 115, 22, .55)
}

.text-orange-500\/60 {
    color: rgba(249, 115, 22, .6)
}

.text-orange-500\/65 {
    color: rgba(249, 115, 22, .65)
}

.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\/85 {
    color: rgba(249, 115, 22, .85)
}

.text-orange-500\/90 {
    color: rgba(249, 115, 22, .9)
}

.text-orange-500\/95 {
    color: rgba(249, 115, 22, .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\/15 {
    color: rgba(244, 114, 182, .15)
}

.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\/35 {
    color: rgba(244, 114, 182, .35)
}

.text-pink-400\/40 {
    color: rgba(244, 114, 182, .4)
}

.text-pink-400\/45 {
    color: rgba(244, 114, 182, .45)
}

.text-pink-400\/5 {
    color: rgba(244, 114, 182, .05)
}

.text-pink-400\/50 {
    color: rgba(244, 114, 182, .5)
}

.text-pink-400\/55 {
    color: rgba(244, 114, 182, .55)
}

.text-pink-400\/60 {
    color: rgba(244, 114, 182, .6)
}

.text-pink-400\/65 {
    color: rgba(244, 114, 182, .65)
}

.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\/85 {
    color: rgba(244, 114, 182, .85)
}

.text-pink-400\/90 {
    color: rgba(244, 114, 182, .9)
}

.text-pink-400\/95 {
    color: rgba(244, 114, 182, .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\/15 {
    color: rgba(236, 72, 153, .15)
}

.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\/35 {
    color: rgba(236, 72, 153, .35)
}

.text-pink-500\/40 {
    color: rgba(236, 72, 153, .4)
}

.text-pink-500\/45 {
    color: rgba(236, 72, 153, .45)
}

.text-pink-500\/5 {
    color: rgba(236, 72, 153, .05)
}

.text-pink-500\/50 {
    color: rgba(236, 72, 153, .5)
}

.text-pink-500\/55 {
    color: rgba(236, 72, 153, .55)
}

.text-pink-500\/60 {
    color: rgba(236, 72, 153, .6)
}

.text-pink-500\/65 {
    color: rgba(236, 72, 153, .65)
}

.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\/85 {
    color: rgba(236, 72, 153, .85)
}

.text-pink-500\/90 {
    color: rgba(236, 72, 153, .9)
}

.text-pink-500\/95 {
    color: rgba(236, 72, 153, .95)
}

.text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-400)/var(--tw-text-opacity))
}

.text-primary-400\/0 {
    color: rgb(var(--color-primary-400)/0)
}

.text-primary-400\/10 {
    color: rgb(var(--color-primary-400)/.1)
}

.text-primary-400\/100 {
    color: rgb(var(--color-primary-400)/1)
}

.text-primary-400\/15 {
    color: rgb(var(--color-primary-400)/.15)
}

.text-primary-400\/20 {
    color: rgb(var(--color-primary-400)/.2)
}

.text-primary-400\/25 {
    color: rgb(var(--color-primary-400)/.25)
}

.text-primary-400\/30 {
    color: rgb(var(--color-primary-400)/.3)
}

.text-primary-400\/35 {
    color: rgb(var(--color-primary-400)/.35)
}

.text-primary-400\/40 {
    color: rgb(var(--color-primary-400)/.4)
}

.text-primary-400\/45 {
    color: rgb(var(--color-primary-400)/.45)
}

.text-primary-400\/5 {
    color: rgb(var(--color-primary-400)/.05)
}

.text-primary-400\/50 {
    color: rgb(var(--color-primary-400)/.5)
}

.text-primary-400\/55 {
    color: rgb(var(--color-primary-400)/.55)
}

.text-primary-400\/60 {
    color: rgb(var(--color-primary-400)/.6)
}

.text-primary-400\/65 {
    color: rgb(var(--color-primary-400)/.65)
}

.text-primary-400\/70 {
    color: rgb(var(--color-primary-400)/.7)
}

.text-primary-400\/75 {
    color: rgb(var(--color-primary-400)/.75)
}

.text-primary-400\/80 {
    color: rgb(var(--color-primary-400)/.8)
}

.text-primary-400\/85 {
    color: rgb(var(--color-primary-400)/.85)
}

.text-primary-400\/90 {
    color: rgb(var(--color-primary-400)/.9)
}

.text-primary-400\/95 {
    color: rgb(var(--color-primary-400)/.95)
}

.text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-500)/var(--tw-text-opacity))
}

.text-primary-500\/0 {
    color: rgb(var(--color-primary-500)/0)
}

.text-primary-500\/10 {
    color: rgb(var(--color-primary-500)/.1)
}

.text-primary-500\/100 {
    color: rgb(var(--color-primary-500)/1)
}

.text-primary-500\/15 {
    color: rgb(var(--color-primary-500)/.15)
}

.text-primary-500\/20 {
    color: rgb(var(--color-primary-500)/.2)
}

.text-primary-500\/25 {
    color: rgb(var(--color-primary-500)/.25)
}

.text-primary-500\/30 {
    color: rgb(var(--color-primary-500)/.3)
}

.text-primary-500\/35 {
    color: rgb(var(--color-primary-500)/.35)
}

.text-primary-500\/40 {
    color: rgb(var(--color-primary-500)/.4)
}

.text-primary-500\/45 {
    color: rgb(var(--color-primary-500)/.45)
}

.text-primary-500\/5 {
    color: rgb(var(--color-primary-500)/.05)
}

.text-primary-500\/50 {
    color: rgb(var(--color-primary-500)/.5)
}

.text-primary-500\/55 {
    color: rgb(var(--color-primary-500)/.55)
}

.text-primary-500\/60 {
    color: rgb(var(--color-primary-500)/.6)
}

.text-primary-500\/65 {
    color: rgb(var(--color-primary-500)/.65)
}

.text-primary-500\/70 {
    color: rgb(var(--color-primary-500)/.7)
}

.text-primary-500\/75 {
    color: rgb(var(--color-primary-500)/.75)
}

.text-primary-500\/80 {
    color: rgb(var(--color-primary-500)/.8)
}

.text-primary-500\/85 {
    color: rgb(var(--color-primary-500)/.85)
}

.text-primary-500\/90 {
    color: rgb(var(--color-primary-500)/.9)
}

.text-primary-500\/95 {
    color: rgb(var(--color-primary-500)/.95)
}

.text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-600)/var(--tw-text-opacity))
}

.text-primary-600\/0 {
    color: rgb(var(--color-primary-600)/0)
}

.text-primary-600\/10 {
    color: rgb(var(--color-primary-600)/.1)
}

.text-primary-600\/100 {
    color: rgb(var(--color-primary-600)/1)
}

.text-primary-600\/15 {
    color: rgb(var(--color-primary-600)/.15)
}

.text-primary-600\/20 {
    color: rgb(var(--color-primary-600)/.2)
}

.text-primary-600\/25 {
    color: rgb(var(--color-primary-600)/.25)
}

.text-primary-600\/30 {
    color: rgb(var(--color-primary-600)/.3)
}

.text-primary-600\/35 {
    color: rgb(var(--color-primary-600)/.35)
}

.text-primary-600\/40 {
    color: rgb(var(--color-primary-600)/.4)
}

.text-primary-600\/45 {
    color: rgb(var(--color-primary-600)/.45)
}

.text-primary-600\/5 {
    color: rgb(var(--color-primary-600)/.05)
}

.text-primary-600\/50 {
    color: rgb(var(--color-primary-600)/.5)
}

.text-primary-600\/55 {
    color: rgb(var(--color-primary-600)/.55)
}

.text-primary-600\/60 {
    color: rgb(var(--color-primary-600)/.6)
}

.text-primary-600\/65 {
    color: rgb(var(--color-primary-600)/.65)
}

.text-primary-600\/70 {
    color: rgb(var(--color-primary-600)/.7)
}

.text-primary-600\/75 {
    color: rgb(var(--color-primary-600)/.75)
}

.text-primary-600\/80 {
    color: rgb(var(--color-primary-600)/.8)
}

.text-primary-600\/85 {
    color: rgb(var(--color-primary-600)/.85)
}

.text-primary-600\/90 {
    color: rgb(var(--color-primary-600)/.9)
}

.text-primary-600\/95 {
    color: rgb(var(--color-primary-600)/.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\/15 {
    color: rgba(192, 132, 252, .15)
}

.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\/35 {
    color: rgba(192, 132, 252, .35)
}

.text-purple-400\/40 {
    color: rgba(192, 132, 252, .4)
}

.text-purple-400\/45 {
    color: rgba(192, 132, 252, .45)
}

.text-purple-400\/5 {
    color: rgba(192, 132, 252, .05)
}

.text-purple-400\/50 {
    color: rgba(192, 132, 252, .5)
}

.text-purple-400\/55 {
    color: rgba(192, 132, 252, .55)
}

.text-purple-400\/60 {
    color: rgba(192, 132, 252, .6)
}

.text-purple-400\/65 {
    color: rgba(192, 132, 252, .65)
}

.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\/85 {
    color: rgba(192, 132, 252, .85)
}

.text-purple-400\/90 {
    color: rgba(192, 132, 252, .9)
}

.text-purple-400\/95 {
    color: rgba(192, 132, 252, .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\/15 {
    color: rgba(168, 85, 247, .15)
}

.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\/35 {
    color: rgba(168, 85, 247, .35)
}

.text-purple-500\/40 {
    color: rgba(168, 85, 247, .4)
}

.text-purple-500\/45 {
    color: rgba(168, 85, 247, .45)
}

.text-purple-500\/5 {
    color: rgba(168, 85, 247, .05)
}

.text-purple-500\/50 {
    color: rgba(168, 85, 247, .5)
}

.text-purple-500\/55 {
    color: rgba(168, 85, 247, .55)
}

.text-purple-500\/60 {
    color: rgba(168, 85, 247, .6)
}

.text-purple-500\/65 {
    color: rgba(168, 85, 247, .65)
}

.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\/85 {
    color: rgba(168, 85, 247, .85)
}

.text-purple-500\/90 {
    color: rgba(168, 85, 247, .9)
}

.text-purple-500\/95 {
    color: rgba(168, 85, 247, .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\/15 {
    color: hsla(0, 91%, 71%, .15)
}

.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\/35 {
    color: hsla(0, 91%, 71%, .35)
}

.text-red-400\/40 {
    color: hsla(0, 91%, 71%, .4)
}

.text-red-400\/45 {
    color: hsla(0, 91%, 71%, .45)
}

.text-red-400\/5 {
    color: hsla(0, 91%, 71%, .05)
}

.text-red-400\/50 {
    color: hsla(0, 91%, 71%, .5)
}

.text-red-400\/55 {
    color: hsla(0, 91%, 71%, .55)
}

.text-red-400\/60 {
    color: hsla(0, 91%, 71%, .6)
}

.text-red-400\/65 {
    color: hsla(0, 91%, 71%, .65)
}

.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\/85 {
    color: hsla(0, 91%, 71%, .85)
}

.text-red-400\/90 {
    color: hsla(0, 91%, 71%, .9)
}

.text-red-400\/95 {
    color: hsla(0, 91%, 71%, .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\/15 {
    color: rgba(239, 68, 68, .15)
}

.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\/35 {
    color: rgba(239, 68, 68, .35)
}

.text-red-500\/40 {
    color: rgba(239, 68, 68, .4)
}

.text-red-500\/45 {
    color: rgba(239, 68, 68, .45)
}

.text-red-500\/5 {
    color: rgba(239, 68, 68, .05)
}

.text-red-500\/50 {
    color: rgba(239, 68, 68, .5)
}

.text-red-500\/55 {
    color: rgba(239, 68, 68, .55)
}

.text-red-500\/60 {
    color: rgba(239, 68, 68, .6)
}

.text-red-500\/65 {
    color: rgba(239, 68, 68, .65)
}

.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\/85 {
    color: rgba(239, 68, 68, .85)
}

.text-red-500\/90 {
    color: rgba(239, 68, 68, .9)
}

.text-red-500\/95 {
    color: rgba(239, 68, 68, .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\/15 {
    color: rgba(251, 113, 133, .15)
}

.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\/35 {
    color: rgba(251, 113, 133, .35)
}

.text-rose-400\/40 {
    color: rgba(251, 113, 133, .4)
}

.text-rose-400\/45 {
    color: rgba(251, 113, 133, .45)
}

.text-rose-400\/5 {
    color: rgba(251, 113, 133, .05)
}

.text-rose-400\/50 {
    color: rgba(251, 113, 133, .5)
}

.text-rose-400\/55 {
    color: rgba(251, 113, 133, .55)
}

.text-rose-400\/60 {
    color: rgba(251, 113, 133, .6)
}

.text-rose-400\/65 {
    color: rgba(251, 113, 133, .65)
}

.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\/85 {
    color: rgba(251, 113, 133, .85)
}

.text-rose-400\/90 {
    color: rgba(251, 113, 133, .9)
}

.text-rose-400\/95 {
    color: rgba(251, 113, 133, .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\/15 {
    color: rgba(244, 63, 94, .15)
}

.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\/35 {
    color: rgba(244, 63, 94, .35)
}

.text-rose-500\/40 {
    color: rgba(244, 63, 94, .4)
}

.text-rose-500\/45 {
    color: rgba(244, 63, 94, .45)
}

.text-rose-500\/5 {
    color: rgba(244, 63, 94, .05)
}

.text-rose-500\/50 {
    color: rgba(244, 63, 94, .5)
}

.text-rose-500\/55 {
    color: rgba(244, 63, 94, .55)
}

.text-rose-500\/60 {
    color: rgba(244, 63, 94, .6)
}

.text-rose-500\/65 {
    color: rgba(244, 63, 94, .65)
}

.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\/85 {
    color: rgba(244, 63, 94, .85)
}

.text-rose-500\/90 {
    color: rgba(244, 63, 94, .9)
}

.text-rose-500\/95 {
    color: rgba(244, 63, 94, .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\/15 {
    color: rgba(56, 189, 248, .15)
}

.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\/35 {
    color: rgba(56, 189, 248, .35)
}

.text-sky-400\/40 {
    color: rgba(56, 189, 248, .4)
}

.text-sky-400\/45 {
    color: rgba(56, 189, 248, .45)
}

.text-sky-400\/5 {
    color: rgba(56, 189, 248, .05)
}

.text-sky-400\/50 {
    color: rgba(56, 189, 248, .5)
}

.text-sky-400\/55 {
    color: rgba(56, 189, 248, .55)
}

.text-sky-400\/60 {
    color: rgba(56, 189, 248, .6)
}

.text-sky-400\/65 {
    color: rgba(56, 189, 248, .65)
}

.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\/85 {
    color: rgba(56, 189, 248, .85)
}

.text-sky-400\/90 {
    color: rgba(56, 189, 248, .9)
}

.text-sky-400\/95 {
    color: rgba(56, 189, 248, .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\/15 {
    color: rgba(14, 165, 233, .15)
}

.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\/35 {
    color: rgba(14, 165, 233, .35)
}

.text-sky-500\/40 {
    color: rgba(14, 165, 233, .4)
}

.text-sky-500\/45 {
    color: rgba(14, 165, 233, .45)
}

.text-sky-500\/5 {
    color: rgba(14, 165, 233, .05)
}

.text-sky-500\/50 {
    color: rgba(14, 165, 233, .5)
}

.text-sky-500\/55 {
    color: rgba(14, 165, 233, .55)
}

.text-sky-500\/60 {
    color: rgba(14, 165, 233, .6)
}

.text-sky-500\/65 {
    color: rgba(14, 165, 233, .65)
}

.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\/85 {
    color: rgba(14, 165, 233, .85)
}

.text-sky-500\/90 {
    color: rgba(14, 165, 233, .9)
}

.text-sky-500\/95 {
    color: rgba(14, 165, 233, .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\/15 {
    color: rgba(45, 212, 191, .15)
}

.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\/35 {
    color: rgba(45, 212, 191, .35)
}

.text-teal-400\/40 {
    color: rgba(45, 212, 191, .4)
}

.text-teal-400\/45 {
    color: rgba(45, 212, 191, .45)
}

.text-teal-400\/5 {
    color: rgba(45, 212, 191, .05)
}

.text-teal-400\/50 {
    color: rgba(45, 212, 191, .5)
}

.text-teal-400\/55 {
    color: rgba(45, 212, 191, .55)
}

.text-teal-400\/60 {
    color: rgba(45, 212, 191, .6)
}

.text-teal-400\/65 {
    color: rgba(45, 212, 191, .65)
}

.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\/85 {
    color: rgba(45, 212, 191, .85)
}

.text-teal-400\/90 {
    color: rgba(45, 212, 191, .9)
}

.text-teal-400\/95 {
    color: rgba(45, 212, 191, .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\/15 {
    color: rgba(20, 184, 166, .15)
}

.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\/35 {
    color: rgba(20, 184, 166, .35)
}

.text-teal-500\/40 {
    color: rgba(20, 184, 166, .4)
}

.text-teal-500\/45 {
    color: rgba(20, 184, 166, .45)
}

.text-teal-500\/5 {
    color: rgba(20, 184, 166, .05)
}

.text-teal-500\/50 {
    color: rgba(20, 184, 166, .5)
}

.text-teal-500\/55 {
    color: rgba(20, 184, 166, .55)
}

.text-teal-500\/60 {
    color: rgba(20, 184, 166, .6)
}

.text-teal-500\/65 {
    color: rgba(20, 184, 166, .65)
}

.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\/85 {
    color: rgba(20, 184, 166, .85)
}

.text-teal-500\/90 {
    color: rgba(20, 184, 166, .9)
}

.text-teal-500\/95 {
    color: rgba(20, 184, 166, .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\/15 {
    color: rgba(167, 139, 250, .15)
}

.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\/35 {
    color: rgba(167, 139, 250, .35)
}

.text-violet-400\/40 {
    color: rgba(167, 139, 250, .4)
}

.text-violet-400\/45 {
    color: rgba(167, 139, 250, .45)
}

.text-violet-400\/5 {
    color: rgba(167, 139, 250, .05)
}

.text-violet-400\/50 {
    color: rgba(167, 139, 250, .5)
}

.text-violet-400\/55 {
    color: rgba(167, 139, 250, .55)
}

.text-violet-400\/60 {
    color: rgba(167, 139, 250, .6)
}

.text-violet-400\/65 {
    color: rgba(167, 139, 250, .65)
}

.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\/85 {
    color: rgba(167, 139, 250, .85)
}

.text-violet-400\/90 {
    color: rgba(167, 139, 250, .9)
}

.text-violet-400\/95 {
    color: rgba(167, 139, 250, .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\/15 {
    color: rgba(139, 92, 246, .15)
}

.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\/35 {
    color: rgba(139, 92, 246, .35)
}

.text-violet-500\/40 {
    color: rgba(139, 92, 246, .4)
}

.text-violet-500\/45 {
    color: rgba(139, 92, 246, .45)
}

.text-violet-500\/5 {
    color: rgba(139, 92, 246, .05)
}

.text-violet-500\/50 {
    color: rgba(139, 92, 246, .5)
}

.text-violet-500\/55 {
    color: rgba(139, 92, 246, .55)
}

.text-violet-500\/60 {
    color: rgba(139, 92, 246, .6)
}

.text-violet-500\/65 {
    color: rgba(139, 92, 246, .65)
}

.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\/85 {
    color: rgba(139, 92, 246, .85)
}

.text-violet-500\/90 {
    color: rgba(139, 92, 246, .9)
}

.text-violet-500\/95 {
    color: rgba(139, 92, 246, .95)
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.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\/15 {
    color: rgba(250, 204, 21, .15)
}

.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\/35 {
    color: rgba(250, 204, 21, .35)
}

.text-yellow-400\/40 {
    color: rgba(250, 204, 21, .4)
}

.text-yellow-400\/45 {
    color: rgba(250, 204, 21, .45)
}

.text-yellow-400\/5 {
    color: rgba(250, 204, 21, .05)
}

.text-yellow-400\/50 {
    color: rgba(250, 204, 21, .5)
}

.text-yellow-400\/55 {
    color: rgba(250, 204, 21, .55)
}

.text-yellow-400\/60 {
    color: rgba(250, 204, 21, .6)
}

.text-yellow-400\/65 {
    color: rgba(250, 204, 21, .65)
}

.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\/85 {
    color: rgba(250, 204, 21, .85)
}

.text-yellow-400\/90 {
    color: rgba(250, 204, 21, .9)
}

.text-yellow-400\/95 {
    color: rgba(250, 204, 21, .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\/15 {
    color: rgba(234, 179, 8, .15)
}

.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\/35 {
    color: rgba(234, 179, 8, .35)
}

.text-yellow-500\/40 {
    color: rgba(234, 179, 8, .4)
}

.text-yellow-500\/45 {
    color: rgba(234, 179, 8, .45)
}

.text-yellow-500\/5 {
    color: rgba(234, 179, 8, .05)
}

.text-yellow-500\/50 {
    color: rgba(234, 179, 8, .5)
}

.text-yellow-500\/55 {
    color: rgba(234, 179, 8, .55)
}

.text-yellow-500\/60 {
    color: rgba(234, 179, 8, .6)
}

.text-yellow-500\/65 {
    color: rgba(234, 179, 8, .65)
}

.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\/85 {
    color: rgba(234, 179, 8, .85)
}

.text-yellow-500\/90 {
    color: rgba(234, 179, 8, .9)
}

.text-yellow-500\/95 {
    color: rgba(234, 179, 8, .95)
}

.underline {
    text-decoration-line: underline
}

.underline-offset-2 {
    text-underline-offset: 2px
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.underline-offset-8 {
    text-underline-offset: 8px
}

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(var(--color-gray-400)/var(--tw-placeholder-opacity))
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(var(--color-gray-400)/var(--tw-placeholder-opacity))
}

.placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255/var(--tw-placeholder-opacity))
}

.placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255/var(--tw-placeholder-opacity))
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-50 {
    opacity: .5
}

.opacity-90 {
    opacity: .9
}

.mix-blend-overlay {
    mix-blend-mode: overlay
}

.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)
}

.shadow,
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.shadow-none,
.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-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.outline-gom-400 {
    outline-color: #fcff0d
}

.outline-gom-500 {
    outline-color: #fff500
}

.outline-mog-400 {
    outline-color: #5668ff
}

.outline-mog-500 {
    outline-color: #2f34ff
}

.outline-primary-400 {
    outline-color: rgb(var(--color-primary-400)/1)
}

.outline-primary-400\/0 {
    outline-color: rgb(var(--color-primary-400)/0)
}

.outline-primary-400\/10 {
    outline-color: rgb(var(--color-primary-400)/.1)
}

.outline-primary-400\/100 {
    outline-color: rgb(var(--color-primary-400)/1)
}

.outline-primary-400\/15 {
    outline-color: rgb(var(--color-primary-400)/.15)
}

.outline-primary-400\/20 {
    outline-color: rgb(var(--color-primary-400)/.2)
}

.outline-primary-400\/25 {
    outline-color: rgb(var(--color-primary-400)/.25)
}

.outline-primary-400\/30 {
    outline-color: rgb(var(--color-primary-400)/.3)
}

.outline-primary-400\/35 {
    outline-color: rgb(var(--color-primary-400)/.35)
}

.outline-primary-400\/40 {
    outline-color: rgb(var(--color-primary-400)/.4)
}

.outline-primary-400\/45 {
    outline-color: rgb(var(--color-primary-400)/.45)
}

.outline-primary-400\/5 {
    outline-color: rgb(var(--color-primary-400)/.05)
}

.outline-primary-400\/50 {
    outline-color: rgb(var(--color-primary-400)/.5)
}

.outline-primary-400\/55 {
    outline-color: rgb(var(--color-primary-400)/.55)
}

.outline-primary-400\/60 {
    outline-color: rgb(var(--color-primary-400)/.6)
}

.outline-primary-400\/65 {
    outline-color: rgb(var(--color-primary-400)/.65)
}

.outline-primary-400\/70 {
    outline-color: rgb(var(--color-primary-400)/.7)
}

.outline-primary-400\/75 {
    outline-color: rgb(var(--color-primary-400)/.75)
}

.outline-primary-400\/80 {
    outline-color: rgb(var(--color-primary-400)/.8)
}

.outline-primary-400\/85 {
    outline-color: rgb(var(--color-primary-400)/.85)
}

.outline-primary-400\/90 {
    outline-color: rgb(var(--color-primary-400)/.9)
}

.outline-primary-400\/95 {
    outline-color: rgb(var(--color-primary-400)/.95)
}

.outline-primary-500 {
    outline-color: rgb(var(--color-primary-500)/1)
}

.outline-primary-500\/0 {
    outline-color: rgb(var(--color-primary-500)/0)
}

.outline-primary-500\/10 {
    outline-color: rgb(var(--color-primary-500)/.1)
}

.outline-primary-500\/100 {
    outline-color: rgb(var(--color-primary-500)/1)
}

.outline-primary-500\/15 {
    outline-color: rgb(var(--color-primary-500)/.15)
}

.outline-primary-500\/20 {
    outline-color: rgb(var(--color-primary-500)/.2)
}

.outline-primary-500\/25 {
    outline-color: rgb(var(--color-primary-500)/.25)
}

.outline-primary-500\/30 {
    outline-color: rgb(var(--color-primary-500)/.3)
}

.outline-primary-500\/35 {
    outline-color: rgb(var(--color-primary-500)/.35)
}

.outline-primary-500\/40 {
    outline-color: rgb(var(--color-primary-500)/.4)
}

.outline-primary-500\/45 {
    outline-color: rgb(var(--color-primary-500)/.45)
}

.outline-primary-500\/5 {
    outline-color: rgb(var(--color-primary-500)/.05)
}

.outline-primary-500\/50 {
    outline-color: rgb(var(--color-primary-500)/.5)
}

.outline-primary-500\/55 {
    outline-color: rgb(var(--color-primary-500)/.55)
}

.outline-primary-500\/60 {
    outline-color: rgb(var(--color-primary-500)/.6)
}

.outline-primary-500\/65 {
    outline-color: rgb(var(--color-primary-500)/.65)
}

.outline-primary-500\/70 {
    outline-color: rgb(var(--color-primary-500)/.7)
}

.outline-primary-500\/75 {
    outline-color: rgb(var(--color-primary-500)/.75)
}

.outline-primary-500\/80 {
    outline-color: rgb(var(--color-primary-500)/.8)
}

.outline-primary-500\/85 {
    outline-color: rgb(var(--color-primary-500)/.85)
}

.outline-primary-500\/90 {
    outline-color: rgb(var(--color-primary-500)/.9)
}

.outline-primary-500\/95 {
    outline-color: rgb(var(--color-primary-500)/.95)
}

.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring,
.ring-0 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-1,
.ring-2 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-inset {
    --tw-ring-inset: inset
}

.ring-current {
    --tw-ring-color: currentColor
}

.ring-gom-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 255 13/var(--tw-ring-opacity))
}

.ring-gom-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 245 0/var(--tw-ring-opacity))
}

.ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-200)/var(--tw-ring-opacity))
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-300)/var(--tw-ring-opacity))
}

.ring-mog-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(86 104 255/var(--tw-ring-opacity))
}

.ring-mog-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(47 52 255/var(--tw-ring-opacity))
}

.ring-mog-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 0 255/var(--tw-ring-opacity))
}

.ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-400)/var(--tw-ring-opacity))
}

.ring-primary-400\/0 {
    --tw-ring-color: rgb(var(--color-primary-400)/0)
}

.ring-primary-400\/10 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.1)
}

.ring-primary-400\/100 {
    --tw-ring-color: rgb(var(--color-primary-400)/1)
}

.ring-primary-400\/15 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.15)
}

.ring-primary-400\/20 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.2)
}

.ring-primary-400\/25 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.25)
}

.ring-primary-400\/30 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.3)
}

.ring-primary-400\/35 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.35)
}

.ring-primary-400\/40 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.4)
}

.ring-primary-400\/45 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.45)
}

.ring-primary-400\/5 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.05)
}

.ring-primary-400\/50 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.5)
}

.ring-primary-400\/55 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.55)
}

.ring-primary-400\/60 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.6)
}

.ring-primary-400\/65 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.65)
}

.ring-primary-400\/70 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.7)
}

.ring-primary-400\/75 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.75)
}

.ring-primary-400\/80 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.8)
}

.ring-primary-400\/85 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.85)
}

.ring-primary-400\/90 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.9)
}

.ring-primary-400\/95 {
    --tw-ring-color: rgb(var(--color-primary-400)/0.95)
}

.ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-500)/var(--tw-ring-opacity))
}

.ring-primary-500\/0 {
    --tw-ring-color: rgb(var(--color-primary-500)/0)
}

.ring-primary-500\/10 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.1)
}

.ring-primary-500\/100 {
    --tw-ring-color: rgb(var(--color-primary-500)/1)
}

.ring-primary-500\/15 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.15)
}

.ring-primary-500\/20 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.2)
}

.ring-primary-500\/25 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.25)
}

.ring-primary-500\/30 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.3)
}

.ring-primary-500\/35 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.35)
}

.ring-primary-500\/40 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.4)
}

.ring-primary-500\/45 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.45)
}

.ring-primary-500\/5 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.05)
}

.ring-primary-500\/50 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.5)
}

.ring-primary-500\/55 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.55)
}

.ring-primary-500\/60 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.6)
}

.ring-primary-500\/65 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.65)
}

.ring-primary-500\/70 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.7)
}

.ring-primary-500\/75 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.75)
}

.ring-primary-500\/80 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.8)
}

.ring-primary-500\/85 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.85)
}

.ring-primary-500\/90 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.9)
}

.ring-primary-500\/95 {
    --tw-ring-color: rgb(var(--color-primary-500)/0.95)
}

.ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113/var(--tw-ring-opacity))
}

.ring-red-400\/0 {
    --tw-ring-color: hsla(0, 91%, 71%, 0)
}

.ring-red-400\/10 {
    --tw-ring-color: hsla(0, 91%, 71%, .1)
}

.ring-red-400\/100 {
    --tw-ring-color: #f87171
}

.ring-red-400\/15 {
    --tw-ring-color: hsla(0, 91%, 71%, .15)
}

.ring-red-400\/20 {
    --tw-ring-color: hsla(0, 91%, 71%, .2)
}

.ring-red-400\/25 {
    --tw-ring-color: hsla(0, 91%, 71%, .25)
}

.ring-red-400\/30 {
    --tw-ring-color: hsla(0, 91%, 71%, .3)
}

.ring-red-400\/35 {
    --tw-ring-color: hsla(0, 91%, 71%, .35)
}

.ring-red-400\/40 {
    --tw-ring-color: hsla(0, 91%, 71%, .4)
}

.ring-red-400\/45 {
    --tw-ring-color: hsla(0, 91%, 71%, .45)
}

.ring-red-400\/5 {
    --tw-ring-color: hsla(0, 91%, 71%, .05)
}

.ring-red-400\/50 {
    --tw-ring-color: hsla(0, 91%, 71%, .5)
}

.ring-red-400\/55 {
    --tw-ring-color: hsla(0, 91%, 71%, .55)
}

.ring-red-400\/60 {
    --tw-ring-color: hsla(0, 91%, 71%, .6)
}

.ring-red-400\/65 {
    --tw-ring-color: hsla(0, 91%, 71%, .65)
}

.ring-red-400\/70 {
    --tw-ring-color: hsla(0, 91%, 71%, .7)
}

.ring-red-400\/75 {
    --tw-ring-color: hsla(0, 91%, 71%, .75)
}

.ring-red-400\/80 {
    --tw-ring-color: hsla(0, 91%, 71%, .8)
}

.ring-red-400\/85 {
    --tw-ring-color: hsla(0, 91%, 71%, .85)
}

.ring-red-400\/90 {
    --tw-ring-color: hsla(0, 91%, 71%, .9)
}

.ring-red-400\/95 {
    --tw-ring-color: hsla(0, 91%, 71%, .95)
}

.ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68/var(--tw-ring-opacity))
}

.ring-red-500\/0 {
    --tw-ring-color: rgba(239, 68, 68, 0)
}

.ring-red-500\/10 {
    --tw-ring-color: rgba(239, 68, 68, .1)
}

.ring-red-500\/100 {
    --tw-ring-color: #ef4444
}

.ring-red-500\/15 {
    --tw-ring-color: rgba(239, 68, 68, .15)
}

.ring-red-500\/20 {
    --tw-ring-color: rgba(239, 68, 68, .2)
}

.ring-red-500\/25 {
    --tw-ring-color: rgba(239, 68, 68, .25)
}

.ring-red-500\/30 {
    --tw-ring-color: rgba(239, 68, 68, .3)
}

.ring-red-500\/35 {
    --tw-ring-color: rgba(239, 68, 68, .35)
}

.ring-red-500\/40 {
    --tw-ring-color: rgba(239, 68, 68, .4)
}

.ring-red-500\/45 {
    --tw-ring-color: rgba(239, 68, 68, .45)
}

.ring-red-500\/5 {
    --tw-ring-color: rgba(239, 68, 68, .05)
}

.ring-red-500\/50 {
    --tw-ring-color: rgba(239, 68, 68, .5)
}

.ring-red-500\/55 {
    --tw-ring-color: rgba(239, 68, 68, .55)
}

.ring-red-500\/60 {
    --tw-ring-color: rgba(239, 68, 68, .6)
}

.ring-red-500\/65 {
    --tw-ring-color: rgba(239, 68, 68, .65)
}

.ring-red-500\/70 {
    --tw-ring-color: rgba(239, 68, 68, .7)
}

.ring-red-500\/75 {
    --tw-ring-color: rgba(239, 68, 68, .75)
}

.ring-red-500\/80 {
    --tw-ring-color: rgba(239, 68, 68, .8)
}

.ring-red-500\/85 {
    --tw-ring-color: rgba(239, 68, 68, .85)
}

.ring-red-500\/90 {
    --tw-ring-color: rgba(239, 68, 68, .9)
}

.ring-red-500\/95 {
    --tw-ring-color: rgba(239, 68, 68, .95)
}

.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
}

.ring-opacity-25 {
    --tw-ring-opacity: 0.25
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.brightness-60 {
    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)
}

.brightness-60 {
    --tw-brightness: brightness(.6)
}

.brightness-75 {
    --tw-brightness: brightness(.75)
}

.brightness-75,
.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-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-duration: .15s;
    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-\[height\] {
    transition-duration: .15s;
    transition-property: height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-colors {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-100 {
    transition-duration: .1s
}

.duration-150 {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-75 {
    transition-duration: 75ms
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.content-\[\"\"\] {
    --tw-content: "";
    content: var(--tw-content)
}

._container {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--container)/var(--tw-bg-opacity));
    overflow: hidden;
    padding: .5rem
}

.no-scrollbar {
    -ms-overflow-style: none
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.faded {
    opacity: .8
}

.side-padding {
    padding-left: 1rem;
    padding-right: 1rem
}

.bg-translucent {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgb(var(--background)/.9)
}

.file\:mr-1::file-selector-button {
    margin-right: .25rem
}

.file\:mr-1\.5::file-selector-button {
    margin-right: .375rem
}

.file\:border-0::file-selector-button {
    border-width: 0
}

.file\:bg-transparent::file-selector-button {
    background-color: transparent
}

.file\:p-0::file-selector-button {
    padding: 0
}

.file\:font-medium::file-selector-button {
    font-weight: 500
}

.file\:text-gray-500::file-selector-button {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-500)/var(--tw-text-opacity))
}

.file\:outline-none::file-selector-button {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.before\:visible:before {
    content: var(--tw-content);
    visibility: visible
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:inset-px:before {
    content: var(--tw-content);
    inset: 1px
}

.before\:inset-x-0:before {
    content: var(--tw-content);
    left: 0;
    right: 0
}

.before\:inset-y-2:before {
    bottom: .5rem;
    content: var(--tw-content);
    top: .5rem
}

.before\:z-\[-1\]:before {
    content: var(--tw-content);
    z-index: -1
}

.before\:block:before {
    content: var(--tw-content);
    display: block
}

.before\:h-2:before {
    content: var(--tw-content);
    height: .5rem
}

.before\:w-2:before {
    content: var(--tw-content);
    width: .5rem
}

.before\:rotate-45:before {
    content: var(--tw-content);
    --tw-rotate: 45deg;
    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))
}

.before\:rounded-md:before {
    border-radius: .375rem;
    content: var(--tw-content)
}

.before\:rounded-sm:before {
    border-radius: .125rem;
    content: var(--tw-content)
}

.before\:bg-gray-100:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-100)/var(--tw-bg-opacity))
}

.before\:bg-gray-200:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-200)/var(--tw-bg-opacity))
}

.before\:bg-white:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.before\:shadow:before {
    content: var(--tw-content);
    --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)
}

.before\:ring-1:before {
    content: var(--tw-content);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.before\:ring-gray-200:before {
    content: var(--tw-content);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-200)/var(--tw-ring-opacity))
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:inset-x-2:after {
    content: var(--tw-content);
    left: .5rem;
    right: .5rem
}

.after\:inset-x-2\.5:after {
    content: var(--tw-content);
    left: .625rem;
    right: .625rem
}

.after\:bottom-0:after {
    bottom: 0;
    content: var(--tw-content)
}

.after\:ms-0:after {
    content: var(--tw-content);
    margin-inline-start: 0
}

.after\:ms-0\.5:after {
    content: var(--tw-content);
    margin-inline-start: .125rem
}

.after\:mt-2:after {
    content: var(--tw-content);
    margin-top: .5rem
}

.after\:block:after {
    content: var(--tw-content);
    display: block
}

.after\:h-\[2px\]:after {
    content: var(--tw-content);
    height: 2px
}

.after\:rounded-full:after {
    border-radius: 9999px;
    content: var(--tw-content)
}

.after\:bg-primary-500:after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-500)/var(--tw-bg-opacity))
}

.after\:text-red-500:after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.after\:content-\[\'\*\'\]:after {
    --tw-content: "*";
    content: var(--tw-content)
}

.first\:me-0:first-child {
    margin-inline-end: 0
}

.first\:rounded-s-md:first-child {
    border-end-start-radius: .375rem;
    border-start-start-radius: .375rem
}

.last\:rounded-e-md:last-child {
    border-end-end-radius: .375rem;
    border-start-end-radius: .375rem
}

.indeterminate\:relative:indeterminate {
    position: relative
}

.indeterminate\:after\:rounded-full:indeterminate:after {
    border-radius: 9999px;
    content: var(--tw-content)
}

.hover\:cursor-pointer:hover {
    cursor: pointer
}

.hover\:border-solid:hover {
    border-style: solid
}

.hover\:bg-gom-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(118,6,151,255/var(--tw-bg-opacity))
}

.hover\:bg-gom-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.hover\:bg-gom-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.hover\:bg-gom-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 183 0/var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-100)/var(--tw-bg-opacity))
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-50)/var(--tw-bg-opacity))
}

.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-800)/var(--tw-bg-opacity))
}

.hover\:bg-mog-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 255/var(--tw-bg-opacity))
}

.hover\:bg-mog-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 239 255/var(--tw-bg-opacity))
}

.hover\:bg-mog-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 12 255/var(--tw-bg-opacity))
}

.hover\:bg-mog-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(red/var(--tw-bg-opacity))
}

.hover\:bg-mog-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-100)/var(--tw-bg-opacity))
}

.hover\:bg-primary-100\/0:hover {
    background-color: rgb(var(--color-primary-100)/0)
}

.hover\:bg-primary-100\/10:hover {
    background-color: rgb(var(--color-primary-100)/.1)
}

.hover\:bg-primary-100\/100:hover {
    background-color: rgb(var(--color-primary-100)/1)
}

.hover\:bg-primary-100\/15:hover {
    background-color: rgb(var(--color-primary-100)/.15)
}

.hover\:bg-primary-100\/20:hover {
    background-color: rgb(var(--color-primary-100)/.2)
}

.hover\:bg-primary-100\/25:hover {
    background-color: rgb(var(--color-primary-100)/.25)
}

.hover\:bg-primary-100\/30:hover {
    background-color: rgb(var(--color-primary-100)/.3)
}

.hover\:bg-primary-100\/35:hover {
    background-color: rgb(var(--color-primary-100)/.35)
}

.hover\:bg-primary-100\/40:hover {
    background-color: rgb(var(--color-primary-100)/.4)
}

.hover\:bg-primary-100\/45:hover {
    background-color: rgb(var(--color-primary-100)/.45)
}

.hover\:bg-primary-100\/5:hover {
    background-color: rgb(var(--color-primary-100)/.05)
}

.hover\:bg-primary-100\/50:hover {
    background-color: rgb(var(--color-primary-100)/.5)
}

.hover\:bg-primary-100\/55:hover {
    background-color: rgb(var(--color-primary-100)/.55)
}

.hover\:bg-primary-100\/60:hover {
    background-color: rgb(var(--color-primary-100)/.6)
}

.hover\:bg-primary-100\/65:hover {
    background-color: rgb(var(--color-primary-100)/.65)
}

.hover\:bg-primary-100\/70:hover {
    background-color: rgb(var(--color-primary-100)/.7)
}

.hover\:bg-primary-100\/75:hover {
    background-color: rgb(var(--color-primary-100)/.75)
}

.hover\:bg-primary-100\/80:hover {
    background-color: rgb(var(--color-primary-100)/.8)
}

.hover\:bg-primary-100\/85:hover {
    background-color: rgb(var(--color-primary-100)/.85)
}

.hover\:bg-primary-100\/90:hover {
    background-color: rgb(var(--color-primary-100)/.9)
}

.hover\:bg-primary-100\/95:hover {
    background-color: rgb(var(--color-primary-100)/.95)
}

.hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-50)/var(--tw-bg-opacity))
}

.hover\:bg-primary-50\/0:hover {
    background-color: rgb(var(--color-primary-50)/0)
}

.hover\:bg-primary-50\/10:hover {
    background-color: rgb(var(--color-primary-50)/.1)
}

.hover\:bg-primary-50\/100:hover {
    background-color: rgb(var(--color-primary-50)/1)
}

.hover\:bg-primary-50\/15:hover {
    background-color: rgb(var(--color-primary-50)/.15)
}

.hover\:bg-primary-50\/20:hover {
    background-color: rgb(var(--color-primary-50)/.2)
}

.hover\:bg-primary-50\/25:hover {
    background-color: rgb(var(--color-primary-50)/.25)
}

.hover\:bg-primary-50\/30:hover {
    background-color: rgb(var(--color-primary-50)/.3)
}

.hover\:bg-primary-50\/35:hover {
    background-color: rgb(var(--color-primary-50)/.35)
}

.hover\:bg-primary-50\/40:hover {
    background-color: rgb(var(--color-primary-50)/.4)
}

.hover\:bg-primary-50\/45:hover {
    background-color: rgb(var(--color-primary-50)/.45)
}

.hover\:bg-primary-50\/5:hover {
    background-color: rgb(var(--color-primary-50)/.05)
}

.hover\:bg-primary-50\/50:hover {
    background-color: rgb(var(--color-primary-50)/.5)
}

.hover\:bg-primary-50\/55:hover {
    background-color: rgb(var(--color-primary-50)/.55)
}

.hover\:bg-primary-50\/60:hover {
    background-color: rgb(var(--color-primary-50)/.6)
}

.hover\:bg-primary-50\/65:hover {
    background-color: rgb(var(--color-primary-50)/.65)
}

.hover\:bg-primary-50\/70:hover {
    background-color: rgb(var(--color-primary-50)/.7)
}

.hover\:bg-primary-50\/75:hover {
    background-color: rgb(var(--color-primary-50)/.75)
}

.hover\:bg-primary-50\/80:hover {
    background-color: rgb(var(--color-primary-50)/.8)
}

.hover\:bg-primary-50\/85:hover {
    background-color: rgb(var(--color-primary-50)/.85)
}

.hover\:bg-primary-50\/90:hover {
    background-color: rgb(var(--color-primary-50)/.9)
}

.hover\:bg-primary-50\/95:hover {
    background-color: rgb(var(--color-primary-50)/.95)
}

.hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-500)/var(--tw-bg-opacity))
}

.hover\:bg-primary-500\/0:hover {
    background-color: rgb(var(--color-primary-500)/0)
}

.hover\:bg-primary-500\/10:hover {
    background-color: rgb(var(--color-primary-500)/.1)
}

.hover\:bg-primary-500\/100:hover {
    background-color: rgb(var(--color-primary-500)/1)
}

.hover\:bg-primary-500\/15:hover {
    background-color: rgb(var(--color-primary-500)/.15)
}

.hover\:bg-primary-500\/20:hover {
    background-color: rgb(var(--color-primary-500)/.2)
}

.hover\:bg-primary-500\/25:hover {
    background-color: rgb(var(--color-primary-500)/.25)
}

.hover\:bg-primary-500\/30:hover {
    background-color: rgb(var(--color-primary-500)/.3)
}

.hover\:bg-primary-500\/35:hover {
    background-color: rgb(var(--color-primary-500)/.35)
}

.hover\:bg-primary-500\/40:hover {
    background-color: rgb(var(--color-primary-500)/.4)
}

.hover\:bg-primary-500\/45:hover {
    background-color: rgb(var(--color-primary-500)/.45)
}

.hover\:bg-primary-500\/5:hover {
    background-color: rgb(var(--color-primary-500)/.05)
}

.hover\:bg-primary-500\/50:hover {
    background-color: rgb(var(--color-primary-500)/.5)
}

.hover\:bg-primary-500\/55:hover {
    background-color: rgb(var(--color-primary-500)/.55)
}

.hover\:bg-primary-500\/60:hover {
    background-color: rgb(var(--color-primary-500)/.6)
}

.hover\:bg-primary-500\/65:hover {
    background-color: rgb(var(--color-primary-500)/.65)
}

.hover\:bg-primary-500\/70:hover {
    background-color: rgb(var(--color-primary-500)/.7)
}

.hover\:bg-primary-500\/75:hover {
    background-color: rgb(var(--color-primary-500)/.75)
}

.hover\:bg-primary-500\/80:hover {
    background-color: rgb(var(--color-primary-500)/.8)
}

.hover\:bg-primary-500\/85:hover {
    background-color: rgb(var(--color-primary-500)/.85)
}

.hover\:bg-primary-500\/90:hover {
    background-color: rgb(var(--color-primary-500)/.9)
}

.hover\:bg-primary-500\/95:hover {
    background-color: rgb(var(--color-primary-500)/.95)
}

.hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-600)/var(--tw-bg-opacity))
}

.hover\:bg-primary-600\/0:hover {
    background-color: rgb(var(--color-primary-600)/0)
}

.hover\:bg-primary-600\/10:hover {
    background-color: rgb(var(--color-primary-600)/.1)
}

.hover\:bg-primary-600\/100:hover {
    background-color: rgb(var(--color-primary-600)/1)
}

.hover\:bg-primary-600\/15:hover {
    background-color: rgb(var(--color-primary-600)/.15)
}

.hover\:bg-primary-600\/20:hover {
    background-color: rgb(var(--color-primary-600)/.2)
}

.hover\:bg-primary-600\/25:hover {
    background-color: rgb(var(--color-primary-600)/.25)
}

.hover\:bg-primary-600\/30:hover {
    background-color: rgb(var(--color-primary-600)/.3)
}

.hover\:bg-primary-600\/35:hover {
    background-color: rgb(var(--color-primary-600)/.35)
}

.hover\:bg-primary-600\/40:hover {
    background-color: rgb(var(--color-primary-600)/.4)
}

.hover\:bg-primary-600\/45:hover {
    background-color: rgb(var(--color-primary-600)/.45)
}

.hover\:bg-primary-600\/5:hover {
    background-color: rgb(var(--color-primary-600)/.05)
}

.hover\:bg-primary-600\/50:hover {
    background-color: rgb(var(--color-primary-600)/.5)
}

.hover\:bg-primary-600\/55:hover {
    background-color: rgb(var(--color-primary-600)/.55)
}

.hover\:bg-primary-600\/60:hover {
    background-color: rgb(var(--color-primary-600)/.6)
}

.hover\:bg-primary-600\/65:hover {
    background-color: rgb(var(--color-primary-600)/.65)
}

.hover\:bg-primary-600\/70:hover {
    background-color: rgb(var(--color-primary-600)/.7)
}

.hover\:bg-primary-600\/75:hover {
    background-color: rgb(var(--color-primary-600)/.75)
}

.hover\:bg-primary-600\/80:hover {
    background-color: rgb(var(--color-primary-600)/.8)
}

.hover\:bg-primary-600\/85:hover {
    background-color: rgb(var(--color-primary-600)/.85)
}

.hover\:bg-primary-600\/90:hover {
    background-color: rgb(var(--color-primary-600)/.9)
}

.hover\:bg-primary-600\/95:hover {
    background-color: rgb(var(--color-primary-600)/.95)
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:text-gom-600:hover {
    --tw-text-opacity: 1;
    color: rgb(209 183 0/var(--tw-text-opacity))
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-700)/var(--tw-text-opacity))
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-900)/var(--tw-text-opacity))
}

.hover\:text-mog-600:hover {
    --tw-text-opacity: 1;
    color: rgb(29 12 255/var(--tw-text-opacity))
}

.hover\:text-primary-600:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-600)/var(--tw-text-opacity))
}

.hover\:text-primary-600\/0:hover {
    color: rgb(var(--color-primary-600)/0)
}

.hover\:text-primary-600\/10:hover {
    color: rgb(var(--color-primary-600)/.1)
}

.hover\:text-primary-600\/100:hover {
    color: rgb(var(--color-primary-600)/1)
}

.hover\:text-primary-600\/15:hover {
    color: rgb(var(--color-primary-600)/.15)
}

.hover\:text-primary-600\/20:hover {
    color: rgb(var(--color-primary-600)/.2)
}

.hover\:text-primary-600\/25:hover {
    color: rgb(var(--color-primary-600)/.25)
}

.hover\:text-primary-600\/30:hover {
    color: rgb(var(--color-primary-600)/.3)
}

.hover\:text-primary-600\/35:hover {
    color: rgb(var(--color-primary-600)/.35)
}

.hover\:text-primary-600\/40:hover {
    color: rgb(var(--color-primary-600)/.4)
}

.hover\:text-primary-600\/45:hover {
    color: rgb(var(--color-primary-600)/.45)
}

.hover\:text-primary-600\/5:hover {
    color: rgb(var(--color-primary-600)/.05)
}

.hover\:text-primary-600\/50:hover {
    color: rgb(var(--color-primary-600)/.5)
}

.hover\:text-primary-600\/55:hover {
    color: rgb(var(--color-primary-600)/.55)
}

.hover\:text-primary-600\/60:hover {
    color: rgb(var(--color-primary-600)/.6)
}

.hover\:text-primary-600\/65:hover {
    color: rgb(var(--color-primary-600)/.65)
}

.hover\:text-primary-600\/70:hover {
    color: rgb(var(--color-primary-600)/.7)
}

.hover\:text-primary-600\/75:hover {
    color: rgb(var(--color-primary-600)/.75)
}

.hover\:text-primary-600\/80:hover {
    color: rgb(var(--color-primary-600)/.8)
}

.hover\:text-primary-600\/85:hover {
    color: rgb(var(--color-primary-600)/.85)
}

.hover\:text-primary-600\/90:hover {
    color: rgb(var(--color-primary-600)/.9)
}

.hover\:text-primary-600\/95:hover {
    color: rgb(var(--color-primary-600)/.95)
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:brightness-90:hover {
    --tw-brightness: brightness(.9);
    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)
}

.hover\:before\:bg-gray-50:hover:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-50)/var(--tw-bg-opacity))
}

.focus\:cursor-text:focus {
    cursor: text
}

.focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-500)/var(--tw-ring-opacity))
}

.focus\:ring-primary-500\/0:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0)
}

.focus\:ring-primary-500\/10:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.1)
}

.focus\:ring-primary-500\/100:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/1)
}

.focus\:ring-primary-500\/15:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.15)
}

.focus\:ring-primary-500\/20:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.2)
}

.focus\:ring-primary-500\/25:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.25)
}

.focus\:ring-primary-500\/30:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.3)
}

.focus\:ring-primary-500\/35:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.35)
}

.focus\:ring-primary-500\/40:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.4)
}

.focus\:ring-primary-500\/45:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.45)
}

.focus\:ring-primary-500\/5:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.05)
}

.focus\:ring-primary-500\/50:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.5)
}

.focus\:ring-primary-500\/55:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.55)
}

.focus\:ring-primary-500\/60:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.6)
}

.focus\:ring-primary-500\/65:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.65)
}

.focus\:ring-primary-500\/70:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.7)
}

.focus\:ring-primary-500\/75:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.75)
}

.focus\:ring-primary-500\/80:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.8)
}

.focus\:ring-primary-500\/85:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.85)
}

.focus\:ring-primary-500\/90:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.9)
}

.focus\:ring-primary-500\/95:focus {
    --tw-ring-color: rgb(var(--color-primary-500)/0.95)
}

.focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68/var(--tw-ring-opacity))
}

.focus\:ring-red-500\/0:focus {
    --tw-ring-color: rgba(239, 68, 68, 0)
}

.focus\:ring-red-500\/10:focus {
    --tw-ring-color: rgba(239, 68, 68, .1)
}

.focus\:ring-red-500\/100:focus {
    --tw-ring-color: #ef4444
}

.focus\:ring-red-500\/15:focus {
    --tw-ring-color: rgba(239, 68, 68, .15)
}

.focus\:ring-red-500\/20:focus {
    --tw-ring-color: rgba(239, 68, 68, .2)
}

.focus\:ring-red-500\/25:focus {
    --tw-ring-color: rgba(239, 68, 68, .25)
}

.focus\:ring-red-500\/30:focus {
    --tw-ring-color: rgba(239, 68, 68, .3)
}

.focus\:ring-red-500\/35:focus {
    --tw-ring-color: rgba(239, 68, 68, .35)
}

.focus\:ring-red-500\/40:focus {
    --tw-ring-color: rgba(239, 68, 68, .4)
}

.focus\:ring-red-500\/45:focus {
    --tw-ring-color: rgba(239, 68, 68, .45)
}

.focus\:ring-red-500\/5:focus {
    --tw-ring-color: rgba(239, 68, 68, .05)
}

.focus\:ring-red-500\/50:focus {
    --tw-ring-color: rgba(239, 68, 68, .5)
}

.focus\:ring-red-500\/55:focus {
    --tw-ring-color: rgba(239, 68, 68, .55)
}

.focus\:ring-red-500\/60:focus {
    --tw-ring-color: rgba(239, 68, 68, .6)
}

.focus\:ring-red-500\/65:focus {
    --tw-ring-color: rgba(239, 68, 68, .65)
}

.focus\:ring-red-500\/70:focus {
    --tw-ring-color: rgba(239, 68, 68, .7)
}

.focus\:ring-red-500\/75:focus {
    --tw-ring-color: rgba(239, 68, 68, .75)
}

.focus\:ring-red-500\/80:focus {
    --tw-ring-color: rgba(239, 68, 68, .8)
}

.focus\:ring-red-500\/85:focus {
    --tw-ring-color: rgba(239, 68, 68, .85)
}

.focus\:ring-red-500\/90:focus {
    --tw-ring-color: rgba(239, 68, 68, .9)
}

.focus\:ring-red-500\/95:focus {
    --tw-ring-color: rgba(239, 68, 68, .95)
}

.focus\:ring-transparent:focus {
    --tw-ring-color: transparent
}

.focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-visible\:outline:focus-visible {
    outline-style: solid
}

.focus-visible\:outline-0:focus-visible {
    outline-width: 0
}

.focus-visible\:outline-2:focus-visible {
    outline-width: 2px
}

.focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px
}

.focus-visible\:outline-gom-500:focus-visible {
    outline-color: #fff500
}

.focus-visible\:outline-mog-500:focus-visible {
    outline-color: #2f34ff
}

.focus-visible\:outline-primary-500:focus-visible {
    outline-color: rgb(var(--color-primary-500)/1)
}

.focus-visible\:outline-primary-500\/0:focus-visible {
    outline-color: rgb(var(--color-primary-500)/0)
}

.focus-visible\:outline-primary-500\/10:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.1)
}

.focus-visible\:outline-primary-500\/100:focus-visible {
    outline-color: rgb(var(--color-primary-500)/1)
}

.focus-visible\:outline-primary-500\/15:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.15)
}

.focus-visible\:outline-primary-500\/20:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.2)
}

.focus-visible\:outline-primary-500\/25:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.25)
}

.focus-visible\:outline-primary-500\/30:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.3)
}

.focus-visible\:outline-primary-500\/35:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.35)
}

.focus-visible\:outline-primary-500\/40:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.4)
}

.focus-visible\:outline-primary-500\/45:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.45)
}

.focus-visible\:outline-primary-500\/5:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.05)
}

.focus-visible\:outline-primary-500\/50:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.5)
}

.focus-visible\:outline-primary-500\/55:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.55)
}

.focus-visible\:outline-primary-500\/60:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.6)
}

.focus-visible\:outline-primary-500\/65:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.65)
}

.focus-visible\:outline-primary-500\/70:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.7)
}

.focus-visible\:outline-primary-500\/75:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.75)
}

.focus-visible\:outline-primary-500\/80:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.8)
}

.focus-visible\:outline-primary-500\/85:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.85)
}

.focus-visible\:outline-primary-500\/90:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.9)
}

.focus-visible\:outline-primary-500\/95:focus-visible {
    outline-color: rgb(var(--color-primary-500)/.95)
}

.focus-visible\:ring-0:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-inset:focus-visible {
    --tw-ring-inset: inset
}

.focus-visible\:ring-gom-500:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 245 0/var(--tw-ring-opacity))
}

.focus-visible\:ring-mog-500:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(47 52 255/var(--tw-ring-opacity))
}

.focus-visible\:ring-primary-500:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-500)/var(--tw-ring-opacity))
}

.focus-visible\:ring-primary-500\/0:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0)
}

.focus-visible\:ring-primary-500\/10:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.1)
}

.focus-visible\:ring-primary-500\/100:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/1)
}

.focus-visible\:ring-primary-500\/15:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.15)
}

.focus-visible\:ring-primary-500\/20:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.2)
}

.focus-visible\:ring-primary-500\/25:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.25)
}

.focus-visible\:ring-primary-500\/30:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.3)
}

.focus-visible\:ring-primary-500\/35:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.35)
}

.focus-visible\:ring-primary-500\/40:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.4)
}

.focus-visible\:ring-primary-500\/45:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.45)
}

.focus-visible\:ring-primary-500\/5:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.05)
}

.focus-visible\:ring-primary-500\/50:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.5)
}

.focus-visible\:ring-primary-500\/55:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.55)
}

.focus-visible\:ring-primary-500\/60:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.6)
}

.focus-visible\:ring-primary-500\/65:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.65)
}

.focus-visible\:ring-primary-500\/70:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.7)
}

.focus-visible\:ring-primary-500\/75:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.75)
}

.focus-visible\:ring-primary-500\/80:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.8)
}

.focus-visible\:ring-primary-500\/85:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.85)
}

.focus-visible\:ring-primary-500\/90:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.9)
}

.focus-visible\:ring-primary-500\/95:focus-visible {
    --tw-ring-color: rgb(var(--color-primary-500)/0.95)
}

.focus-visible\:ring-red-500:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68/var(--tw-ring-opacity))
}

.focus-visible\:ring-red-500\/0:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, 0)
}

.focus-visible\:ring-red-500\/10:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .1)
}

.focus-visible\:ring-red-500\/100:focus-visible {
    --tw-ring-color: #ef4444
}

.focus-visible\:ring-red-500\/15:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .15)
}

.focus-visible\:ring-red-500\/20:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .2)
}

.focus-visible\:ring-red-500\/25:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .25)
}

.focus-visible\:ring-red-500\/30:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .3)
}

.focus-visible\:ring-red-500\/35:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .35)
}

.focus-visible\:ring-red-500\/40:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .4)
}

.focus-visible\:ring-red-500\/45:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .45)
}

.focus-visible\:ring-red-500\/5:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .05)
}

.focus-visible\:ring-red-500\/50:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .5)
}

.focus-visible\:ring-red-500\/55:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .55)
}

.focus-visible\:ring-red-500\/60:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .6)
}

.focus-visible\:ring-red-500\/65:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .65)
}

.focus-visible\:ring-red-500\/70:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .7)
}

.focus-visible\:ring-red-500\/75:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .75)
}

.focus-visible\:ring-red-500\/80:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .8)
}

.focus-visible\:ring-red-500\/85:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .85)
}

.focus-visible\:ring-red-500\/90:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .9)
}

.focus-visible\:ring-red-500\/95:focus-visible {
    --tw-ring-color: rgba(239, 68, 68, .95)
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px
}

.focus-visible\:ring-offset-white:focus-visible {
    --tw-ring-offset-color: #fff
}

.focus-visible\:before\:ring-1:focus-visible:before {
    content: var(--tw-content);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:before\:ring-inset:focus-visible:before {
    content: var(--tw-content);
    --tw-ring-inset: inset
}

.focus-visible\:before\:ring-primary-500:focus-visible:before {
    content: var(--tw-content);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-500)/var(--tw-ring-opacity))
}

.active\:bg-gom-500:active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 0/var(--tw-bg-opacity))
}

.active\:text-mog-500:active {
    --tw-text-opacity: 1;
    color: rgb(47 52 255/var(--tw-text-opacity))
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:bg-gom-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(252 255 231/var(--tw-bg-opacity))
}

.disabled\:bg-gom-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 0/var(--tw-bg-opacity))
}

.disabled\:bg-gray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-50)/var(--tw-bg-opacity))
}

.disabled\:bg-gray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-900)/var(--tw-bg-opacity))
}

.disabled\:bg-mog-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(232 239 255/var(--tw-bg-opacity))
}

.disabled\:bg-mog-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(47 52 255/var(--tw-bg-opacity))
}

.disabled\:bg-primary-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-50)/var(--tw-bg-opacity))
}

.disabled\:bg-primary-50\/0:disabled {
    background-color: rgb(var(--color-primary-50)/0)
}

.disabled\:bg-primary-50\/10:disabled {
    background-color: rgb(var(--color-primary-50)/.1)
}

.disabled\:bg-primary-50\/100:disabled {
    background-color: rgb(var(--color-primary-50)/1)
}

.disabled\:bg-primary-50\/15:disabled {
    background-color: rgb(var(--color-primary-50)/.15)
}

.disabled\:bg-primary-50\/20:disabled {
    background-color: rgb(var(--color-primary-50)/.2)
}

.disabled\:bg-primary-50\/25:disabled {
    background-color: rgb(var(--color-primary-50)/.25)
}

.disabled\:bg-primary-50\/30:disabled {
    background-color: rgb(var(--color-primary-50)/.3)
}

.disabled\:bg-primary-50\/35:disabled {
    background-color: rgb(var(--color-primary-50)/.35)
}

.disabled\:bg-primary-50\/40:disabled {
    background-color: rgb(var(--color-primary-50)/.4)
}

.disabled\:bg-primary-50\/45:disabled {
    background-color: rgb(var(--color-primary-50)/.45)
}

.disabled\:bg-primary-50\/5:disabled {
    background-color: rgb(var(--color-primary-50)/.05)
}

.disabled\:bg-primary-50\/50:disabled {
    background-color: rgb(var(--color-primary-50)/.5)
}

.disabled\:bg-primary-50\/55:disabled {
    background-color: rgb(var(--color-primary-50)/.55)
}

.disabled\:bg-primary-50\/60:disabled {
    background-color: rgb(var(--color-primary-50)/.6)
}

.disabled\:bg-primary-50\/65:disabled {
    background-color: rgb(var(--color-primary-50)/.65)
}

.disabled\:bg-primary-50\/70:disabled {
    background-color: rgb(var(--color-primary-50)/.7)
}

.disabled\:bg-primary-50\/75:disabled {
    background-color: rgb(var(--color-primary-50)/.75)
}

.disabled\:bg-primary-50\/80:disabled {
    background-color: rgb(var(--color-primary-50)/.8)
}

.disabled\:bg-primary-50\/85:disabled {
    background-color: rgb(var(--color-primary-50)/.85)
}

.disabled\:bg-primary-50\/90:disabled {
    background-color: rgb(var(--color-primary-50)/.9)
}

.disabled\:bg-primary-50\/95:disabled {
    background-color: rgb(var(--color-primary-50)/.95)
}

.disabled\:bg-primary-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-500)/var(--tw-bg-opacity))
}

.disabled\:bg-primary-500\/0:disabled {
    background-color: rgb(var(--color-primary-500)/0)
}

.disabled\:bg-primary-500\/10:disabled {
    background-color: rgb(var(--color-primary-500)/.1)
}

.disabled\:bg-primary-500\/100:disabled {
    background-color: rgb(var(--color-primary-500)/1)
}

.disabled\:bg-primary-500\/15:disabled {
    background-color: rgb(var(--color-primary-500)/.15)
}

.disabled\:bg-primary-500\/20:disabled {
    background-color: rgb(var(--color-primary-500)/.2)
}

.disabled\:bg-primary-500\/25:disabled {
    background-color: rgb(var(--color-primary-500)/.25)
}

.disabled\:bg-primary-500\/30:disabled {
    background-color: rgb(var(--color-primary-500)/.3)
}

.disabled\:bg-primary-500\/35:disabled {
    background-color: rgb(var(--color-primary-500)/.35)
}

.disabled\:bg-primary-500\/40:disabled {
    background-color: rgb(var(--color-primary-500)/.4)
}

.disabled\:bg-primary-500\/45:disabled {
    background-color: rgb(var(--color-primary-500)/.45)
}

.disabled\:bg-primary-500\/5:disabled {
    background-color: rgb(var(--color-primary-500)/.05)
}

.disabled\:bg-primary-500\/50:disabled {
    background-color: rgb(var(--color-primary-500)/.5)
}

.disabled\:bg-primary-500\/55:disabled {
    background-color: rgb(var(--color-primary-500)/.55)
}

.disabled\:bg-primary-500\/60:disabled {
    background-color: rgb(var(--color-primary-500)/.6)
}

.disabled\:bg-primary-500\/65:disabled {
    background-color: rgb(var(--color-primary-500)/.65)
}

.disabled\:bg-primary-500\/70:disabled {
    background-color: rgb(var(--color-primary-500)/.7)
}

.disabled\:bg-primary-500\/75:disabled {
    background-color: rgb(var(--color-primary-500)/.75)
}

.disabled\:bg-primary-500\/80:disabled {
    background-color: rgb(var(--color-primary-500)/.8)
}

.disabled\:bg-primary-500\/85:disabled {
    background-color: rgb(var(--color-primary-500)/.85)
}

.disabled\:bg-primary-500\/90:disabled {
    background-color: rgb(var(--color-primary-500)/.9)
}

.disabled\:bg-primary-500\/95:disabled {
    background-color: rgb(var(--color-primary-500)/.95)
}

.disabled\:bg-transparent:disabled {
    background-color: transparent
}

.disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.disabled\:bg-opacity-50:disabled {
    --tw-bg-opacity: 0.5
}

.disabled\:text-gom-500:disabled {
    --tw-text-opacity: 1;
    color: rgb(255 245 0/var(--tw-text-opacity))
}

.disabled\:text-mog-500:disabled {
    --tw-text-opacity: 1;
    color: rgb(47 52 255/var(--tw-text-opacity))
}

.disabled\:text-primary-500:disabled {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-500)/var(--tw-text-opacity))
}

.disabled\:text-primary-500\/0:disabled {
    color: rgb(var(--color-primary-500)/0)
}

.disabled\:text-primary-500\/10:disabled {
    color: rgb(var(--color-primary-500)/.1)
}

.disabled\:text-primary-500\/100:disabled {
    color: rgb(var(--color-primary-500)/1)
}

.disabled\:text-primary-500\/15:disabled {
    color: rgb(var(--color-primary-500)/.15)
}

.disabled\:text-primary-500\/20:disabled {
    color: rgb(var(--color-primary-500)/.2)
}

.disabled\:text-primary-500\/25:disabled {
    color: rgb(var(--color-primary-500)/.25)
}

.disabled\:text-primary-500\/30:disabled {
    color: rgb(var(--color-primary-500)/.3)
}

.disabled\:text-primary-500\/35:disabled {
    color: rgb(var(--color-primary-500)/.35)
}

.disabled\:text-primary-500\/40:disabled {
    color: rgb(var(--color-primary-500)/.4)
}

.disabled\:text-primary-500\/45:disabled {
    color: rgb(var(--color-primary-500)/.45)
}

.disabled\:text-primary-500\/5:disabled {
    color: rgb(var(--color-primary-500)/.05)
}

.disabled\:text-primary-500\/50:disabled {
    color: rgb(var(--color-primary-500)/.5)
}

.disabled\:text-primary-500\/55:disabled {
    color: rgb(var(--color-primary-500)/.55)
}

.disabled\:text-primary-500\/60:disabled {
    color: rgb(var(--color-primary-500)/.6)
}

.disabled\:text-primary-500\/65:disabled {
    color: rgb(var(--color-primary-500)/.65)
}

.disabled\:text-primary-500\/70:disabled {
    color: rgb(var(--color-primary-500)/.7)
}

.disabled\:text-primary-500\/75:disabled {
    color: rgb(var(--color-primary-500)/.75)
}

.disabled\:text-primary-500\/80:disabled {
    color: rgb(var(--color-primary-500)/.8)
}

.disabled\:text-primary-500\/85:disabled {
    color: rgb(var(--color-primary-500)/.85)
}

.disabled\:text-primary-500\/90:disabled {
    color: rgb(var(--color-primary-500)/.9)
}

.disabled\:text-primary-500\/95:disabled {
    color: rgb(var(--color-primary-500)/.95)
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.disabled\:opacity-75:disabled {
    opacity: .75
}

.group:hover .group-hover\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
    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\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
    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\:translate-x-3 {
    --tw-translate-x: 0.75rem;
    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\:rotate-6 {
    --tw-rotate: 6deg;
    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\:rotate-\[-6deg\] {
    --tw-rotate: -6deg;
    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\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-700)/var(--tw-text-opacity))
}

.group:hover .group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.peer:disabled~.peer-disabled\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.group[data-popper-placement*=bottom] .group-data-\[popper-placement\*\=\'bottom\'\]\:-top-1 {
    top: -.25rem
}

.group[data-popper-placement*=left] .group-data-\[popper-placement\*\=\'left\'\]\:-right-1 {
    right: -.25rem
}

.group[data-popper-placement*=right] .group-data-\[popper-placement\*\=\'right\'\]\:-left-1 {
    left: -.25rem
}

.group[data-popper-placement*=top] .group-data-\[popper-placement\*\=\'top\'\]\:-bottom-1 {
    bottom: -.25rem
}

:where([data-headlessui-focus-visible]) .ui-focus-visible\:outline-0:focus {
    outline-width: 0
}

:where([data-headlessui-focus-visible]) .ui-focus-visible\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

:where([data-headlessui-focus-visible]) .ui-focus-visible\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-500)/var(--tw-ring-opacity))
}

.ui-not-focus-visible\:outline-none:focus:where(:not([data-headlessui-focus-visible] .ui-not-focus-visible\:outline-none)) {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.dark\:divide-gray-700:is(.dark *)>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(var(--color-gray-700)/var(--tw-divide-opacity))
}

.dark\:divide-gray-800:is(.dark *)>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(var(--color-gray-800)/var(--tw-divide-opacity))
}

.dark\:border-gray-700:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gray-700)/var(--tw-border-opacity))
}

.dark\:border-gray-800:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gray-800)/var(--tw-border-opacity))
}

.dark\:bg-amber-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36/var(--tw-bg-opacity))
}

.dark\:bg-amber-400\/0:is(.dark *) {
    background-color: rgba(251, 191, 36, 0)
}

.dark\:bg-amber-400\/10:is(.dark *) {
    background-color: rgba(251, 191, 36, .1)
}

.dark\:bg-amber-400\/100:is(.dark *) {
    background-color: #fbbf24
}

.dark\:bg-amber-400\/15:is(.dark *) {
    background-color: rgba(251, 191, 36, .15)
}

.dark\:bg-amber-400\/20:is(.dark *) {
    background-color: rgba(251, 191, 36, .2)
}

.dark\:bg-amber-400\/25:is(.dark *) {
    background-color: rgba(251, 191, 36, .25)
}

.dark\:bg-amber-400\/30:is(.dark *) {
    background-color: rgba(251, 191, 36, .3)
}

.dark\:bg-amber-400\/35:is(.dark *) {
    background-color: rgba(251, 191, 36, .35)
}

.dark\:bg-amber-400\/40:is(.dark *) {
    background-color: rgba(251, 191, 36, .4)
}

.dark\:bg-amber-400\/45:is(.dark *) {
    background-color: rgba(251, 191, 36, .45)
}

.dark\:bg-amber-400\/5:is(.dark *) {
    background-color: rgba(251, 191, 36, .05)
}

.dark\:bg-amber-400\/50:is(.dark *) {
    background-color: rgba(251, 191, 36, .5)
}

.dark\:bg-amber-400\/55:is(.dark *) {
    background-color: rgba(251, 191, 36, .55)
}

.dark\:bg-amber-400\/60:is(.dark *) {
    background-color: rgba(251, 191, 36, .6)
}

.dark\:bg-amber-400\/65:is(.dark *) {
    background-color: rgba(251, 191, 36, .65)
}

.dark\:bg-amber-400\/70:is(.dark *) {
    background-color: rgba(251, 191, 36, .7)
}

.dark\:bg-amber-400\/75:is(.dark *) {
    background-color: rgba(251, 191, 36, .75)
}

.dark\:bg-amber-400\/80:is(.dark *) {
    background-color: rgba(251, 191, 36, .8)
}

.dark\:bg-amber-400\/85:is(.dark *) {
    background-color: rgba(251, 191, 36, .85)
}

.dark\:bg-amber-400\/90:is(.dark *) {
    background-color: rgba(251, 191, 36, .9)
}

.dark\:bg-amber-400\/95:is(.dark *) {
    background-color: rgba(251, 191, 36, .95)
}

.dark\:bg-blue-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250/var(--tw-bg-opacity))
}

.dark\:bg-blue-400\/0:is(.dark *) {
    background-color: rgba(96, 165, 250, 0)
}

.dark\:bg-blue-400\/10:is(.dark *) {
    background-color: rgba(96, 165, 250, .1)
}

.dark\:bg-blue-400\/100:is(.dark *) {
    background-color: #60a5fa
}

.dark\:bg-blue-400\/15:is(.dark *) {
    background-color: rgba(96, 165, 250, .15)
}

.dark\:bg-blue-400\/20:is(.dark *) {
    background-color: rgba(96, 165, 250, .2)
}

.dark\:bg-blue-400\/25:is(.dark *) {
    background-color: rgba(96, 165, 250, .25)
}

.dark\:bg-blue-400\/30:is(.dark *) {
    background-color: rgba(96, 165, 250, .3)
}

.dark\:bg-blue-400\/35:is(.dark *) {
    background-color: rgba(96, 165, 250, .35)
}

.dark\:bg-blue-400\/40:is(.dark *) {
    background-color: rgba(96, 165, 250, .4)
}

.dark\:bg-blue-400\/45:is(.dark *) {
    background-color: rgba(96, 165, 250, .45)
}

.dark\:bg-blue-400\/5:is(.dark *) {
    background-color: rgba(96, 165, 250, .05)
}

.dark\:bg-blue-400\/50:is(.dark *) {
    background-color: rgba(96, 165, 250, .5)
}

.dark\:bg-blue-400\/55:is(.dark *) {
    background-color: rgba(96, 165, 250, .55)
}

.dark\:bg-blue-400\/60:is(.dark *) {
    background-color: rgba(96, 165, 250, .6)
}

.dark\:bg-blue-400\/65:is(.dark *) {
    background-color: rgba(96, 165, 250, .65)
}

.dark\:bg-blue-400\/70:is(.dark *) {
    background-color: rgba(96, 165, 250, .7)
}

.dark\:bg-blue-400\/75:is(.dark *) {
    background-color: rgba(96, 165, 250, .75)
}

.dark\:bg-blue-400\/80:is(.dark *) {
    background-color: rgba(96, 165, 250, .8)
}

.dark\:bg-blue-400\/85:is(.dark *) {
    background-color: rgba(96, 165, 250, .85)
}

.dark\:bg-blue-400\/90:is(.dark *) {
    background-color: rgba(96, 165, 250, .9)
}

.dark\:bg-blue-400\/95:is(.dark *) {
    background-color: rgba(96, 165, 250, .95)
}

.dark\:bg-cyan-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238/var(--tw-bg-opacity))
}

.dark\:bg-cyan-400\/0:is(.dark *) {
    background-color: rgba(34, 211, 238, 0)
}

.dark\:bg-cyan-400\/10:is(.dark *) {
    background-color: rgba(34, 211, 238, .1)
}

.dark\:bg-cyan-400\/100:is(.dark *) {
    background-color: #22d3ee
}

.dark\:bg-cyan-400\/15:is(.dark *) {
    background-color: rgba(34, 211, 238, .15)
}

.dark\:bg-cyan-400\/20:is(.dark *) {
    background-color: rgba(34, 211, 238, .2)
}

.dark\:bg-cyan-400\/25:is(.dark *) {
    background-color: rgba(34, 211, 238, .25)
}

.dark\:bg-cyan-400\/30:is(.dark *) {
    background-color: rgba(34, 211, 238, .3)
}

.dark\:bg-cyan-400\/35:is(.dark *) {
    background-color: rgba(34, 211, 238, .35)
}

.dark\:bg-cyan-400\/40:is(.dark *) {
    background-color: rgba(34, 211, 238, .4)
}

.dark\:bg-cyan-400\/45:is(.dark *) {
    background-color: rgba(34, 211, 238, .45)
}

.dark\:bg-cyan-400\/5:is(.dark *) {
    background-color: rgba(34, 211, 238, .05)
}

.dark\:bg-cyan-400\/50:is(.dark *) {
    background-color: rgba(34, 211, 238, .5)
}

.dark\:bg-cyan-400\/55:is(.dark *) {
    background-color: rgba(34, 211, 238, .55)
}

.dark\:bg-cyan-400\/60:is(.dark *) {
    background-color: rgba(34, 211, 238, .6)
}

.dark\:bg-cyan-400\/65:is(.dark *) {
    background-color: rgba(34, 211, 238, .65)
}

.dark\:bg-cyan-400\/70:is(.dark *) {
    background-color: rgba(34, 211, 238, .7)
}

.dark\:bg-cyan-400\/75:is(.dark *) {
    background-color: rgba(34, 211, 238, .75)
}

.dark\:bg-cyan-400\/80:is(.dark *) {
    background-color: rgba(34, 211, 238, .8)
}

.dark\:bg-cyan-400\/85:is(.dark *) {
    background-color: rgba(34, 211, 238, .85)
}

.dark\:bg-cyan-400\/90:is(.dark *) {
    background-color: rgba(34, 211, 238, .9)
}

.dark\:bg-cyan-400\/95:is(.dark *) {
    background-color: rgba(34, 211, 238, .95)
}

.dark\:bg-emerald-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153/var(--tw-bg-opacity))
}

.dark\:bg-emerald-400\/0:is(.dark *) {
    background-color: rgba(52, 211, 153, 0)
}

.dark\:bg-emerald-400\/10:is(.dark *) {
    background-color: rgba(52, 211, 153, .1)
}

.dark\:bg-emerald-400\/100:is(.dark *) {
    background-color: #34d399
}

.dark\:bg-emerald-400\/15:is(.dark *) {
    background-color: rgba(52, 211, 153, .15)
}

.dark\:bg-emerald-400\/20:is(.dark *) {
    background-color: rgba(52, 211, 153, .2)
}

.dark\:bg-emerald-400\/25:is(.dark *) {
    background-color: rgba(52, 211, 153, .25)
}

.dark\:bg-emerald-400\/30:is(.dark *) {
    background-color: rgba(52, 211, 153, .3)
}

.dark\:bg-emerald-400\/35:is(.dark *) {
    background-color: rgba(52, 211, 153, .35)
}

.dark\:bg-emerald-400\/40:is(.dark *) {
    background-color: rgba(52, 211, 153, .4)
}

.dark\:bg-emerald-400\/45:is(.dark *) {
    background-color: rgba(52, 211, 153, .45)
}

.dark\:bg-emerald-400\/5:is(.dark *) {
    background-color: rgba(52, 211, 153, .05)
}

.dark\:bg-emerald-400\/50:is(.dark *) {
    background-color: rgba(52, 211, 153, .5)
}

.dark\:bg-emerald-400\/55:is(.dark *) {
    background-color: rgba(52, 211, 153, .55)
}

.dark\:bg-emerald-400\/60:is(.dark *) {
    background-color: rgba(52, 211, 153, .6)
}

.dark\:bg-emerald-400\/65:is(.dark *) {
    background-color: rgba(52, 211, 153, .65)
}

.dark\:bg-emerald-400\/70:is(.dark *) {
    background-color: rgba(52, 211, 153, .7)
}

.dark\:bg-emerald-400\/75:is(.dark *) {
    background-color: rgba(52, 211, 153, .75)
}

.dark\:bg-emerald-400\/80:is(.dark *) {
    background-color: rgba(52, 211, 153, .8)
}

.dark\:bg-emerald-400\/85:is(.dark *) {
    background-color: rgba(52, 211, 153, .85)
}

.dark\:bg-emerald-400\/90:is(.dark *) {
    background-color: rgba(52, 211, 153, .9)
}

.dark\:bg-emerald-400\/95:is(.dark *) {
    background-color: rgba(52, 211, 153, .95)
}

.dark\:bg-fuchsia-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249/var(--tw-bg-opacity))
}

.dark\:bg-fuchsia-400\/0:is(.dark *) {
    background-color: rgba(232, 121, 249, 0)
}

.dark\:bg-fuchsia-400\/10:is(.dark *) {
    background-color: rgba(232, 121, 249, .1)
}

.dark\:bg-fuchsia-400\/100:is(.dark *) {
    background-color: #e879f9
}

.dark\:bg-fuchsia-400\/15:is(.dark *) {
    background-color: rgba(232, 121, 249, .15)
}

.dark\:bg-fuchsia-400\/20:is(.dark *) {
    background-color: rgba(232, 121, 249, .2)
}

.dark\:bg-fuchsia-400\/25:is(.dark *) {
    background-color: rgba(232, 121, 249, .25)
}

.dark\:bg-fuchsia-400\/30:is(.dark *) {
    background-color: rgba(232, 121, 249, .3)
}

.dark\:bg-fuchsia-400\/35:is(.dark *) {
    background-color: rgba(232, 121, 249, .35)
}

.dark\:bg-fuchsia-400\/40:is(.dark *) {
    background-color: rgba(232, 121, 249, .4)
}

.dark\:bg-fuchsia-400\/45:is(.dark *) {
    background-color: rgba(232, 121, 249, .45)
}

.dark\:bg-fuchsia-400\/5:is(.dark *) {
    background-color: rgba(232, 121, 249, .05)
}

.dark\:bg-fuchsia-400\/50:is(.dark *) {
    background-color: rgba(232, 121, 249, .5)
}

.dark\:bg-fuchsia-400\/55:is(.dark *) {
    background-color: rgba(232, 121, 249, .55)
}

.dark\:bg-fuchsia-400\/60:is(.dark *) {
    background-color: rgba(232, 121, 249, .6)
}

.dark\:bg-fuchsia-400\/65:is(.dark *) {
    background-color: rgba(232, 121, 249, .65)
}

.dark\:bg-fuchsia-400\/70:is(.dark *) {
    background-color: rgba(232, 121, 249, .7)
}

.dark\:bg-fuchsia-400\/75:is(.dark *) {
    background-color: rgba(232, 121, 249, .75)
}

.dark\:bg-fuchsia-400\/80:is(.dark *) {
    background-color: rgba(232, 121, 249, .8)
}

.dark\:bg-fuchsia-400\/85:is(.dark *) {
    background-color: rgba(232, 121, 249, .85)
}

.dark\:bg-fuchsia-400\/90:is(.dark *) {
    background-color: rgba(232, 121, 249, .9)
}

.dark\:bg-fuchsia-400\/95:is(.dark *) {
    background-color: rgba(232, 121, 249, .95)
}

.dark\:bg-gom-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(252 255 13/var(--tw-bg-opacity))
}

.dark\:bg-gom-400\/0:is(.dark *) {
    background-color: rgba(252, 255, 13, 0)
}

.dark\:bg-gom-400\/10:is(.dark *) {
    background-color: rgba(252, 255, 13, .1)
}

.dark\:bg-gom-400\/100:is(.dark *) {
    background-color: #fcff0d
}

.dark\:bg-gom-400\/15:is(.dark *) {
    background-color: rgba(252, 255, 13, .15)
}

.dark\:bg-gom-400\/20:is(.dark *) {
    background-color: rgba(252, 255, 13, .2)
}

.dark\:bg-gom-400\/25:is(.dark *) {
    background-color: rgba(252, 255, 13, .25)
}

.dark\:bg-gom-400\/30:is(.dark *) {
    background-color: rgba(252, 255, 13, .3)
}

.dark\:bg-gom-400\/35:is(.dark *) {
    background-color: rgba(252, 255, 13, .35)
}

.dark\:bg-gom-400\/40:is(.dark *) {
    background-color: rgba(252, 255, 13, .4)
}

.dark\:bg-gom-400\/45:is(.dark *) {
    background-color: rgba(252, 255, 13, .45)
}

.dark\:bg-gom-400\/5:is(.dark *) {
    background-color: rgba(252, 255, 13, .05)
}

.dark\:bg-gom-400\/50:is(.dark *) {
    background-color: rgba(252, 255, 13, .5)
}

.dark\:bg-gom-400\/55:is(.dark *) {
    background-color: rgba(252, 255, 13, .55)
}

.dark\:bg-gom-400\/60:is(.dark *) {
    background-color: rgba(252, 255, 13, .6)
}

.dark\:bg-gom-400\/65:is(.dark *) {
    background-color: rgba(252, 255, 13, .65)
}

.dark\:bg-gom-400\/70:is(.dark *) {
    background-color: rgba(252, 255, 13, .7)
}

.dark\:bg-gom-400\/75:is(.dark *) {
    background-color: rgba(252, 255, 13, .75)
}

.dark\:bg-gom-400\/80:is(.dark *) {
    background-color: rgba(252, 255, 13, .8)
}

.dark\:bg-gom-400\/85:is(.dark *) {
    background-color: rgba(252, 255, 13, .85)
}

.dark\:bg-gom-400\/90:is(.dark *) {
    background-color: rgba(252, 255, 13, .9)
}

.dark\:bg-gom-400\/95:is(.dark *) {
    background-color: rgba(252, 255, 13, .95)
}

.dark\:bg-gom-950:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(68 45 4/var(--tw-bg-opacity))
}

.dark\:bg-gray-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-400)/var(--tw-bg-opacity))
}

.dark\:bg-gray-600:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-600)/var(--tw-bg-opacity))
}

.dark\:bg-gray-700:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-700)/var(--tw-bg-opacity))
}

.dark\:bg-gray-800:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-800)/var(--tw-bg-opacity))
}

.dark\:bg-gray-800\/50:is(.dark *) {
    background-color: rgb(var(--color-gray-800)/.5)
}

.dark\:bg-gray-800\/75:is(.dark *) {
    background-color: rgb(var(--color-gray-800)/.75)
}

.dark\:bg-gray-900:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-900)/var(--tw-bg-opacity))
}

.dark\:bg-green-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128/var(--tw-bg-opacity))
}

.dark\:bg-green-400\/0:is(.dark *) {
    background-color: rgba(74, 222, 128, 0)
}

.dark\:bg-green-400\/10:is(.dark *) {
    background-color: rgba(74, 222, 128, .1)
}

.dark\:bg-green-400\/100:is(.dark *) {
    background-color: #4ade80
}

.dark\:bg-green-400\/15:is(.dark *) {
    background-color: rgba(74, 222, 128, .15)
}

.dark\:bg-green-400\/20:is(.dark *) {
    background-color: rgba(74, 222, 128, .2)
}

.dark\:bg-green-400\/25:is(.dark *) {
    background-color: rgba(74, 222, 128, .25)
}

.dark\:bg-green-400\/30:is(.dark *) {
    background-color: rgba(74, 222, 128, .3)
}

.dark\:bg-green-400\/35:is(.dark *) {
    background-color: rgba(74, 222, 128, .35)
}

.dark\:bg-green-400\/40:is(.dark *) {
    background-color: rgba(74, 222, 128, .4)
}

.dark\:bg-green-400\/45:is(.dark *) {
    background-color: rgba(74, 222, 128, .45)
}

.dark\:bg-green-400\/5:is(.dark *) {
    background-color: rgba(74, 222, 128, .05)
}

.dark\:bg-green-400\/50:is(.dark *) {
    background-color: rgba(74, 222, 128, .5)
}

.dark\:bg-green-400\/55:is(.dark *) {
    background-color: rgba(74, 222, 128, .55)
}

.dark\:bg-green-400\/60:is(.dark *) {
    background-color: rgba(74, 222, 128, .6)
}

.dark\:bg-green-400\/65:is(.dark *) {
    background-color: rgba(74, 222, 128, .65)
}

.dark\:bg-green-400\/70:is(.dark *) {
    background-color: rgba(74, 222, 128, .7)
}

.dark\:bg-green-400\/75:is(.dark *) {
    background-color: rgba(74, 222, 128, .75)
}

.dark\:bg-green-400\/80:is(.dark *) {
    background-color: rgba(74, 222, 128, .8)
}

.dark\:bg-green-400\/85:is(.dark *) {
    background-color: rgba(74, 222, 128, .85)
}

.dark\:bg-green-400\/90:is(.dark *) {
    background-color: rgba(74, 222, 128, .9)
}

.dark\:bg-green-400\/95:is(.dark *) {
    background-color: rgba(74, 222, 128, .95)
}

.dark\:bg-indigo-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248/var(--tw-bg-opacity))
}

.dark\:bg-indigo-400\/0:is(.dark *) {
    background-color: rgba(129, 140, 248, 0)
}

.dark\:bg-indigo-400\/10:is(.dark *) {
    background-color: rgba(129, 140, 248, .1)
}

.dark\:bg-indigo-400\/100:is(.dark *) {
    background-color: #818cf8
}

.dark\:bg-indigo-400\/15:is(.dark *) {
    background-color: rgba(129, 140, 248, .15)
}

.dark\:bg-indigo-400\/20:is(.dark *) {
    background-color: rgba(129, 140, 248, .2)
}

.dark\:bg-indigo-400\/25:is(.dark *) {
    background-color: rgba(129, 140, 248, .25)
}

.dark\:bg-indigo-400\/30:is(.dark *) {
    background-color: rgba(129, 140, 248, .3)
}

.dark\:bg-indigo-400\/35:is(.dark *) {
    background-color: rgba(129, 140, 248, .35)
}

.dark\:bg-indigo-400\/40:is(.dark *) {
    background-color: rgba(129, 140, 248, .4)
}

.dark\:bg-indigo-400\/45:is(.dark *) {
    background-color: rgba(129, 140, 248, .45)
}

.dark\:bg-indigo-400\/5:is(.dark *) {
    background-color: rgba(129, 140, 248, .05)
}

.dark\:bg-indigo-400\/50:is(.dark *) {
    background-color: rgba(129, 140, 248, .5)
}

.dark\:bg-indigo-400\/55:is(.dark *) {
    background-color: rgba(129, 140, 248, .55)
}

.dark\:bg-indigo-400\/60:is(.dark *) {
    background-color: rgba(129, 140, 248, .6)
}

.dark\:bg-indigo-400\/65:is(.dark *) {
    background-color: rgba(129, 140, 248, .65)
}

.dark\:bg-indigo-400\/70:is(.dark *) {
    background-color: rgba(129, 140, 248, .7)
}

.dark\:bg-indigo-400\/75:is(.dark *) {
    background-color: rgba(129, 140, 248, .75)
}

.dark\:bg-indigo-400\/80:is(.dark *) {
    background-color: rgba(129, 140, 248, .8)
}

.dark\:bg-indigo-400\/85:is(.dark *) {
    background-color: rgba(129, 140, 248, .85)
}

.dark\:bg-indigo-400\/90:is(.dark *) {
    background-color: rgba(129, 140, 248, .9)
}

.dark\:bg-indigo-400\/95:is(.dark *) {
    background-color: rgba(129, 140, 248, .95)
}

.dark\:bg-lime-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53/var(--tw-bg-opacity))
}

.dark\:bg-lime-400\/0:is(.dark *) {
    background-color: rgba(163, 230, 53, 0)
}

.dark\:bg-lime-400\/10:is(.dark *) {
    background-color: rgba(163, 230, 53, .1)
}

.dark\:bg-lime-400\/100:is(.dark *) {
    background-color: #a3e635
}

.dark\:bg-lime-400\/15:is(.dark *) {
    background-color: rgba(163, 230, 53, .15)
}

.dark\:bg-lime-400\/20:is(.dark *) {
    background-color: rgba(163, 230, 53, .2)
}

.dark\:bg-lime-400\/25:is(.dark *) {
    background-color: rgba(163, 230, 53, .25)
}

.dark\:bg-lime-400\/30:is(.dark *) {
    background-color: rgba(163, 230, 53, .3)
}

.dark\:bg-lime-400\/35:is(.dark *) {
    background-color: rgba(163, 230, 53, .35)
}

.dark\:bg-lime-400\/40:is(.dark *) {
    background-color: rgba(163, 230, 53, .4)
}

.dark\:bg-lime-400\/45:is(.dark *) {
    background-color: rgba(163, 230, 53, .45)
}

.dark\:bg-lime-400\/5:is(.dark *) {
    background-color: rgba(163, 230, 53, .05)
}

.dark\:bg-lime-400\/50:is(.dark *) {
    background-color: rgba(163, 230, 53, .5)
}

.dark\:bg-lime-400\/55:is(.dark *) {
    background-color: rgba(163, 230, 53, .55)
}

.dark\:bg-lime-400\/60:is(.dark *) {
    background-color: rgba(163, 230, 53, .6)
}

.dark\:bg-lime-400\/65:is(.dark *) {
    background-color: rgba(163, 230, 53, .65)
}

.dark\:bg-lime-400\/70:is(.dark *) {
    background-color: rgba(163, 230, 53, .7)
}

.dark\:bg-lime-400\/75:is(.dark *) {
    background-color: rgba(163, 230, 53, .75)
}

.dark\:bg-lime-400\/80:is(.dark *) {
    background-color: rgba(163, 230, 53, .8)
}

.dark\:bg-lime-400\/85:is(.dark *) {
    background-color: rgba(163, 230, 53, .85)
}

.dark\:bg-lime-400\/90:is(.dark *) {
    background-color: rgba(163, 230, 53, .9)
}

.dark\:bg-lime-400\/95:is(.dark *) {
    background-color: rgba(163, 230, 53, .95)
}

.dark\:bg-mog-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(86 104 255/var(--tw-bg-opacity))
}

.dark\:bg-mog-400\/0:is(.dark *) {
    background-color: rgba(86, 104, 255, 0)
}

.dark\:bg-mog-400\/10:is(.dark *) {
    background-color: rgba(86, 104, 255, .1)
}

.dark\:bg-mog-400\/100:is(.dark *) {
    background-color: #5668ff
}

.dark\:bg-mog-400\/15:is(.dark *) {
    background-color: rgba(86, 104, 255, .15)
}

.dark\:bg-mog-400\/20:is(.dark *) {
    background-color: rgba(86, 104, 255, .2)
}

.dark\:bg-mog-400\/25:is(.dark *) {
    background-color: rgba(86, 104, 255, .25)
}

.dark\:bg-mog-400\/30:is(.dark *) {
    background-color: rgba(86, 104, 255, .3)
}

.dark\:bg-mog-400\/35:is(.dark *) {
    background-color: rgba(86, 104, 255, .35)
}

.dark\:bg-mog-400\/40:is(.dark *) {
    background-color: rgba(86, 104, 255, .4)
}

.dark\:bg-mog-400\/45:is(.dark *) {
    background-color: rgba(86, 104, 255, .45)
}

.dark\:bg-mog-400\/5:is(.dark *) {
    background-color: rgba(86, 104, 255, .05)
}

.dark\:bg-mog-400\/50:is(.dark *) {
    background-color: rgba(86, 104, 255, .5)
}

.dark\:bg-mog-400\/55:is(.dark *) {
    background-color: rgba(86, 104, 255, .55)
}

.dark\:bg-mog-400\/60:is(.dark *) {
    background-color: rgba(86, 104, 255, .6)
}

.dark\:bg-mog-400\/65:is(.dark *) {
    background-color: rgba(86, 104, 255, .65)
}

.dark\:bg-mog-400\/70:is(.dark *) {
    background-color: rgba(86, 104, 255, .7)
}

.dark\:bg-mog-400\/75:is(.dark *) {
    background-color: rgba(86, 104, 255, .75)
}

.dark\:bg-mog-400\/80:is(.dark *) {
    background-color: rgba(86, 104, 255, .8)
}

.dark\:bg-mog-400\/85:is(.dark *) {
    background-color: rgba(86, 104, 255, .85)
}

.dark\:bg-mog-400\/90:is(.dark *) {
    background-color: rgba(86, 104, 255, .9)
}

.dark\:bg-mog-400\/95:is(.dark *) {
    background-color: rgba(86, 104, 255, .95)
}

.dark\:bg-mog-700:is(.dark *) {
    --tw-bg-opacity: 1;
    /* background-color: rgb(20 0 255/var(--tw-bg-opacity)) */
}

.dark\:bg-mog-950:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(14 0 177/var(--tw-bg-opacity))
}

.dark\:bg-orange-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60/var(--tw-bg-opacity))
}

.dark\:bg-orange-400\/0:is(.dark *) {
    background-color: rgba(251, 146, 60, 0)
}

.dark\:bg-orange-400\/10:is(.dark *) {
    background-color: rgba(251, 146, 60, .1)
}

.dark\:bg-orange-400\/100:is(.dark *) {
    background-color: #fb923c
}

.dark\:bg-orange-400\/15:is(.dark *) {
    background-color: rgba(251, 146, 60, .15)
}

.dark\:bg-orange-400\/20:is(.dark *) {
    background-color: rgba(251, 146, 60, .2)
}

.dark\:bg-orange-400\/25:is(.dark *) {
    background-color: rgba(251, 146, 60, .25)
}

.dark\:bg-orange-400\/30:is(.dark *) {
    background-color: rgba(251, 146, 60, .3)
}

.dark\:bg-orange-400\/35:is(.dark *) {
    background-color: rgba(251, 146, 60, .35)
}

.dark\:bg-orange-400\/40:is(.dark *) {
    background-color: rgba(251, 146, 60, .4)
}

.dark\:bg-orange-400\/45:is(.dark *) {
    background-color: rgba(251, 146, 60, .45)
}

.dark\:bg-orange-400\/5:is(.dark *) {
    background-color: rgba(251, 146, 60, .05)
}

.dark\:bg-orange-400\/50:is(.dark *) {
    background-color: rgba(251, 146, 60, .5)
}

.dark\:bg-orange-400\/55:is(.dark *) {
    background-color: rgba(251, 146, 60, .55)
}

.dark\:bg-orange-400\/60:is(.dark *) {
    background-color: rgba(251, 146, 60, .6)
}

.dark\:bg-orange-400\/65:is(.dark *) {
    background-color: rgba(251, 146, 60, .65)
}

.dark\:bg-orange-400\/70:is(.dark *) {
    background-color: rgba(251, 146, 60, .7)
}

.dark\:bg-orange-400\/75:is(.dark *) {
    background-color: rgba(251, 146, 60, .75)
}

.dark\:bg-orange-400\/80:is(.dark *) {
    background-color: rgba(251, 146, 60, .8)
}

.dark\:bg-orange-400\/85:is(.dark *) {
    background-color: rgba(251, 146, 60, .85)
}

.dark\:bg-orange-400\/90:is(.dark *) {
    background-color: rgba(251, 146, 60, .9)
}

.dark\:bg-orange-400\/95:is(.dark *) {
    background-color: rgba(251, 146, 60, .95)
}

.dark\:bg-pink-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182/var(--tw-bg-opacity))
}

.dark\:bg-pink-400\/0:is(.dark *) {
    background-color: rgba(244, 114, 182, 0)
}

.dark\:bg-pink-400\/10:is(.dark *) {
    background-color: rgba(244, 114, 182, .1)
}

.dark\:bg-pink-400\/100:is(.dark *) {
    background-color: #f472b6
}

.dark\:bg-pink-400\/15:is(.dark *) {
    background-color: rgba(244, 114, 182, .15)
}

.dark\:bg-pink-400\/20:is(.dark *) {
    background-color: rgba(244, 114, 182, .2)
}

.dark\:bg-pink-400\/25:is(.dark *) {
    background-color: rgba(244, 114, 182, .25)
}

.dark\:bg-pink-400\/30:is(.dark *) {
    background-color: rgba(244, 114, 182, .3)
}

.dark\:bg-pink-400\/35:is(.dark *) {
    background-color: rgba(244, 114, 182, .35)
}

.dark\:bg-pink-400\/40:is(.dark *) {
    background-color: rgba(244, 114, 182, .4)
}

.dark\:bg-pink-400\/45:is(.dark *) {
    background-color: rgba(244, 114, 182, .45)
}

.dark\:bg-pink-400\/5:is(.dark *) {
    background-color: rgba(244, 114, 182, .05)
}

.dark\:bg-pink-400\/50:is(.dark *) {
    background-color: rgba(244, 114, 182, .5)
}

.dark\:bg-pink-400\/55:is(.dark *) {
    background-color: rgba(244, 114, 182, .55)
}

.dark\:bg-pink-400\/60:is(.dark *) {
    background-color: rgba(244, 114, 182, .6)
}

.dark\:bg-pink-400\/65:is(.dark *) {
    background-color: rgba(244, 114, 182, .65)
}

.dark\:bg-pink-400\/70:is(.dark *) {
    background-color: rgba(244, 114, 182, .7)
}

.dark\:bg-pink-400\/75:is(.dark *) {
    background-color: rgba(244, 114, 182, .75)
}

.dark\:bg-pink-400\/80:is(.dark *) {
    background-color: rgba(244, 114, 182, .8)
}

.dark\:bg-pink-400\/85:is(.dark *) {
    background-color: rgba(244, 114, 182, .85)
}

.dark\:bg-pink-400\/90:is(.dark *) {
    background-color: rgba(244, 114, 182, .9)
}

.dark\:bg-pink-400\/95:is(.dark *) {
    background-color: rgba(244, 114, 182, .95)
}

.dark\:bg-primary-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-400)/var(--tw-bg-opacity))
}

.dark\:bg-primary-400\/0:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/0)
}

.dark\:bg-primary-400\/10:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.1)
}

.dark\:bg-primary-400\/100:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/1)
}

.dark\:bg-primary-400\/15:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.15)
}

.dark\:bg-primary-400\/20:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.2)
}

.dark\:bg-primary-400\/25:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.25)
}

.dark\:bg-primary-400\/30:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.3)
}

.dark\:bg-primary-400\/35:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.35)
}

.dark\:bg-primary-400\/40:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.4)
}

.dark\:bg-primary-400\/45:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.45)
}

.dark\:bg-primary-400\/5:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.05)
}

.dark\:bg-primary-400\/50:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.5)
}

.dark\:bg-primary-400\/55:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.55)
}

.dark\:bg-primary-400\/60:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.6)
}

.dark\:bg-primary-400\/65:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.65)
}

.dark\:bg-primary-400\/70:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.7)
}

.dark\:bg-primary-400\/75:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.75)
}

.dark\:bg-primary-400\/80:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.8)
}

.dark\:bg-primary-400\/85:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.85)
}

.dark\:bg-primary-400\/90:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.9)
}

.dark\:bg-primary-400\/95:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.95)
}

.dark\:bg-primary-950:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-950)/var(--tw-bg-opacity))
}

.dark\:bg-primary-950\/0:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/0)
}

.dark\:bg-primary-950\/10:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.1)
}

.dark\:bg-primary-950\/100:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/1)
}

.dark\:bg-primary-950\/15:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.15)
}

.dark\:bg-primary-950\/20:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.2)
}

.dark\:bg-primary-950\/25:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.25)
}

.dark\:bg-primary-950\/30:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.3)
}

.dark\:bg-primary-950\/35:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.35)
}

.dark\:bg-primary-950\/40:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.4)
}

.dark\:bg-primary-950\/45:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.45)
}

.dark\:bg-primary-950\/5:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.05)
}

.dark\:bg-primary-950\/50:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.5)
}

.dark\:bg-primary-950\/55:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.55)
}

.dark\:bg-primary-950\/60:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.6)
}

.dark\:bg-primary-950\/65:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.65)
}

.dark\:bg-primary-950\/70:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.7)
}

.dark\:bg-primary-950\/75:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.75)
}

.dark\:bg-primary-950\/80:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.8)
}

.dark\:bg-primary-950\/85:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.85)
}

.dark\:bg-primary-950\/90:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.9)
}

.dark\:bg-primary-950\/95:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.95)
}

.dark\:bg-purple-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252/var(--tw-bg-opacity))
}

.dark\:bg-purple-400\/0:is(.dark *) {
    background-color: rgba(192, 132, 252, 0)
}

.dark\:bg-purple-400\/10:is(.dark *) {
    background-color: rgba(192, 132, 252, .1)
}

.dark\:bg-purple-400\/100:is(.dark *) {
    background-color: #c084fc
}

.dark\:bg-purple-400\/15:is(.dark *) {
    background-color: rgba(192, 132, 252, .15)
}

.dark\:bg-purple-400\/20:is(.dark *) {
    background-color: rgba(192, 132, 252, .2)
}

.dark\:bg-purple-400\/25:is(.dark *) {
    background-color: rgba(192, 132, 252, .25)
}

.dark\:bg-purple-400\/30:is(.dark *) {
    background-color: rgba(192, 132, 252, .3)
}

.dark\:bg-purple-400\/35:is(.dark *) {
    background-color: rgba(192, 132, 252, .35)
}

.dark\:bg-purple-400\/40:is(.dark *) {
    background-color: rgba(192, 132, 252, .4)
}

.dark\:bg-purple-400\/45:is(.dark *) {
    background-color: rgba(192, 132, 252, .45)
}

.dark\:bg-purple-400\/5:is(.dark *) {
    background-color: rgba(192, 132, 252, .05)
}

.dark\:bg-purple-400\/50:is(.dark *) {
    background-color: rgba(192, 132, 252, .5)
}

.dark\:bg-purple-400\/55:is(.dark *) {
    background-color: rgba(192, 132, 252, .55)
}

.dark\:bg-purple-400\/60:is(.dark *) {
    background-color: rgba(192, 132, 252, .6)
}

.dark\:bg-purple-400\/65:is(.dark *) {
    background-color: rgba(192, 132, 252, .65)
}

.dark\:bg-purple-400\/70:is(.dark *) {
    background-color: rgba(192, 132, 252, .7)
}

.dark\:bg-purple-400\/75:is(.dark *) {
    background-color: rgba(192, 132, 252, .75)
}

.dark\:bg-purple-400\/80:is(.dark *) {
    background-color: rgba(192, 132, 252, .8)
}

.dark\:bg-purple-400\/85:is(.dark *) {
    background-color: rgba(192, 132, 252, .85)
}

.dark\:bg-purple-400\/90:is(.dark *) {
    background-color: rgba(192, 132, 252, .9)
}

.dark\:bg-purple-400\/95:is(.dark *) {
    background-color: rgba(192, 132, 252, .95)
}

.dark\:bg-red-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113/var(--tw-bg-opacity))
}

.dark\:bg-red-400\/0:is(.dark *) {
    background-color: hsla(0, 91%, 71%, 0)
}

.dark\:bg-red-400\/10:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .1)
}

.dark\:bg-red-400\/100:is(.dark *) {
    background-color: #f87171
}

.dark\:bg-red-400\/15:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .15)
}

.dark\:bg-red-400\/20:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .2)
}

.dark\:bg-red-400\/25:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .25)
}

.dark\:bg-red-400\/30:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .3)
}

.dark\:bg-red-400\/35:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .35)
}

.dark\:bg-red-400\/40:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .4)
}

.dark\:bg-red-400\/45:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .45)
}

.dark\:bg-red-400\/5:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .05)
}

.dark\:bg-red-400\/50:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .5)
}

.dark\:bg-red-400\/55:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .55)
}

.dark\:bg-red-400\/60:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .6)
}

.dark\:bg-red-400\/65:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .65)
}

.dark\:bg-red-400\/70:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .7)
}

.dark\:bg-red-400\/75:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .75)
}

.dark\:bg-red-400\/80:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .8)
}

.dark\:bg-red-400\/85:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .85)
}

.dark\:bg-red-400\/90:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .9)
}

.dark\:bg-red-400\/95:is(.dark *) {
    background-color: hsla(0, 91%, 71%, .95)
}

.dark\:bg-rose-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133/var(--tw-bg-opacity))
}

.dark\:bg-rose-400\/0:is(.dark *) {
    background-color: rgba(251, 113, 133, 0)
}

.dark\:bg-rose-400\/10:is(.dark *) {
    background-color: rgba(251, 113, 133, .1)
}

.dark\:bg-rose-400\/100:is(.dark *) {
    background-color: #fb7185
}

.dark\:bg-rose-400\/15:is(.dark *) {
    background-color: rgba(251, 113, 133, .15)
}

.dark\:bg-rose-400\/20:is(.dark *) {
    background-color: rgba(251, 113, 133, .2)
}

.dark\:bg-rose-400\/25:is(.dark *) {
    background-color: rgba(251, 113, 133, .25)
}

.dark\:bg-rose-400\/30:is(.dark *) {
    background-color: rgba(251, 113, 133, .3)
}

.dark\:bg-rose-400\/35:is(.dark *) {
    background-color: rgba(251, 113, 133, .35)
}

.dark\:bg-rose-400\/40:is(.dark *) {
    background-color: rgba(251, 113, 133, .4)
}

.dark\:bg-rose-400\/45:is(.dark *) {
    background-color: rgba(251, 113, 133, .45)
}

.dark\:bg-rose-400\/5:is(.dark *) {
    background-color: rgba(251, 113, 133, .05)
}

.dark\:bg-rose-400\/50:is(.dark *) {
    background-color: rgba(251, 113, 133, .5)
}

.dark\:bg-rose-400\/55:is(.dark *) {
    background-color: rgba(251, 113, 133, .55)
}

.dark\:bg-rose-400\/60:is(.dark *) {
    background-color: rgba(251, 113, 133, .6)
}

.dark\:bg-rose-400\/65:is(.dark *) {
    background-color: rgba(251, 113, 133, .65)
}

.dark\:bg-rose-400\/70:is(.dark *) {
    background-color: rgba(251, 113, 133, .7)
}

.dark\:bg-rose-400\/75:is(.dark *) {
    background-color: rgba(251, 113, 133, .75)
}

.dark\:bg-rose-400\/80:is(.dark *) {
    background-color: rgba(251, 113, 133, .8)
}

.dark\:bg-rose-400\/85:is(.dark *) {
    background-color: rgba(251, 113, 133, .85)
}

.dark\:bg-rose-400\/90:is(.dark *) {
    background-color: rgba(251, 113, 133, .9)
}

.dark\:bg-rose-400\/95:is(.dark *) {
    background-color: rgba(251, 113, 133, .95)
}

.dark\:bg-sky-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.dark\:bg-sky-400\/0:is(.dark *) {
    background-color: rgba(56, 189, 248, 0)
}

.dark\:bg-sky-400\/10:is(.dark *) {
    background-color: rgba(56, 189, 248, .1)
}

.dark\:bg-sky-400\/100:is(.dark *) {
    background-color: #38bdf8
}

.dark\:bg-sky-400\/15:is(.dark *) {
    background-color: rgba(56, 189, 248, .15)
}

.dark\:bg-sky-400\/20:is(.dark *) {
    background-color: rgba(56, 189, 248, .2)
}

.dark\:bg-sky-400\/25:is(.dark *) {
    background-color: rgba(56, 189, 248, .25)
}

.dark\:bg-sky-400\/30:is(.dark *) {
    background-color: rgba(56, 189, 248, .3)
}

.dark\:bg-sky-400\/35:is(.dark *) {
    background-color: rgba(56, 189, 248, .35)
}

.dark\:bg-sky-400\/40:is(.dark *) {
    background-color: rgba(56, 189, 248, .4)
}

.dark\:bg-sky-400\/45:is(.dark *) {
    background-color: rgba(56, 189, 248, .45)
}

.dark\:bg-sky-400\/5:is(.dark *) {
    background-color: rgba(56, 189, 248, .05)
}

.dark\:bg-sky-400\/50:is(.dark *) {
    background-color: rgba(56, 189, 248, .5)
}

.dark\:bg-sky-400\/55:is(.dark *) {
    background-color: rgba(56, 189, 248, .55)
}

.dark\:bg-sky-400\/60:is(.dark *) {
    background-color: rgba(56, 189, 248, .6)
}

.dark\:bg-sky-400\/65:is(.dark *) {
    background-color: rgba(56, 189, 248, .65)
}

.dark\:bg-sky-400\/70:is(.dark *) {
    background-color: rgba(56, 189, 248, .7)
}

.dark\:bg-sky-400\/75:is(.dark *) {
    background-color: rgba(56, 189, 248, .75)
}

.dark\:bg-sky-400\/80:is(.dark *) {
    background-color: rgba(56, 189, 248, .8)
}

.dark\:bg-sky-400\/85:is(.dark *) {
    background-color: rgba(56, 189, 248, .85)
}

.dark\:bg-sky-400\/90:is(.dark *) {
    background-color: rgba(56, 189, 248, .9)
}

.dark\:bg-sky-400\/95:is(.dark *) {
    background-color: rgba(56, 189, 248, .95)
}

.dark\:bg-teal-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191/var(--tw-bg-opacity))
}

.dark\:bg-teal-400\/0:is(.dark *) {
    background-color: rgba(45, 212, 191, 0)
}

.dark\:bg-teal-400\/10:is(.dark *) {
    background-color: rgba(45, 212, 191, .1)
}

.dark\:bg-teal-400\/100:is(.dark *) {
    background-color: #2dd4bf
}

.dark\:bg-teal-400\/15:is(.dark *) {
    background-color: rgba(45, 212, 191, .15)
}

.dark\:bg-teal-400\/20:is(.dark *) {
    background-color: rgba(45, 212, 191, .2)
}

.dark\:bg-teal-400\/25:is(.dark *) {
    background-color: rgba(45, 212, 191, .25)
}

.dark\:bg-teal-400\/30:is(.dark *) {
    background-color: rgba(45, 212, 191, .3)
}

.dark\:bg-teal-400\/35:is(.dark *) {
    background-color: rgba(45, 212, 191, .35)
}

.dark\:bg-teal-400\/40:is(.dark *) {
    background-color: rgba(45, 212, 191, .4)
}

.dark\:bg-teal-400\/45:is(.dark *) {
    background-color: rgba(45, 212, 191, .45)
}

.dark\:bg-teal-400\/5:is(.dark *) {
    background-color: rgba(45, 212, 191, .05)
}

.dark\:bg-teal-400\/50:is(.dark *) {
    background-color: rgba(45, 212, 191, .5)
}

.dark\:bg-teal-400\/55:is(.dark *) {
    background-color: rgba(45, 212, 191, .55)
}

.dark\:bg-teal-400\/60:is(.dark *) {
    background-color: rgba(45, 212, 191, .6)
}

.dark\:bg-teal-400\/65:is(.dark *) {
    background-color: rgba(45, 212, 191, .65)
}

.dark\:bg-teal-400\/70:is(.dark *) {
    background-color: rgba(45, 212, 191, .7)
}

.dark\:bg-teal-400\/75:is(.dark *) {
    background-color: rgba(45, 212, 191, .75)
}

.dark\:bg-teal-400\/80:is(.dark *) {
    background-color: rgba(45, 212, 191, .8)
}

.dark\:bg-teal-400\/85:is(.dark *) {
    background-color: rgba(45, 212, 191, .85)
}

.dark\:bg-teal-400\/90:is(.dark *) {
    background-color: rgba(45, 212, 191, .9)
}

.dark\:bg-teal-400\/95:is(.dark *) {
    background-color: rgba(45, 212, 191, .95)
}

.dark\:bg-violet-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250/var(--tw-bg-opacity))
}

.dark\:bg-violet-400\/0:is(.dark *) {
    background-color: rgba(167, 139, 250, 0)
}

.dark\:bg-violet-400\/10:is(.dark *) {
    background-color: rgba(167, 139, 250, .1)
}

.dark\:bg-violet-400\/100:is(.dark *) {
    background-color: #a78bfa
}

.dark\:bg-violet-400\/15:is(.dark *) {
    background-color: rgba(167, 139, 250, .15)
}

.dark\:bg-violet-400\/20:is(.dark *) {
    background-color: rgba(167, 139, 250, .2)
}

.dark\:bg-violet-400\/25:is(.dark *) {
    background-color: rgba(167, 139, 250, .25)
}

.dark\:bg-violet-400\/30:is(.dark *) {
    background-color: rgba(167, 139, 250, .3)
}

.dark\:bg-violet-400\/35:is(.dark *) {
    background-color: rgba(167, 139, 250, .35)
}

.dark\:bg-violet-400\/40:is(.dark *) {
    background-color: rgba(167, 139, 250, .4)
}

.dark\:bg-violet-400\/45:is(.dark *) {
    background-color: rgba(167, 139, 250, .45)
}

.dark\:bg-violet-400\/5:is(.dark *) {
    background-color: rgba(167, 139, 250, .05)
}

.dark\:bg-violet-400\/50:is(.dark *) {
    background-color: rgba(167, 139, 250, .5)
}

.dark\:bg-violet-400\/55:is(.dark *) {
    background-color: rgba(167, 139, 250, .55)
}

.dark\:bg-violet-400\/60:is(.dark *) {
    background-color: rgba(167, 139, 250, .6)
}

.dark\:bg-violet-400\/65:is(.dark *) {
    background-color: rgba(167, 139, 250, .65)
}

.dark\:bg-violet-400\/70:is(.dark *) {
    background-color: rgba(167, 139, 250, .7)
}

.dark\:bg-violet-400\/75:is(.dark *) {
    background-color: rgba(167, 139, 250, .75)
}

.dark\:bg-violet-400\/80:is(.dark *) {
    background-color: rgba(167, 139, 250, .8)
}

.dark\:bg-violet-400\/85:is(.dark *) {
    background-color: rgba(167, 139, 250, .85)
}

.dark\:bg-violet-400\/90:is(.dark *) {
    background-color: rgba(167, 139, 250, .9)
}

.dark\:bg-violet-400\/95:is(.dark *) {
    background-color: rgba(167, 139, 250, .95)
}

.dark\:bg-white:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.dark\:bg-yellow-400:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21/var(--tw-bg-opacity))
}

.dark\:bg-yellow-400\/0:is(.dark *) {
    background-color: rgba(250, 204, 21, 0)
}

.dark\:bg-yellow-400\/10:is(.dark *) {
    background-color: rgba(250, 204, 21, .1)
}

.dark\:bg-yellow-400\/100:is(.dark *) {
    background-color: #facc15
}

.dark\:bg-yellow-400\/15:is(.dark *) {
    background-color: rgba(250, 204, 21, .15)
}

.dark\:bg-yellow-400\/20:is(.dark *) {
    background-color: rgba(250, 204, 21, .2)
}

.dark\:bg-yellow-400\/25:is(.dark *) {
    background-color: rgba(250, 204, 21, .25)
}

.dark\:bg-yellow-400\/30:is(.dark *) {
    background-color: rgba(250, 204, 21, .3)
}

.dark\:bg-yellow-400\/35:is(.dark *) {
    background-color: rgba(250, 204, 21, .35)
}

.dark\:bg-yellow-400\/40:is(.dark *) {
    background-color: rgba(250, 204, 21, .4)
}

.dark\:bg-yellow-400\/45:is(.dark *) {
    background-color: rgba(250, 204, 21, .45)
}

.dark\:bg-yellow-400\/5:is(.dark *) {
    background-color: rgba(250, 204, 21, .05)
}

.dark\:bg-yellow-400\/50:is(.dark *) {
    background-color: rgba(250, 204, 21, .5)
}

.dark\:bg-yellow-400\/55:is(.dark *) {
    background-color: rgba(250, 204, 21, .55)
}

.dark\:bg-yellow-400\/60:is(.dark *) {
    background-color: rgba(250, 204, 21, .6)
}

.dark\:bg-yellow-400\/65:is(.dark *) {
    background-color: rgba(250, 204, 21, .65)
}

.dark\:bg-yellow-400\/70:is(.dark *) {
    background-color: rgba(250, 204, 21, .7)
}

.dark\:bg-yellow-400\/75:is(.dark *) {
    background-color: rgba(250, 204, 21, .75)
}

.dark\:bg-yellow-400\/80:is(.dark *) {
    background-color: rgba(250, 204, 21, .8)
}

.dark\:bg-yellow-400\/85:is(.dark *) {
    background-color: rgba(250, 204, 21, .85)
}

.dark\:bg-yellow-400\/90:is(.dark *) {
    background-color: rgba(250, 204, 21, .9)
}

.dark\:bg-yellow-400\/95:is(.dark *) {
    background-color: rgba(250, 204, 21, .95)
}

.dark\:bg-opacity-10:is(.dark *) {
    --tw-bg-opacity: 0.1
}

.dark\:text-amber-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(251 191 36/var(--tw-text-opacity))
}

.dark\:text-amber-400\/0:is(.dark *) {
    color: rgba(251, 191, 36, 0)
}

.dark\:text-amber-400\/10:is(.dark *) {
    color: rgba(251, 191, 36, .1)
}

.dark\:text-amber-400\/100:is(.dark *) {
    color: #fbbf24
}

.dark\:text-amber-400\/15:is(.dark *) {
    color: rgba(251, 191, 36, .15)
}

.dark\:text-amber-400\/20:is(.dark *) {
    color: rgba(251, 191, 36, .2)
}

.dark\:text-amber-400\/25:is(.dark *) {
    color: rgba(251, 191, 36, .25)
}

.dark\:text-amber-400\/30:is(.dark *) {
    color: rgba(251, 191, 36, .3)
}

.dark\:text-amber-400\/35:is(.dark *) {
    color: rgba(251, 191, 36, .35)
}

.dark\:text-amber-400\/40:is(.dark *) {
    color: rgba(251, 191, 36, .4)
}

.dark\:text-amber-400\/45:is(.dark *) {
    color: rgba(251, 191, 36, .45)
}

.dark\:text-amber-400\/5:is(.dark *) {
    color: rgba(251, 191, 36, .05)
}

.dark\:text-amber-400\/50:is(.dark *) {
    color: rgba(251, 191, 36, .5)
}

.dark\:text-amber-400\/55:is(.dark *) {
    color: rgba(251, 191, 36, .55)
}

.dark\:text-amber-400\/60:is(.dark *) {
    color: rgba(251, 191, 36, .6)
}

.dark\:text-amber-400\/65:is(.dark *) {
    color: rgba(251, 191, 36, .65)
}

.dark\:text-amber-400\/70:is(.dark *) {
    color: rgba(251, 191, 36, .7)
}

.dark\:text-amber-400\/75:is(.dark *) {
    color: rgba(251, 191, 36, .75)
}

.dark\:text-amber-400\/80:is(.dark *) {
    color: rgba(251, 191, 36, .8)
}

.dark\:text-amber-400\/85:is(.dark *) {
    color: rgba(251, 191, 36, .85)
}

.dark\:text-amber-400\/90:is(.dark *) {
    color: rgba(251, 191, 36, .9)
}

.dark\:text-amber-400\/95:is(.dark *) {
    color: rgba(251, 191, 36, .95)
}

.dark\:text-black:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.dark\:text-blue-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity))
}

.dark\:text-blue-400\/0:is(.dark *) {
    color: rgba(96, 165, 250, 0)
}

.dark\:text-blue-400\/10:is(.dark *) {
    color: rgba(96, 165, 250, .1)
}

.dark\:text-blue-400\/100:is(.dark *) {
    color: #60a5fa
}

.dark\:text-blue-400\/15:is(.dark *) {
    color: rgba(96, 165, 250, .15)
}

.dark\:text-blue-400\/20:is(.dark *) {
    color: rgba(96, 165, 250, .2)
}

.dark\:text-blue-400\/25:is(.dark *) {
    color: rgba(96, 165, 250, .25)
}

.dark\:text-blue-400\/30:is(.dark *) {
    color: rgba(96, 165, 250, .3)
}

.dark\:text-blue-400\/35:is(.dark *) {
    color: rgba(96, 165, 250, .35)
}

.dark\:text-blue-400\/40:is(.dark *) {
    color: rgba(96, 165, 250, .4)
}

.dark\:text-blue-400\/45:is(.dark *) {
    color: rgba(96, 165, 250, .45)
}

.dark\:text-blue-400\/5:is(.dark *) {
    color: rgba(96, 165, 250, .05)
}

.dark\:text-blue-400\/50:is(.dark *) {
    color: rgba(96, 165, 250, .5)
}

.dark\:text-blue-400\/55:is(.dark *) {
    color: rgba(96, 165, 250, .55)
}

.dark\:text-blue-400\/60:is(.dark *) {
    color: rgba(96, 165, 250, .6)
}

.dark\:text-blue-400\/65:is(.dark *) {
    color: rgba(96, 165, 250, .65)
}

.dark\:text-blue-400\/70:is(.dark *) {
    color: rgba(96, 165, 250, .7)
}

.dark\:text-blue-400\/75:is(.dark *) {
    color: rgba(96, 165, 250, .75)
}

.dark\:text-blue-400\/80:is(.dark *) {
    color: rgba(96, 165, 250, .8)
}

.dark\:text-blue-400\/85:is(.dark *) {
    color: rgba(96, 165, 250, .85)
}

.dark\:text-blue-400\/90:is(.dark *) {
    color: rgba(96, 165, 250, .9)
}

.dark\:text-blue-400\/95:is(.dark *) {
    color: rgba(96, 165, 250, .95)
}

.dark\:text-cyan-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(34 211 238/var(--tw-text-opacity))
}

.dark\:text-cyan-400\/0:is(.dark *) {
    color: rgba(34, 211, 238, 0)
}

.dark\:text-cyan-400\/10:is(.dark *) {
    color: rgba(34, 211, 238, .1)
}

.dark\:text-cyan-400\/100:is(.dark *) {
    color: #22d3ee
}

.dark\:text-cyan-400\/15:is(.dark *) {
    color: rgba(34, 211, 238, .15)
}

.dark\:text-cyan-400\/20:is(.dark *) {
    color: rgba(34, 211, 238, .2)
}

.dark\:text-cyan-400\/25:is(.dark *) {
    color: rgba(34, 211, 238, .25)
}

.dark\:text-cyan-400\/30:is(.dark *) {
    color: rgba(34, 211, 238, .3)
}

.dark\:text-cyan-400\/35:is(.dark *) {
    color: rgba(34, 211, 238, .35)
}

.dark\:text-cyan-400\/40:is(.dark *) {
    color: rgba(34, 211, 238, .4)
}

.dark\:text-cyan-400\/45:is(.dark *) {
    color: rgba(34, 211, 238, .45)
}

.dark\:text-cyan-400\/5:is(.dark *) {
    color: rgba(34, 211, 238, .05)
}

.dark\:text-cyan-400\/50:is(.dark *) {
    color: rgba(34, 211, 238, .5)
}

.dark\:text-cyan-400\/55:is(.dark *) {
    color: rgba(34, 211, 238, .55)
}

.dark\:text-cyan-400\/60:is(.dark *) {
    color: rgba(34, 211, 238, .6)
}

.dark\:text-cyan-400\/65:is(.dark *) {
    color: rgba(34, 211, 238, .65)
}

.dark\:text-cyan-400\/70:is(.dark *) {
    color: rgba(34, 211, 238, .7)
}

.dark\:text-cyan-400\/75:is(.dark *) {
    color: rgba(34, 211, 238, .75)
}

.dark\:text-cyan-400\/80:is(.dark *) {
    color: rgba(34, 211, 238, .8)
}

.dark\:text-cyan-400\/85:is(.dark *) {
    color: rgba(34, 211, 238, .85)
}

.dark\:text-cyan-400\/90:is(.dark *) {
    color: rgba(34, 211, 238, .9)
}

.dark\:text-cyan-400\/95:is(.dark *) {
    color: rgba(34, 211, 238, .95)
}

.dark\:text-emerald-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(52 211 153/var(--tw-text-opacity))
}

.dark\:text-emerald-400\/0:is(.dark *) {
    color: rgba(52, 211, 153, 0)
}

.dark\:text-emerald-400\/10:is(.dark *) {
    color: rgba(52, 211, 153, .1)
}

.dark\:text-emerald-400\/100:is(.dark *) {
    color: #34d399
}

.dark\:text-emerald-400\/15:is(.dark *) {
    color: rgba(52, 211, 153, .15)
}

.dark\:text-emerald-400\/20:is(.dark *) {
    color: rgba(52, 211, 153, .2)
}

.dark\:text-emerald-400\/25:is(.dark *) {
    color: rgba(52, 211, 153, .25)
}

.dark\:text-emerald-400\/30:is(.dark *) {
    color: rgba(52, 211, 153, .3)
}

.dark\:text-emerald-400\/35:is(.dark *) {
    color: rgba(52, 211, 153, .35)
}

.dark\:text-emerald-400\/40:is(.dark *) {
    color: rgba(52, 211, 153, .4)
}

.dark\:text-emerald-400\/45:is(.dark *) {
    color: rgba(52, 211, 153, .45)
}

.dark\:text-emerald-400\/5:is(.dark *) {
    color: rgba(52, 211, 153, .05)
}

.dark\:text-emerald-400\/50:is(.dark *) {
    color: rgba(52, 211, 153, .5)
}

.dark\:text-emerald-400\/55:is(.dark *) {
    color: rgba(52, 211, 153, .55)
}

.dark\:text-emerald-400\/60:is(.dark *) {
    color: rgba(52, 211, 153, .6)
}

.dark\:text-emerald-400\/65:is(.dark *) {
    color: rgba(52, 211, 153, .65)
}

.dark\:text-emerald-400\/70:is(.dark *) {
    color: rgba(52, 211, 153, .7)
}

.dark\:text-emerald-400\/75:is(.dark *) {
    color: rgba(52, 211, 153, .75)
}

.dark\:text-emerald-400\/80:is(.dark *) {
    color: rgba(52, 211, 153, .8)
}

.dark\:text-emerald-400\/85:is(.dark *) {
    color: rgba(52, 211, 153, .85)
}

.dark\:text-emerald-400\/90:is(.dark *) {
    color: rgba(52, 211, 153, .9)
}

.dark\:text-emerald-400\/95:is(.dark *) {
    color: rgba(52, 211, 153, .95)
}

.dark\:text-fuchsia-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(232 121 249/var(--tw-text-opacity))
}

.dark\:text-fuchsia-400\/0:is(.dark *) {
    color: rgba(232, 121, 249, 0)
}

.dark\:text-fuchsia-400\/10:is(.dark *) {
    color: rgba(232, 121, 249, .1)
}

.dark\:text-fuchsia-400\/100:is(.dark *) {
    color: #e879f9
}

.dark\:text-fuchsia-400\/15:is(.dark *) {
    color: rgba(232, 121, 249, .15)
}

.dark\:text-fuchsia-400\/20:is(.dark *) {
    color: rgba(232, 121, 249, .2)
}

.dark\:text-fuchsia-400\/25:is(.dark *) {
    color: rgba(232, 121, 249, .25)
}

.dark\:text-fuchsia-400\/30:is(.dark *) {
    color: rgba(232, 121, 249, .3)
}

.dark\:text-fuchsia-400\/35:is(.dark *) {
    color: rgba(232, 121, 249, .35)
}

.dark\:text-fuchsia-400\/40:is(.dark *) {
    color: rgba(232, 121, 249, .4)
}

.dark\:text-fuchsia-400\/45:is(.dark *) {
    color: rgba(232, 121, 249, .45)
}

.dark\:text-fuchsia-400\/5:is(.dark *) {
    color: rgba(232, 121, 249, .05)
}

.dark\:text-fuchsia-400\/50:is(.dark *) {
    color: rgba(232, 121, 249, .5)
}

.dark\:text-fuchsia-400\/55:is(.dark *) {
    color: rgba(232, 121, 249, .55)
}

.dark\:text-fuchsia-400\/60:is(.dark *) {
    color: rgba(232, 121, 249, .6)
}

.dark\:text-fuchsia-400\/65:is(.dark *) {
    color: rgba(232, 121, 249, .65)
}

.dark\:text-fuchsia-400\/70:is(.dark *) {
    color: rgba(232, 121, 249, .7)
}

.dark\:text-fuchsia-400\/75:is(.dark *) {
    color: rgba(232, 121, 249, .75)
}

.dark\:text-fuchsia-400\/80:is(.dark *) {
    color: rgba(232, 121, 249, .8)
}

.dark\:text-fuchsia-400\/85:is(.dark *) {
    color: rgba(232, 121, 249, .85)
}

.dark\:text-fuchsia-400\/90:is(.dark *) {
    color: rgba(232, 121, 249, .9)
}

.dark\:text-fuchsia-400\/95:is(.dark *) {
    color: rgba(232, 121, 249, .95)
}

.dark\:text-gom-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(252 255 13/var(--tw-text-opacity))
}

.dark\:text-gom-400\/0:is(.dark *) {
    color: rgba(252, 255, 13, 0)
}

.dark\:text-gom-400\/10:is(.dark *) {
    color: rgba(252, 255, 13, .1)
}

.dark\:text-gom-400\/100:is(.dark *) {
    color: #fcff0d
}

.dark\:text-gom-400\/15:is(.dark *) {
    color: rgba(252, 255, 13, .15)
}

.dark\:text-gom-400\/20:is(.dark *) {
    color: rgba(252, 255, 13, .2)
}

.dark\:text-gom-400\/25:is(.dark *) {
    color: rgba(252, 255, 13, .25)
}

.dark\:text-gom-400\/30:is(.dark *) {
    color: rgba(252, 255, 13, .3)
}

.dark\:text-gom-400\/35:is(.dark *) {
    color: rgba(252, 255, 13, .35)
}

.dark\:text-gom-400\/40:is(.dark *) {
    color: rgba(252, 255, 13, .4)
}

.dark\:text-gom-400\/45:is(.dark *) {
    color: rgba(252, 255, 13, .45)
}

.dark\:text-gom-400\/5:is(.dark *) {
    color: rgba(252, 255, 13, .05)
}

.dark\:text-gom-400\/50:is(.dark *) {
    color: rgba(252, 255, 13, .5)
}

.dark\:text-gom-400\/55:is(.dark *) {
    color: rgba(252, 255, 13, .55)
}

.dark\:text-gom-400\/60:is(.dark *) {
    color: rgba(252, 255, 13, .6)
}

.dark\:text-gom-400\/65:is(.dark *) {
    color: rgba(252, 255, 13, .65)
}

.dark\:text-gom-400\/70:is(.dark *) {
    color: rgba(252, 255, 13, .7)
}

.dark\:text-gom-400\/75:is(.dark *) {
    color: rgba(252, 255, 13, .75)
}

.dark\:text-gom-400\/80:is(.dark *) {
    color: rgba(252, 255, 13, .8)
}

.dark\:text-gom-400\/85:is(.dark *) {
    color: rgba(252, 255, 13, .85)
}

.dark\:text-gom-400\/90:is(.dark *) {
    color: rgba(252, 255, 13, .9)
}

.dark\:text-gom-400\/95:is(.dark *) {
    color: rgba(252, 255, 13, .95)
}

.dark\:text-gom-500:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 245 0/var(--tw-text-opacity))
}

.dark\:text-gray-200:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-200)/var(--tw-text-opacity))
}

.dark\:text-gray-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-400)/var(--tw-text-opacity))
}

.dark\:text-gray-500:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-500)/var(--tw-text-opacity))
}

.dark\:text-gray-900:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-900)/var(--tw-text-opacity))
}

.dark\:text-green-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity))
}

.dark\:text-green-400\/0:is(.dark *) {
    color: rgba(74, 222, 128, 0)
}

.dark\:text-green-400\/10:is(.dark *) {
    color: rgba(74, 222, 128, .1)
}

.dark\:text-green-400\/100:is(.dark *) {
    color: #4ade80
}

.dark\:text-green-400\/15:is(.dark *) {
    color: rgba(74, 222, 128, .15)
}

.dark\:text-green-400\/20:is(.dark *) {
    color: rgba(74, 222, 128, .2)
}

.dark\:text-green-400\/25:is(.dark *) {
    color: rgba(74, 222, 128, .25)
}

.dark\:text-green-400\/30:is(.dark *) {
    color: rgba(74, 222, 128, .3)
}

.dark\:text-green-400\/35:is(.dark *) {
    color: rgba(74, 222, 128, .35)
}

.dark\:text-green-400\/40:is(.dark *) {
    color: rgba(74, 222, 128, .4)
}

.dark\:text-green-400\/45:is(.dark *) {
    color: rgba(74, 222, 128, .45)
}

.dark\:text-green-400\/5:is(.dark *) {
    color: rgba(74, 222, 128, .05)
}

.dark\:text-green-400\/50:is(.dark *) {
    color: rgba(74, 222, 128, .5)
}

.dark\:text-green-400\/55:is(.dark *) {
    color: rgba(74, 222, 128, .55)
}

.dark\:text-green-400\/60:is(.dark *) {
    color: rgba(74, 222, 128, .6)
}

.dark\:text-green-400\/65:is(.dark *) {
    color: rgba(74, 222, 128, .65)
}

.dark\:text-green-400\/70:is(.dark *) {
    color: rgba(74, 222, 128, .7)
}

.dark\:text-green-400\/75:is(.dark *) {
    color: rgba(74, 222, 128, .75)
}

.dark\:text-green-400\/80:is(.dark *) {
    color: rgba(74, 222, 128, .8)
}

.dark\:text-green-400\/85:is(.dark *) {
    color: rgba(74, 222, 128, .85)
}

.dark\:text-green-400\/90:is(.dark *) {
    color: rgba(74, 222, 128, .9)
}

.dark\:text-green-400\/95:is(.dark *) {
    color: rgba(74, 222, 128, .95)
}

.dark\:text-indigo-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(129 140 248/var(--tw-text-opacity))
}

.dark\:text-indigo-400\/0:is(.dark *) {
    color: rgba(129, 140, 248, 0)
}

.dark\:text-indigo-400\/10:is(.dark *) {
    color: rgba(129, 140, 248, .1)
}

.dark\:text-indigo-400\/100:is(.dark *) {
    color: #818cf8
}

.dark\:text-indigo-400\/15:is(.dark *) {
    color: rgba(129, 140, 248, .15)
}

.dark\:text-indigo-400\/20:is(.dark *) {
    color: rgba(129, 140, 248, .2)
}

.dark\:text-indigo-400\/25:is(.dark *) {
    color: rgba(129, 140, 248, .25)
}

.dark\:text-indigo-400\/30:is(.dark *) {
    color: rgba(129, 140, 248, .3)
}

.dark\:text-indigo-400\/35:is(.dark *) {
    color: rgba(129, 140, 248, .35)
}

.dark\:text-indigo-400\/40:is(.dark *) {
    color: rgba(129, 140, 248, .4)
}

.dark\:text-indigo-400\/45:is(.dark *) {
    color: rgba(129, 140, 248, .45)
}

.dark\:text-indigo-400\/5:is(.dark *) {
    color: rgba(129, 140, 248, .05)
}

.dark\:text-indigo-400\/50:is(.dark *) {
    color: rgba(129, 140, 248, .5)
}

.dark\:text-indigo-400\/55:is(.dark *) {
    color: rgba(129, 140, 248, .55)
}

.dark\:text-indigo-400\/60:is(.dark *) {
    color: rgba(129, 140, 248, .6)
}

.dark\:text-indigo-400\/65:is(.dark *) {
    color: rgba(129, 140, 248, .65)
}

.dark\:text-indigo-400\/70:is(.dark *) {
    color: rgba(129, 140, 248, .7)
}

.dark\:text-indigo-400\/75:is(.dark *) {
    color: rgba(129, 140, 248, .75)
}

.dark\:text-indigo-400\/80:is(.dark *) {
    color: rgba(129, 140, 248, .8)
}

.dark\:text-indigo-400\/85:is(.dark *) {
    color: rgba(129, 140, 248, .85)
}

.dark\:text-indigo-400\/90:is(.dark *) {
    color: rgba(129, 140, 248, .9)
}

.dark\:text-indigo-400\/95:is(.dark *) {
    color: rgba(129, 140, 248, .95)
}

.dark\:text-lime-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(163 230 53/var(--tw-text-opacity))
}

.dark\:text-lime-400\/0:is(.dark *) {
    color: rgba(163, 230, 53, 0)
}

.dark\:text-lime-400\/10:is(.dark *) {
    color: rgba(163, 230, 53, .1)
}

.dark\:text-lime-400\/100:is(.dark *) {
    color: #a3e635
}

.dark\:text-lime-400\/15:is(.dark *) {
    color: rgba(163, 230, 53, .15)
}

.dark\:text-lime-400\/20:is(.dark *) {
    color: rgba(163, 230, 53, .2)
}

.dark\:text-lime-400\/25:is(.dark *) {
    color: rgba(163, 230, 53, .25)
}

.dark\:text-lime-400\/30:is(.dark *) {
    color: rgba(163, 230, 53, .3)
}

.dark\:text-lime-400\/35:is(.dark *) {
    color: rgba(163, 230, 53, .35)
}

.dark\:text-lime-400\/40:is(.dark *) {
    color: rgba(163, 230, 53, .4)
}

.dark\:text-lime-400\/45:is(.dark *) {
    color: rgba(163, 230, 53, .45)
}

.dark\:text-lime-400\/5:is(.dark *) {
    color: rgba(163, 230, 53, .05)
}

.dark\:text-lime-400\/50:is(.dark *) {
    color: rgba(163, 230, 53, .5)
}

.dark\:text-lime-400\/55:is(.dark *) {
    color: rgba(163, 230, 53, .55)
}

.dark\:text-lime-400\/60:is(.dark *) {
    color: rgba(163, 230, 53, .6)
}

.dark\:text-lime-400\/65:is(.dark *) {
    color: rgba(163, 230, 53, .65)
}

.dark\:text-lime-400\/70:is(.dark *) {
    color: rgba(163, 230, 53, .7)
}

.dark\:text-lime-400\/75:is(.dark *) {
    color: rgba(163, 230, 53, .75)
}

.dark\:text-lime-400\/80:is(.dark *) {
    color: rgba(163, 230, 53, .8)
}

.dark\:text-lime-400\/85:is(.dark *) {
    color: rgba(163, 230, 53, .85)
}

.dark\:text-lime-400\/90:is(.dark *) {
    color: rgba(163, 230, 53, .9)
}

.dark\:text-lime-400\/95:is(.dark *) {
    color: rgba(163, 230, 53, .95)
}

.dark\:text-mog-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(86 104 255/var(--tw-text-opacity))
}

.dark\:text-mog-400\/0:is(.dark *) {
    color: rgba(86, 104, 255, 0)
}

.dark\:text-mog-400\/10:is(.dark *) {
    color: rgba(86, 104, 255, .1)
}

.dark\:text-mog-400\/100:is(.dark *) {
    color: #5668ff
}

.dark\:text-mog-400\/15:is(.dark *) {
    color: rgba(86, 104, 255, .15)
}

.dark\:text-mog-400\/20:is(.dark *) {
    color: rgba(86, 104, 255, .2)
}

.dark\:text-mog-400\/25:is(.dark *) {
    color: rgba(86, 104, 255, .25)
}

.dark\:text-mog-400\/30:is(.dark *) {
    color: rgba(86, 104, 255, .3)
}

.dark\:text-mog-400\/35:is(.dark *) {
    color: rgba(86, 104, 255, .35)
}

.dark\:text-mog-400\/40:is(.dark *) {
    color: rgba(86, 104, 255, .4)
}

.dark\:text-mog-400\/45:is(.dark *) {
    color: rgba(86, 104, 255, .45)
}

.dark\:text-mog-400\/5:is(.dark *) {
    color: rgba(86, 104, 255, .05)
}

.dark\:text-mog-400\/50:is(.dark *) {
    color: rgba(86, 104, 255, .5)
}

.dark\:text-mog-400\/55:is(.dark *) {
    color: rgba(86, 104, 255, .55)
}

.dark\:text-mog-400\/60:is(.dark *) {
    color: rgba(86, 104, 255, .6)
}

.dark\:text-mog-400\/65:is(.dark *) {
    color: rgba(86, 104, 255, .65)
}

.dark\:text-mog-400\/70:is(.dark *) {
    color: rgba(86, 104, 255, .7)
}

.dark\:text-mog-400\/75:is(.dark *) {
    color: rgba(86, 104, 255, .75)
}

.dark\:text-mog-400\/80:is(.dark *) {
    color: rgba(86, 104, 255, .8)
}

.dark\:text-mog-400\/85:is(.dark *) {
    color: rgba(86, 104, 255, .85)
}

.dark\:text-mog-400\/90:is(.dark *) {
    color: rgba(86, 104, 255, .9)
}

.dark\:text-mog-400\/95:is(.dark *) {
    color: rgba(86, 104, 255, .95)
}

.dark\:text-mog-700:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(20 0 255/var(--tw-text-opacity))
}

.dark\:text-orange-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(251 146 60/var(--tw-text-opacity))
}

.dark\:text-orange-400\/0:is(.dark *) {
    color: rgba(251, 146, 60, 0)
}

.dark\:text-orange-400\/10:is(.dark *) {
    color: rgba(251, 146, 60, .1)
}

.dark\:text-orange-400\/100:is(.dark *) {
    color: #fb923c
}

.dark\:text-orange-400\/15:is(.dark *) {
    color: rgba(251, 146, 60, .15)
}

.dark\:text-orange-400\/20:is(.dark *) {
    color: rgba(251, 146, 60, .2)
}

.dark\:text-orange-400\/25:is(.dark *) {
    color: rgba(251, 146, 60, .25)
}

.dark\:text-orange-400\/30:is(.dark *) {
    color: rgba(251, 146, 60, .3)
}

.dark\:text-orange-400\/35:is(.dark *) {
    color: rgba(251, 146, 60, .35)
}

.dark\:text-orange-400\/40:is(.dark *) {
    color: rgba(251, 146, 60, .4)
}

.dark\:text-orange-400\/45:is(.dark *) {
    color: rgba(251, 146, 60, .45)
}

.dark\:text-orange-400\/5:is(.dark *) {
    color: rgba(251, 146, 60, .05)
}

.dark\:text-orange-400\/50:is(.dark *) {
    color: rgba(251, 146, 60, .5)
}

.dark\:text-orange-400\/55:is(.dark *) {
    color: rgba(251, 146, 60, .55)
}

.dark\:text-orange-400\/60:is(.dark *) {
    color: rgba(251, 146, 60, .6)
}

.dark\:text-orange-400\/65:is(.dark *) {
    color: rgba(251, 146, 60, .65)
}

.dark\:text-orange-400\/70:is(.dark *) {
    color: rgba(251, 146, 60, .7)
}

.dark\:text-orange-400\/75:is(.dark *) {
    color: rgba(251, 146, 60, .75)
}

.dark\:text-orange-400\/80:is(.dark *) {
    color: rgba(251, 146, 60, .8)
}

.dark\:text-orange-400\/85:is(.dark *) {
    color: rgba(251, 146, 60, .85)
}

.dark\:text-orange-400\/90:is(.dark *) {
    color: rgba(251, 146, 60, .9)
}

.dark\:text-orange-400\/95:is(.dark *) {
    color: rgba(251, 146, 60, .95)
}

.dark\:text-pink-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(244 114 182/var(--tw-text-opacity))
}

.dark\:text-pink-400\/0:is(.dark *) {
    color: rgba(244, 114, 182, 0)
}

.dark\:text-pink-400\/10:is(.dark *) {
    color: rgba(244, 114, 182, .1)
}

.dark\:text-pink-400\/100:is(.dark *) {
    color: #f472b6
}

.dark\:text-pink-400\/15:is(.dark *) {
    color: rgba(244, 114, 182, .15)
}

.dark\:text-pink-400\/20:is(.dark *) {
    color: rgba(244, 114, 182, .2)
}

.dark\:text-pink-400\/25:is(.dark *) {
    color: rgba(244, 114, 182, .25)
}

.dark\:text-pink-400\/30:is(.dark *) {
    color: rgba(244, 114, 182, .3)
}

.dark\:text-pink-400\/35:is(.dark *) {
    color: rgba(244, 114, 182, .35)
}

.dark\:text-pink-400\/40:is(.dark *) {
    color: rgba(244, 114, 182, .4)
}

.dark\:text-pink-400\/45:is(.dark *) {
    color: rgba(244, 114, 182, .45)
}

.dark\:text-pink-400\/5:is(.dark *) {
    color: rgba(244, 114, 182, .05)
}

.dark\:text-pink-400\/50:is(.dark *) {
    color: rgba(244, 114, 182, .5)
}

.dark\:text-pink-400\/55:is(.dark *) {
    color: rgba(244, 114, 182, .55)
}

.dark\:text-pink-400\/60:is(.dark *) {
    color: rgba(244, 114, 182, .6)
}

.dark\:text-pink-400\/65:is(.dark *) {
    color: rgba(244, 114, 182, .65)
}

.dark\:text-pink-400\/70:is(.dark *) {
    color: rgba(244, 114, 182, .7)
}

.dark\:text-pink-400\/75:is(.dark *) {
    color: rgba(244, 114, 182, .75)
}

.dark\:text-pink-400\/80:is(.dark *) {
    color: rgba(244, 114, 182, .8)
}

.dark\:text-pink-400\/85:is(.dark *) {
    color: rgba(244, 114, 182, .85)
}

.dark\:text-pink-400\/90:is(.dark *) {
    color: rgba(244, 114, 182, .9)
}

.dark\:text-pink-400\/95:is(.dark *) {
    color: rgba(244, 114, 182, .95)
}

.dark\:text-primary-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-400)/var(--tw-text-opacity))
}

.dark\:text-primary-400\/0:is(.dark *) {
    color: rgb(var(--color-primary-400)/0)
}

.dark\:text-primary-400\/10:is(.dark *) {
    color: rgb(var(--color-primary-400)/.1)
}

.dark\:text-primary-400\/100:is(.dark *) {
    color: rgb(var(--color-primary-400)/1)
}

.dark\:text-primary-400\/15:is(.dark *) {
    color: rgb(var(--color-primary-400)/.15)
}

.dark\:text-primary-400\/20:is(.dark *) {
    color: rgb(var(--color-primary-400)/.2)
}

.dark\:text-primary-400\/25:is(.dark *) {
    color: rgb(var(--color-primary-400)/.25)
}

.dark\:text-primary-400\/30:is(.dark *) {
    color: rgb(var(--color-primary-400)/.3)
}

.dark\:text-primary-400\/35:is(.dark *) {
    color: rgb(var(--color-primary-400)/.35)
}

.dark\:text-primary-400\/40:is(.dark *) {
    color: rgb(var(--color-primary-400)/.4)
}

.dark\:text-primary-400\/45:is(.dark *) {
    color: rgb(var(--color-primary-400)/.45)
}

.dark\:text-primary-400\/5:is(.dark *) {
    color: rgb(var(--color-primary-400)/.05)
}

.dark\:text-primary-400\/50:is(.dark *) {
    color: rgb(var(--color-primary-400)/.5)
}

.dark\:text-primary-400\/55:is(.dark *) {
    color: rgb(var(--color-primary-400)/.55)
}

.dark\:text-primary-400\/60:is(.dark *) {
    color: rgb(var(--color-primary-400)/.6)
}

.dark\:text-primary-400\/65:is(.dark *) {
    color: rgb(var(--color-primary-400)/.65)
}

.dark\:text-primary-400\/70:is(.dark *) {
    color: rgb(var(--color-primary-400)/.7)
}

.dark\:text-primary-400\/75:is(.dark *) {
    color: rgb(var(--color-primary-400)/.75)
}

.dark\:text-primary-400\/80:is(.dark *) {
    color: rgb(var(--color-primary-400)/.8)
}

.dark\:text-primary-400\/85:is(.dark *) {
    color: rgb(var(--color-primary-400)/.85)
}

.dark\:text-primary-400\/90:is(.dark *) {
    color: rgb(var(--color-primary-400)/.9)
}

.dark\:text-primary-400\/95:is(.dark *) {
    color: rgb(var(--color-primary-400)/.95)
}

.dark\:text-purple-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(192 132 252/var(--tw-text-opacity))
}

.dark\:text-purple-400\/0:is(.dark *) {
    color: rgba(192, 132, 252, 0)
}

.dark\:text-purple-400\/10:is(.dark *) {
    color: rgba(192, 132, 252, .1)
}

.dark\:text-purple-400\/100:is(.dark *) {
    color: #c084fc
}

.dark\:text-purple-400\/15:is(.dark *) {
    color: rgba(192, 132, 252, .15)
}

.dark\:text-purple-400\/20:is(.dark *) {
    color: rgba(192, 132, 252, .2)
}

.dark\:text-purple-400\/25:is(.dark *) {
    color: rgba(192, 132, 252, .25)
}

.dark\:text-purple-400\/30:is(.dark *) {
    color: rgba(192, 132, 252, .3)
}

.dark\:text-purple-400\/35:is(.dark *) {
    color: rgba(192, 132, 252, .35)
}

.dark\:text-purple-400\/40:is(.dark *) {
    color: rgba(192, 132, 252, .4)
}

.dark\:text-purple-400\/45:is(.dark *) {
    color: rgba(192, 132, 252, .45)
}

.dark\:text-purple-400\/5:is(.dark *) {
    color: rgba(192, 132, 252, .05)
}

.dark\:text-purple-400\/50:is(.dark *) {
    color: rgba(192, 132, 252, .5)
}

.dark\:text-purple-400\/55:is(.dark *) {
    color: rgba(192, 132, 252, .55)
}

.dark\:text-purple-400\/60:is(.dark *) {
    color: rgba(192, 132, 252, .6)
}

.dark\:text-purple-400\/65:is(.dark *) {
    color: rgba(192, 132, 252, .65)
}

.dark\:text-purple-400\/70:is(.dark *) {
    color: rgba(192, 132, 252, .7)
}

.dark\:text-purple-400\/75:is(.dark *) {
    color: rgba(192, 132, 252, .75)
}

.dark\:text-purple-400\/80:is(.dark *) {
    color: rgba(192, 132, 252, .8)
}

.dark\:text-purple-400\/85:is(.dark *) {
    color: rgba(192, 132, 252, .85)
}

.dark\:text-purple-400\/90:is(.dark *) {
    color: rgba(192, 132, 252, .9)
}

.dark\:text-purple-400\/95:is(.dark *) {
    color: rgba(192, 132, 252, .95)
}

.dark\:text-red-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.dark\:text-red-400\/0:is(.dark *) {
    color: hsla(0, 91%, 71%, 0)
}

.dark\:text-red-400\/10:is(.dark *) {
    color: hsla(0, 91%, 71%, .1)
}

.dark\:text-red-400\/100:is(.dark *) {
    color: #f87171
}

.dark\:text-red-400\/15:is(.dark *) {
    color: hsla(0, 91%, 71%, .15)
}

.dark\:text-red-400\/20:is(.dark *) {
    color: hsla(0, 91%, 71%, .2)
}

.dark\:text-red-400\/25:is(.dark *) {
    color: hsla(0, 91%, 71%, .25)
}

.dark\:text-red-400\/30:is(.dark *) {
    color: hsla(0, 91%, 71%, .3)
}

.dark\:text-red-400\/35:is(.dark *) {
    color: hsla(0, 91%, 71%, .35)
}

.dark\:text-red-400\/40:is(.dark *) {
    color: hsla(0, 91%, 71%, .4)
}

.dark\:text-red-400\/45:is(.dark *) {
    color: hsla(0, 91%, 71%, .45)
}

.dark\:text-red-400\/5:is(.dark *) {
    color: hsla(0, 91%, 71%, .05)
}

.dark\:text-red-400\/50:is(.dark *) {
    color: hsla(0, 91%, 71%, .5)
}

.dark\:text-red-400\/55:is(.dark *) {
    color: hsla(0, 91%, 71%, .55)
}

.dark\:text-red-400\/60:is(.dark *) {
    color: hsla(0, 91%, 71%, .6)
}

.dark\:text-red-400\/65:is(.dark *) {
    color: hsla(0, 91%, 71%, .65)
}

.dark\:text-red-400\/70:is(.dark *) {
    color: hsla(0, 91%, 71%, .7)
}

.dark\:text-red-400\/75:is(.dark *) {
    color: hsla(0, 91%, 71%, .75)
}

.dark\:text-red-400\/80:is(.dark *) {
    color: hsla(0, 91%, 71%, .8)
}

.dark\:text-red-400\/85:is(.dark *) {
    color: hsla(0, 91%, 71%, .85)
}

.dark\:text-red-400\/90:is(.dark *) {
    color: hsla(0, 91%, 71%, .9)
}

.dark\:text-red-400\/95:is(.dark *) {
    color: hsla(0, 91%, 71%, .95)
}

.dark\:text-rose-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(251 113 133/var(--tw-text-opacity))
}

.dark\:text-rose-400\/0:is(.dark *) {
    color: rgba(251, 113, 133, 0)
}

.dark\:text-rose-400\/10:is(.dark *) {
    color: rgba(251, 113, 133, .1)
}

.dark\:text-rose-400\/100:is(.dark *) {
    color: #fb7185
}

.dark\:text-rose-400\/15:is(.dark *) {
    color: rgba(251, 113, 133, .15)
}

.dark\:text-rose-400\/20:is(.dark *) {
    color: rgba(251, 113, 133, .2)
}

.dark\:text-rose-400\/25:is(.dark *) {
    color: rgba(251, 113, 133, .25)
}

.dark\:text-rose-400\/30:is(.dark *) {
    color: rgba(251, 113, 133, .3)
}

.dark\:text-rose-400\/35:is(.dark *) {
    color: rgba(251, 113, 133, .35)
}

.dark\:text-rose-400\/40:is(.dark *) {
    color: rgba(251, 113, 133, .4)
}

.dark\:text-rose-400\/45:is(.dark *) {
    color: rgba(251, 113, 133, .45)
}

.dark\:text-rose-400\/5:is(.dark *) {
    color: rgba(251, 113, 133, .05)
}

.dark\:text-rose-400\/50:is(.dark *) {
    color: rgba(251, 113, 133, .5)
}

.dark\:text-rose-400\/55:is(.dark *) {
    color: rgba(251, 113, 133, .55)
}

.dark\:text-rose-400\/60:is(.dark *) {
    color: rgba(251, 113, 133, .6)
}

.dark\:text-rose-400\/65:is(.dark *) {
    color: rgba(251, 113, 133, .65)
}

.dark\:text-rose-400\/70:is(.dark *) {
    color: rgba(251, 113, 133, .7)
}

.dark\:text-rose-400\/75:is(.dark *) {
    color: rgba(251, 113, 133, .75)
}

.dark\:text-rose-400\/80:is(.dark *) {
    color: rgba(251, 113, 133, .8)
}

.dark\:text-rose-400\/85:is(.dark *) {
    color: rgba(251, 113, 133, .85)
}

.dark\:text-rose-400\/90:is(.dark *) {
    color: rgba(251, 113, 133, .9)
}

.dark\:text-rose-400\/95:is(.dark *) {
    color: rgba(251, 113, 133, .95)
}

.dark\:text-sky-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(56 189 248/var(--tw-text-opacity))
}

.dark\:text-sky-400\/0:is(.dark *) {
    color: rgba(56, 189, 248, 0)
}

.dark\:text-sky-400\/10:is(.dark *) {
    color: rgba(56, 189, 248, .1)
}

.dark\:text-sky-400\/100:is(.dark *) {
    color: #38bdf8
}

.dark\:text-sky-400\/15:is(.dark *) {
    color: rgba(56, 189, 248, .15)
}

.dark\:text-sky-400\/20:is(.dark *) {
    color: rgba(56, 189, 248, .2)
}

.dark\:text-sky-400\/25:is(.dark *) {
    color: rgba(56, 189, 248, .25)
}

.dark\:text-sky-400\/30:is(.dark *) {
    color: rgba(56, 189, 248, .3)
}

.dark\:text-sky-400\/35:is(.dark *) {
    color: rgba(56, 189, 248, .35)
}

.dark\:text-sky-400\/40:is(.dark *) {
    color: rgba(56, 189, 248, .4)
}

.dark\:text-sky-400\/45:is(.dark *) {
    color: rgba(56, 189, 248, .45)
}

.dark\:text-sky-400\/5:is(.dark *) {
    color: rgba(56, 189, 248, .05)
}

.dark\:text-sky-400\/50:is(.dark *) {
    color: rgba(56, 189, 248, .5)
}

.dark\:text-sky-400\/55:is(.dark *) {
    color: rgba(56, 189, 248, .55)
}

.dark\:text-sky-400\/60:is(.dark *) {
    color: rgba(56, 189, 248, .6)
}

.dark\:text-sky-400\/65:is(.dark *) {
    color: rgba(56, 189, 248, .65)
}

.dark\:text-sky-400\/70:is(.dark *) {
    color: rgba(56, 189, 248, .7)
}

.dark\:text-sky-400\/75:is(.dark *) {
    color: rgba(56, 189, 248, .75)
}

.dark\:text-sky-400\/80:is(.dark *) {
    color: rgba(56, 189, 248, .8)
}

.dark\:text-sky-400\/85:is(.dark *) {
    color: rgba(56, 189, 248, .85)
}

.dark\:text-sky-400\/90:is(.dark *) {
    color: rgba(56, 189, 248, .9)
}

.dark\:text-sky-400\/95:is(.dark *) {
    color: rgba(56, 189, 248, .95)
}

.dark\:text-teal-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(45 212 191/var(--tw-text-opacity))
}

.dark\:text-teal-400\/0:is(.dark *) {
    color: rgba(45, 212, 191, 0)
}

.dark\:text-teal-400\/10:is(.dark *) {
    color: rgba(45, 212, 191, .1)
}

.dark\:text-teal-400\/100:is(.dark *) {
    color: #2dd4bf
}

.dark\:text-teal-400\/15:is(.dark *) {
    color: rgba(45, 212, 191, .15)
}

.dark\:text-teal-400\/20:is(.dark *) {
    color: rgba(45, 212, 191, .2)
}

.dark\:text-teal-400\/25:is(.dark *) {
    color: rgba(45, 212, 191, .25)
}

.dark\:text-teal-400\/30:is(.dark *) {
    color: rgba(45, 212, 191, .3)
}

.dark\:text-teal-400\/35:is(.dark *) {
    color: rgba(45, 212, 191, .35)
}

.dark\:text-teal-400\/40:is(.dark *) {
    color: rgba(45, 212, 191, .4)
}

.dark\:text-teal-400\/45:is(.dark *) {
    color: rgba(45, 212, 191, .45)
}

.dark\:text-teal-400\/5:is(.dark *) {
    color: rgba(45, 212, 191, .05)
}

.dark\:text-teal-400\/50:is(.dark *) {
    color: rgba(45, 212, 191, .5)
}

.dark\:text-teal-400\/55:is(.dark *) {
    color: rgba(45, 212, 191, .55)
}

.dark\:text-teal-400\/60:is(.dark *) {
    color: rgba(45, 212, 191, .6)
}

.dark\:text-teal-400\/65:is(.dark *) {
    color: rgba(45, 212, 191, .65)
}

.dark\:text-teal-400\/70:is(.dark *) {
    color: rgba(45, 212, 191, .7)
}

.dark\:text-teal-400\/75:is(.dark *) {
    color: rgba(45, 212, 191, .75)
}

.dark\:text-teal-400\/80:is(.dark *) {
    color: rgba(45, 212, 191, .8)
}

.dark\:text-teal-400\/85:is(.dark *) {
    color: rgba(45, 212, 191, .85)
}

.dark\:text-teal-400\/90:is(.dark *) {
    color: rgba(45, 212, 191, .9)
}

.dark\:text-teal-400\/95:is(.dark *) {
    color: rgba(45, 212, 191, .95)
}

.dark\:text-text:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--text)/var(--tw-text-opacity))
}

.dark\:text-violet-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(167 139 250/var(--tw-text-opacity))
}

.dark\:text-violet-400\/0:is(.dark *) {
    color: rgba(167, 139, 250, 0)
}

.dark\:text-violet-400\/10:is(.dark *) {
    color: rgba(167, 139, 250, .1)
}

.dark\:text-violet-400\/100:is(.dark *) {
    color: #a78bfa
}

.dark\:text-violet-400\/15:is(.dark *) {
    color: rgba(167, 139, 250, .15)
}

.dark\:text-violet-400\/20:is(.dark *) {
    color: rgba(167, 139, 250, .2)
}

.dark\:text-violet-400\/25:is(.dark *) {
    color: rgba(167, 139, 250, .25)
}

.dark\:text-violet-400\/30:is(.dark *) {
    color: rgba(167, 139, 250, .3)
}

.dark\:text-violet-400\/35:is(.dark *) {
    color: rgba(167, 139, 250, .35)
}

.dark\:text-violet-400\/40:is(.dark *) {
    color: rgba(167, 139, 250, .4)
}

.dark\:text-violet-400\/45:is(.dark *) {
    color: rgba(167, 139, 250, .45)
}

.dark\:text-violet-400\/5:is(.dark *) {
    color: rgba(167, 139, 250, .05)
}

.dark\:text-violet-400\/50:is(.dark *) {
    color: rgba(167, 139, 250, .5)
}

.dark\:text-violet-400\/55:is(.dark *) {
    color: rgba(167, 139, 250, .55)
}

.dark\:text-violet-400\/60:is(.dark *) {
    color: rgba(167, 139, 250, .6)
}

.dark\:text-violet-400\/65:is(.dark *) {
    color: rgba(167, 139, 250, .65)
}

.dark\:text-violet-400\/70:is(.dark *) {
    color: rgba(167, 139, 250, .7)
}

.dark\:text-violet-400\/75:is(.dark *) {
    color: rgba(167, 139, 250, .75)
}

.dark\:text-violet-400\/80:is(.dark *) {
    color: rgba(167, 139, 250, .8)
}

.dark\:text-violet-400\/85:is(.dark *) {
    color: rgba(167, 139, 250, .85)
}

.dark\:text-violet-400\/90:is(.dark *) {
    color: rgba(167, 139, 250, .9)
}

.dark\:text-violet-400\/95:is(.dark *) {
    color: rgba(167, 139, 250, .95)
}

.dark\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.dark\:text-yellow-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(250 204 21/var(--tw-text-opacity))
}

.dark\:text-yellow-400\/0:is(.dark *) {
    color: rgba(250, 204, 21, 0)
}

.dark\:text-yellow-400\/10:is(.dark *) {
    color: rgba(250, 204, 21, .1)
}

.dark\:text-yellow-400\/100:is(.dark *) {
    color: #facc15
}

.dark\:text-yellow-400\/15:is(.dark *) {
    color: rgba(250, 204, 21, .15)
}

.dark\:text-yellow-400\/20:is(.dark *) {
    color: rgba(250, 204, 21, .2)
}

.dark\:text-yellow-400\/25:is(.dark *) {
    color: rgba(250, 204, 21, .25)
}

.dark\:text-yellow-400\/30:is(.dark *) {
    color: rgba(250, 204, 21, .3)
}

.dark\:text-yellow-400\/35:is(.dark *) {
    color: rgba(250, 204, 21, .35)
}

.dark\:text-yellow-400\/40:is(.dark *) {
    color: rgba(250, 204, 21, .4)
}

.dark\:text-yellow-400\/45:is(.dark *) {
    color: rgba(250, 204, 21, .45)
}

.dark\:text-yellow-400\/5:is(.dark *) {
    color: rgba(250, 204, 21, .05)
}

.dark\:text-yellow-400\/50:is(.dark *) {
    color: rgba(250, 204, 21, .5)
}

.dark\:text-yellow-400\/55:is(.dark *) {
    color: rgba(250, 204, 21, .55)
}

.dark\:text-yellow-400\/60:is(.dark *) {
    color: rgba(250, 204, 21, .6)
}

.dark\:text-yellow-400\/65:is(.dark *) {
    color: rgba(250, 204, 21, .65)
}

.dark\:text-yellow-400\/70:is(.dark *) {
    color: rgba(250, 204, 21, .7)
}

.dark\:text-yellow-400\/75:is(.dark *) {
    color: rgba(250, 204, 21, .75)
}

.dark\:text-yellow-400\/80:is(.dark *) {
    color: rgba(250, 204, 21, .8)
}

.dark\:text-yellow-400\/85:is(.dark *) {
    color: rgba(250, 204, 21, .85)
}

.dark\:text-yellow-400\/90:is(.dark *) {
    color: rgba(250, 204, 21, .9)
}

.dark\:text-yellow-400\/95:is(.dark *) {
    color: rgba(250, 204, 21, .95)
}

.dark\:placeholder-gray-500:is(.dark *)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(var(--color-gray-500)/var(--tw-placeholder-opacity))
}

.dark\:placeholder-gray-500:is(.dark *)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(var(--color-gray-500)/var(--tw-placeholder-opacity))
}

.dark\:placeholder-white:is(.dark *)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255/var(--tw-placeholder-opacity))
}

.dark\:placeholder-white:is(.dark *)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255/var(--tw-placeholder-opacity))
}

.dark\:ring-gray-700:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-700)/var(--tw-ring-opacity))
}

.dark\:ring-gray-800:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-800)/var(--tw-ring-opacity))
}

.dark\:ring-gray-900:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-900)/var(--tw-ring-opacity))
}

.dark\:ring-primary-400:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-400)/var(--tw-ring-opacity))
}

.dark\:ring-primary-400\/0:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0)
}

.dark\:ring-primary-400\/10:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.1)
}

.dark\:ring-primary-400\/100:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/1)
}

.dark\:ring-primary-400\/15:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.15)
}

.dark\:ring-primary-400\/20:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.2)
}

.dark\:ring-primary-400\/25:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.25)
}

.dark\:ring-primary-400\/30:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.3)
}

.dark\:ring-primary-400\/35:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.35)
}

.dark\:ring-primary-400\/40:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.4)
}

.dark\:ring-primary-400\/45:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.45)
}

.dark\:ring-primary-400\/5:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.05)
}

.dark\:ring-primary-400\/50:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.5)
}

.dark\:ring-primary-400\/55:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.55)
}

.dark\:ring-primary-400\/60:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.6)
}

.dark\:ring-primary-400\/65:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.65)
}

.dark\:ring-primary-400\/70:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.7)
}

.dark\:ring-primary-400\/75:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.75)
}

.dark\:ring-primary-400\/80:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.8)
}

.dark\:ring-primary-400\/85:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.85)
}

.dark\:ring-primary-400\/90:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.9)
}

.dark\:ring-primary-400\/95:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.95)
}

.dark\:ring-red-400:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113/var(--tw-ring-opacity))
}

.dark\:ring-red-400\/0:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, 0)
}

.dark\:ring-red-400\/10:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .1)
}

.dark\:ring-red-400\/100:is(.dark *) {
    --tw-ring-color: #f87171
}

.dark\:ring-red-400\/15:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .15)
}

.dark\:ring-red-400\/20:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .2)
}

.dark\:ring-red-400\/25:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .25)
}

.dark\:ring-red-400\/30:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .3)
}

.dark\:ring-red-400\/35:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .35)
}

.dark\:ring-red-400\/40:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .4)
}

.dark\:ring-red-400\/45:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .45)
}

.dark\:ring-red-400\/5:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .05)
}

.dark\:ring-red-400\/50:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .5)
}

.dark\:ring-red-400\/55:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .55)
}

.dark\:ring-red-400\/60:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .6)
}

.dark\:ring-red-400\/65:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .65)
}

.dark\:ring-red-400\/70:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .7)
}

.dark\:ring-red-400\/75:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .75)
}

.dark\:ring-red-400\/80:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .8)
}

.dark\:ring-red-400\/85:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .85)
}

.dark\:ring-red-400\/90:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .9)
}

.dark\:ring-red-400\/95:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .95)
}

.dark\:ring-opacity-25:is(.dark *) {
    --tw-ring-opacity: 0.25
}

.dark\:file\:text-gray-400:is(.dark *)::file-selector-button {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-400)/var(--tw-text-opacity))
}

.dark\:before\:bg-gray-700:is(.dark *):before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-700)/var(--tw-bg-opacity))
}

.dark\:before\:bg-gray-800:is(.dark *):before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-800)/var(--tw-bg-opacity))
}

.dark\:before\:ring-gray-700:is(.dark *):before {
    content: var(--tw-content);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-700)/var(--tw-ring-opacity))
}

.dark\:before\:ring-gray-800:is(.dark *):before {
    content: var(--tw-content);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-gray-800)/var(--tw-ring-opacity))
}

.dark\:after\:bg-primary-400:is(.dark *):after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-400)/var(--tw-bg-opacity))
}

.dark\:after\:text-red-400:is(.dark *):after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.dark\:checked\:border-transparent:checked:is(.dark *) {
    border-color: transparent
}

.dark\:checked\:bg-current:checked:is(.dark *) {
    background-color: currentColor
}

.dark\:indeterminate\:border-transparent:indeterminate:is(.dark *) {
    border-color: transparent
}

.dark\:indeterminate\:bg-current:indeterminate:is(.dark *) {
    background-color: currentColor
} 

.dark\:hover\:bg-gom-500:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.dark\:hover\:bg-gom-900:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(116 84 15/var(--tw-bg-opacity))
}

.dark\:hover\:bg-gom-950:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(68 45 4/var(--tw-bg-opacity))
}

.dark\:hover\:bg-gray-100:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-100)/var(--tw-bg-opacity))
}

.dark\:hover\:bg-gray-700\/50:hover:is(.dark *) {
    background-color: rgb(var(--color-gray-700)/.5)
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-800)/var(--tw-bg-opacity))
}

.dark\:hover\:bg-gray-800\/50:hover:is(.dark *) {
    background-color: rgb(var(--color-gray-800)/.5)
}

.dark\:hover\:bg-gray-900:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-900)/var(--tw-bg-opacity))
}

.dark\:hover\:bg-mog-500:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(47 52 255/var(--tw-bg-opacity))
}

.dark\:hover\:bg-mog-700:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
}

.dark\:hover\:bg-mog-900:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(19 6 205/var(--tw-bg-opacity))
}

.dark\:hover\:bg-mog-950:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(14 0 177/var(--tw-bg-opacity))
}

.dark\:hover\:bg-primary-500:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-500)/var(--tw-bg-opacity))
}

.dark\:hover\:bg-primary-500\/0:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/0)
}

.dark\:hover\:bg-primary-500\/10:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.1)
}

.dark\:hover\:bg-primary-500\/100:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/1)
}

.dark\:hover\:bg-primary-500\/15:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.15)
}

.dark\:hover\:bg-primary-500\/20:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.2)
}

.dark\:hover\:bg-primary-500\/25:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.25)
}

.dark\:hover\:bg-primary-500\/30:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.3)
}

.dark\:hover\:bg-primary-500\/35:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.35)
}

.dark\:hover\:bg-primary-500\/40:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.4)
}

.dark\:hover\:bg-primary-500\/45:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.45)
}

.dark\:hover\:bg-primary-500\/5:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.05)
}

.dark\:hover\:bg-primary-500\/50:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.5)
}

.dark\:hover\:bg-primary-500\/55:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.55)
}

.dark\:hover\:bg-primary-500\/60:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.6)
}

.dark\:hover\:bg-primary-500\/65:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.65)
}

.dark\:hover\:bg-primary-500\/70:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.7)
}

.dark\:hover\:bg-primary-500\/75:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.75)
}

.dark\:hover\:bg-primary-500\/80:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.8)
}

.dark\:hover\:bg-primary-500\/85:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.85)
}

.dark\:hover\:bg-primary-500\/90:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.9)
}

.dark\:hover\:bg-primary-500\/95:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-500)/.95)
}

.dark\:hover\:bg-primary-900:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-900)/var(--tw-bg-opacity))
}

.dark\:hover\:bg-primary-900\/0:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/0)
}

.dark\:hover\:bg-primary-900\/10:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.1)
}

.dark\:hover\:bg-primary-900\/100:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/1)
}

.dark\:hover\:bg-primary-900\/15:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.15)
}

.dark\:hover\:bg-primary-900\/20:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.2)
}

.dark\:hover\:bg-primary-900\/25:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.25)
}

.dark\:hover\:bg-primary-900\/30:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.3)
}

.dark\:hover\:bg-primary-900\/35:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.35)
}

.dark\:hover\:bg-primary-900\/40:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.4)
}

.dark\:hover\:bg-primary-900\/45:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.45)
}

.dark\:hover\:bg-primary-900\/5:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.05)
}

.dark\:hover\:bg-primary-900\/50:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.5)
}

.dark\:hover\:bg-primary-900\/55:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.55)
}

.dark\:hover\:bg-primary-900\/60:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.6)
}

.dark\:hover\:bg-primary-900\/65:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.65)
}

.dark\:hover\:bg-primary-900\/70:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.7)
}

.dark\:hover\:bg-primary-900\/75:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.75)
}

.dark\:hover\:bg-primary-900\/80:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.8)
}

.dark\:hover\:bg-primary-900\/85:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.85)
}

.dark\:hover\:bg-primary-900\/90:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.9)
}

.dark\:hover\:bg-primary-900\/95:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-900)/.95)
}

.dark\:hover\:bg-primary-950:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-950)/var(--tw-bg-opacity))
}

.dark\:hover\:bg-primary-950\/0:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/0)
}

.dark\:hover\:bg-primary-950\/10:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.1)
}

.dark\:hover\:bg-primary-950\/100:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/1)
}

.dark\:hover\:bg-primary-950\/15:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.15)
}

.dark\:hover\:bg-primary-950\/20:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.2)
}

.dark\:hover\:bg-primary-950\/25:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.25)
}

.dark\:hover\:bg-primary-950\/30:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.3)
}

.dark\:hover\:bg-primary-950\/35:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.35)
}

.dark\:hover\:bg-primary-950\/40:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.4)
}

.dark\:hover\:bg-primary-950\/45:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.45)
}

.dark\:hover\:bg-primary-950\/5:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.05)
}

.dark\:hover\:bg-primary-950\/50:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.5)
}

.dark\:hover\:bg-primary-950\/55:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.55)
}

.dark\:hover\:bg-primary-950\/60:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.6)
}

.dark\:hover\:bg-primary-950\/65:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.65)
}

.dark\:hover\:bg-primary-950\/70:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.7)
}

.dark\:hover\:bg-primary-950\/75:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.75)
}

.dark\:hover\:bg-primary-950\/80:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.8)
}

.dark\:hover\:bg-primary-950\/85:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.85)
}

.dark\:hover\:bg-primary-950\/90:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.9)
}

.dark\:hover\:bg-primary-950\/95:hover:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.95)
}

.dark\:hover\:bg-transparent:hover:is(.dark *) {
    background-color: transparent
}

.dark\:hover\:bg-white:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.dark\:hover\:text-gom-500:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 245 0/var(--tw-text-opacity))
}

.dark\:hover\:text-gray-200:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-200)/var(--tw-text-opacity))
}

.dark\:hover\:text-mog-500:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(47 52 255/var(--tw-text-opacity))
}

.dark\:hover\:text-primary-500:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-500)/var(--tw-text-opacity))
}

.dark\:hover\:text-primary-500\/0:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/0)
}

.dark\:hover\:text-primary-500\/10:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.1)
}

.dark\:hover\:text-primary-500\/100:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/1)
}

.dark\:hover\:text-primary-500\/15:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.15)
}

.dark\:hover\:text-primary-500\/20:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.2)
}

.dark\:hover\:text-primary-500\/25:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.25)
}

.dark\:hover\:text-primary-500\/30:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.3)
}

.dark\:hover\:text-primary-500\/35:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.35)
}

.dark\:hover\:text-primary-500\/40:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.4)
}

.dark\:hover\:text-primary-500\/45:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.45)
}

.dark\:hover\:text-primary-500\/5:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.05)
}

.dark\:hover\:text-primary-500\/50:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.5)
}

.dark\:hover\:text-primary-500\/55:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.55)
}

.dark\:hover\:text-primary-500\/60:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.6)
}

.dark\:hover\:text-primary-500\/65:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.65)
}

.dark\:hover\:text-primary-500\/70:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.7)
}

.dark\:hover\:text-primary-500\/75:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.75)
}

.dark\:hover\:text-primary-500\/80:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.8)
}

.dark\:hover\:text-primary-500\/85:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.85)
}

.dark\:hover\:text-primary-500\/90:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.9)
}

.dark\:hover\:text-primary-500\/95:hover:is(.dark *) {
    color: rgb(var(--color-primary-500)/.95)
}

.dark\:hover\:text-white:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.dark\:hover\:before\:bg-gray-800\/50:hover:is(.dark *):before {
    background-color: rgb(var(--color-gray-800)/.5);
    content: var(--tw-content)
}

.dark\:focus\:ring-primary-400:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-400)/var(--tw-ring-opacity))
}

.dark\:focus\:ring-primary-400\/0:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0)
}

.dark\:focus\:ring-primary-400\/10:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.1)
}

.dark\:focus\:ring-primary-400\/100:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/1)
}

.dark\:focus\:ring-primary-400\/15:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.15)
}

.dark\:focus\:ring-primary-400\/20:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.2)
}

.dark\:focus\:ring-primary-400\/25:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.25)
}

.dark\:focus\:ring-primary-400\/30:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.3)
}

.dark\:focus\:ring-primary-400\/35:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.35)
}

.dark\:focus\:ring-primary-400\/40:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.4)
}

.dark\:focus\:ring-primary-400\/45:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.45)
}

.dark\:focus\:ring-primary-400\/5:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.05)
}

.dark\:focus\:ring-primary-400\/50:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.5)
}

.dark\:focus\:ring-primary-400\/55:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.55)
}

.dark\:focus\:ring-primary-400\/60:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.6)
}

.dark\:focus\:ring-primary-400\/65:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.65)
}

.dark\:focus\:ring-primary-400\/70:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.7)
}

.dark\:focus\:ring-primary-400\/75:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.75)
}

.dark\:focus\:ring-primary-400\/80:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.8)
}

.dark\:focus\:ring-primary-400\/85:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.85)
}

.dark\:focus\:ring-primary-400\/90:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.9)
}

.dark\:focus\:ring-primary-400\/95:focus:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.95)
}

.dark\:focus\:ring-red-400:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113/var(--tw-ring-opacity))
}

.dark\:focus\:ring-red-400\/0:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, 0)
}

.dark\:focus\:ring-red-400\/10:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .1)
}

.dark\:focus\:ring-red-400\/100:focus:is(.dark *) {
    --tw-ring-color: #f87171
}

.dark\:focus\:ring-red-400\/15:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .15)
}

.dark\:focus\:ring-red-400\/20:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .2)
}

.dark\:focus\:ring-red-400\/25:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .25)
}

.dark\:focus\:ring-red-400\/30:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .3)
}

.dark\:focus\:ring-red-400\/35:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .35)
}

.dark\:focus\:ring-red-400\/40:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .4)
}

.dark\:focus\:ring-red-400\/45:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .45)
}

.dark\:focus\:ring-red-400\/5:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .05)
}

.dark\:focus\:ring-red-400\/50:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .5)
}

.dark\:focus\:ring-red-400\/55:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .55)
}

.dark\:focus\:ring-red-400\/60:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .6)
}

.dark\:focus\:ring-red-400\/65:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .65)
}

.dark\:focus\:ring-red-400\/70:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .7)
}

.dark\:focus\:ring-red-400\/75:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .75)
}

.dark\:focus\:ring-red-400\/80:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .8)
}

.dark\:focus\:ring-red-400\/85:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .85)
}

.dark\:focus\:ring-red-400\/90:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .9)
}

.dark\:focus\:ring-red-400\/95:focus:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .95)
}

.dark\:focus-visible\:outline-none:focus-visible:is(.dark *) {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.dark\:focus-visible\:outline-gom-400:focus-visible:is(.dark *) {
    outline-color: #fcff0d
}

.dark\:focus-visible\:outline-mog-400:focus-visible:is(.dark *) {
    outline-color: #5668ff
}

.dark\:focus-visible\:outline-primary-400:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/1)
}

.dark\:focus-visible\:outline-primary-400\/0:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/0)
}

.dark\:focus-visible\:outline-primary-400\/10:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.1)
}

.dark\:focus-visible\:outline-primary-400\/100:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/1)
}

.dark\:focus-visible\:outline-primary-400\/15:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.15)
}

.dark\:focus-visible\:outline-primary-400\/20:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.2)
}

.dark\:focus-visible\:outline-primary-400\/25:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.25)
}

.dark\:focus-visible\:outline-primary-400\/30:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.3)
}

.dark\:focus-visible\:outline-primary-400\/35:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.35)
}

.dark\:focus-visible\:outline-primary-400\/40:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.4)
}

.dark\:focus-visible\:outline-primary-400\/45:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.45)
}

.dark\:focus-visible\:outline-primary-400\/5:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.05)
}

.dark\:focus-visible\:outline-primary-400\/50:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.5)
}

.dark\:focus-visible\:outline-primary-400\/55:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.55)
}

.dark\:focus-visible\:outline-primary-400\/60:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.6)
}

.dark\:focus-visible\:outline-primary-400\/65:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.65)
}

.dark\:focus-visible\:outline-primary-400\/70:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.7)
}

.dark\:focus-visible\:outline-primary-400\/75:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.75)
}

.dark\:focus-visible\:outline-primary-400\/80:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.8)
}

.dark\:focus-visible\:outline-primary-400\/85:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.85)
}

.dark\:focus-visible\:outline-primary-400\/90:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.9)
}

.dark\:focus-visible\:outline-primary-400\/95:focus-visible:is(.dark *) {
    outline-color: rgb(var(--color-primary-400)/.95)
}

.dark\:focus-visible\:ring-gom-400:focus-visible:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 255 13/var(--tw-ring-opacity))
}

.dark\:focus-visible\:ring-mog-400:focus-visible:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(86 104 255/var(--tw-ring-opacity))
}

.dark\:focus-visible\:ring-primary-400:focus-visible:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-400)/var(--tw-ring-opacity))
}

.dark\:focus-visible\:ring-primary-400\/0:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0)
}

.dark\:focus-visible\:ring-primary-400\/10:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.1)
}

.dark\:focus-visible\:ring-primary-400\/100:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/1)
}

.dark\:focus-visible\:ring-primary-400\/15:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.15)
}

.dark\:focus-visible\:ring-primary-400\/20:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.2)
}

.dark\:focus-visible\:ring-primary-400\/25:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.25)
}

.dark\:focus-visible\:ring-primary-400\/30:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.3)
}

.dark\:focus-visible\:ring-primary-400\/35:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.35)
}

.dark\:focus-visible\:ring-primary-400\/40:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.4)
}

.dark\:focus-visible\:ring-primary-400\/45:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.45)
}

.dark\:focus-visible\:ring-primary-400\/5:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.05)
}

.dark\:focus-visible\:ring-primary-400\/50:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.5)
}

.dark\:focus-visible\:ring-primary-400\/55:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.55)
}

.dark\:focus-visible\:ring-primary-400\/60:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.6)
}

.dark\:focus-visible\:ring-primary-400\/65:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.65)
}

.dark\:focus-visible\:ring-primary-400\/70:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.7)
}

.dark\:focus-visible\:ring-primary-400\/75:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.75)
}

.dark\:focus-visible\:ring-primary-400\/80:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.8)
}

.dark\:focus-visible\:ring-primary-400\/85:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.85)
}

.dark\:focus-visible\:ring-primary-400\/90:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.9)
}

.dark\:focus-visible\:ring-primary-400\/95:focus-visible:is(.dark *) {
    --tw-ring-color: rgb(var(--color-primary-400)/0.95)
}

.dark\:focus-visible\:ring-red-400:focus-visible:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113/var(--tw-ring-opacity))
}

.dark\:focus-visible\:ring-red-400\/0:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, 0)
}

.dark\:focus-visible\:ring-red-400\/10:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .1)
}

.dark\:focus-visible\:ring-red-400\/100:focus-visible:is(.dark *) {
    --tw-ring-color: #f87171
}

.dark\:focus-visible\:ring-red-400\/15:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .15)
}

.dark\:focus-visible\:ring-red-400\/20:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .2)
}

.dark\:focus-visible\:ring-red-400\/25:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .25)
}

.dark\:focus-visible\:ring-red-400\/30:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .3)
}

.dark\:focus-visible\:ring-red-400\/35:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .35)
}

.dark\:focus-visible\:ring-red-400\/40:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .4)
}

.dark\:focus-visible\:ring-red-400\/45:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .45)
}

.dark\:focus-visible\:ring-red-400\/5:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .05)
}

.dark\:focus-visible\:ring-red-400\/50:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .5)
}

.dark\:focus-visible\:ring-red-400\/55:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .55)
}

.dark\:focus-visible\:ring-red-400\/60:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .6)
}

.dark\:focus-visible\:ring-red-400\/65:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .65)
}

.dark\:focus-visible\:ring-red-400\/70:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .7)
}

.dark\:focus-visible\:ring-red-400\/75:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .75)
}

.dark\:focus-visible\:ring-red-400\/80:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .8)
}

.dark\:focus-visible\:ring-red-400\/85:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .85)
}

.dark\:focus-visible\:ring-red-400\/90:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .9)
}

.dark\:focus-visible\:ring-red-400\/95:focus-visible:is(.dark *) {
    --tw-ring-color: hsla(0, 91%, 71%, .95)
}

.dark\:focus-visible\:ring-offset-gray-900:focus-visible:is(.dark *) {
    --tw-ring-offset-color: rgb(var(--color-gray-900)/1)
}

.dark\:focus-visible\:before\:ring-primary-400:focus-visible:is(.dark *):before {
    content: var(--tw-content);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-400)/var(--tw-ring-opacity))
}

.dark\:disabled\:bg-gom-400:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(252 255 13/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-gom-950:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(68 45 4/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-gray-800:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-800)/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-gray-900:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-900)/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-mog-400:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(86 104 255/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-mog-950:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(14 0 177/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-primary-400:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-400)/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-primary-400\/0:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/0)
}

.dark\:disabled\:bg-primary-400\/10:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.1)
}

.dark\:disabled\:bg-primary-400\/100:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/1)
}

.dark\:disabled\:bg-primary-400\/15:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.15)
}

.dark\:disabled\:bg-primary-400\/20:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.2)
}

.dark\:disabled\:bg-primary-400\/25:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.25)
}

.dark\:disabled\:bg-primary-400\/30:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.3)
}

.dark\:disabled\:bg-primary-400\/35:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.35)
}

.dark\:disabled\:bg-primary-400\/40:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.4)
}

.dark\:disabled\:bg-primary-400\/45:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.45)
}

.dark\:disabled\:bg-primary-400\/5:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.05)
}

.dark\:disabled\:bg-primary-400\/50:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.5)
}

.dark\:disabled\:bg-primary-400\/55:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.55)
}

.dark\:disabled\:bg-primary-400\/60:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.6)
}

.dark\:disabled\:bg-primary-400\/65:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.65)
}

.dark\:disabled\:bg-primary-400\/70:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.7)
}

.dark\:disabled\:bg-primary-400\/75:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.75)
}

.dark\:disabled\:bg-primary-400\/80:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.8)
}

.dark\:disabled\:bg-primary-400\/85:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.85)
}

.dark\:disabled\:bg-primary-400\/90:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.9)
}

.dark\:disabled\:bg-primary-400\/95:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-400)/.95)
}

.dark\:disabled\:bg-primary-950:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary-950)/var(--tw-bg-opacity))
}

.dark\:disabled\:bg-primary-950\/0:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/0)
}

.dark\:disabled\:bg-primary-950\/10:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.1)
}

.dark\:disabled\:bg-primary-950\/100:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/1)
}

.dark\:disabled\:bg-primary-950\/15:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.15)
}

.dark\:disabled\:bg-primary-950\/20:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.2)
}

.dark\:disabled\:bg-primary-950\/25:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.25)
}

.dark\:disabled\:bg-primary-950\/30:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.3)
}

.dark\:disabled\:bg-primary-950\/35:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.35)
}

.dark\:disabled\:bg-primary-950\/40:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.4)
}

.dark\:disabled\:bg-primary-950\/45:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.45)
}

.dark\:disabled\:bg-primary-950\/5:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.05)
}

.dark\:disabled\:bg-primary-950\/50:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.5)
}

.dark\:disabled\:bg-primary-950\/55:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.55)
}

.dark\:disabled\:bg-primary-950\/60:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.6)
}

.dark\:disabled\:bg-primary-950\/65:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.65)
}

.dark\:disabled\:bg-primary-950\/70:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.7)
}

.dark\:disabled\:bg-primary-950\/75:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.75)
}

.dark\:disabled\:bg-primary-950\/80:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.8)
}

.dark\:disabled\:bg-primary-950\/85:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.85)
}

.dark\:disabled\:bg-primary-950\/90:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.9)
}

.dark\:disabled\:bg-primary-950\/95:disabled:is(.dark *) {
    background-color: rgb(var(--color-primary-950)/.95)
}

.dark\:disabled\:bg-transparent:disabled:is(.dark *) {
    background-color: transparent
}

.dark\:disabled\:bg-white:disabled:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.dark\:disabled\:text-gom-400:disabled:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(252 255 13/var(--tw-text-opacity))
}

.dark\:disabled\:text-mog-400:disabled:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(86 104 255/var(--tw-text-opacity))
}

.dark\:disabled\:text-primary-400:disabled:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary-400)/var(--tw-text-opacity))
}

.dark\:disabled\:text-primary-400\/0:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/0)
}

.dark\:disabled\:text-primary-400\/10:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.1)
}

.dark\:disabled\:text-primary-400\/100:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/1)
}

.dark\:disabled\:text-primary-400\/15:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.15)
}

.dark\:disabled\:text-primary-400\/20:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.2)
}

.dark\:disabled\:text-primary-400\/25:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.25)
}

.dark\:disabled\:text-primary-400\/30:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.3)
}

.dark\:disabled\:text-primary-400\/35:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.35)
}

.dark\:disabled\:text-primary-400\/40:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.4)
}

.dark\:disabled\:text-primary-400\/45:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.45)
}

.dark\:disabled\:text-primary-400\/5:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.05)
}

.dark\:disabled\:text-primary-400\/50:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.5)
}

.dark\:disabled\:text-primary-400\/55:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.55)
}

.dark\:disabled\:text-primary-400\/60:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.6)
}

.dark\:disabled\:text-primary-400\/65:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.65)
}

.dark\:disabled\:text-primary-400\/70:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.7)
}

.dark\:disabled\:text-primary-400\/75:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.75)
}

.dark\:disabled\:text-primary-400\/80:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.8)
}

.dark\:disabled\:text-primary-400\/85:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.85)
}

.dark\:disabled\:text-primary-400\/90:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.9)
}

.dark\:disabled\:text-primary-400\/95:disabled:is(.dark *) {
    color: rgb(var(--color-primary-400)/.95)
}

.group:hover .dark\:group-hover\:text-gray-200:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(var(--color-gray-200)/var(--tw-text-opacity))
}

:where([data-headlessui-focus-visible]) .dark\:ui-focus-visible\:ring-primary-400:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--color-primary-400)/var(--tw-ring-opacity))
}

@media not all and (min-width:1024px) {
    .max-lg\:aspect-auto {
        aspect-ratio: auto
    }

    .max-lg\:max-h-\[50vh\] {
        max-height: 50vh
    }
}

@media (min-width:640px) {
    .sm\:my-8 {
        margin-bottom: 2rem;
        margin-top: 2rem
    }

    .sm\:w-96 {
        width: 24rem
    }

    .sm\:max-w-lg {
        max-width: 32rem
    }

    .sm\:translate-x-0 {
        --tw-translate-x: 0px
    }

    .sm\:translate-x-0,
    .sm\:translate-x-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))
    }

    .sm\:translate-x-2 {
        --tw-translate-x: 0.5rem
    }

    .sm\:translate-y-0 {
        --tw-translate-y: 0px
    }

    .sm\:scale-100,
    .sm\: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))
    }

    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1
    }

    .sm\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .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))
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:p-2 {
        padding: .5rem
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .sm\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:768px) {
    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:h-12 {
        height: 3rem
    }

    .md\:w-12 {
        width: 3rem
    }

    .md\:text-\[64px\] {
        font-size: 64px
    }

    .md\:leading-normal {
        line-height: 1.5
    }

    .md\:hover\:bg-mog-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
    }

    .md\:hover\:bg-mog-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(118, 6, 151/var(--tw-bg-opacity))
    }

    .md\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }

    .md\:active\:bg-gom-500:active {
        --tw-bg-opacity: 1;
        background-color: rgb(255 245 0/var(--tw-bg-opacity))
    }
}

@media (min-width:1024px) {
    .lg\:relative {
        position: relative
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:aspect-auto {
        aspect-ratio: auto
    }

    .lg\:h-12 {
        height: 3rem
    }

    .lg\:h-\[calc\(100dvh-110px-150px-50px\)\] {
        height: calc(100dvh - 310px)
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:max-h-\[60dvh\] {
        max-height: 60dvh
    }

    .lg\:max-h-full {
        max-height: 100%
    }

    .lg\:w-36 {
        width: 3rem
    }

    .lg\:w-96 {
        width: 24rem
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:min-w-\[550px\] {
        min-width: 550px
    }

    .lg\:max-w-\[550px\] {
        max-width: 550px
    }

    .lg\:max-w-\[calc\(100vh-110px\)\] {
        max-width: calc(100vh - 110px)
    }

    .lg\:grow {
        flex-grow: 1
    }

    .lg\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .lg\:self-end {
        align-self: flex-end
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}

.rtl\:-translate-x-0:where([dir=rtl], [dir=rtl] *) {
    --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))
}

.rtl\:-translate-x-2:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -0.5rem;
    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))
}

.rtl\:-translate-x-2\.5:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -0.625rem;
    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))
}

.rtl\:-translate-x-3:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -0.75rem;
    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))
}

.rtl\:-translate-x-4:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -1rem;
    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))
}

.rtl\:-translate-x-5:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -1.25rem;
    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))
}

.rtl\:-translate-x-6:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -1.5rem;
    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))
}

.rtl\:-translate-x-7:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -1.75rem;
    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))
}

.rtl\:-translate-x-full:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: -100%;
    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))
}

.rtl\:translate-x-full:where([dir=rtl], [dir=rtl] *) {
    --tw-translate-x: 100%;
    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))
}

.rtl\:text-right:where([dir=rtl], [dir=rtl] *) {
    text-align: right
}

.\[\&\:\:-moz-meter-bar\]\:h-0\.5::-moz-meter-bar {
    height: .125rem
}

.\[\&\:\:-moz-meter-bar\]\:h-1::-moz-meter-bar {
    height: .25rem
}

.\[\&\:\:-moz-meter-bar\]\:h-2::-moz-meter-bar {
    height: .5rem
}

.\[\&\:\:-moz-meter-bar\]\:h-3::-moz-meter-bar {
    height: .75rem
}

.\[\&\:\:-moz-meter-bar\]\:h-4::-moz-meter-bar {
    height: 1rem
}

.\[\&\:\:-moz-meter-bar\]\:h-5::-moz-meter-bar {
    height: 1.25rem
}

.\[\&\:\:-moz-meter-bar\]\:h-px::-moz-meter-bar {
    height: 1px
}

.\[\&\:\:-moz-meter-bar\]\:rounded-full::-moz-meter-bar {
    border-radius: 9999px
}

.\[\&\:\:-moz-meter-bar\]\:border-none::-moz-meter-bar {
    border-style: none
}

.\[\&\:\:-moz-meter-bar\]\:bg-current::-moz-meter-bar {
    background-color: currentColor
}

.\[\&\:\:-moz-meter-bar\]\:bg-none::-moz-meter-bar {
    background-image: none
}

.\[\&\:\:-moz-meter-bar\]\:transition-all::-moz-meter-bar {
    transition-duration: .15s;
    -moz-transition-property: all;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.\[\&\:\:-moz-progress-bar\]\:rounded-full::-moz-progress-bar {
    border-radius: 9999px
}

.\[\&\:\:-moz-progress-bar\]\:bg-current::-moz-progress-bar {
    background-color: currentColor
}

.\[\&\:\:-moz-range-thumb\]\:relative::-moz-range-thumb {
    position: relative
}

.\[\&\:\:-moz-range-thumb\]\:z-\[1\]::-moz-range-thumb {
    z-index: 1
}

.\[\&\:\:-moz-range-thumb\]\:-mt-1::-moz-range-thumb {
    margin-top: -.25rem
}

.\[\&\:\:-moz-range-thumb\]\:mt-\[-2\.5px\]::-moz-range-thumb {
    margin-top: -2.5px
}

.\[\&\:\:-moz-range-thumb\]\:mt-\[-3px\]::-moz-range-thumb {
    margin-top: -3px
}

.\[\&\:\:-moz-range-thumb\]\:h-1\.5::-moz-range-thumb {
    height: .375rem
}

.\[\&\:\:-moz-range-thumb\]\:h-2::-moz-range-thumb {
    height: .5rem
}

.\[\&\:\:-moz-range-thumb\]\:h-3::-moz-range-thumb {
    height: .75rem
}

.\[\&\:\:-moz-range-thumb\]\:h-4::-moz-range-thumb {
    height: 1rem
}

.\[\&\:\:-moz-range-thumb\]\:h-5::-moz-range-thumb {
    height: 1.25rem
}

.\[\&\:\:-moz-range-thumb\]\:h-6::-moz-range-thumb {
    height: 1.5rem
}

.\[\&\:\:-moz-range-thumb\]\:h-7::-moz-range-thumb {
    height: 1.75rem
}

.\[\&\:\:-moz-range-thumb\]\:w-1\.5::-moz-range-thumb {
    width: .375rem
}

.\[\&\:\:-moz-range-thumb\]\:w-2::-moz-range-thumb {
    width: .5rem
}

.\[\&\:\:-moz-range-thumb\]\:w-3::-moz-range-thumb {
    width: .75rem
}

.\[\&\:\:-moz-range-thumb\]\:w-4::-moz-range-thumb {
    width: 1rem
}

.\[\&\:\:-moz-range-thumb\]\:w-5::-moz-range-thumb {
    width: 1.25rem
}

.\[\&\:\:-moz-range-thumb\]\:w-6::-moz-range-thumb {
    width: 1.5rem
}

.\[\&\:\:-moz-range-thumb\]\:w-7::-moz-range-thumb {
    width: 1.75rem
}

.\[\&\:\:-moz-range-thumb\]\:appearance-none::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none
}

.\[\&\:\:-moz-range-thumb\]\:rounded-full::-moz-range-thumb {
    border-radius: 9999px
}

.\[\&\:\:-moz-range-thumb\]\:border-0::-moz-range-thumb {
    border-width: 0
}

.\[\&\:\:-moz-range-thumb\]\:bg-current::-moz-range-thumb {
    background-color: currentColor
}

.\[\&\:\:-moz-range-track\]\:h-0\.5::-moz-range-track {
    height: .125rem
}

.\[\&\:\:-moz-range-track\]\:h-1::-moz-range-track {
    height: .25rem
}

.\[\&\:\:-moz-range-track\]\:h-2::-moz-range-track {
    height: .5rem
}

.\[\&\:\:-moz-range-track\]\:h-3::-moz-range-track {
    height: .75rem
}

.\[\&\:\:-moz-range-track\]\:h-4::-moz-range-track {
    height: 1rem
}

.\[\&\:\:-moz-range-track\]\:h-5::-moz-range-track {
    height: 1.25rem
}

.\[\&\:\:-moz-range-track\]\:h-px::-moz-range-track {
    height: 1px
}

.\[\&\:\:-moz-range-track\]\:rounded-lg::-moz-range-track {
    border-radius: .5rem
}

.\[\&\:\:-moz-range-track\]\:bg-gray-200::-moz-range-track {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-200)/var(--tw-bg-opacity))
}

.group:disabled .\[\&\:\:-moz-range-track\]\:group-disabled\:bg-opacity-50::-moz-range-track {
    --tw-bg-opacity: 0.5
}

.\[\&\:\:-moz-range-track\]\:dark\:bg-gray-700:is(.dark *)::-moz-range-track {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-700)/var(--tw-bg-opacity))
}

.\[\&\:\:-webkit-meter-bar\]\:border-none::-webkit-meter-bar {
    border-style: none
}

.\[\&\:\:-webkit-meter-bar\]\:bg-transparent::-webkit-meter-bar {
    background-color: transparent
}

.\[\&\:\:-webkit-meter-bar\]\:bg-none::-webkit-meter-bar {
    background-image: none
}

.\[\&\:\:-webkit-meter-inner-element\]\:relative::-webkit-meter-inner-element {
    position: relative
}

.\[\&\:\:-webkit-meter-inner-element\]\:block::-webkit-meter-inner-element {
    display: block
}

.\[\&\:\:-webkit-meter-inner-element\]\:border-none::-webkit-meter-inner-element {
    border-style: none
}

.\[\&\:\:-webkit-meter-inner-element\]\:bg-transparent::-webkit-meter-inner-element {
    background-color: transparent
}

.\[\&\:\:-webkit-meter-inner-element\]\:bg-none::-webkit-meter-inner-element {
    background-image: none
}

.\[\&\:\:-webkit-meter-optimum-value\]\:h-0\.5::-webkit-meter-optimum-value {
    height: .125rem
}

.\[\&\:\:-webkit-meter-optimum-value\]\:h-1::-webkit-meter-optimum-value {
    height: .25rem
}

.\[\&\:\:-webkit-meter-optimum-value\]\:h-2::-webkit-meter-optimum-value {
    height: .5rem
}

.\[\&\:\:-webkit-meter-optimum-value\]\:h-3::-webkit-meter-optimum-value {
    height: .75rem
}

.\[\&\:\:-webkit-meter-optimum-value\]\:h-4::-webkit-meter-optimum-value {
    height: 1rem
}

.\[\&\:\:-webkit-meter-optimum-value\]\:h-5::-webkit-meter-optimum-value {
    height: 1.25rem
}

.\[\&\:\:-webkit-meter-optimum-value\]\:h-px::-webkit-meter-optimum-value {
    height: 1px
}

.\[\&\:\:-webkit-meter-optimum-value\]\:rounded-full::-webkit-meter-optimum-value {
    border-radius: 9999px
}

.\[\&\:\:-webkit-meter-optimum-value\]\:border-none::-webkit-meter-optimum-value {
    border-style: none
}

.\[\&\:\:-webkit-meter-optimum-value\]\:bg-current::-webkit-meter-optimum-value {
    background-color: currentColor
}

.\[\&\:\:-webkit-meter-optimum-value\]\:bg-none::-webkit-meter-optimum-value {
    background-image: none
}

.\[\&\:\:-webkit-meter-optimum-value\]\:transition-all::-webkit-meter-optimum-value {
    transition-duration: .15s;
    -webkit-transition-property: all;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.\[\&\:\:-webkit-progress-bar\]\:w-full::-webkit-progress-bar {
    width: 100%
}

.\[\&\:\:-webkit-progress-bar\]\:rounded-full::-webkit-progress-bar {
    border-radius: 9999px
}

.\[\&\:\:-webkit-progress-bar\]\:bg-gray-200::-webkit-progress-bar {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-200)/var(--tw-bg-opacity))
}

.\[\&\:\:-webkit-progress-bar\]\:dark\:bg-gray-700:is(.dark *)::-webkit-progress-bar {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-700)/var(--tw-bg-opacity))
}

.\[\&\:\:-webkit-progress-value\]\:rounded-full::-webkit-progress-value {
    border-radius: 9999px
}

.\[\&\:\:-webkit-progress-value\]\:bg-current::-webkit-progress-value {
    background-color: currentColor
}

.\[\&\:\:-webkit-progress-value\]\:transition-all::-webkit-progress-value {
    transition-duration: .15s;
    -webkit-transition-property: all;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.\[\&\:\:-webkit-progress-value\]\:ease-in-out::-webkit-progress-value {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.\[\&\:\:-webkit-slider-runnable-track\]\:h-0\.5::-webkit-slider-runnable-track {
    height: .125rem
}

.\[\&\:\:-webkit-slider-runnable-track\]\:h-1::-webkit-slider-runnable-track {
    height: .25rem
}

.\[\&\:\:-webkit-slider-runnable-track\]\:h-2::-webkit-slider-runnable-track {
    height: .5rem
}

.\[\&\:\:-webkit-slider-runnable-track\]\:h-3::-webkit-slider-runnable-track {
    height: .75rem
}

.\[\&\:\:-webkit-slider-runnable-track\]\:h-4::-webkit-slider-runnable-track {
    height: 1rem
}

.\[\&\:\:-webkit-slider-runnable-track\]\:h-5::-webkit-slider-runnable-track {
    height: 1.25rem
}

.\[\&\:\:-webkit-slider-runnable-track\]\:h-px::-webkit-slider-runnable-track {
    height: 1px
}

.\[\&\:\:-webkit-slider-runnable-track\]\:rounded-lg::-webkit-slider-runnable-track {
    border-radius: .5rem
}

.\[\&\:\:-webkit-slider-runnable-track\]\:bg-gray-200::-webkit-slider-runnable-track {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-200)/var(--tw-bg-opacity))
}

.group:disabled .\[\&\:\:-webkit-slider-runnable-track\]\:group-disabled\:bg-opacity-50::-webkit-slider-runnable-track {
    --tw-bg-opacity: 0.5
}

.\[\&\:\:-webkit-slider-runnable-track\]\:dark\:bg-gray-700:is(.dark *)::-webkit-slider-runnable-track {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-700)/var(--tw-bg-opacity))
}

.\[\&\:\:-webkit-slider-thumb\]\:relative::-webkit-slider-thumb {
    position: relative
}

.\[\&\:\:-webkit-slider-thumb\]\:z-\[1\]::-webkit-slider-thumb {
    z-index: 1
}

.\[\&\:\:-webkit-slider-thumb\]\:-mt-1::-webkit-slider-thumb {
    margin-top: -.25rem
}

.\[\&\:\:-webkit-slider-thumb\]\:mt-\[-2\.5px\]::-webkit-slider-thumb {
    margin-top: -2.5px
}

.\[\&\:\:-webkit-slider-thumb\]\:mt-\[-3px\]::-webkit-slider-thumb {
    margin-top: -3px
}

.\[\&\:\:-webkit-slider-thumb\]\:h-1\.5::-webkit-slider-thumb {
    height: .375rem
}

.\[\&\:\:-webkit-slider-thumb\]\:h-2::-webkit-slider-thumb {
    height: .5rem
}

.\[\&\:\:-webkit-slider-thumb\]\:h-3::-webkit-slider-thumb {
    height: .75rem
}

.\[\&\:\:-webkit-slider-thumb\]\:h-4::-webkit-slider-thumb {
    height: 1rem
}

.\[\&\:\:-webkit-slider-thumb\]\:h-5::-webkit-slider-thumb {
    height: 1.25rem
}

.\[\&\:\:-webkit-slider-thumb\]\:h-6::-webkit-slider-thumb {
    height: 1.5rem
}

.\[\&\:\:-webkit-slider-thumb\]\:h-7::-webkit-slider-thumb {
    height: 1.75rem
}

.\[\&\:\:-webkit-slider-thumb\]\:w-1\.5::-webkit-slider-thumb {
    width: .375rem
}

.\[\&\:\:-webkit-slider-thumb\]\:w-2::-webkit-slider-thumb {
    width: .5rem
}

.\[\&\:\:-webkit-slider-thumb\]\:w-3::-webkit-slider-thumb {
    width: .75rem
}

.\[\&\:\:-webkit-slider-thumb\]\:w-4::-webkit-slider-thumb {
    width: 1rem
}

.\[\&\:\:-webkit-slider-thumb\]\:w-5::-webkit-slider-thumb {
    width: 1.25rem
}

.\[\&\:\:-webkit-slider-thumb\]\:w-6::-webkit-slider-thumb {
    width: 1.5rem
}

.\[\&\:\:-webkit-slider-thumb\]\:w-7::-webkit-slider-thumb {
    width: 1.75rem
}

.\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

.\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb {
    border-radius: 9999px
}

.\[\&\:\:-webkit-slider-thumb\]\:bg-white::-webkit-slider-thumb {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.\[\&\:\:-webkit-slider-thumb\]\:ring-2::-webkit-slider-thumb {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.\[\&\:\:-webkit-slider-thumb\]\:ring-current::-webkit-slider-thumb {
    --tw-ring-color: currentColor
}

.\[\&\:\:-webkit-slider-thumb\]\:dark\:bg-gray-900:is(.dark *)::-webkit-slider-thumb {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-900)/var(--tw-bg-opacity))
}

.\[\&\:indeterminate\:\:-moz-progress-bar\]\:rounded-full:indeterminate::-moz-progress-bar {
    border-radius: 9999px
}

.\[\&\:indeterminate\:\:-webkit-progress-value\]\:rounded-full:indeterminate::-webkit-progress-value {
    border-radius: 9999px
}

.rtl\:\[\&_span\:first-child\]\:rotate-180 span:first-child:where([dir=rtl], [dir=rtl] *) {
    --tw-rotate: 180deg;
    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))
}

.rtl\:\[\&_span\:last-child\]\:rotate-180 span:last-child:where([dir=rtl], [dir=rtl] *) {
    --tw-rotate: 180deg;
    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))
}

@media(pointer:coarse) {
    .\[\@media\(pointer\:coarse\)\]\:hidden {
        display: none
    }
}

@supports(selector(&::-moz-progress-bar)) {
    .\[\@supports\(selector\(\&\:\:-moz-progress-bar\)\)\]\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-gray-200)/var(--tw-bg-opacity))
    }

    .\[\@supports\(selector\(\&\:\:-moz-progress-bar\)\)\]\:dark\:bg-gray-700:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-gray-700)/var(--tw-bg-opacity))
    }
}