@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
pre {
  font-family: Lucida, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/


dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

h1{
  font-size: 1.5rem;
  line-height: 2rem;
}

h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h4{
  font-size: 1rem;
  line-height: 1.5rem;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(86 124 242 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(86 124 242 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.collapse{
  visibility: collapse !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.inset-0{
  inset: 0px !important;
}

.left-0{
  left: 0px !important;
}

.top-0{
  top: 0px !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

.z-30{
  z-index: 30 !important;
}

.m-0{
  margin: 0px !important;
}

.m-10{
  margin: 2.5rem !important;
}

.m-4{
  margin: 1rem !important;
}

.m-48{
  margin: 12rem !important;
}

.m-6{
  margin: 1.5rem !important;
}

.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mb-1{
  margin-bottom: 0.25rem !important;
}

.mb-10{
  margin-bottom: 2.5rem !important;
}

.mb-16{
  margin-bottom: 4rem !important;
}

.mb-2{
  margin-bottom: 0.5rem !important;
}

.mb-4{
  margin-bottom: 1rem !important;
}

.mb-8{
  margin-bottom: 2rem !important;
}

.ml-16{
  margin-left: 4rem !important;
}

.ml-2{
  margin-left: 0.5rem !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.mr-2{
  margin-right: 0.5rem !important;
}

.mr-4{
  margin-right: 1rem !important;
}

.mt-10{
  margin-top: 2.5rem !important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mt-4{
  margin-top: 1rem !important;
}

.mt-40{
  margin-top: 10rem !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mt-6{
  margin-top: 1.5rem !important;
}

.mt-8{
  margin-top: 2rem !important;
}

.box-border{
  box-sizing: border-box !important;
}

.line-clamp-none{
  overflow: visible !important;
  display: block !important;
  -webkit-box-orient: horizontal !important;
  -webkit-line-clamp: none !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

.inline-flex{
  display: inline-flex !important;
}

.table{
  display: table !important;
}

.inline-table{
  display: inline-table !important;
}

.table-row-group{
  display: table-row-group !important;
}

.table-row{
  display: table-row !important;
}

.flow-root{
  display: flow-root !important;
}

.inline-grid{
  display: inline-grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

.aspect-square{
  aspect-ratio: 1 / 1 !important;
}

.h-2{
  height: 0.5rem !important;
}

.h-40{
  height: 10rem !important;
}

.h-auto{
  height: auto !important;
}

.h-full{
  height: 100% !important;
}

.min-h-screen{
  min-height: 100vh !important;
}

.w-1\/12{
  width: 8.333333% !important;
}

.w-1\/2{
  width: 50% !important;
}

.w-1\/3{
  width: 33.333333% !important;
}

.w-16{
  width: 4rem !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

.w-40{
  width: 10rem !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-80{
  width: 20rem !important;
}

.w-auto{
  width: auto !important;
}

.w-full{
  width: 100% !important;
}

.max-w-full{
  max-width: 100% !important;
}

.flex-1{
  flex: 1 1 0% !important;
}

.flex-auto{
  flex: 1 1 auto !important;
}

.flex-initial{
  flex: 0 1 auto !important;
}

.flex-none{
  flex: none !important;
}

.flex-shrink{
  flex-shrink: 1 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

.border-collapse{
  border-collapse: collapse !important;
}

.border-separate{
  border-collapse: separate !important;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-cpu{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none{
  transform: none !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.touch-auto{
  touch-action: auto !important;
}

.touch-none{
  touch-action: none !important;
}

.touch-pan-x{
  --tw-pan-x: pan-x !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-left{
  --tw-pan-x: pan-left !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-right{
  --tw-pan-x: pan-right !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-y{
  --tw-pan-y: pan-y !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-up{
  --tw-pan-y: pan-up !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pan-down{
  --tw-pan-y: pan-down !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-pinch-zoom{
  --tw-pinch-zoom: pinch-zoom !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}

.touch-manipulation{
  touch-action: manipulation !important;
}

.snap-none{
  scroll-snap-type: none !important;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}

.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness) !important;
}

.snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness) !important;
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory !important;
}

.snap-proximity{
  --tw-scroll-snap-strictness: proximity !important;
}

.snap-start{
  scroll-snap-align: start !important;
}

.snap-end{
  scroll-snap-align: end !important;
}

.snap-center{
  scroll-snap-align: center !important;
}

.snap-align-none{
  scroll-snap-align: none !important;
}

.snap-normal{
  scroll-snap-stop: normal !important;
}

.snap-always{
  scroll-snap-stop: always !important;
}

.grid-flow-row{
  grid-auto-flow: row !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-flow-dense{
  grid-auto-flow: dense !important;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.flex-row{
  flex-direction: row !important;
}

.flex-row-reverse{
  flex-direction: row-reverse !important;
}

.flex-col{
  flex-direction: column !important;
}

.flex-col-reverse{
  flex-direction: column-reverse !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap{
  flex-wrap: nowrap !important;
}

.place-content-center{
  place-content: center !important;
}

.place-items-center{
  place-items: center !important;
}

.content-center{
  align-content: center !important;
}

.items-center{
  align-items: center !important;
}

.justify-end{
  justify-content: flex-end !important;
}

.justify-center{
  justify-content: center !important;
}

.justify-between{
  justify-content: space-between !important;
}

.justify-items-center{
  justify-items: center !important;
}

.gap-10{
  gap: 2.5rem !important;
}

.gap-2{
  gap: 0.5rem !important;
}

.gap-4{
  gap: 1rem !important;
}

.gap-x-6{
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-y-2{
  row-gap: 0.5rem !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.place-self-auto{
  place-self: auto !important;
}

.place-self-start{
  place-self: start !important;
}

.place-self-end{
  place-self: end !important;
}

.place-self-center{
  place-self: center !important;
}

.place-self-stretch{
  place-self: stretch !important;
}

.self-auto{
  align-self: auto !important;
}

.self-start{
  align-self: flex-start !important;
}

.self-end{
  align-self: flex-end !important;
}

.self-center{
  align-self: center !important;
}

.self-stretch{
  align-self: stretch !important;
}

.self-baseline{
  align-self: baseline !important;
}

.justify-self-auto{
  justify-self: auto !important;
}

.justify-self-start{
  justify-self: start !important;
}

.justify-self-end{
  justify-self: end !important;
}

.justify-self-center{
  justify-self: center !important;
}

.justify-self-stretch{
  justify-self: stretch !important;
}

.overflow-auto{
  overflow: auto !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-clip{
  overflow: clip !important;
}

.overflow-visible{
  overflow: visible !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.overflow-y-hidden{
  overflow-y: hidden !important;
}

.overflow-x-clip{
  overflow-x: clip !important;
}

.overflow-y-clip{
  overflow-y: clip !important;
}

.overflow-x-visible{
  overflow-x: visible !important;
}

.overflow-y-visible{
  overflow-y: visible !important;
}

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis{
  text-overflow: ellipsis !important;
}

.text-ellipsis{
  text-overflow: ellipsis !important;
}

.text-clip{
  text-overflow: clip !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-full{
  border-radius: 9999px !important;
}

.rounded-lg{
  border-radius: 0.5rem !important;
}

.rounded-md{
  border-radius: 0.375rem !important;
}

.rounded-xl{
  border-radius: 0.75rem !important;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-e{
  border-start-end-radius: 0.25rem !important;
  border-end-end-radius: 0.25rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-s{
  border-start-start-radius: 0.25rem !important;
  border-end-start-radius: 0.25rem !important;
}

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-ee{
  border-end-end-radius: 0.25rem !important;
}

.rounded-es{
  border-end-start-radius: 0.25rem !important;
}

.rounded-se{
  border-start-end-radius: 0.25rem !important;
}

.rounded-ss{
  border-start-start-radius: 0.25rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.border{
  border-width: 1px !important;
}

.border-x{
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.border-y{
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-b-2{
  border-bottom-width: 2px !important;
}

.border-e{
  border-inline-end-width: 1px !important;
}

.border-l{
  border-left-width: 1px !important;
}

.border-l-2{
  border-left-width: 2px !important;
}

.border-r{
  border-right-width: 1px !important;
}

.border-s{
  border-inline-start-width: 1px !important;
}

.border-t{
  border-top-width: 1px !important;
}

.border-solid{
  border-style: solid !important;
}

.border-dashed{
  border-style: dashed !important;
}

.border-dotted{
  border-style: dotted !important;
}

.border-double{
  border-style: double !important;
}

.border-hidden{
  border-style: hidden !important;
}

.border-none{
  border-style: none !important;
}

.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}

.border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}

.border-slate-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.border-b-rose-600{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity)) !important;
}

.bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(86 124 242 / var(--tw-bg-opacity)) !important;
}

.bg-blue-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 21 54 / var(--tw-bg-opacity)) !important;
}

.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

.bg-transparent{
  background-color: transparent !important;
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-zinc-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity)) !important;
}

.bg-fixed{
  background-attachment: fixed !important;
}

.bg-local{
  background-attachment: local !important;
}

.bg-scroll{
  background-attachment: scroll !important;
}

.bg-clip-border{
  background-clip: border-box !important;
}

.bg-clip-padding{
  background-clip: padding-box !important;
}

.bg-clip-content{
  background-clip: content-box !important;
}

.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-repeat{
  background-repeat: repeat !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-repeat-x{
  background-repeat: repeat-x !important;
}

.bg-repeat-y{
  background-repeat: repeat-y !important;
}

.bg-repeat-round{
  background-repeat: round !important;
}

.bg-repeat-space{
  background-repeat: space !important;
}

.bg-origin-border{
  background-origin: border-box !important;
}

.bg-origin-padding{
  background-origin: padding-box !important;
}

.bg-origin-content{
  background-origin: content-box !important;
}

.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-14{
  padding: 3.5rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-7{
  padding: 1.75rem !important;
}

.p-8{
  padding: 2rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pb-4{
  padding-bottom: 1rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pl-8{
  padding-left: 2rem !important;
}

.pr-4{
  padding-right: 1rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-5{
  padding-top: 1.25rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.text-start{
  text-align: start !important;
}

.text-end{
  text-align: end !important;
}

.align-text-top{
  vertical-align: text-top !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.font-mono{
  font-family: Lucida, monospace !important;
}

.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.font-black{
  font-weight: 900 !important;
}

.font-bold{
  font-weight: 700 !important;
}

.font-light{
  font-weight: 300 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-normal{
  font-weight: 400 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.italic{
  font-style: italic !important;
}

.leading-6{
  line-height: 1.5rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.text-amber-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 243 199 / var(--tw-text-opacity)) !important;
}

.text-amber-100\/0{
  color: rgb(254 243 199 / 0) !important;
}

.text-amber-100\/10{
  color: rgb(254 243 199 / 0.1) !important;
}

.text-amber-100\/100{
  color: rgb(254 243 199 / 1) !important;
}

.text-amber-100\/20{
  color: rgb(254 243 199 / 0.2) !important;
}

.text-amber-100\/25{
  color: rgb(254 243 199 / 0.25) !important;
}

.text-amber-100\/30{
  color: rgb(254 243 199 / 0.3) !important;
}

.text-amber-100\/40{
  color: rgb(254 243 199 / 0.4) !important;
}

.text-amber-100\/5{
  color: rgb(254 243 199 / 0.05) !important;
}

.text-amber-100\/50{
  color: rgb(254 243 199 / 0.5) !important;
}

.text-amber-100\/60{
  color: rgb(254 243 199 / 0.6) !important;
}

.text-amber-100\/70{
  color: rgb(254 243 199 / 0.7) !important;
}

.text-amber-100\/75{
  color: rgb(254 243 199 / 0.75) !important;
}

.text-amber-100\/80{
  color: rgb(254 243 199 / 0.8) !important;
}

.text-amber-100\/90{
  color: rgb(254 243 199 / 0.9) !important;
}

.text-amber-100\/95{
  color: rgb(254 243 199 / 0.95) !important;
}

.text-amber-200{
  --tw-text-opacity: 1 !important;
  color: rgb(253 230 138 / var(--tw-text-opacity)) !important;
}

.text-amber-200\/0{
  color: rgb(253 230 138 / 0) !important;
}

.text-amber-200\/10{
  color: rgb(253 230 138 / 0.1) !important;
}

.text-amber-200\/100{
  color: rgb(253 230 138 / 1) !important;
}

.text-amber-200\/20{
  color: rgb(253 230 138 / 0.2) !important;
}

.text-amber-200\/25{
  color: rgb(253 230 138 / 0.25) !important;
}

.text-amber-200\/30{
  color: rgb(253 230 138 / 0.3) !important;
}

.text-amber-200\/40{
  color: rgb(253 230 138 / 0.4) !important;
}

.text-amber-200\/5{
  color: rgb(253 230 138 / 0.05) !important;
}

.text-amber-200\/50{
  color: rgb(253 230 138 / 0.5) !important;
}

.text-amber-200\/60{
  color: rgb(253 230 138 / 0.6) !important;
}

.text-amber-200\/70{
  color: rgb(253 230 138 / 0.7) !important;
}

.text-amber-200\/75{
  color: rgb(253 230 138 / 0.75) !important;
}

.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8) !important;
}

.text-amber-200\/90{
  color: rgb(253 230 138 / 0.9) !important;
}

.text-amber-200\/95{
  color: rgb(253 230 138 / 0.95) !important;
}

.text-amber-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 211 77 / var(--tw-text-opacity)) !important;
}

.text-amber-300\/0{
  color: rgb(252 211 77 / 0) !important;
}

.text-amber-300\/10{
  color: rgb(252 211 77 / 0.1) !important;
}

.text-amber-300\/100{
  color: rgb(252 211 77 / 1) !important;
}

.text-amber-300\/20{
  color: rgb(252 211 77 / 0.2) !important;
}

.text-amber-300\/25{
  color: rgb(252 211 77 / 0.25) !important;
}

.text-amber-300\/30{
  color: rgb(252 211 77 / 0.3) !important;
}

.text-amber-300\/40{
  color: rgb(252 211 77 / 0.4) !important;
}

.text-amber-300\/5{
  color: rgb(252 211 77 / 0.05) !important;
}

.text-amber-300\/50{
  color: rgb(252 211 77 / 0.5) !important;
}

.text-amber-300\/60{
  color: rgb(252 211 77 / 0.6) !important;
}

.text-amber-300\/70{
  color: rgb(252 211 77 / 0.7) !important;
}

.text-amber-300\/75{
  color: rgb(252 211 77 / 0.75) !important;
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8) !important;
}

.text-amber-300\/90{
  color: rgb(252 211 77 / 0.9) !important;
}

.text-amber-300\/95{
  color: rgb(252 211 77 / 0.95) !important;
}

.text-amber-400{
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
}

.text-amber-400\/0{
  color: rgb(251 191 36 / 0) !important;
}

.text-amber-400\/10{
  color: rgb(251 191 36 / 0.1) !important;
}

.text-amber-400\/100{
  color: rgb(251 191 36 / 1) !important;
}

.text-amber-400\/20{
  color: rgb(251 191 36 / 0.2) !important;
}

.text-amber-400\/25{
  color: rgb(251 191 36 / 0.25) !important;
}

.text-amber-400\/30{
  color: rgb(251 191 36 / 0.3) !important;
}

.text-amber-400\/40{
  color: rgb(251 191 36 / 0.4) !important;
}

.text-amber-400\/5{
  color: rgb(251 191 36 / 0.05) !important;
}

.text-amber-400\/50{
  color: rgb(251 191 36 / 0.5) !important;
}

.text-amber-400\/60{
  color: rgb(251 191 36 / 0.6) !important;
}

.text-amber-400\/70{
  color: rgb(251 191 36 / 0.7) !important;
}

.text-amber-400\/75{
  color: rgb(251 191 36 / 0.75) !important;
}

.text-amber-400\/80{
  color: rgb(251 191 36 / 0.8) !important;
}

.text-amber-400\/90{
  color: rgb(251 191 36 / 0.9) !important;
}

.text-amber-400\/95{
  color: rgb(251 191 36 / 0.95) !important;
}

.text-amber-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity)) !important;
}

.text-amber-50\/0{
  color: rgb(255 251 235 / 0) !important;
}

.text-amber-50\/10{
  color: rgb(255 251 235 / 0.1) !important;
}

.text-amber-50\/100{
  color: rgb(255 251 235 / 1) !important;
}

.text-amber-50\/20{
  color: rgb(255 251 235 / 0.2) !important;
}

.text-amber-50\/25{
  color: rgb(255 251 235 / 0.25) !important;
}

.text-amber-50\/30{
  color: rgb(255 251 235 / 0.3) !important;
}

.text-amber-50\/40{
  color: rgb(255 251 235 / 0.4) !important;
}

.text-amber-50\/5{
  color: rgb(255 251 235 / 0.05) !important;
}

.text-amber-50\/50{
  color: rgb(255 251 235 / 0.5) !important;
}

.text-amber-50\/60{
  color: rgb(255 251 235 / 0.6) !important;
}

.text-amber-50\/70{
  color: rgb(255 251 235 / 0.7) !important;
}

.text-amber-50\/75{
  color: rgb(255 251 235 / 0.75) !important;
}

.text-amber-50\/80{
  color: rgb(255 251 235 / 0.8) !important;
}

.text-amber-50\/90{
  color: rgb(255 251 235 / 0.9) !important;
}

.text-amber-50\/95{
  color: rgb(255 251 235 / 0.95) !important;
}

.text-amber-500{
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}

.text-amber-500\/0{
  color: rgb(245 158 11 / 0) !important;
}

.text-amber-500\/10{
  color: rgb(245 158 11 / 0.1) !important;
}

.text-amber-500\/100{
  color: rgb(245 158 11 / 1) !important;
}

.text-amber-500\/20{
  color: rgb(245 158 11 / 0.2) !important;
}

.text-amber-500\/25{
  color: rgb(245 158 11 / 0.25) !important;
}

.text-amber-500\/30{
  color: rgb(245 158 11 / 0.3) !important;
}

.text-amber-500\/40{
  color: rgb(245 158 11 / 0.4) !important;
}

.text-amber-500\/5{
  color: rgb(245 158 11 / 0.05) !important;
}

.text-amber-500\/50{
  color: rgb(245 158 11 / 0.5) !important;
}

.text-amber-500\/60{
  color: rgb(245 158 11 / 0.6) !important;
}

.text-amber-500\/70{
  color: rgb(245 158 11 / 0.7) !important;
}

.text-amber-500\/75{
  color: rgb(245 158 11 / 0.75) !important;
}

.text-amber-500\/80{
  color: rgb(245 158 11 / 0.8) !important;
}

.text-amber-500\/90{
  color: rgb(245 158 11 / 0.9) !important;
}

.text-amber-500\/95{
  color: rgb(245 158 11 / 0.95) !important;
}

.text-amber-600{
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity)) !important;
}

.text-amber-600\/0{
  color: rgb(217 119 6 / 0) !important;
}

.text-amber-600\/10{
  color: rgb(217 119 6 / 0.1) !important;
}

.text-amber-600\/100{
  color: rgb(217 119 6 / 1) !important;
}

.text-amber-600\/20{
  color: rgb(217 119 6 / 0.2) !important;
}

.text-amber-600\/25{
  color: rgb(217 119 6 / 0.25) !important;
}

.text-amber-600\/30{
  color: rgb(217 119 6 / 0.3) !important;
}

.text-amber-600\/40{
  color: rgb(217 119 6 / 0.4) !important;
}

.text-amber-600\/5{
  color: rgb(217 119 6 / 0.05) !important;
}

.text-amber-600\/50{
  color: rgb(217 119 6 / 0.5) !important;
}

.text-amber-600\/60{
  color: rgb(217 119 6 / 0.6) !important;
}

.text-amber-600\/70{
  color: rgb(217 119 6 / 0.7) !important;
}

.text-amber-600\/75{
  color: rgb(217 119 6 / 0.75) !important;
}

.text-amber-600\/80{
  color: rgb(217 119 6 / 0.8) !important;
}

.text-amber-600\/90{
  color: rgb(217 119 6 / 0.9) !important;
}

.text-amber-600\/95{
  color: rgb(217 119 6 / 0.95) !important;
}

.text-amber-700{
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity)) !important;
}

.text-amber-700\/0{
  color: rgb(180 83 9 / 0) !important;
}

.text-amber-700\/10{
  color: rgb(180 83 9 / 0.1) !important;
}

.text-amber-700\/100{
  color: rgb(180 83 9 / 1) !important;
}

.text-amber-700\/20{
  color: rgb(180 83 9 / 0.2) !important;
}

.text-amber-700\/25{
  color: rgb(180 83 9 / 0.25) !important;
}

.text-amber-700\/30{
  color: rgb(180 83 9 / 0.3) !important;
}

.text-amber-700\/40{
  color: rgb(180 83 9 / 0.4) !important;
}

.text-amber-700\/5{
  color: rgb(180 83 9 / 0.05) !important;
}

.text-amber-700\/50{
  color: rgb(180 83 9 / 0.5) !important;
}

.text-amber-700\/60{
  color: rgb(180 83 9 / 0.6) !important;
}

.text-amber-700\/70{
  color: rgb(180 83 9 / 0.7) !important;
}

.text-amber-700\/75{
  color: rgb(180 83 9 / 0.75) !important;
}

.text-amber-700\/80{
  color: rgb(180 83 9 / 0.8) !important;
}

.text-amber-700\/90{
  color: rgb(180 83 9 / 0.9) !important;
}

.text-amber-700\/95{
  color: rgb(180 83 9 / 0.95) !important;
}

.text-amber-800{
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity)) !important;
}

.text-amber-800\/0{
  color: rgb(146 64 14 / 0) !important;
}

.text-amber-800\/10{
  color: rgb(146 64 14 / 0.1) !important;
}

.text-amber-800\/100{
  color: rgb(146 64 14 / 1) !important;
}

.text-amber-800\/20{
  color: rgb(146 64 14 / 0.2) !important;
}

.text-amber-800\/25{
  color: rgb(146 64 14 / 0.25) !important;
}

.text-amber-800\/30{
  color: rgb(146 64 14 / 0.3) !important;
}

.text-amber-800\/40{
  color: rgb(146 64 14 / 0.4) !important;
}

.text-amber-800\/5{
  color: rgb(146 64 14 / 0.05) !important;
}

.text-amber-800\/50{
  color: rgb(146 64 14 / 0.5) !important;
}

.text-amber-800\/60{
  color: rgb(146 64 14 / 0.6) !important;
}

.text-amber-800\/70{
  color: rgb(146 64 14 / 0.7) !important;
}

.text-amber-800\/75{
  color: rgb(146 64 14 / 0.75) !important;
}

.text-amber-800\/80{
  color: rgb(146 64 14 / 0.8) !important;
}

.text-amber-800\/90{
  color: rgb(146 64 14 / 0.9) !important;
}

.text-amber-800\/95{
  color: rgb(146 64 14 / 0.95) !important;
}

.text-amber-900{
  --tw-text-opacity: 1 !important;
  color: rgb(120 53 15 / var(--tw-text-opacity)) !important;
}

.text-amber-900\/0{
  color: rgb(120 53 15 / 0) !important;
}

.text-amber-900\/10{
  color: rgb(120 53 15 / 0.1) !important;
}

.text-amber-900\/100{
  color: rgb(120 53 15 / 1) !important;
}

.text-amber-900\/20{
  color: rgb(120 53 15 / 0.2) !important;
}

.text-amber-900\/25{
  color: rgb(120 53 15 / 0.25) !important;
}

.text-amber-900\/30{
  color: rgb(120 53 15 / 0.3) !important;
}

.text-amber-900\/40{
  color: rgb(120 53 15 / 0.4) !important;
}

.text-amber-900\/5{
  color: rgb(120 53 15 / 0.05) !important;
}

.text-amber-900\/50{
  color: rgb(120 53 15 / 0.5) !important;
}

.text-amber-900\/60{
  color: rgb(120 53 15 / 0.6) !important;
}

.text-amber-900\/70{
  color: rgb(120 53 15 / 0.7) !important;
}

.text-amber-900\/75{
  color: rgb(120 53 15 / 0.75) !important;
}

.text-amber-900\/80{
  color: rgb(120 53 15 / 0.8) !important;
}

.text-amber-900\/90{
  color: rgb(120 53 15 / 0.9) !important;
}

.text-amber-900\/95{
  color: rgb(120 53 15 / 0.95) !important;
}

.text-amber-950{
  --tw-text-opacity: 1 !important;
  color: rgb(69 26 3 / var(--tw-text-opacity)) !important;
}

.text-amber-950\/0{
  color: rgb(69 26 3 / 0) !important;
}

.text-amber-950\/10{
  color: rgb(69 26 3 / 0.1) !important;
}

.text-amber-950\/100{
  color: rgb(69 26 3 / 1) !important;
}

.text-amber-950\/20{
  color: rgb(69 26 3 / 0.2) !important;
}

.text-amber-950\/25{
  color: rgb(69 26 3 / 0.25) !important;
}

.text-amber-950\/30{
  color: rgb(69 26 3 / 0.3) !important;
}

.text-amber-950\/40{
  color: rgb(69 26 3 / 0.4) !important;
}

.text-amber-950\/5{
  color: rgb(69 26 3 / 0.05) !important;
}

.text-amber-950\/50{
  color: rgb(69 26 3 / 0.5) !important;
}

.text-amber-950\/60{
  color: rgb(69 26 3 / 0.6) !important;
}

.text-amber-950\/70{
  color: rgb(69 26 3 / 0.7) !important;
}

.text-amber-950\/75{
  color: rgb(69 26 3 / 0.75) !important;
}

.text-amber-950\/80{
  color: rgb(69 26 3 / 0.8) !important;
}

.text-amber-950\/90{
  color: rgb(69 26 3 / 0.9) !important;
}

.text-amber-950\/95{
  color: rgb(69 26 3 / 0.95) !important;
}

.text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgb(217 229 255 / var(--tw-text-opacity)) !important;
}

.text-blue-100\/0{
  color: rgb(217 229 255 / 0) !important;
}

.text-blue-100\/10{
  color: rgb(217 229 255 / 0.1) !important;
}

.text-blue-100\/100{
  color: rgb(217 229 255 / 1) !important;
}

.text-blue-100\/20{
  color: rgb(217 229 255 / 0.2) !important;
}

.text-blue-100\/25{
  color: rgb(217 229 255 / 0.25) !important;
}

.text-blue-100\/30{
  color: rgb(217 229 255 / 0.3) !important;
}

.text-blue-100\/40{
  color: rgb(217 229 255 / 0.4) !important;
}

.text-blue-100\/5{
  color: rgb(217 229 255 / 0.05) !important;
}

.text-blue-100\/50{
  color: rgb(217 229 255 / 0.5) !important;
}

.text-blue-100\/60{
  color: rgb(217 229 255 / 0.6) !important;
}

.text-blue-100\/70{
  color: rgb(217 229 255 / 0.7) !important;
}

.text-blue-100\/75{
  color: rgb(217 229 255 / 0.75) !important;
}

.text-blue-100\/80{
  color: rgb(217 229 255 / 0.8) !important;
}

.text-blue-100\/90{
  color: rgb(217 229 255 / 0.9) !important;
}

.text-blue-100\/95{
  color: rgb(217 229 255 / 0.95) !important;
}

.text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgb(186 206 254 / var(--tw-text-opacity)) !important;
}

.text-blue-200\/0{
  color: rgb(186 206 254 / 0) !important;
}

.text-blue-200\/10{
  color: rgb(186 206 254 / 0.1) !important;
}

.text-blue-200\/100{
  color: rgb(186 206 254 / 1) !important;
}

.text-blue-200\/20{
  color: rgb(186 206 254 / 0.2) !important;
}

.text-blue-200\/25{
  color: rgb(186 206 254 / 0.25) !important;
}

.text-blue-200\/30{
  color: rgb(186 206 254 / 0.3) !important;
}

.text-blue-200\/40{
  color: rgb(186 206 254 / 0.4) !important;
}

.text-blue-200\/5{
  color: rgb(186 206 254 / 0.05) !important;
}

.text-blue-200\/50{
  color: rgb(186 206 254 / 0.5) !important;
}

.text-blue-200\/60{
  color: rgb(186 206 254 / 0.6) !important;
}

.text-blue-200\/70{
  color: rgb(186 206 254 / 0.7) !important;
}

.text-blue-200\/75{
  color: rgb(186 206 254 / 0.75) !important;
}

.text-blue-200\/80{
  color: rgb(186 206 254 / 0.8) !important;
}

.text-blue-200\/90{
  color: rgb(186 206 254 / 0.9) !important;
}

.text-blue-200\/95{
  color: rgb(186 206 254 / 0.95) !important;
}

.text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgb(155 182 253 / var(--tw-text-opacity)) !important;
}

.text-blue-300\/0{
  color: rgb(155 182 253 / 0) !important;
}

.text-blue-300\/10{
  color: rgb(155 182 253 / 0.1) !important;
}

.text-blue-300\/100{
  color: rgb(155 182 253 / 1) !important;
}

.text-blue-300\/20{
  color: rgb(155 182 253 / 0.2) !important;
}

.text-blue-300\/25{
  color: rgb(155 182 253 / 0.25) !important;
}

.text-blue-300\/30{
  color: rgb(155 182 253 / 0.3) !important;
}

.text-blue-300\/40{
  color: rgb(155 182 253 / 0.4) !important;
}

.text-blue-300\/5{
  color: rgb(155 182 253 / 0.05) !important;
}

.text-blue-300\/50{
  color: rgb(155 182 253 / 0.5) !important;
}

.text-blue-300\/60{
  color: rgb(155 182 253 / 0.6) !important;
}

.text-blue-300\/70{
  color: rgb(155 182 253 / 0.7) !important;
}

.text-blue-300\/75{
  color: rgb(155 182 253 / 0.75) !important;
}

.text-blue-300\/80{
  color: rgb(155 182 253 / 0.8) !important;
}

.text-blue-300\/90{
  color: rgb(155 182 253 / 0.9) !important;
}

.text-blue-300\/95{
  color: rgb(155 182 253 / 0.95) !important;
}

.text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgb(128 160 251 / var(--tw-text-opacity)) !important;
}

.text-blue-400\/0{
  color: rgb(128 160 251 / 0) !important;
}

.text-blue-400\/10{
  color: rgb(128 160 251 / 0.1) !important;
}

.text-blue-400\/100{
  color: rgb(128 160 251 / 1) !important;
}

.text-blue-400\/20{
  color: rgb(128 160 251 / 0.2) !important;
}

.text-blue-400\/25{
  color: rgb(128 160 251 / 0.25) !important;
}

.text-blue-400\/30{
  color: rgb(128 160 251 / 0.3) !important;
}

.text-blue-400\/40{
  color: rgb(128 160 251 / 0.4) !important;
}

.text-blue-400\/5{
  color: rgb(128 160 251 / 0.05) !important;
}

.text-blue-400\/50{
  color: rgb(128 160 251 / 0.5) !important;
}

.text-blue-400\/60{
  color: rgb(128 160 251 / 0.6) !important;
}

.text-blue-400\/70{
  color: rgb(128 160 251 / 0.7) !important;
}

.text-blue-400\/75{
  color: rgb(128 160 251 / 0.75) !important;
}

.text-blue-400\/80{
  color: rgb(128 160 251 / 0.8) !important;
}

.text-blue-400\/90{
  color: rgb(128 160 251 / 0.9) !important;
}

.text-blue-400\/95{
  color: rgb(128 160 251 / 0.95) !important;
}

.text-blue-50{
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity)) !important;
}

.text-blue-50\/0{
  color: rgb(239 246 255 / 0) !important;
}

.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1) !important;
}

.text-blue-50\/100{
  color: rgb(239 246 255 / 1) !important;
}

.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2) !important;
}

.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25) !important;
}

.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3) !important;
}

.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4) !important;
}

.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05) !important;
}

.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5) !important;
}

.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6) !important;
}

.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7) !important;
}

.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75) !important;
}

.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8) !important;
}

.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9) !important;
}

.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95) !important;
}

.text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(86 124 242 / var(--tw-text-opacity)) !important;
}

.text-blue-500\/0{
  color: rgb(86 124 242 / 0) !important;
}

.text-blue-500\/10{
  color: rgb(86 124 242 / 0.1) !important;
}

.text-blue-500\/100{
  color: rgb(86 124 242 / 1) !important;
}

.text-blue-500\/20{
  color: rgb(86 124 242 / 0.2) !important;
}

.text-blue-500\/25{
  color: rgb(86 124 242 / 0.25) !important;
}

.text-blue-500\/30{
  color: rgb(86 124 242 / 0.3) !important;
}

.text-blue-500\/40{
  color: rgb(86 124 242 / 0.4) !important;
}

.text-blue-500\/5{
  color: rgb(86 124 242 / 0.05) !important;
}

.text-blue-500\/50{
  color: rgb(86 124 242 / 0.5) !important;
}

.text-blue-500\/60{
  color: rgb(86 124 242 / 0.6) !important;
}

.text-blue-500\/70{
  color: rgb(86 124 242 / 0.7) !important;
}

.text-blue-500\/75{
  color: rgb(86 124 242 / 0.75) !important;
}

.text-blue-500\/80{
  color: rgb(86 124 242 / 0.8) !important;
}

.text-blue-500\/90{
  color: rgb(86 124 242 / 0.9) !important;
}

.text-blue-500\/95{
  color: rgb(86 124 242 / 0.95) !important;
}

.text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgb(71 110 234 / var(--tw-text-opacity)) !important;
}

.text-blue-600\/0{
  color: rgb(71 110 234 / 0) !important;
}

.text-blue-600\/10{
  color: rgb(71 110 234 / 0.1) !important;
}

.text-blue-600\/100{
  color: rgb(71 110 234 / 1) !important;
}

.text-blue-600\/20{
  color: rgb(71 110 234 / 0.2) !important;
}

.text-blue-600\/25{
  color: rgb(71 110 234 / 0.25) !important;
}

.text-blue-600\/30{
  color: rgb(71 110 234 / 0.3) !important;
}

.text-blue-600\/40{
  color: rgb(71 110 234 / 0.4) !important;
}

.text-blue-600\/5{
  color: rgb(71 110 234 / 0.05) !important;
}

.text-blue-600\/50{
  color: rgb(71 110 234 / 0.5) !important;
}

.text-blue-600\/60{
  color: rgb(71 110 234 / 0.6) !important;
}

.text-blue-600\/70{
  color: rgb(71 110 234 / 0.7) !important;
}

.text-blue-600\/75{
  color: rgb(71 110 234 / 0.75) !important;
}

.text-blue-600\/80{
  color: rgb(71 110 234 / 0.8) !important;
}

.text-blue-600\/90{
  color: rgb(71 110 234 / 0.9) !important;
}

.text-blue-600\/95{
  color: rgb(71 110 234 / 0.95) !important;
}

.text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgb(57 95 216 / var(--tw-text-opacity)) !important;
}

.text-blue-700\/0{
  color: rgb(57 95 216 / 0) !important;
}

.text-blue-700\/10{
  color: rgb(57 95 216 / 0.1) !important;
}

.text-blue-700\/100{
  color: rgb(57 95 216 / 1) !important;
}

.text-blue-700\/20{
  color: rgb(57 95 216 / 0.2) !important;
}

.text-blue-700\/25{
  color: rgb(57 95 216 / 0.25) !important;
}

.text-blue-700\/30{
  color: rgb(57 95 216 / 0.3) !important;
}

.text-blue-700\/40{
  color: rgb(57 95 216 / 0.4) !important;
}

.text-blue-700\/5{
  color: rgb(57 95 216 / 0.05) !important;
}

.text-blue-700\/50{
  color: rgb(57 95 216 / 0.5) !important;
}

.text-blue-700\/60{
  color: rgb(57 95 216 / 0.6) !important;
}

.text-blue-700\/70{
  color: rgb(57 95 216 / 0.7) !important;
}

.text-blue-700\/75{
  color: rgb(57 95 216 / 0.75) !important;
}

.text-blue-700\/80{
  color: rgb(57 95 216 / 0.8) !important;
}

.text-blue-700\/90{
  color: rgb(57 95 216 / 0.9) !important;
}

.text-blue-700\/95{
  color: rgb(57 95 216 / 0.95) !important;
}

.text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgb(42 73 174 / var(--tw-text-opacity)) !important;
}

.text-blue-800\/0{
  color: rgb(42 73 174 / 0) !important;
}

.text-blue-800\/10{
  color: rgb(42 73 174 / 0.1) !important;
}

.text-blue-800\/100{
  color: rgb(42 73 174 / 1) !important;
}

.text-blue-800\/20{
  color: rgb(42 73 174 / 0.2) !important;
}

.text-blue-800\/25{
  color: rgb(42 73 174 / 0.25) !important;
}

.text-blue-800\/30{
  color: rgb(42 73 174 / 0.3) !important;
}

.text-blue-800\/40{
  color: rgb(42 73 174 / 0.4) !important;
}

.text-blue-800\/5{
  color: rgb(42 73 174 / 0.05) !important;
}

.text-blue-800\/50{
  color: rgb(42 73 174 / 0.5) !important;
}

.text-blue-800\/60{
  color: rgb(42 73 174 / 0.6) !important;
}

.text-blue-800\/70{
  color: rgb(42 73 174 / 0.7) !important;
}

.text-blue-800\/75{
  color: rgb(42 73 174 / 0.75) !important;
}

.text-blue-800\/80{
  color: rgb(42 73 174 / 0.8) !important;
}

.text-blue-800\/90{
  color: rgb(42 73 174 / 0.9) !important;
}

.text-blue-800\/95{
  color: rgb(42 73 174 / 0.95) !important;
}

.text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgb(24 44 109 / var(--tw-text-opacity)) !important;
}

.text-blue-900\/0{
  color: rgb(24 44 109 / 0) !important;
}

.text-blue-900\/10{
  color: rgb(24 44 109 / 0.1) !important;
}

.text-blue-900\/100{
  color: rgb(24 44 109 / 1) !important;
}

.text-blue-900\/20{
  color: rgb(24 44 109 / 0.2) !important;
}

.text-blue-900\/25{
  color: rgb(24 44 109 / 0.25) !important;
}

.text-blue-900\/30{
  color: rgb(24 44 109 / 0.3) !important;
}

.text-blue-900\/40{
  color: rgb(24 44 109 / 0.4) !important;
}

.text-blue-900\/5{
  color: rgb(24 44 109 / 0.05) !important;
}

.text-blue-900\/50{
  color: rgb(24 44 109 / 0.5) !important;
}

.text-blue-900\/60{
  color: rgb(24 44 109 / 0.6) !important;
}

.text-blue-900\/70{
  color: rgb(24 44 109 / 0.7) !important;
}

.text-blue-900\/75{
  color: rgb(24 44 109 / 0.75) !important;
}

.text-blue-900\/80{
  color: rgb(24 44 109 / 0.8) !important;
}

.text-blue-900\/90{
  color: rgb(24 44 109 / 0.9) !important;
}

.text-blue-900\/95{
  color: rgb(24 44 109 / 0.95) !important;
}

.text-blue-950{
  --tw-text-opacity: 1 !important;
  color: rgb(11 21 54 / var(--tw-text-opacity)) !important;
}

.text-blue-950\/0{
  color: rgb(11 21 54 / 0) !important;
}

.text-blue-950\/10{
  color: rgb(11 21 54 / 0.1) !important;
}

.text-blue-950\/100{
  color: rgb(11 21 54 / 1) !important;
}

.text-blue-950\/20{
  color: rgb(11 21 54 / 0.2) !important;
}

.text-blue-950\/25{
  color: rgb(11 21 54 / 0.25) !important;
}

.text-blue-950\/30{
  color: rgb(11 21 54 / 0.3) !important;
}

.text-blue-950\/40{
  color: rgb(11 21 54 / 0.4) !important;
}

.text-blue-950\/5{
  color: rgb(11 21 54 / 0.05) !important;
}

.text-blue-950\/50{
  color: rgb(11 21 54 / 0.5) !important;
}

.text-blue-950\/60{
  color: rgb(11 21 54 / 0.6) !important;
}

.text-blue-950\/70{
  color: rgb(11 21 54 / 0.7) !important;
}

.text-blue-950\/75{
  color: rgb(11 21 54 / 0.75) !important;
}

.text-blue-950\/80{
  color: rgb(11 21 54 / 0.8) !important;
}

.text-blue-950\/90{
  color: rgb(11 21 54 / 0.9) !important;
}

.text-blue-950\/95{
  color: rgb(11 21 54 / 0.95) !important;
}

.text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0) !important;
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1) !important;
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1) !important;
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2) !important;
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25) !important;
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3) !important;
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4) !important;
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05) !important;
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5) !important;
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6) !important;
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7) !important;
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75) !important;
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8) !important;
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9) !important;
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95) !important;
}

.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0) !important;
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1) !important;
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1) !important;
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2) !important;
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25) !important;
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3) !important;
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4) !important;
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05) !important;
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5) !important;
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6) !important;
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7) !important;
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75) !important;
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8) !important;
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9) !important;
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95) !important;
}

.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0) !important;
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1) !important;
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1) !important;
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2) !important;
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25) !important;
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3) !important;
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4) !important;
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05) !important;
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5) !important;
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6) !important;
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7) !important;
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75) !important;
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8) !important;
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9) !important;
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95) !important;
}

.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0) !important;
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1) !important;
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1) !important;
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2) !important;
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25) !important;
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3) !important;
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4) !important;
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05) !important;
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5) !important;
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6) !important;
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7) !important;
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75) !important;
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8) !important;
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9) !important;
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95) !important;
}

.text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}

.text-gray-50\/0{
  color: rgb(249 250 251 / 0) !important;
}

.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1) !important;
}

.text-gray-50\/100{
  color: rgb(249 250 251 / 1) !important;
}

.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2) !important;
}

.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25) !important;
}

.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3) !important;
}

.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4) !important;
}

.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05) !important;
}

.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5) !important;
}

.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6) !important;
}

.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7) !important;
}

.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75) !important;
}

.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8) !important;
}

.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9) !important;
}

.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95) !important;
}

.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0) !important;
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1) !important;
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1) !important;
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2) !important;
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25) !important;
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3) !important;
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4) !important;
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05) !important;
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5) !important;
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6) !important;
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7) !important;
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75) !important;
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8) !important;
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9) !important;
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95) !important;
}

.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0) !important;
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1) !important;
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1) !important;
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2) !important;
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25) !important;
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3) !important;
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4) !important;
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05) !important;
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5) !important;
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6) !important;
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7) !important;
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75) !important;
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8) !important;
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9) !important;
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95) !important;
}

.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0) !important;
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1) !important;
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1) !important;
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2) !important;
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25) !important;
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3) !important;
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4) !important;
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05) !important;
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5) !important;
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6) !important;
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7) !important;
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75) !important;
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8) !important;
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9) !important;
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95) !important;
}

.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0) !important;
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1) !important;
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1) !important;
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2) !important;
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25) !important;
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3) !important;
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4) !important;
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05) !important;
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5) !important;
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6) !important;
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7) !important;
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75) !important;
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8) !important;
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9) !important;
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95) !important;
}

.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0) !important;
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1) !important;
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1) !important;
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2) !important;
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25) !important;
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3) !important;
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4) !important;
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05) !important;
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5) !important;
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6) !important;
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7) !important;
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75) !important;
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8) !important;
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9) !important;
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95) !important;
}

.text-gray-950{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity)) !important;
}

.text-gray-950\/0{
  color: rgb(3 7 18 / 0) !important;
}

.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1) !important;
}

.text-gray-950\/100{
  color: rgb(3 7 18 / 1) !important;
}

.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2) !important;
}

.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25) !important;
}

.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3) !important;
}

.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4) !important;
}

.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05) !important;
}

.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5) !important;
}

.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6) !important;
}

.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7) !important;
}

.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75) !important;
}

.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8) !important;
}

.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9) !important;
}

.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95) !important;
}

.text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgb(220 252 231 / var(--tw-text-opacity)) !important;
}

.text-green-100\/0{
  color: rgb(220 252 231 / 0) !important;
}

.text-green-100\/10{
  color: rgb(220 252 231 / 0.1) !important;
}

.text-green-100\/100{
  color: rgb(220 252 231 / 1) !important;
}

.text-green-100\/20{
  color: rgb(220 252 231 / 0.2) !important;
}

.text-green-100\/25{
  color: rgb(220 252 231 / 0.25) !important;
}

.text-green-100\/30{
  color: rgb(220 252 231 / 0.3) !important;
}

.text-green-100\/40{
  color: rgb(220 252 231 / 0.4) !important;
}

.text-green-100\/5{
  color: rgb(220 252 231 / 0.05) !important;
}

.text-green-100\/50{
  color: rgb(220 252 231 / 0.5) !important;
}

.text-green-100\/60{
  color: rgb(220 252 231 / 0.6) !important;
}

.text-green-100\/70{
  color: rgb(220 252 231 / 0.7) !important;
}

.text-green-100\/75{
  color: rgb(220 252 231 / 0.75) !important;
}

.text-green-100\/80{
  color: rgb(220 252 231 / 0.8) !important;
}

.text-green-100\/90{
  color: rgb(220 252 231 / 0.9) !important;
}

.text-green-100\/95{
  color: rgb(220 252 231 / 0.95) !important;
}

.text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity)) !important;
}

.text-green-200\/0{
  color: rgb(187 247 208 / 0) !important;
}

.text-green-200\/10{
  color: rgb(187 247 208 / 0.1) !important;
}

.text-green-200\/100{
  color: rgb(187 247 208 / 1) !important;
}

.text-green-200\/20{
  color: rgb(187 247 208 / 0.2) !important;
}

.text-green-200\/25{
  color: rgb(187 247 208 / 0.25) !important;
}

.text-green-200\/30{
  color: rgb(187 247 208 / 0.3) !important;
}

.text-green-200\/40{
  color: rgb(187 247 208 / 0.4) !important;
}

.text-green-200\/5{
  color: rgb(187 247 208 / 0.05) !important;
}

.text-green-200\/50{
  color: rgb(187 247 208 / 0.5) !important;
}

.text-green-200\/60{
  color: rgb(187 247 208 / 0.6) !important;
}

.text-green-200\/70{
  color: rgb(187 247 208 / 0.7) !important;
}

.text-green-200\/75{
  color: rgb(187 247 208 / 0.75) !important;
}

.text-green-200\/80{
  color: rgb(187 247 208 / 0.8) !important;
}

.text-green-200\/90{
  color: rgb(187 247 208 / 0.9) !important;
}

.text-green-200\/95{
  color: rgb(187 247 208 / 0.95) !important;
}

.text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity)) !important;
}

.text-green-300\/0{
  color: rgb(134 239 172 / 0) !important;
}

.text-green-300\/10{
  color: rgb(134 239 172 / 0.1) !important;
}

.text-green-300\/100{
  color: rgb(134 239 172 / 1) !important;
}

.text-green-300\/20{
  color: rgb(134 239 172 / 0.2) !important;
}

.text-green-300\/25{
  color: rgb(134 239 172 / 0.25) !important;
}

.text-green-300\/30{
  color: rgb(134 239 172 / 0.3) !important;
}

.text-green-300\/40{
  color: rgb(134 239 172 / 0.4) !important;
}

.text-green-300\/5{
  color: rgb(134 239 172 / 0.05) !important;
}

.text-green-300\/50{
  color: rgb(134 239 172 / 0.5) !important;
}

.text-green-300\/60{
  color: rgb(134 239 172 / 0.6) !important;
}

.text-green-300\/70{
  color: rgb(134 239 172 / 0.7) !important;
}

.text-green-300\/75{
  color: rgb(134 239 172 / 0.75) !important;
}

.text-green-300\/80{
  color: rgb(134 239 172 / 0.8) !important;
}

.text-green-300\/90{
  color: rgb(134 239 172 / 0.9) !important;
}

.text-green-300\/95{
  color: rgb(134 239 172 / 0.95) !important;
}

.text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}

.text-green-400\/0{
  color: rgb(74 222 128 / 0) !important;
}

.text-green-400\/10{
  color: rgb(74 222 128 / 0.1) !important;
}

.text-green-400\/100{
  color: rgb(74 222 128 / 1) !important;
}

.text-green-400\/20{
  color: rgb(74 222 128 / 0.2) !important;
}

.text-green-400\/25{
  color: rgb(74 222 128 / 0.25) !important;
}

.text-green-400\/30{
  color: rgb(74 222 128 / 0.3) !important;
}

.text-green-400\/40{
  color: rgb(74 222 128 / 0.4) !important;
}

.text-green-400\/5{
  color: rgb(74 222 128 / 0.05) !important;
}

.text-green-400\/50{
  color: rgb(74 222 128 / 0.5) !important;
}

.text-green-400\/60{
  color: rgb(74 222 128 / 0.6) !important;
}

.text-green-400\/70{
  color: rgb(74 222 128 / 0.7) !important;
}

.text-green-400\/75{
  color: rgb(74 222 128 / 0.75) !important;
}

.text-green-400\/80{
  color: rgb(74 222 128 / 0.8) !important;
}

.text-green-400\/90{
  color: rgb(74 222 128 / 0.9) !important;
}

.text-green-400\/95{
  color: rgb(74 222 128 / 0.95) !important;
}

.text-green-50{
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}

.text-green-50\/0{
  color: rgb(240 253 244 / 0) !important;
}

.text-green-50\/10{
  color: rgb(240 253 244 / 0.1) !important;
}

.text-green-50\/100{
  color: rgb(240 253 244 / 1) !important;
}

.text-green-50\/20{
  color: rgb(240 253 244 / 0.2) !important;
}

.text-green-50\/25{
  color: rgb(240 253 244 / 0.25) !important;
}

.text-green-50\/30{
  color: rgb(240 253 244 / 0.3) !important;
}

.text-green-50\/40{
  color: rgb(240 253 244 / 0.4) !important;
}

.text-green-50\/5{
  color: rgb(240 253 244 / 0.05) !important;
}

.text-green-50\/50{
  color: rgb(240 253 244 / 0.5) !important;
}

.text-green-50\/60{
  color: rgb(240 253 244 / 0.6) !important;
}

.text-green-50\/70{
  color: rgb(240 253 244 / 0.7) !important;
}

.text-green-50\/75{
  color: rgb(240 253 244 / 0.75) !important;
}

.text-green-50\/80{
  color: rgb(240 253 244 / 0.8) !important;
}

.text-green-50\/90{
  color: rgb(240 253 244 / 0.9) !important;
}

.text-green-50\/95{
  color: rgb(240 253 244 / 0.95) !important;
}

.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.text-green-500\/0{
  color: rgb(34 197 94 / 0) !important;
}

.text-green-500\/10{
  color: rgb(34 197 94 / 0.1) !important;
}

.text-green-500\/100{
  color: rgb(34 197 94 / 1) !important;
}

.text-green-500\/20{
  color: rgb(34 197 94 / 0.2) !important;
}

.text-green-500\/25{
  color: rgb(34 197 94 / 0.25) !important;
}

.text-green-500\/30{
  color: rgb(34 197 94 / 0.3) !important;
}

.text-green-500\/40{
  color: rgb(34 197 94 / 0.4) !important;
}

.text-green-500\/5{
  color: rgb(34 197 94 / 0.05) !important;
}

.text-green-500\/50{
  color: rgb(34 197 94 / 0.5) !important;
}

.text-green-500\/60{
  color: rgb(34 197 94 / 0.6) !important;
}

.text-green-500\/70{
  color: rgb(34 197 94 / 0.7) !important;
}

.text-green-500\/75{
  color: rgb(34 197 94 / 0.75) !important;
}

.text-green-500\/80{
  color: rgb(34 197 94 / 0.8) !important;
}

.text-green-500\/90{
  color: rgb(34 197 94 / 0.9) !important;
}

.text-green-500\/95{
  color: rgb(34 197 94 / 0.95) !important;
}

.text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}

.text-green-600\/0{
  color: rgb(22 163 74 / 0) !important;
}

.text-green-600\/10{
  color: rgb(22 163 74 / 0.1) !important;
}

.text-green-600\/100{
  color: rgb(22 163 74 / 1) !important;
}

.text-green-600\/20{
  color: rgb(22 163 74 / 0.2) !important;
}

.text-green-600\/25{
  color: rgb(22 163 74 / 0.25) !important;
}

.text-green-600\/30{
  color: rgb(22 163 74 / 0.3) !important;
}

.text-green-600\/40{
  color: rgb(22 163 74 / 0.4) !important;
}

.text-green-600\/5{
  color: rgb(22 163 74 / 0.05) !important;
}

.text-green-600\/50{
  color: rgb(22 163 74 / 0.5) !important;
}

.text-green-600\/60{
  color: rgb(22 163 74 / 0.6) !important;
}

.text-green-600\/70{
  color: rgb(22 163 74 / 0.7) !important;
}

.text-green-600\/75{
  color: rgb(22 163 74 / 0.75) !important;
}

.text-green-600\/80{
  color: rgb(22 163 74 / 0.8) !important;
}

.text-green-600\/90{
  color: rgb(22 163 74 / 0.9) !important;
}

.text-green-600\/95{
  color: rgb(22 163 74 / 0.95) !important;
}

.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.text-green-700\/0{
  color: rgb(21 128 61 / 0) !important;
}

.text-green-700\/10{
  color: rgb(21 128 61 / 0.1) !important;
}

.text-green-700\/100{
  color: rgb(21 128 61 / 1) !important;
}

.text-green-700\/20{
  color: rgb(21 128 61 / 0.2) !important;
}

.text-green-700\/25{
  color: rgb(21 128 61 / 0.25) !important;
}

.text-green-700\/30{
  color: rgb(21 128 61 / 0.3) !important;
}

.text-green-700\/40{
  color: rgb(21 128 61 / 0.4) !important;
}

.text-green-700\/5{
  color: rgb(21 128 61 / 0.05) !important;
}

.text-green-700\/50{
  color: rgb(21 128 61 / 0.5) !important;
}

.text-green-700\/60{
  color: rgb(21 128 61 / 0.6) !important;
}

.text-green-700\/70{
  color: rgb(21 128 61 / 0.7) !important;
}

.text-green-700\/75{
  color: rgb(21 128 61 / 0.75) !important;
}

.text-green-700\/80{
  color: rgb(21 128 61 / 0.8) !important;
}

.text-green-700\/90{
  color: rgb(21 128 61 / 0.9) !important;
}

.text-green-700\/95{
  color: rgb(21 128 61 / 0.95) !important;
}

.text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}

.text-green-800\/0{
  color: rgb(22 101 52 / 0) !important;
}

.text-green-800\/10{
  color: rgb(22 101 52 / 0.1) !important;
}

.text-green-800\/100{
  color: rgb(22 101 52 / 1) !important;
}

.text-green-800\/20{
  color: rgb(22 101 52 / 0.2) !important;
}

.text-green-800\/25{
  color: rgb(22 101 52 / 0.25) !important;
}

.text-green-800\/30{
  color: rgb(22 101 52 / 0.3) !important;
}

.text-green-800\/40{
  color: rgb(22 101 52 / 0.4) !important;
}

.text-green-800\/5{
  color: rgb(22 101 52 / 0.05) !important;
}

.text-green-800\/50{
  color: rgb(22 101 52 / 0.5) !important;
}

.text-green-800\/60{
  color: rgb(22 101 52 / 0.6) !important;
}

.text-green-800\/70{
  color: rgb(22 101 52 / 0.7) !important;
}

.text-green-800\/75{
  color: rgb(22 101 52 / 0.75) !important;
}

.text-green-800\/80{
  color: rgb(22 101 52 / 0.8) !important;
}

.text-green-800\/90{
  color: rgb(22 101 52 / 0.9) !important;
}

.text-green-800\/95{
  color: rgb(22 101 52 / 0.95) !important;
}

.text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgb(20 83 45 / var(--tw-text-opacity)) !important;
}

.text-green-900\/0{
  color: rgb(20 83 45 / 0) !important;
}

.text-green-900\/10{
  color: rgb(20 83 45 / 0.1) !important;
}

.text-green-900\/100{
  color: rgb(20 83 45 / 1) !important;
}

.text-green-900\/20{
  color: rgb(20 83 45 / 0.2) !important;
}

.text-green-900\/25{
  color: rgb(20 83 45 / 0.25) !important;
}

.text-green-900\/30{
  color: rgb(20 83 45 / 0.3) !important;
}

.text-green-900\/40{
  color: rgb(20 83 45 / 0.4) !important;
}

.text-green-900\/5{
  color: rgb(20 83 45 / 0.05) !important;
}

.text-green-900\/50{
  color: rgb(20 83 45 / 0.5) !important;
}

.text-green-900\/60{
  color: rgb(20 83 45 / 0.6) !important;
}

.text-green-900\/70{
  color: rgb(20 83 45 / 0.7) !important;
}

.text-green-900\/75{
  color: rgb(20 83 45 / 0.75) !important;
}

.text-green-900\/80{
  color: rgb(20 83 45 / 0.8) !important;
}

.text-green-900\/90{
  color: rgb(20 83 45 / 0.9) !important;
}

.text-green-900\/95{
  color: rgb(20 83 45 / 0.95) !important;
}

.text-green-950{
  --tw-text-opacity: 1 !important;
  color: rgb(5 46 22 / var(--tw-text-opacity)) !important;
}

.text-green-950\/0{
  color: rgb(5 46 22 / 0) !important;
}

.text-green-950\/10{
  color: rgb(5 46 22 / 0.1) !important;
}

.text-green-950\/100{
  color: rgb(5 46 22 / 1) !important;
}

.text-green-950\/20{
  color: rgb(5 46 22 / 0.2) !important;
}

.text-green-950\/25{
  color: rgb(5 46 22 / 0.25) !important;
}

.text-green-950\/30{
  color: rgb(5 46 22 / 0.3) !important;
}

.text-green-950\/40{
  color: rgb(5 46 22 / 0.4) !important;
}

.text-green-950\/5{
  color: rgb(5 46 22 / 0.05) !important;
}

.text-green-950\/50{
  color: rgb(5 46 22 / 0.5) !important;
}

.text-green-950\/60{
  color: rgb(5 46 22 / 0.6) !important;
}

.text-green-950\/70{
  color: rgb(5 46 22 / 0.7) !important;
}

.text-green-950\/75{
  color: rgb(5 46 22 / 0.75) !important;
}

.text-green-950\/80{
  color: rgb(5 46 22 / 0.8) !important;
}

.text-green-950\/90{
  color: rgb(5 46 22 / 0.9) !important;
}

.text-green-950\/95{
  color: rgb(5 46 22 / 0.95) !important;
}

.text-lime-100{
  --tw-text-opacity: 1 !important;
  color: rgb(236 252 203 / var(--tw-text-opacity)) !important;
}

.text-lime-100\/0{
  color: rgb(236 252 203 / 0) !important;
}

.text-lime-100\/10{
  color: rgb(236 252 203 / 0.1) !important;
}

.text-lime-100\/100{
  color: rgb(236 252 203 / 1) !important;
}

.text-lime-100\/20{
  color: rgb(236 252 203 / 0.2) !important;
}

.text-lime-100\/25{
  color: rgb(236 252 203 / 0.25) !important;
}

.text-lime-100\/30{
  color: rgb(236 252 203 / 0.3) !important;
}

.text-lime-100\/40{
  color: rgb(236 252 203 / 0.4) !important;
}

.text-lime-100\/5{
  color: rgb(236 252 203 / 0.05) !important;
}

.text-lime-100\/50{
  color: rgb(236 252 203 / 0.5) !important;
}

.text-lime-100\/60{
  color: rgb(236 252 203 / 0.6) !important;
}

.text-lime-100\/70{
  color: rgb(236 252 203 / 0.7) !important;
}

.text-lime-100\/75{
  color: rgb(236 252 203 / 0.75) !important;
}

.text-lime-100\/80{
  color: rgb(236 252 203 / 0.8) !important;
}

.text-lime-100\/90{
  color: rgb(236 252 203 / 0.9) !important;
}

.text-lime-100\/95{
  color: rgb(236 252 203 / 0.95) !important;
}

.text-lime-200{
  --tw-text-opacity: 1 !important;
  color: rgb(217 249 157 / var(--tw-text-opacity)) !important;
}

.text-lime-200\/0{
  color: rgb(217 249 157 / 0) !important;
}

.text-lime-200\/10{
  color: rgb(217 249 157 / 0.1) !important;
}

.text-lime-200\/100{
  color: rgb(217 249 157 / 1) !important;
}

.text-lime-200\/20{
  color: rgb(217 249 157 / 0.2) !important;
}

.text-lime-200\/25{
  color: rgb(217 249 157 / 0.25) !important;
}

.text-lime-200\/30{
  color: rgb(217 249 157 / 0.3) !important;
}

.text-lime-200\/40{
  color: rgb(217 249 157 / 0.4) !important;
}

.text-lime-200\/5{
  color: rgb(217 249 157 / 0.05) !important;
}

.text-lime-200\/50{
  color: rgb(217 249 157 / 0.5) !important;
}

.text-lime-200\/60{
  color: rgb(217 249 157 / 0.6) !important;
}

.text-lime-200\/70{
  color: rgb(217 249 157 / 0.7) !important;
}

.text-lime-200\/75{
  color: rgb(217 249 157 / 0.75) !important;
}

.text-lime-200\/80{
  color: rgb(217 249 157 / 0.8) !important;
}

.text-lime-200\/90{
  color: rgb(217 249 157 / 0.9) !important;
}

.text-lime-200\/95{
  color: rgb(217 249 157 / 0.95) !important;
}

.text-lime-300{
  --tw-text-opacity: 1 !important;
  color: rgb(190 242 100 / var(--tw-text-opacity)) !important;
}

.text-lime-300\/0{
  color: rgb(190 242 100 / 0) !important;
}

.text-lime-300\/10{
  color: rgb(190 242 100 / 0.1) !important;
}

.text-lime-300\/100{
  color: rgb(190 242 100 / 1) !important;
}

.text-lime-300\/20{
  color: rgb(190 242 100 / 0.2) !important;
}

.text-lime-300\/25{
  color: rgb(190 242 100 / 0.25) !important;
}

.text-lime-300\/30{
  color: rgb(190 242 100 / 0.3) !important;
}

.text-lime-300\/40{
  color: rgb(190 242 100 / 0.4) !important;
}

.text-lime-300\/5{
  color: rgb(190 242 100 / 0.05) !important;
}

.text-lime-300\/50{
  color: rgb(190 242 100 / 0.5) !important;
}

.text-lime-300\/60{
  color: rgb(190 242 100 / 0.6) !important;
}

.text-lime-300\/70{
  color: rgb(190 242 100 / 0.7) !important;
}

.text-lime-300\/75{
  color: rgb(190 242 100 / 0.75) !important;
}

.text-lime-300\/80{
  color: rgb(190 242 100 / 0.8) !important;
}

.text-lime-300\/90{
  color: rgb(190 242 100 / 0.9) !important;
}

.text-lime-300\/95{
  color: rgb(190 242 100 / 0.95) !important;
}

.text-lime-400{
  --tw-text-opacity: 1 !important;
  color: rgb(163 230 53 / var(--tw-text-opacity)) !important;
}

.text-lime-400\/0{
  color: rgb(163 230 53 / 0) !important;
}

.text-lime-400\/10{
  color: rgb(163 230 53 / 0.1) !important;
}

.text-lime-400\/100{
  color: rgb(163 230 53 / 1) !important;
}

.text-lime-400\/20{
  color: rgb(163 230 53 / 0.2) !important;
}

.text-lime-400\/25{
  color: rgb(163 230 53 / 0.25) !important;
}

.text-lime-400\/30{
  color: rgb(163 230 53 / 0.3) !important;
}

.text-lime-400\/40{
  color: rgb(163 230 53 / 0.4) !important;
}

.text-lime-400\/5{
  color: rgb(163 230 53 / 0.05) !important;
}

.text-lime-400\/50{
  color: rgb(163 230 53 / 0.5) !important;
}

.text-lime-400\/60{
  color: rgb(163 230 53 / 0.6) !important;
}

.text-lime-400\/70{
  color: rgb(163 230 53 / 0.7) !important;
}

.text-lime-400\/75{
  color: rgb(163 230 53 / 0.75) !important;
}

.text-lime-400\/80{
  color: rgb(163 230 53 / 0.8) !important;
}

.text-lime-400\/90{
  color: rgb(163 230 53 / 0.9) !important;
}

.text-lime-400\/95{
  color: rgb(163 230 53 / 0.95) !important;
}

.text-lime-50{
  --tw-text-opacity: 1 !important;
  color: rgb(247 254 231 / var(--tw-text-opacity)) !important;
}

.text-lime-50\/0{
  color: rgb(247 254 231 / 0) !important;
}

.text-lime-50\/10{
  color: rgb(247 254 231 / 0.1) !important;
}

.text-lime-50\/100{
  color: rgb(247 254 231 / 1) !important;
}

.text-lime-50\/20{
  color: rgb(247 254 231 / 0.2) !important;
}

.text-lime-50\/25{
  color: rgb(247 254 231 / 0.25) !important;
}

.text-lime-50\/30{
  color: rgb(247 254 231 / 0.3) !important;
}

.text-lime-50\/40{
  color: rgb(247 254 231 / 0.4) !important;
}

.text-lime-50\/5{
  color: rgb(247 254 231 / 0.05) !important;
}

.text-lime-50\/50{
  color: rgb(247 254 231 / 0.5) !important;
}

.text-lime-50\/60{
  color: rgb(247 254 231 / 0.6) !important;
}

.text-lime-50\/70{
  color: rgb(247 254 231 / 0.7) !important;
}

.text-lime-50\/75{
  color: rgb(247 254 231 / 0.75) !important;
}

.text-lime-50\/80{
  color: rgb(247 254 231 / 0.8) !important;
}

.text-lime-50\/90{
  color: rgb(247 254 231 / 0.9) !important;
}

.text-lime-50\/95{
  color: rgb(247 254 231 / 0.95) !important;
}

.text-lime-500{
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity)) !important;
}

.text-lime-500\/0{
  color: rgb(132 204 22 / 0) !important;
}

.text-lime-500\/10{
  color: rgb(132 204 22 / 0.1) !important;
}

.text-lime-500\/100{
  color: rgb(132 204 22 / 1) !important;
}

.text-lime-500\/20{
  color: rgb(132 204 22 / 0.2) !important;
}

.text-lime-500\/25{
  color: rgb(132 204 22 / 0.25) !important;
}

.text-lime-500\/30{
  color: rgb(132 204 22 / 0.3) !important;
}

.text-lime-500\/40{
  color: rgb(132 204 22 / 0.4) !important;
}

.text-lime-500\/5{
  color: rgb(132 204 22 / 0.05) !important;
}

.text-lime-500\/50{
  color: rgb(132 204 22 / 0.5) !important;
}

.text-lime-500\/60{
  color: rgb(132 204 22 / 0.6) !important;
}

.text-lime-500\/70{
  color: rgb(132 204 22 / 0.7) !important;
}

.text-lime-500\/75{
  color: rgb(132 204 22 / 0.75) !important;
}

.text-lime-500\/80{
  color: rgb(132 204 22 / 0.8) !important;
}

.text-lime-500\/90{
  color: rgb(132 204 22 / 0.9) !important;
}

.text-lime-500\/95{
  color: rgb(132 204 22 / 0.95) !important;
}

.text-lime-600{
  --tw-text-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-text-opacity)) !important;
}

.text-lime-600\/0{
  color: rgb(101 163 13 / 0) !important;
}

.text-lime-600\/10{
  color: rgb(101 163 13 / 0.1) !important;
}

.text-lime-600\/100{
  color: rgb(101 163 13 / 1) !important;
}

.text-lime-600\/20{
  color: rgb(101 163 13 / 0.2) !important;
}

.text-lime-600\/25{
  color: rgb(101 163 13 / 0.25) !important;
}

.text-lime-600\/30{
  color: rgb(101 163 13 / 0.3) !important;
}

.text-lime-600\/40{
  color: rgb(101 163 13 / 0.4) !important;
}

.text-lime-600\/5{
  color: rgb(101 163 13 / 0.05) !important;
}

.text-lime-600\/50{
  color: rgb(101 163 13 / 0.5) !important;
}

.text-lime-600\/60{
  color: rgb(101 163 13 / 0.6) !important;
}

.text-lime-600\/70{
  color: rgb(101 163 13 / 0.7) !important;
}

.text-lime-600\/75{
  color: rgb(101 163 13 / 0.75) !important;
}

.text-lime-600\/80{
  color: rgb(101 163 13 / 0.8) !important;
}

.text-lime-600\/90{
  color: rgb(101 163 13 / 0.9) !important;
}

.text-lime-600\/95{
  color: rgb(101 163 13 / 0.95) !important;
}

.text-lime-700{
  --tw-text-opacity: 1 !important;
  color: rgb(77 124 15 / var(--tw-text-opacity)) !important;
}

.text-lime-700\/0{
  color: rgb(77 124 15 / 0) !important;
}

.text-lime-700\/10{
  color: rgb(77 124 15 / 0.1) !important;
}

.text-lime-700\/100{
  color: rgb(77 124 15 / 1) !important;
}

.text-lime-700\/20{
  color: rgb(77 124 15 / 0.2) !important;
}

.text-lime-700\/25{
  color: rgb(77 124 15 / 0.25) !important;
}

.text-lime-700\/30{
  color: rgb(77 124 15 / 0.3) !important;
}

.text-lime-700\/40{
  color: rgb(77 124 15 / 0.4) !important;
}

.text-lime-700\/5{
  color: rgb(77 124 15 / 0.05) !important;
}

.text-lime-700\/50{
  color: rgb(77 124 15 / 0.5) !important;
}

.text-lime-700\/60{
  color: rgb(77 124 15 / 0.6) !important;
}

.text-lime-700\/70{
  color: rgb(77 124 15 / 0.7) !important;
}

.text-lime-700\/75{
  color: rgb(77 124 15 / 0.75) !important;
}

.text-lime-700\/80{
  color: rgb(77 124 15 / 0.8) !important;
}

.text-lime-700\/90{
  color: rgb(77 124 15 / 0.9) !important;
}

.text-lime-700\/95{
  color: rgb(77 124 15 / 0.95) !important;
}

.text-lime-800{
  --tw-text-opacity: 1 !important;
  color: rgb(63 98 18 / var(--tw-text-opacity)) !important;
}

.text-lime-800\/0{
  color: rgb(63 98 18 / 0) !important;
}

.text-lime-800\/10{
  color: rgb(63 98 18 / 0.1) !important;
}

.text-lime-800\/100{
  color: rgb(63 98 18 / 1) !important;
}

.text-lime-800\/20{
  color: rgb(63 98 18 / 0.2) !important;
}

.text-lime-800\/25{
  color: rgb(63 98 18 / 0.25) !important;
}

.text-lime-800\/30{
  color: rgb(63 98 18 / 0.3) !important;
}

.text-lime-800\/40{
  color: rgb(63 98 18 / 0.4) !important;
}

.text-lime-800\/5{
  color: rgb(63 98 18 / 0.05) !important;
}

.text-lime-800\/50{
  color: rgb(63 98 18 / 0.5) !important;
}

.text-lime-800\/60{
  color: rgb(63 98 18 / 0.6) !important;
}

.text-lime-800\/70{
  color: rgb(63 98 18 / 0.7) !important;
}

.text-lime-800\/75{
  color: rgb(63 98 18 / 0.75) !important;
}

.text-lime-800\/80{
  color: rgb(63 98 18 / 0.8) !important;
}

.text-lime-800\/90{
  color: rgb(63 98 18 / 0.9) !important;
}

.text-lime-800\/95{
  color: rgb(63 98 18 / 0.95) !important;
}

.text-lime-900{
  --tw-text-opacity: 1 !important;
  color: rgb(54 83 20 / var(--tw-text-opacity)) !important;
}

.text-lime-900\/0{
  color: rgb(54 83 20 / 0) !important;
}

.text-lime-900\/10{
  color: rgb(54 83 20 / 0.1) !important;
}

.text-lime-900\/100{
  color: rgb(54 83 20 / 1) !important;
}

.text-lime-900\/20{
  color: rgb(54 83 20 / 0.2) !important;
}

.text-lime-900\/25{
  color: rgb(54 83 20 / 0.25) !important;
}

.text-lime-900\/30{
  color: rgb(54 83 20 / 0.3) !important;
}

.text-lime-900\/40{
  color: rgb(54 83 20 / 0.4) !important;
}

.text-lime-900\/5{
  color: rgb(54 83 20 / 0.05) !important;
}

.text-lime-900\/50{
  color: rgb(54 83 20 / 0.5) !important;
}

.text-lime-900\/60{
  color: rgb(54 83 20 / 0.6) !important;
}

.text-lime-900\/70{
  color: rgb(54 83 20 / 0.7) !important;
}

.text-lime-900\/75{
  color: rgb(54 83 20 / 0.75) !important;
}

.text-lime-900\/80{
  color: rgb(54 83 20 / 0.8) !important;
}

.text-lime-900\/90{
  color: rgb(54 83 20 / 0.9) !important;
}

.text-lime-900\/95{
  color: rgb(54 83 20 / 0.95) !important;
}

.text-lime-950{
  --tw-text-opacity: 1 !important;
  color: rgb(26 46 5 / var(--tw-text-opacity)) !important;
}

.text-lime-950\/0{
  color: rgb(26 46 5 / 0) !important;
}

.text-lime-950\/10{
  color: rgb(26 46 5 / 0.1) !important;
}

.text-lime-950\/100{
  color: rgb(26 46 5 / 1) !important;
}

.text-lime-950\/20{
  color: rgb(26 46 5 / 0.2) !important;
}

.text-lime-950\/25{
  color: rgb(26 46 5 / 0.25) !important;
}

.text-lime-950\/30{
  color: rgb(26 46 5 / 0.3) !important;
}

.text-lime-950\/40{
  color: rgb(26 46 5 / 0.4) !important;
}

.text-lime-950\/5{
  color: rgb(26 46 5 / 0.05) !important;
}

.text-lime-950\/50{
  color: rgb(26 46 5 / 0.5) !important;
}

.text-lime-950\/60{
  color: rgb(26 46 5 / 0.6) !important;
}

.text-lime-950\/70{
  color: rgb(26 46 5 / 0.7) !important;
}

.text-lime-950\/75{
  color: rgb(26 46 5 / 0.75) !important;
}

.text-lime-950\/80{
  color: rgb(26 46 5 / 0.8) !important;
}

.text-lime-950\/90{
  color: rgb(26 46 5 / 0.9) !important;
}

.text-lime-950\/95{
  color: rgb(26 46 5 / 0.95) !important;
}

.text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 213 / var(--tw-text-opacity)) !important;
}

.text-orange-100\/0{
  color: rgb(255 237 213 / 0) !important;
}

.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1) !important;
}

.text-orange-100\/100{
  color: rgb(255 237 213 / 1) !important;
}

.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2) !important;
}

.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25) !important;
}

.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3) !important;
}

.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4) !important;
}

.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05) !important;
}

.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5) !important;
}

.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6) !important;
}

.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7) !important;
}

.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75) !important;
}

.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8) !important;
}

.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9) !important;
}

.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95) !important;
}

.text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 215 170 / var(--tw-text-opacity)) !important;
}

.text-orange-200\/0{
  color: rgb(254 215 170 / 0) !important;
}

.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1) !important;
}

.text-orange-200\/100{
  color: rgb(254 215 170 / 1) !important;
}

.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2) !important;
}

.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25) !important;
}

.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3) !important;
}

.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4) !important;
}

.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05) !important;
}

.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5) !important;
}

.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6) !important;
}

.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7) !important;
}

.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75) !important;
}

.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8) !important;
}

.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9) !important;
}

.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95) !important;
}

.text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 186 116 / var(--tw-text-opacity)) !important;
}

.text-orange-300\/0{
  color: rgb(253 186 116 / 0) !important;
}

.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1) !important;
}

.text-orange-300\/100{
  color: rgb(253 186 116 / 1) !important;
}

.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2) !important;
}

.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25) !important;
}

.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3) !important;
}

.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4) !important;
}

.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05) !important;
}

.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5) !important;
}

.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6) !important;
}

.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7) !important;
}

.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75) !important;
}

.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8) !important;
}

.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9) !important;
}

.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95) !important;
}

.text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity)) !important;
}

.text-orange-400\/0{
  color: rgb(251 146 60 / 0) !important;
}

.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1) !important;
}

.text-orange-400\/100{
  color: rgb(251 146 60 / 1) !important;
}

.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2) !important;
}

.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25) !important;
}

.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3) !important;
}

.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4) !important;
}

.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05) !important;
}

.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5) !important;
}

.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6) !important;
}

.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7) !important;
}

.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75) !important;
}

.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8) !important;
}

.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9) !important;
}

.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95) !important;
}

.text-orange-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity)) !important;
}

.text-orange-50\/0{
  color: rgb(255 247 237 / 0) !important;
}

.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1) !important;
}

.text-orange-50\/100{
  color: rgb(255 247 237 / 1) !important;
}

.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2) !important;
}

.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25) !important;
}

.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3) !important;
}

.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4) !important;
}

.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05) !important;
}

.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5) !important;
}

.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6) !important;
}

.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7) !important;
}

.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75) !important;
}

.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8) !important;
}

.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9) !important;
}

.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95) !important;
}

.text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}

.text-orange-500\/0{
  color: rgb(249 115 22 / 0) !important;
}

.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1) !important;
}

.text-orange-500\/100{
  color: rgb(249 115 22 / 1) !important;
}

.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2) !important;
}

.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25) !important;
}

.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3) !important;
}

.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4) !important;
}

.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05) !important;
}

.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5) !important;
}

.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6) !important;
}

.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7) !important;
}

.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75) !important;
}

.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8) !important;
}

.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9) !important;
}

.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95) !important;
}

.text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
}

.text-orange-600\/0{
  color: rgb(234 88 12 / 0) !important;
}

.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1) !important;
}

.text-orange-600\/100{
  color: rgb(234 88 12 / 1) !important;
}

.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2) !important;
}

.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25) !important;
}

.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3) !important;
}

.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4) !important;
}

.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05) !important;
}

.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5) !important;
}

.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6) !important;
}

.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7) !important;
}

.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75) !important;
}

.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8) !important;
}

.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9) !important;
}

.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95) !important;
}

.text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity)) !important;
}

.text-orange-700\/0{
  color: rgb(194 65 12 / 0) !important;
}

.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1) !important;
}

.text-orange-700\/100{
  color: rgb(194 65 12 / 1) !important;
}

.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2) !important;
}

.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25) !important;
}

.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3) !important;
}

.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4) !important;
}

.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05) !important;
}

.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5) !important;
}

.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6) !important;
}

.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7) !important;
}

.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75) !important;
}

.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8) !important;
}

.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9) !important;
}

.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95) !important;
}

.text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}

.text-orange-800\/0{
  color: rgb(154 52 18 / 0) !important;
}

.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1) !important;
}

.text-orange-800\/100{
  color: rgb(154 52 18 / 1) !important;
}

.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2) !important;
}

.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25) !important;
}

.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3) !important;
}

.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4) !important;
}

.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05) !important;
}

.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5) !important;
}

.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6) !important;
}

.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7) !important;
}

.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75) !important;
}

.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8) !important;
}

.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9) !important;
}

.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95) !important;
}

.text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgb(124 45 18 / var(--tw-text-opacity)) !important;
}

.text-orange-900\/0{
  color: rgb(124 45 18 / 0) !important;
}

.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1) !important;
}

.text-orange-900\/100{
  color: rgb(124 45 18 / 1) !important;
}

.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2) !important;
}

.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25) !important;
}

.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3) !important;
}

.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4) !important;
}

.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05) !important;
}

.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5) !important;
}

.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6) !important;
}

.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7) !important;
}

.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75) !important;
}

.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8) !important;
}

.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9) !important;
}

.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95) !important;
}

.text-orange-950{
  --tw-text-opacity: 1 !important;
  color: rgb(67 20 7 / var(--tw-text-opacity)) !important;
}

.text-orange-950\/0{
  color: rgb(67 20 7 / 0) !important;
}

.text-orange-950\/10{
  color: rgb(67 20 7 / 0.1) !important;
}

.text-orange-950\/100{
  color: rgb(67 20 7 / 1) !important;
}

.text-orange-950\/20{
  color: rgb(67 20 7 / 0.2) !important;
}

.text-orange-950\/25{
  color: rgb(67 20 7 / 0.25) !important;
}

.text-orange-950\/30{
  color: rgb(67 20 7 / 0.3) !important;
}

.text-orange-950\/40{
  color: rgb(67 20 7 / 0.4) !important;
}

.text-orange-950\/5{
  color: rgb(67 20 7 / 0.05) !important;
}

.text-orange-950\/50{
  color: rgb(67 20 7 / 0.5) !important;
}

.text-orange-950\/60{
  color: rgb(67 20 7 / 0.6) !important;
}

.text-orange-950\/70{
  color: rgb(67 20 7 / 0.7) !important;
}

.text-orange-950\/75{
  color: rgb(67 20 7 / 0.75) !important;
}

.text-orange-950\/80{
  color: rgb(67 20 7 / 0.8) !important;
}

.text-orange-950\/90{
  color: rgb(67 20 7 / 0.9) !important;
}

.text-orange-950\/95{
  color: rgb(67 20 7 / 0.95) !important;
}

.text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 232 255 / var(--tw-text-opacity)) !important;
}

.text-purple-100\/0{
  color: rgb(243 232 255 / 0) !important;
}

.text-purple-100\/10{
  color: rgb(243 232 255 / 0.1) !important;
}

.text-purple-100\/100{
  color: rgb(243 232 255 / 1) !important;
}

.text-purple-100\/20{
  color: rgb(243 232 255 / 0.2) !important;
}

.text-purple-100\/25{
  color: rgb(243 232 255 / 0.25) !important;
}

.text-purple-100\/30{
  color: rgb(243 232 255 / 0.3) !important;
}

.text-purple-100\/40{
  color: rgb(243 232 255 / 0.4) !important;
}

.text-purple-100\/5{
  color: rgb(243 232 255 / 0.05) !important;
}

.text-purple-100\/50{
  color: rgb(243 232 255 / 0.5) !important;
}

.text-purple-100\/60{
  color: rgb(243 232 255 / 0.6) !important;
}

.text-purple-100\/70{
  color: rgb(243 232 255 / 0.7) !important;
}

.text-purple-100\/75{
  color: rgb(243 232 255 / 0.75) !important;
}

.text-purple-100\/80{
  color: rgb(243 232 255 / 0.8) !important;
}

.text-purple-100\/90{
  color: rgb(243 232 255 / 0.9) !important;
}

.text-purple-100\/95{
  color: rgb(243 232 255 / 0.95) !important;
}

.text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgb(233 213 255 / var(--tw-text-opacity)) !important;
}

.text-purple-200\/0{
  color: rgb(233 213 255 / 0) !important;
}

.text-purple-200\/10{
  color: rgb(233 213 255 / 0.1) !important;
}

.text-purple-200\/100{
  color: rgb(233 213 255 / 1) !important;
}

.text-purple-200\/20{
  color: rgb(233 213 255 / 0.2) !important;
}

.text-purple-200\/25{
  color: rgb(233 213 255 / 0.25) !important;
}

.text-purple-200\/30{
  color: rgb(233 213 255 / 0.3) !important;
}

.text-purple-200\/40{
  color: rgb(233 213 255 / 0.4) !important;
}

.text-purple-200\/5{
  color: rgb(233 213 255 / 0.05) !important;
}

.text-purple-200\/50{
  color: rgb(233 213 255 / 0.5) !important;
}

.text-purple-200\/60{
  color: rgb(233 213 255 / 0.6) !important;
}

.text-purple-200\/70{
  color: rgb(233 213 255 / 0.7) !important;
}

.text-purple-200\/75{
  color: rgb(233 213 255 / 0.75) !important;
}

.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8) !important;
}

.text-purple-200\/90{
  color: rgb(233 213 255 / 0.9) !important;
}

.text-purple-200\/95{
  color: rgb(233 213 255 / 0.95) !important;
}

.text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgb(216 180 254 / var(--tw-text-opacity)) !important;
}

.text-purple-300\/0{
  color: rgb(216 180 254 / 0) !important;
}

.text-purple-300\/10{
  color: rgb(216 180 254 / 0.1) !important;
}

.text-purple-300\/100{
  color: rgb(216 180 254 / 1) !important;
}

.text-purple-300\/20{
  color: rgb(216 180 254 / 0.2) !important;
}

.text-purple-300\/25{
  color: rgb(216 180 254 / 0.25) !important;
}

.text-purple-300\/30{
  color: rgb(216 180 254 / 0.3) !important;
}

.text-purple-300\/40{
  color: rgb(216 180 254 / 0.4) !important;
}

.text-purple-300\/5{
  color: rgb(216 180 254 / 0.05) !important;
}

.text-purple-300\/50{
  color: rgb(216 180 254 / 0.5) !important;
}

.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6) !important;
}

.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7) !important;
}

.text-purple-300\/75{
  color: rgb(216 180 254 / 0.75) !important;
}

.text-purple-300\/80{
  color: rgb(216 180 254 / 0.8) !important;
}

.text-purple-300\/90{
  color: rgb(216 180 254 / 0.9) !important;
}

.text-purple-300\/95{
  color: rgb(216 180 254 / 0.95) !important;
}

.text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgb(192 132 252 / var(--tw-text-opacity)) !important;
}

.text-purple-400\/0{
  color: rgb(192 132 252 / 0) !important;
}

.text-purple-400\/10{
  color: rgb(192 132 252 / 0.1) !important;
}

.text-purple-400\/100{
  color: rgb(192 132 252 / 1) !important;
}

.text-purple-400\/20{
  color: rgb(192 132 252 / 0.2) !important;
}

.text-purple-400\/25{
  color: rgb(192 132 252 / 0.25) !important;
}

.text-purple-400\/30{
  color: rgb(192 132 252 / 0.3) !important;
}

.text-purple-400\/40{
  color: rgb(192 132 252 / 0.4) !important;
}

.text-purple-400\/5{
  color: rgb(192 132 252 / 0.05) !important;
}

.text-purple-400\/50{
  color: rgb(192 132 252 / 0.5) !important;
}

.text-purple-400\/60{
  color: rgb(192 132 252 / 0.6) !important;
}

.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7) !important;
}

.text-purple-400\/75{
  color: rgb(192 132 252 / 0.75) !important;
}

.text-purple-400\/80{
  color: rgb(192 132 252 / 0.8) !important;
}

.text-purple-400\/90{
  color: rgb(192 132 252 / 0.9) !important;
}

.text-purple-400\/95{
  color: rgb(192 132 252 / 0.95) !important;
}

.text-purple-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 245 255 / var(--tw-text-opacity)) !important;
}

.text-purple-50\/0{
  color: rgb(250 245 255 / 0) !important;
}

.text-purple-50\/10{
  color: rgb(250 245 255 / 0.1) !important;
}

.text-purple-50\/100{
  color: rgb(250 245 255 / 1) !important;
}

.text-purple-50\/20{
  color: rgb(250 245 255 / 0.2) !important;
}

.text-purple-50\/25{
  color: rgb(250 245 255 / 0.25) !important;
}

.text-purple-50\/30{
  color: rgb(250 245 255 / 0.3) !important;
}

.text-purple-50\/40{
  color: rgb(250 245 255 / 0.4) !important;
}

.text-purple-50\/5{
  color: rgb(250 245 255 / 0.05) !important;
}

.text-purple-50\/50{
  color: rgb(250 245 255 / 0.5) !important;
}

.text-purple-50\/60{
  color: rgb(250 245 255 / 0.6) !important;
}

.text-purple-50\/70{
  color: rgb(250 245 255 / 0.7) !important;
}

.text-purple-50\/75{
  color: rgb(250 245 255 / 0.75) !important;
}

.text-purple-50\/80{
  color: rgb(250 245 255 / 0.8) !important;
}

.text-purple-50\/90{
  color: rgb(250 245 255 / 0.9) !important;
}

.text-purple-50\/95{
  color: rgb(250 245 255 / 0.95) !important;
}

.text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity)) !important;
}

.text-purple-500\/0{
  color: rgb(168 85 247 / 0) !important;
}

.text-purple-500\/10{
  color: rgb(168 85 247 / 0.1) !important;
}

.text-purple-500\/100{
  color: rgb(168 85 247 / 1) !important;
}

.text-purple-500\/20{
  color: rgb(168 85 247 / 0.2) !important;
}

.text-purple-500\/25{
  color: rgb(168 85 247 / 0.25) !important;
}

.text-purple-500\/30{
  color: rgb(168 85 247 / 0.3) !important;
}

.text-purple-500\/40{
  color: rgb(168 85 247 / 0.4) !important;
}

.text-purple-500\/5{
  color: rgb(168 85 247 / 0.05) !important;
}

.text-purple-500\/50{
  color: rgb(168 85 247 / 0.5) !important;
}

.text-purple-500\/60{
  color: rgb(168 85 247 / 0.6) !important;
}

.text-purple-500\/70{
  color: rgb(168 85 247 / 0.7) !important;
}

.text-purple-500\/75{
  color: rgb(168 85 247 / 0.75) !important;
}

.text-purple-500\/80{
  color: rgb(168 85 247 / 0.8) !important;
}

.text-purple-500\/90{
  color: rgb(168 85 247 / 0.9) !important;
}

.text-purple-500\/95{
  color: rgb(168 85 247 / 0.95) !important;
}

.text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
}

.text-purple-600\/0{
  color: rgb(147 51 234 / 0) !important;
}

.text-purple-600\/10{
  color: rgb(147 51 234 / 0.1) !important;
}

.text-purple-600\/100{
  color: rgb(147 51 234 / 1) !important;
}

.text-purple-600\/20{
  color: rgb(147 51 234 / 0.2) !important;
}

.text-purple-600\/25{
  color: rgb(147 51 234 / 0.25) !important;
}

.text-purple-600\/30{
  color: rgb(147 51 234 / 0.3) !important;
}

.text-purple-600\/40{
  color: rgb(147 51 234 / 0.4) !important;
}

.text-purple-600\/5{
  color: rgb(147 51 234 / 0.05) !important;
}

.text-purple-600\/50{
  color: rgb(147 51 234 / 0.5) !important;
}

.text-purple-600\/60{
  color: rgb(147 51 234 / 0.6) !important;
}

.text-purple-600\/70{
  color: rgb(147 51 234 / 0.7) !important;
}

.text-purple-600\/75{
  color: rgb(147 51 234 / 0.75) !important;
}

.text-purple-600\/80{
  color: rgb(147 51 234 / 0.8) !important;
}

.text-purple-600\/90{
  color: rgb(147 51 234 / 0.9) !important;
}

.text-purple-600\/95{
  color: rgb(147 51 234 / 0.95) !important;
}

.text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgb(126 34 206 / var(--tw-text-opacity)) !important;
}

.text-purple-700\/0{
  color: rgb(126 34 206 / 0) !important;
}

.text-purple-700\/10{
  color: rgb(126 34 206 / 0.1) !important;
}

.text-purple-700\/100{
  color: rgb(126 34 206 / 1) !important;
}

.text-purple-700\/20{
  color: rgb(126 34 206 / 0.2) !important;
}

.text-purple-700\/25{
  color: rgb(126 34 206 / 0.25) !important;
}

.text-purple-700\/30{
  color: rgb(126 34 206 / 0.3) !important;
}

.text-purple-700\/40{
  color: rgb(126 34 206 / 0.4) !important;
}

.text-purple-700\/5{
  color: rgb(126 34 206 / 0.05) !important;
}

.text-purple-700\/50{
  color: rgb(126 34 206 / 0.5) !important;
}

.text-purple-700\/60{
  color: rgb(126 34 206 / 0.6) !important;
}

.text-purple-700\/70{
  color: rgb(126 34 206 / 0.7) !important;
}

.text-purple-700\/75{
  color: rgb(126 34 206 / 0.75) !important;
}

.text-purple-700\/80{
  color: rgb(126 34 206 / 0.8) !important;
}

.text-purple-700\/90{
  color: rgb(126 34 206 / 0.9) !important;
}

.text-purple-700\/95{
  color: rgb(126 34 206 / 0.95) !important;
}

.text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity)) !important;
}

.text-purple-800\/0{
  color: rgb(107 33 168 / 0) !important;
}

.text-purple-800\/10{
  color: rgb(107 33 168 / 0.1) !important;
}

.text-purple-800\/100{
  color: rgb(107 33 168 / 1) !important;
}

.text-purple-800\/20{
  color: rgb(107 33 168 / 0.2) !important;
}

.text-purple-800\/25{
  color: rgb(107 33 168 / 0.25) !important;
}

.text-purple-800\/30{
  color: rgb(107 33 168 / 0.3) !important;
}

.text-purple-800\/40{
  color: rgb(107 33 168 / 0.4) !important;
}

.text-purple-800\/5{
  color: rgb(107 33 168 / 0.05) !important;
}

.text-purple-800\/50{
  color: rgb(107 33 168 / 0.5) !important;
}

.text-purple-800\/60{
  color: rgb(107 33 168 / 0.6) !important;
}

.text-purple-800\/70{
  color: rgb(107 33 168 / 0.7) !important;
}

.text-purple-800\/75{
  color: rgb(107 33 168 / 0.75) !important;
}

.text-purple-800\/80{
  color: rgb(107 33 168 / 0.8) !important;
}

.text-purple-800\/90{
  color: rgb(107 33 168 / 0.9) !important;
}

.text-purple-800\/95{
  color: rgb(107 33 168 / 0.95) !important;
}

.text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgb(88 28 135 / var(--tw-text-opacity)) !important;
}

.text-purple-900\/0{
  color: rgb(88 28 135 / 0) !important;
}

.text-purple-900\/10{
  color: rgb(88 28 135 / 0.1) !important;
}

.text-purple-900\/100{
  color: rgb(88 28 135 / 1) !important;
}

.text-purple-900\/20{
  color: rgb(88 28 135 / 0.2) !important;
}

.text-purple-900\/25{
  color: rgb(88 28 135 / 0.25) !important;
}

.text-purple-900\/30{
  color: rgb(88 28 135 / 0.3) !important;
}

.text-purple-900\/40{
  color: rgb(88 28 135 / 0.4) !important;
}

.text-purple-900\/5{
  color: rgb(88 28 135 / 0.05) !important;
}

.text-purple-900\/50{
  color: rgb(88 28 135 / 0.5) !important;
}

.text-purple-900\/60{
  color: rgb(88 28 135 / 0.6) !important;
}

.text-purple-900\/70{
  color: rgb(88 28 135 / 0.7) !important;
}

.text-purple-900\/75{
  color: rgb(88 28 135 / 0.75) !important;
}

.text-purple-900\/80{
  color: rgb(88 28 135 / 0.8) !important;
}

.text-purple-900\/90{
  color: rgb(88 28 135 / 0.9) !important;
}

.text-purple-900\/95{
  color: rgb(88 28 135 / 0.95) !important;
}

.text-purple-950{
  --tw-text-opacity: 1 !important;
  color: rgb(59 7 100 / var(--tw-text-opacity)) !important;
}

.text-purple-950\/0{
  color: rgb(59 7 100 / 0) !important;
}

.text-purple-950\/10{
  color: rgb(59 7 100 / 0.1) !important;
}

.text-purple-950\/100{
  color: rgb(59 7 100 / 1) !important;
}

.text-purple-950\/20{
  color: rgb(59 7 100 / 0.2) !important;
}

.text-purple-950\/25{
  color: rgb(59 7 100 / 0.25) !important;
}

.text-purple-950\/30{
  color: rgb(59 7 100 / 0.3) !important;
}

.text-purple-950\/40{
  color: rgb(59 7 100 / 0.4) !important;
}

.text-purple-950\/5{
  color: rgb(59 7 100 / 0.05) !important;
}

.text-purple-950\/50{
  color: rgb(59 7 100 / 0.5) !important;
}

.text-purple-950\/60{
  color: rgb(59 7 100 / 0.6) !important;
}

.text-purple-950\/70{
  color: rgb(59 7 100 / 0.7) !important;
}

.text-purple-950\/75{
  color: rgb(59 7 100 / 0.75) !important;
}

.text-purple-950\/80{
  color: rgb(59 7 100 / 0.8) !important;
}

.text-purple-950\/90{
  color: rgb(59 7 100 / 0.9) !important;
}

.text-purple-950\/95{
  color: rgb(59 7 100 / 0.95) !important;
}

.text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}

.text-red-100\/0{
  color: rgb(254 226 226 / 0) !important;
}

.text-red-100\/10{
  color: rgb(254 226 226 / 0.1) !important;
}

.text-red-100\/100{
  color: rgb(254 226 226 / 1) !important;
}

.text-red-100\/20{
  color: rgb(254 226 226 / 0.2) !important;
}

.text-red-100\/25{
  color: rgb(254 226 226 / 0.25) !important;
}

.text-red-100\/30{
  color: rgb(254 226 226 / 0.3) !important;
}

.text-red-100\/40{
  color: rgb(254 226 226 / 0.4) !important;
}

.text-red-100\/5{
  color: rgb(254 226 226 / 0.05) !important;
}

.text-red-100\/50{
  color: rgb(254 226 226 / 0.5) !important;
}

.text-red-100\/60{
  color: rgb(254 226 226 / 0.6) !important;
}

.text-red-100\/70{
  color: rgb(254 226 226 / 0.7) !important;
}

.text-red-100\/75{
  color: rgb(254 226 226 / 0.75) !important;
}

.text-red-100\/80{
  color: rgb(254 226 226 / 0.8) !important;
}

.text-red-100\/90{
  color: rgb(254 226 226 / 0.9) !important;
}

.text-red-100\/95{
  color: rgb(254 226 226 / 0.95) !important;
}

.text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
}

.text-red-200\/0{
  color: rgb(254 202 202 / 0) !important;
}

.text-red-200\/10{
  color: rgb(254 202 202 / 0.1) !important;
}

.text-red-200\/100{
  color: rgb(254 202 202 / 1) !important;
}

.text-red-200\/20{
  color: rgb(254 202 202 / 0.2) !important;
}

.text-red-200\/25{
  color: rgb(254 202 202 / 0.25) !important;
}

.text-red-200\/30{
  color: rgb(254 202 202 / 0.3) !important;
}

.text-red-200\/40{
  color: rgb(254 202 202 / 0.4) !important;
}

.text-red-200\/5{
  color: rgb(254 202 202 / 0.05) !important;
}

.text-red-200\/50{
  color: rgb(254 202 202 / 0.5) !important;
}

.text-red-200\/60{
  color: rgb(254 202 202 / 0.6) !important;
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7) !important;
}

.text-red-200\/75{
  color: rgb(254 202 202 / 0.75) !important;
}

.text-red-200\/80{
  color: rgb(254 202 202 / 0.8) !important;
}

.text-red-200\/90{
  color: rgb(254 202 202 / 0.9) !important;
}

.text-red-200\/95{
  color: rgb(254 202 202 / 0.95) !important;
}

.text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important;
}

.text-red-300\/0{
  color: rgb(252 165 165 / 0) !important;
}

.text-red-300\/10{
  color: rgb(252 165 165 / 0.1) !important;
}

.text-red-300\/100{
  color: rgb(252 165 165 / 1) !important;
}

.text-red-300\/20{
  color: rgb(252 165 165 / 0.2) !important;
}

.text-red-300\/25{
  color: rgb(252 165 165 / 0.25) !important;
}

.text-red-300\/30{
  color: rgb(252 165 165 / 0.3) !important;
}

.text-red-300\/40{
  color: rgb(252 165 165 / 0.4) !important;
}

.text-red-300\/5{
  color: rgb(252 165 165 / 0.05) !important;
}

.text-red-300\/50{
  color: rgb(252 165 165 / 0.5) !important;
}

.text-red-300\/60{
  color: rgb(252 165 165 / 0.6) !important;
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7) !important;
}

.text-red-300\/75{
  color: rgb(252 165 165 / 0.75) !important;
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8) !important;
}

.text-red-300\/90{
  color: rgb(252 165 165 / 0.9) !important;
}

.text-red-300\/95{
  color: rgb(252 165 165 / 0.95) !important;
}

.text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}

.text-red-400\/0{
  color: rgb(248 113 113 / 0) !important;
}

.text-red-400\/10{
  color: rgb(248 113 113 / 0.1) !important;
}

.text-red-400\/100{
  color: rgb(248 113 113 / 1) !important;
}

.text-red-400\/20{
  color: rgb(248 113 113 / 0.2) !important;
}

.text-red-400\/25{
  color: rgb(248 113 113 / 0.25) !important;
}

.text-red-400\/30{
  color: rgb(248 113 113 / 0.3) !important;
}

.text-red-400\/40{
  color: rgb(248 113 113 / 0.4) !important;
}

.text-red-400\/5{
  color: rgb(248 113 113 / 0.05) !important;
}

.text-red-400\/50{
  color: rgb(248 113 113 / 0.5) !important;
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6) !important;
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7) !important;
}

.text-red-400\/75{
  color: rgb(248 113 113 / 0.75) !important;
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8) !important;
}

.text-red-400\/90{
  color: rgb(248 113 113 / 0.9) !important;
}

.text-red-400\/95{
  color: rgb(248 113 113 / 0.95) !important;
}

.text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}

.text-red-50\/0{
  color: rgb(254 242 242 / 0) !important;
}

.text-red-50\/10{
  color: rgb(254 242 242 / 0.1) !important;
}

.text-red-50\/100{
  color: rgb(254 242 242 / 1) !important;
}

.text-red-50\/20{
  color: rgb(254 242 242 / 0.2) !important;
}

.text-red-50\/25{
  color: rgb(254 242 242 / 0.25) !important;
}

.text-red-50\/30{
  color: rgb(254 242 242 / 0.3) !important;
}

.text-red-50\/40{
  color: rgb(254 242 242 / 0.4) !important;
}

.text-red-50\/5{
  color: rgb(254 242 242 / 0.05) !important;
}

.text-red-50\/50{
  color: rgb(254 242 242 / 0.5) !important;
}

.text-red-50\/60{
  color: rgb(254 242 242 / 0.6) !important;
}

.text-red-50\/70{
  color: rgb(254 242 242 / 0.7) !important;
}

.text-red-50\/75{
  color: rgb(254 242 242 / 0.75) !important;
}

.text-red-50\/80{
  color: rgb(254 242 242 / 0.8) !important;
}

.text-red-50\/90{
  color: rgb(254 242 242 / 0.9) !important;
}

.text-red-50\/95{
  color: rgb(254 242 242 / 0.95) !important;
}

.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.text-red-500\/0{
  color: rgb(239 68 68 / 0) !important;
}

.text-red-500\/10{
  color: rgb(239 68 68 / 0.1) !important;
}

.text-red-500\/100{
  color: rgb(239 68 68 / 1) !important;
}

.text-red-500\/20{
  color: rgb(239 68 68 / 0.2) !important;
}

.text-red-500\/25{
  color: rgb(239 68 68 / 0.25) !important;
}

.text-red-500\/30{
  color: rgb(239 68 68 / 0.3) !important;
}

.text-red-500\/40{
  color: rgb(239 68 68 / 0.4) !important;
}

.text-red-500\/5{
  color: rgb(239 68 68 / 0.05) !important;
}

.text-red-500\/50{
  color: rgb(239 68 68 / 0.5) !important;
}

.text-red-500\/60{
  color: rgb(239 68 68 / 0.6) !important;
}

.text-red-500\/70{
  color: rgb(239 68 68 / 0.7) !important;
}

.text-red-500\/75{
  color: rgb(239 68 68 / 0.75) !important;
}

.text-red-500\/80{
  color: rgb(239 68 68 / 0.8) !important;
}

.text-red-500\/90{
  color: rgb(239 68 68 / 0.9) !important;
}

.text-red-500\/95{
  color: rgb(239 68 68 / 0.95) !important;
}

.text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.text-red-600\/0{
  color: rgb(220 38 38 / 0) !important;
}

.text-red-600\/10{
  color: rgb(220 38 38 / 0.1) !important;
}

.text-red-600\/100{
  color: rgb(220 38 38 / 1) !important;
}

.text-red-600\/20{
  color: rgb(220 38 38 / 0.2) !important;
}

.text-red-600\/25{
  color: rgb(220 38 38 / 0.25) !important;
}

.text-red-600\/30{
  color: rgb(220 38 38 / 0.3) !important;
}

.text-red-600\/40{
  color: rgb(220 38 38 / 0.4) !important;
}

.text-red-600\/5{
  color: rgb(220 38 38 / 0.05) !important;
}

.text-red-600\/50{
  color: rgb(220 38 38 / 0.5) !important;
}

.text-red-600\/60{
  color: rgb(220 38 38 / 0.6) !important;
}

.text-red-600\/70{
  color: rgb(220 38 38 / 0.7) !important;
}

.text-red-600\/75{
  color: rgb(220 38 38 / 0.75) !important;
}

.text-red-600\/80{
  color: rgb(220 38 38 / 0.8) !important;
}

.text-red-600\/90{
  color: rgb(220 38 38 / 0.9) !important;
}

.text-red-600\/95{
  color: rgb(220 38 38 / 0.95) !important;
}

.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-red-700\/0{
  color: rgb(185 28 28 / 0) !important;
}

.text-red-700\/10{
  color: rgb(185 28 28 / 0.1) !important;
}

.text-red-700\/100{
  color: rgb(185 28 28 / 1) !important;
}

.text-red-700\/20{
  color: rgb(185 28 28 / 0.2) !important;
}

.text-red-700\/25{
  color: rgb(185 28 28 / 0.25) !important;
}

.text-red-700\/30{
  color: rgb(185 28 28 / 0.3) !important;
}

.text-red-700\/40{
  color: rgb(185 28 28 / 0.4) !important;
}

.text-red-700\/5{
  color: rgb(185 28 28 / 0.05) !important;
}

.text-red-700\/50{
  color: rgb(185 28 28 / 0.5) !important;
}

.text-red-700\/60{
  color: rgb(185 28 28 / 0.6) !important;
}

.text-red-700\/70{
  color: rgb(185 28 28 / 0.7) !important;
}

.text-red-700\/75{
  color: rgb(185 28 28 / 0.75) !important;
}

.text-red-700\/80{
  color: rgb(185 28 28 / 0.8) !important;
}

.text-red-700\/90{
  color: rgb(185 28 28 / 0.9) !important;
}

.text-red-700\/95{
  color: rgb(185 28 28 / 0.95) !important;
}

.text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}

.text-red-800\/0{
  color: rgb(153 27 27 / 0) !important;
}

.text-red-800\/10{
  color: rgb(153 27 27 / 0.1) !important;
}

.text-red-800\/100{
  color: rgb(153 27 27 / 1) !important;
}

.text-red-800\/20{
  color: rgb(153 27 27 / 0.2) !important;
}

.text-red-800\/25{
  color: rgb(153 27 27 / 0.25) !important;
}

.text-red-800\/30{
  color: rgb(153 27 27 / 0.3) !important;
}

.text-red-800\/40{
  color: rgb(153 27 27 / 0.4) !important;
}

.text-red-800\/5{
  color: rgb(153 27 27 / 0.05) !important;
}

.text-red-800\/50{
  color: rgb(153 27 27 / 0.5) !important;
}

.text-red-800\/60{
  color: rgb(153 27 27 / 0.6) !important;
}

.text-red-800\/70{
  color: rgb(153 27 27 / 0.7) !important;
}

.text-red-800\/75{
  color: rgb(153 27 27 / 0.75) !important;
}

.text-red-800\/80{
  color: rgb(153 27 27 / 0.8) !important;
}

.text-red-800\/90{
  color: rgb(153 27 27 / 0.9) !important;
}

.text-red-800\/95{
  color: rgb(153 27 27 / 0.95) !important;
}

.text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}

.text-red-900\/0{
  color: rgb(127 29 29 / 0) !important;
}

.text-red-900\/10{
  color: rgb(127 29 29 / 0.1) !important;
}

.text-red-900\/100{
  color: rgb(127 29 29 / 1) !important;
}

.text-red-900\/20{
  color: rgb(127 29 29 / 0.2) !important;
}

.text-red-900\/25{
  color: rgb(127 29 29 / 0.25) !important;
}

.text-red-900\/30{
  color: rgb(127 29 29 / 0.3) !important;
}

.text-red-900\/40{
  color: rgb(127 29 29 / 0.4) !important;
}

.text-red-900\/5{
  color: rgb(127 29 29 / 0.05) !important;
}

.text-red-900\/50{
  color: rgb(127 29 29 / 0.5) !important;
}

.text-red-900\/60{
  color: rgb(127 29 29 / 0.6) !important;
}

.text-red-900\/70{
  color: rgb(127 29 29 / 0.7) !important;
}

.text-red-900\/75{
  color: rgb(127 29 29 / 0.75) !important;
}

.text-red-900\/80{
  color: rgb(127 29 29 / 0.8) !important;
}

.text-red-900\/90{
  color: rgb(127 29 29 / 0.9) !important;
}

.text-red-900\/95{
  color: rgb(127 29 29 / 0.95) !important;
}

.text-red-950{
  --tw-text-opacity: 1 !important;
  color: rgb(69 10 10 / var(--tw-text-opacity)) !important;
}

.text-red-950\/0{
  color: rgb(69 10 10 / 0) !important;
}

.text-red-950\/10{
  color: rgb(69 10 10 / 0.1) !important;
}

.text-red-950\/100{
  color: rgb(69 10 10 / 1) !important;
}

.text-red-950\/20{
  color: rgb(69 10 10 / 0.2) !important;
}

.text-red-950\/25{
  color: rgb(69 10 10 / 0.25) !important;
}

.text-red-950\/30{
  color: rgb(69 10 10 / 0.3) !important;
}

.text-red-950\/40{
  color: rgb(69 10 10 / 0.4) !important;
}

.text-red-950\/5{
  color: rgb(69 10 10 / 0.05) !important;
}

.text-red-950\/50{
  color: rgb(69 10 10 / 0.5) !important;
}

.text-red-950\/60{
  color: rgb(69 10 10 / 0.6) !important;
}

.text-red-950\/70{
  color: rgb(69 10 10 / 0.7) !important;
}

.text-red-950\/75{
  color: rgb(69 10 10 / 0.75) !important;
}

.text-red-950\/80{
  color: rgb(69 10 10 / 0.8) !important;
}

.text-red-950\/90{
  color: rgb(69 10 10 / 0.9) !important;
}

.text-red-950\/95{
  color: rgb(69 10 10 / 0.95) !important;
}

.text-violet-100{
  --tw-text-opacity: 1 !important;
  color: rgb(237 233 254 / var(--tw-text-opacity)) !important;
}

.text-violet-100\/0{
  color: rgb(237 233 254 / 0) !important;
}

.text-violet-100\/10{
  color: rgb(237 233 254 / 0.1) !important;
}

.text-violet-100\/100{
  color: rgb(237 233 254 / 1) !important;
}

.text-violet-100\/20{
  color: rgb(237 233 254 / 0.2) !important;
}

.text-violet-100\/25{
  color: rgb(237 233 254 / 0.25) !important;
}

.text-violet-100\/30{
  color: rgb(237 233 254 / 0.3) !important;
}

.text-violet-100\/40{
  color: rgb(237 233 254 / 0.4) !important;
}

.text-violet-100\/5{
  color: rgb(237 233 254 / 0.05) !important;
}

.text-violet-100\/50{
  color: rgb(237 233 254 / 0.5) !important;
}

.text-violet-100\/60{
  color: rgb(237 233 254 / 0.6) !important;
}

.text-violet-100\/70{
  color: rgb(237 233 254 / 0.7) !important;
}

.text-violet-100\/75{
  color: rgb(237 233 254 / 0.75) !important;
}

.text-violet-100\/80{
  color: rgb(237 233 254 / 0.8) !important;
}

.text-violet-100\/90{
  color: rgb(237 233 254 / 0.9) !important;
}

.text-violet-100\/95{
  color: rgb(237 233 254 / 0.95) !important;
}

.text-violet-200{
  --tw-text-opacity: 1 !important;
  color: rgb(221 214 254 / var(--tw-text-opacity)) !important;
}

.text-violet-200\/0{
  color: rgb(221 214 254 / 0) !important;
}

.text-violet-200\/10{
  color: rgb(221 214 254 / 0.1) !important;
}

.text-violet-200\/100{
  color: rgb(221 214 254 / 1) !important;
}

.text-violet-200\/20{
  color: rgb(221 214 254 / 0.2) !important;
}

.text-violet-200\/25{
  color: rgb(221 214 254 / 0.25) !important;
}

.text-violet-200\/30{
  color: rgb(221 214 254 / 0.3) !important;
}

.text-violet-200\/40{
  color: rgb(221 214 254 / 0.4) !important;
}

.text-violet-200\/5{
  color: rgb(221 214 254 / 0.05) !important;
}

.text-violet-200\/50{
  color: rgb(221 214 254 / 0.5) !important;
}

.text-violet-200\/60{
  color: rgb(221 214 254 / 0.6) !important;
}

.text-violet-200\/70{
  color: rgb(221 214 254 / 0.7) !important;
}

.text-violet-200\/75{
  color: rgb(221 214 254 / 0.75) !important;
}

.text-violet-200\/80{
  color: rgb(221 214 254 / 0.8) !important;
}

.text-violet-200\/90{
  color: rgb(221 214 254 / 0.9) !important;
}

.text-violet-200\/95{
  color: rgb(221 214 254 / 0.95) !important;
}

.text-violet-300{
  --tw-text-opacity: 1 !important;
  color: rgb(196 181 253 / var(--tw-text-opacity)) !important;
}

.text-violet-300\/0{
  color: rgb(196 181 253 / 0) !important;
}

.text-violet-300\/10{
  color: rgb(196 181 253 / 0.1) !important;
}

.text-violet-300\/100{
  color: rgb(196 181 253 / 1) !important;
}

.text-violet-300\/20{
  color: rgb(196 181 253 / 0.2) !important;
}

.text-violet-300\/25{
  color: rgb(196 181 253 / 0.25) !important;
}

.text-violet-300\/30{
  color: rgb(196 181 253 / 0.3) !important;
}

.text-violet-300\/40{
  color: rgb(196 181 253 / 0.4) !important;
}

.text-violet-300\/5{
  color: rgb(196 181 253 / 0.05) !important;
}

.text-violet-300\/50{
  color: rgb(196 181 253 / 0.5) !important;
}

.text-violet-300\/60{
  color: rgb(196 181 253 / 0.6) !important;
}

.text-violet-300\/70{
  color: rgb(196 181 253 / 0.7) !important;
}

.text-violet-300\/75{
  color: rgb(196 181 253 / 0.75) !important;
}

.text-violet-300\/80{
  color: rgb(196 181 253 / 0.8) !important;
}

.text-violet-300\/90{
  color: rgb(196 181 253 / 0.9) !important;
}

.text-violet-300\/95{
  color: rgb(196 181 253 / 0.95) !important;
}

.text-violet-400{
  --tw-text-opacity: 1 !important;
  color: rgb(167 139 250 / var(--tw-text-opacity)) !important;
}

.text-violet-400\/0{
  color: rgb(167 139 250 / 0) !important;
}

.text-violet-400\/10{
  color: rgb(167 139 250 / 0.1) !important;
}

.text-violet-400\/100{
  color: rgb(167 139 250 / 1) !important;
}

.text-violet-400\/20{
  color: rgb(167 139 250 / 0.2) !important;
}

.text-violet-400\/25{
  color: rgb(167 139 250 / 0.25) !important;
}

.text-violet-400\/30{
  color: rgb(167 139 250 / 0.3) !important;
}

.text-violet-400\/40{
  color: rgb(167 139 250 / 0.4) !important;
}

.text-violet-400\/5{
  color: rgb(167 139 250 / 0.05) !important;
}

.text-violet-400\/50{
  color: rgb(167 139 250 / 0.5) !important;
}

.text-violet-400\/60{
  color: rgb(167 139 250 / 0.6) !important;
}

.text-violet-400\/70{
  color: rgb(167 139 250 / 0.7) !important;
}

.text-violet-400\/75{
  color: rgb(167 139 250 / 0.75) !important;
}

.text-violet-400\/80{
  color: rgb(167 139 250 / 0.8) !important;
}

.text-violet-400\/90{
  color: rgb(167 139 250 / 0.9) !important;
}

.text-violet-400\/95{
  color: rgb(167 139 250 / 0.95) !important;
}

.text-violet-50{
  --tw-text-opacity: 1 !important;
  color: rgb(245 243 255 / var(--tw-text-opacity)) !important;
}

.text-violet-50\/0{
  color: rgb(245 243 255 / 0) !important;
}

.text-violet-50\/10{
  color: rgb(245 243 255 / 0.1) !important;
}

.text-violet-50\/100{
  color: rgb(245 243 255 / 1) !important;
}

.text-violet-50\/20{
  color: rgb(245 243 255 / 0.2) !important;
}

.text-violet-50\/25{
  color: rgb(245 243 255 / 0.25) !important;
}

.text-violet-50\/30{
  color: rgb(245 243 255 / 0.3) !important;
}

.text-violet-50\/40{
  color: rgb(245 243 255 / 0.4) !important;
}

.text-violet-50\/5{
  color: rgb(245 243 255 / 0.05) !important;
}

.text-violet-50\/50{
  color: rgb(245 243 255 / 0.5) !important;
}

.text-violet-50\/60{
  color: rgb(245 243 255 / 0.6) !important;
}

.text-violet-50\/70{
  color: rgb(245 243 255 / 0.7) !important;
}

.text-violet-50\/75{
  color: rgb(245 243 255 / 0.75) !important;
}

.text-violet-50\/80{
  color: rgb(245 243 255 / 0.8) !important;
}

.text-violet-50\/90{
  color: rgb(245 243 255 / 0.9) !important;
}

.text-violet-50\/95{
  color: rgb(245 243 255 / 0.95) !important;
}

.text-violet-500{
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity)) !important;
}

.text-violet-500\/0{
  color: rgb(139 92 246 / 0) !important;
}

.text-violet-500\/10{
  color: rgb(139 92 246 / 0.1) !important;
}

.text-violet-500\/100{
  color: rgb(139 92 246 / 1) !important;
}

.text-violet-500\/20{
  color: rgb(139 92 246 / 0.2) !important;
}

.text-violet-500\/25{
  color: rgb(139 92 246 / 0.25) !important;
}

.text-violet-500\/30{
  color: rgb(139 92 246 / 0.3) !important;
}

.text-violet-500\/40{
  color: rgb(139 92 246 / 0.4) !important;
}

.text-violet-500\/5{
  color: rgb(139 92 246 / 0.05) !important;
}

.text-violet-500\/50{
  color: rgb(139 92 246 / 0.5) !important;
}

.text-violet-500\/60{
  color: rgb(139 92 246 / 0.6) !important;
}

.text-violet-500\/70{
  color: rgb(139 92 246 / 0.7) !important;
}

.text-violet-500\/75{
  color: rgb(139 92 246 / 0.75) !important;
}

.text-violet-500\/80{
  color: rgb(139 92 246 / 0.8) !important;
}

.text-violet-500\/90{
  color: rgb(139 92 246 / 0.9) !important;
}

.text-violet-500\/95{
  color: rgb(139 92 246 / 0.95) !important;
}

.text-violet-600{
  --tw-text-opacity: 1 !important;
  color: rgb(124 58 237 / var(--tw-text-opacity)) !important;
}

.text-violet-600\/0{
  color: rgb(124 58 237 / 0) !important;
}

.text-violet-600\/10{
  color: rgb(124 58 237 / 0.1) !important;
}

.text-violet-600\/100{
  color: rgb(124 58 237 / 1) !important;
}

.text-violet-600\/20{
  color: rgb(124 58 237 / 0.2) !important;
}

.text-violet-600\/25{
  color: rgb(124 58 237 / 0.25) !important;
}

.text-violet-600\/30{
  color: rgb(124 58 237 / 0.3) !important;
}

.text-violet-600\/40{
  color: rgb(124 58 237 / 0.4) !important;
}

.text-violet-600\/5{
  color: rgb(124 58 237 / 0.05) !important;
}

.text-violet-600\/50{
  color: rgb(124 58 237 / 0.5) !important;
}

.text-violet-600\/60{
  color: rgb(124 58 237 / 0.6) !important;
}

.text-violet-600\/70{
  color: rgb(124 58 237 / 0.7) !important;
}

.text-violet-600\/75{
  color: rgb(124 58 237 / 0.75) !important;
}

.text-violet-600\/80{
  color: rgb(124 58 237 / 0.8) !important;
}

.text-violet-600\/90{
  color: rgb(124 58 237 / 0.9) !important;
}

.text-violet-600\/95{
  color: rgb(124 58 237 / 0.95) !important;
}

.text-violet-700{
  --tw-text-opacity: 1 !important;
  color: rgb(109 40 217 / var(--tw-text-opacity)) !important;
}

.text-violet-700\/0{
  color: rgb(109 40 217 / 0) !important;
}

.text-violet-700\/10{
  color: rgb(109 40 217 / 0.1) !important;
}

.text-violet-700\/100{
  color: rgb(109 40 217 / 1) !important;
}

.text-violet-700\/20{
  color: rgb(109 40 217 / 0.2) !important;
}

.text-violet-700\/25{
  color: rgb(109 40 217 / 0.25) !important;
}

.text-violet-700\/30{
  color: rgb(109 40 217 / 0.3) !important;
}

.text-violet-700\/40{
  color: rgb(109 40 217 / 0.4) !important;
}

.text-violet-700\/5{
  color: rgb(109 40 217 / 0.05) !important;
}

.text-violet-700\/50{
  color: rgb(109 40 217 / 0.5) !important;
}

.text-violet-700\/60{
  color: rgb(109 40 217 / 0.6) !important;
}

.text-violet-700\/70{
  color: rgb(109 40 217 / 0.7) !important;
}

.text-violet-700\/75{
  color: rgb(109 40 217 / 0.75) !important;
}

.text-violet-700\/80{
  color: rgb(109 40 217 / 0.8) !important;
}

.text-violet-700\/90{
  color: rgb(109 40 217 / 0.9) !important;
}

.text-violet-700\/95{
  color: rgb(109 40 217 / 0.95) !important;
}

.text-violet-800{
  --tw-text-opacity: 1 !important;
  color: rgb(91 33 182 / var(--tw-text-opacity)) !important;
}

.text-violet-800\/0{
  color: rgb(91 33 182 / 0) !important;
}

.text-violet-800\/10{
  color: rgb(91 33 182 / 0.1) !important;
}

.text-violet-800\/100{
  color: rgb(91 33 182 / 1) !important;
}

.text-violet-800\/20{
  color: rgb(91 33 182 / 0.2) !important;
}

.text-violet-800\/25{
  color: rgb(91 33 182 / 0.25) !important;
}

.text-violet-800\/30{
  color: rgb(91 33 182 / 0.3) !important;
}

.text-violet-800\/40{
  color: rgb(91 33 182 / 0.4) !important;
}

.text-violet-800\/5{
  color: rgb(91 33 182 / 0.05) !important;
}

.text-violet-800\/50{
  color: rgb(91 33 182 / 0.5) !important;
}

.text-violet-800\/60{
  color: rgb(91 33 182 / 0.6) !important;
}

.text-violet-800\/70{
  color: rgb(91 33 182 / 0.7) !important;
}

.text-violet-800\/75{
  color: rgb(91 33 182 / 0.75) !important;
}

.text-violet-800\/80{
  color: rgb(91 33 182 / 0.8) !important;
}

.text-violet-800\/90{
  color: rgb(91 33 182 / 0.9) !important;
}

.text-violet-800\/95{
  color: rgb(91 33 182 / 0.95) !important;
}

.text-violet-900{
  --tw-text-opacity: 1 !important;
  color: rgb(76 29 149 / var(--tw-text-opacity)) !important;
}

.text-violet-900\/0{
  color: rgb(76 29 149 / 0) !important;
}

.text-violet-900\/10{
  color: rgb(76 29 149 / 0.1) !important;
}

.text-violet-900\/100{
  color: rgb(76 29 149 / 1) !important;
}

.text-violet-900\/20{
  color: rgb(76 29 149 / 0.2) !important;
}

.text-violet-900\/25{
  color: rgb(76 29 149 / 0.25) !important;
}

.text-violet-900\/30{
  color: rgb(76 29 149 / 0.3) !important;
}

.text-violet-900\/40{
  color: rgb(76 29 149 / 0.4) !important;
}

.text-violet-900\/5{
  color: rgb(76 29 149 / 0.05) !important;
}

.text-violet-900\/50{
  color: rgb(76 29 149 / 0.5) !important;
}

.text-violet-900\/60{
  color: rgb(76 29 149 / 0.6) !important;
}

.text-violet-900\/70{
  color: rgb(76 29 149 / 0.7) !important;
}

.text-violet-900\/75{
  color: rgb(76 29 149 / 0.75) !important;
}

.text-violet-900\/80{
  color: rgb(76 29 149 / 0.8) !important;
}

.text-violet-900\/90{
  color: rgb(76 29 149 / 0.9) !important;
}

.text-violet-900\/95{
  color: rgb(76 29 149 / 0.95) !important;
}

.text-violet-950{
  --tw-text-opacity: 1 !important;
  color: rgb(46 16 101 / var(--tw-text-opacity)) !important;
}

.text-violet-950\/0{
  color: rgb(46 16 101 / 0) !important;
}

.text-violet-950\/10{
  color: rgb(46 16 101 / 0.1) !important;
}

.text-violet-950\/100{
  color: rgb(46 16 101 / 1) !important;
}

.text-violet-950\/20{
  color: rgb(46 16 101 / 0.2) !important;
}

.text-violet-950\/25{
  color: rgb(46 16 101 / 0.25) !important;
}

.text-violet-950\/30{
  color: rgb(46 16 101 / 0.3) !important;
}

.text-violet-950\/40{
  color: rgb(46 16 101 / 0.4) !important;
}

.text-violet-950\/5{
  color: rgb(46 16 101 / 0.05) !important;
}

.text-violet-950\/50{
  color: rgb(46 16 101 / 0.5) !important;
}

.text-violet-950\/60{
  color: rgb(46 16 101 / 0.6) !important;
}

.text-violet-950\/70{
  color: rgb(46 16 101 / 0.7) !important;
}

.text-violet-950\/75{
  color: rgb(46 16 101 / 0.75) !important;
}

.text-violet-950\/80{
  color: rgb(46 16 101 / 0.8) !important;
}

.text-violet-950\/90{
  color: rgb(46 16 101 / 0.9) !important;
}

.text-violet-950\/95{
  color: rgb(46 16 101 / 0.95) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
}

.text-yellow-100\/0{
  color: rgb(254 249 195 / 0) !important;
}

.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1) !important;
}

.text-yellow-100\/100{
  color: rgb(254 249 195 / 1) !important;
}

.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2) !important;
}

.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25) !important;
}

.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3) !important;
}

.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4) !important;
}

.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05) !important;
}

.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5) !important;
}

.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6) !important;
}

.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7) !important;
}

.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75) !important;
}

.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8) !important;
}

.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9) !important;
}

.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95) !important;
}

.text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
}

.text-yellow-200\/0{
  color: rgb(254 240 138 / 0) !important;
}

.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1) !important;
}

.text-yellow-200\/100{
  color: rgb(254 240 138 / 1) !important;
}

.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2) !important;
}

.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25) !important;
}

.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3) !important;
}

.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4) !important;
}

.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05) !important;
}

.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5) !important;
}

.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6) !important;
}

.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7) !important;
}

.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75) !important;
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8) !important;
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9) !important;
}

.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95) !important;
}

.text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
}

.text-yellow-300\/0{
  color: rgb(253 224 71 / 0) !important;
}

.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1) !important;
}

.text-yellow-300\/100{
  color: rgb(253 224 71 / 1) !important;
}

.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2) !important;
}

.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25) !important;
}

.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3) !important;
}

.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4) !important;
}

.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05) !important;
}

.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5) !important;
}

.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6) !important;
}

.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7) !important;
}

.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75) !important;
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8) !important;
}

.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9) !important;
}

.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95) !important;
}

.text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.text-yellow-400\/0{
  color: rgb(250 204 21 / 0) !important;
}

.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1) !important;
}

.text-yellow-400\/100{
  color: rgb(250 204 21 / 1) !important;
}

.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2) !important;
}

.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25) !important;
}

.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3) !important;
}

.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4) !important;
}

.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05) !important;
}

.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5) !important;
}

.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6) !important;
}

.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7) !important;
}

.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75) !important;
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8) !important;
}

.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9) !important;
}

.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95) !important;
}

.text-yellow-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}

.text-yellow-50\/0{
  color: rgb(254 252 232 / 0) !important;
}

.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1) !important;
}

.text-yellow-50\/100{
  color: rgb(254 252 232 / 1) !important;
}

.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2) !important;
}

.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25) !important;
}

.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3) !important;
}

.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4) !important;
}

.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05) !important;
}

.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5) !important;
}

.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6) !important;
}

.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7) !important;
}

.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75) !important;
}

.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8) !important;
}

.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9) !important;
}

.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95) !important;
}

.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}

.text-yellow-500\/0{
  color: rgb(234 179 8 / 0) !important;
}

.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1) !important;
}

.text-yellow-500\/100{
  color: rgb(234 179 8 / 1) !important;
}

.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2) !important;
}

.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25) !important;
}

.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3) !important;
}

.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4) !important;
}

.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05) !important;
}

.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5) !important;
}

.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6) !important;
}

.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7) !important;
}

.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75) !important;
}

.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8) !important;
}

.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9) !important;
}

.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95) !important;
}

.text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}

.text-yellow-600\/0{
  color: rgb(202 138 4 / 0) !important;
}

.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1) !important;
}

.text-yellow-600\/100{
  color: rgb(202 138 4 / 1) !important;
}

.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2) !important;
}

.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25) !important;
}

.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3) !important;
}

.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4) !important;
}

.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05) !important;
}

.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5) !important;
}

.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6) !important;
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7) !important;
}

.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75) !important;
}

.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8) !important;
}

.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9) !important;
}

.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95) !important;
}

.text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}

.text-yellow-700\/0{
  color: rgb(161 98 7 / 0) !important;
}

.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1) !important;
}

.text-yellow-700\/100{
  color: rgb(161 98 7 / 1) !important;
}

.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2) !important;
}

.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25) !important;
}

.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3) !important;
}

.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4) !important;
}

.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05) !important;
}

.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5) !important;
}

.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6) !important;
}

.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7) !important;
}

.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75) !important;
}

.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8) !important;
}

.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9) !important;
}

.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95) !important;
}

.text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}

.text-yellow-800\/0{
  color: rgb(133 77 14 / 0) !important;
}

.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1) !important;
}

.text-yellow-800\/100{
  color: rgb(133 77 14 / 1) !important;
}

.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2) !important;
}

.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25) !important;
}

.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3) !important;
}

.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4) !important;
}

.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05) !important;
}

.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5) !important;
}

.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6) !important;
}

.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7) !important;
}

.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75) !important;
}

.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8) !important;
}

.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9) !important;
}

.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95) !important;
}

.text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
}

.text-yellow-900\/0{
  color: rgb(113 63 18 / 0) !important;
}

.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1) !important;
}

.text-yellow-900\/100{
  color: rgb(113 63 18 / 1) !important;
}

.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2) !important;
}

.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25) !important;
}

.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3) !important;
}

.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4) !important;
}

.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05) !important;
}

.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5) !important;
}

.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6) !important;
}

.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7) !important;
}

.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75) !important;
}

.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8) !important;
}

.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9) !important;
}

.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95) !important;
}

.text-yellow-950{
  --tw-text-opacity: 1 !important;
  color: rgb(66 32 6 / var(--tw-text-opacity)) !important;
}

.text-yellow-950\/0{
  color: rgb(66 32 6 / 0) !important;
}

.text-yellow-950\/10{
  color: rgb(66 32 6 / 0.1) !important;
}

.text-yellow-950\/100{
  color: rgb(66 32 6 / 1) !important;
}

.text-yellow-950\/20{
  color: rgb(66 32 6 / 0.2) !important;
}

.text-yellow-950\/25{
  color: rgb(66 32 6 / 0.25) !important;
}

.text-yellow-950\/30{
  color: rgb(66 32 6 / 0.3) !important;
}

.text-yellow-950\/40{
  color: rgb(66 32 6 / 0.4) !important;
}

.text-yellow-950\/5{
  color: rgb(66 32 6 / 0.05) !important;
}

.text-yellow-950\/50{
  color: rgb(66 32 6 / 0.5) !important;
}

.text-yellow-950\/60{
  color: rgb(66 32 6 / 0.6) !important;
}

.text-yellow-950\/70{
  color: rgb(66 32 6 / 0.7) !important;
}

.text-yellow-950\/75{
  color: rgb(66 32 6 / 0.75) !important;
}

.text-yellow-950\/80{
  color: rgb(66 32 6 / 0.8) !important;
}

.text-yellow-950\/90{
  color: rgb(66 32 6 / 0.9) !important;
}

.text-yellow-950\/95{
  color: rgb(66 32 6 / 0.95) !important;
}

.text-zinc-100{
  --tw-text-opacity: 1 !important;
  color: rgb(244 244 245 / var(--tw-text-opacity)) !important;
}

.text-zinc-100\/0{
  color: rgb(244 244 245 / 0) !important;
}

.text-zinc-100\/10{
  color: rgb(244 244 245 / 0.1) !important;
}

.text-zinc-100\/100{
  color: rgb(244 244 245 / 1) !important;
}

.text-zinc-100\/20{
  color: rgb(244 244 245 / 0.2) !important;
}

.text-zinc-100\/25{
  color: rgb(244 244 245 / 0.25) !important;
}

.text-zinc-100\/30{
  color: rgb(244 244 245 / 0.3) !important;
}

.text-zinc-100\/40{
  color: rgb(244 244 245 / 0.4) !important;
}

.text-zinc-100\/5{
  color: rgb(244 244 245 / 0.05) !important;
}

.text-zinc-100\/50{
  color: rgb(244 244 245 / 0.5) !important;
}

.text-zinc-100\/60{
  color: rgb(244 244 245 / 0.6) !important;
}

.text-zinc-100\/70{
  color: rgb(244 244 245 / 0.7) !important;
}

.text-zinc-100\/75{
  color: rgb(244 244 245 / 0.75) !important;
}

.text-zinc-100\/80{
  color: rgb(244 244 245 / 0.8) !important;
}

.text-zinc-100\/90{
  color: rgb(244 244 245 / 0.9) !important;
}

.text-zinc-100\/95{
  color: rgb(244 244 245 / 0.95) !important;
}

.text-zinc-200{
  --tw-text-opacity: 1 !important;
  color: rgb(228 228 231 / var(--tw-text-opacity)) !important;
}

.text-zinc-200\/0{
  color: rgb(228 228 231 / 0) !important;
}

.text-zinc-200\/10{
  color: rgb(228 228 231 / 0.1) !important;
}

.text-zinc-200\/100{
  color: rgb(228 228 231 / 1) !important;
}

.text-zinc-200\/20{
  color: rgb(228 228 231 / 0.2) !important;
}

.text-zinc-200\/25{
  color: rgb(228 228 231 / 0.25) !important;
}

.text-zinc-200\/30{
  color: rgb(228 228 231 / 0.3) !important;
}

.text-zinc-200\/40{
  color: rgb(228 228 231 / 0.4) !important;
}

.text-zinc-200\/5{
  color: rgb(228 228 231 / 0.05) !important;
}

.text-zinc-200\/50{
  color: rgb(228 228 231 / 0.5) !important;
}

.text-zinc-200\/60{
  color: rgb(228 228 231 / 0.6) !important;
}

.text-zinc-200\/70{
  color: rgb(228 228 231 / 0.7) !important;
}

.text-zinc-200\/75{
  color: rgb(228 228 231 / 0.75) !important;
}

.text-zinc-200\/80{
  color: rgb(228 228 231 / 0.8) !important;
}

.text-zinc-200\/90{
  color: rgb(228 228 231 / 0.9) !important;
}

.text-zinc-200\/95{
  color: rgb(228 228 231 / 0.95) !important;
}

.text-zinc-300{
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 216 / var(--tw-text-opacity)) !important;
}

.text-zinc-300\/0{
  color: rgb(212 212 216 / 0) !important;
}

.text-zinc-300\/10{
  color: rgb(212 212 216 / 0.1) !important;
}

.text-zinc-300\/100{
  color: rgb(212 212 216 / 1) !important;
}

.text-zinc-300\/20{
  color: rgb(212 212 216 / 0.2) !important;
}

.text-zinc-300\/25{
  color: rgb(212 212 216 / 0.25) !important;
}

.text-zinc-300\/30{
  color: rgb(212 212 216 / 0.3) !important;
}

.text-zinc-300\/40{
  color: rgb(212 212 216 / 0.4) !important;
}

.text-zinc-300\/5{
  color: rgb(212 212 216 / 0.05) !important;
}

.text-zinc-300\/50{
  color: rgb(212 212 216 / 0.5) !important;
}

.text-zinc-300\/60{
  color: rgb(212 212 216 / 0.6) !important;
}

.text-zinc-300\/70{
  color: rgb(212 212 216 / 0.7) !important;
}

.text-zinc-300\/75{
  color: rgb(212 212 216 / 0.75) !important;
}

.text-zinc-300\/80{
  color: rgb(212 212 216 / 0.8) !important;
}

.text-zinc-300\/90{
  color: rgb(212 212 216 / 0.9) !important;
}

.text-zinc-300\/95{
  color: rgb(212 212 216 / 0.95) !important;
}

.text-zinc-400{
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 170 / var(--tw-text-opacity)) !important;
}

.text-zinc-400\/0{
  color: rgb(161 161 170 / 0) !important;
}

.text-zinc-400\/10{
  color: rgb(161 161 170 / 0.1) !important;
}

.text-zinc-400\/100{
  color: rgb(161 161 170 / 1) !important;
}

.text-zinc-400\/20{
  color: rgb(161 161 170 / 0.2) !important;
}

.text-zinc-400\/25{
  color: rgb(161 161 170 / 0.25) !important;
}

.text-zinc-400\/30{
  color: rgb(161 161 170 / 0.3) !important;
}

.text-zinc-400\/40{
  color: rgb(161 161 170 / 0.4) !important;
}

.text-zinc-400\/5{
  color: rgb(161 161 170 / 0.05) !important;
}

.text-zinc-400\/50{
  color: rgb(161 161 170 / 0.5) !important;
}

.text-zinc-400\/60{
  color: rgb(161 161 170 / 0.6) !important;
}

.text-zinc-400\/70{
  color: rgb(161 161 170 / 0.7) !important;
}

.text-zinc-400\/75{
  color: rgb(161 161 170 / 0.75) !important;
}

.text-zinc-400\/80{
  color: rgb(161 161 170 / 0.8) !important;
}

.text-zinc-400\/90{
  color: rgb(161 161 170 / 0.9) !important;
}

.text-zinc-400\/95{
  color: rgb(161 161 170 / 0.95) !important;
}

.text-zinc-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity)) !important;
}

.text-zinc-50\/0{
  color: rgb(250 250 250 / 0) !important;
}

.text-zinc-50\/10{
  color: rgb(250 250 250 / 0.1) !important;
}

.text-zinc-50\/100{
  color: rgb(250 250 250 / 1) !important;
}

.text-zinc-50\/20{
  color: rgb(250 250 250 / 0.2) !important;
}

.text-zinc-50\/25{
  color: rgb(250 250 250 / 0.25) !important;
}

.text-zinc-50\/30{
  color: rgb(250 250 250 / 0.3) !important;
}

.text-zinc-50\/40{
  color: rgb(250 250 250 / 0.4) !important;
}

.text-zinc-50\/5{
  color: rgb(250 250 250 / 0.05) !important;
}

.text-zinc-50\/50{
  color: rgb(250 250 250 / 0.5) !important;
}

.text-zinc-50\/60{
  color: rgb(250 250 250 / 0.6) !important;
}

.text-zinc-50\/70{
  color: rgb(250 250 250 / 0.7) !important;
}

.text-zinc-50\/75{
  color: rgb(250 250 250 / 0.75) !important;
}

.text-zinc-50\/80{
  color: rgb(250 250 250 / 0.8) !important;
}

.text-zinc-50\/90{
  color: rgb(250 250 250 / 0.9) !important;
}

.text-zinc-50\/95{
  color: rgb(250 250 250 / 0.95) !important;
}

.text-zinc-500{
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 122 / var(--tw-text-opacity)) !important;
}

.text-zinc-500\/0{
  color: rgb(113 113 122 / 0) !important;
}

.text-zinc-500\/10{
  color: rgb(113 113 122 / 0.1) !important;
}

.text-zinc-500\/100{
  color: rgb(113 113 122 / 1) !important;
}

.text-zinc-500\/20{
  color: rgb(113 113 122 / 0.2) !important;
}

.text-zinc-500\/25{
  color: rgb(113 113 122 / 0.25) !important;
}

.text-zinc-500\/30{
  color: rgb(113 113 122 / 0.3) !important;
}

.text-zinc-500\/40{
  color: rgb(113 113 122 / 0.4) !important;
}

.text-zinc-500\/5{
  color: rgb(113 113 122 / 0.05) !important;
}

.text-zinc-500\/50{
  color: rgb(113 113 122 / 0.5) !important;
}

.text-zinc-500\/60{
  color: rgb(113 113 122 / 0.6) !important;
}

.text-zinc-500\/70{
  color: rgb(113 113 122 / 0.7) !important;
}

.text-zinc-500\/75{
  color: rgb(113 113 122 / 0.75) !important;
}

.text-zinc-500\/80{
  color: rgb(113 113 122 / 0.8) !important;
}

.text-zinc-500\/90{
  color: rgb(113 113 122 / 0.9) !important;
}

.text-zinc-500\/95{
  color: rgb(113 113 122 / 0.95) !important;
}

.text-zinc-600{
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 91 / var(--tw-text-opacity)) !important;
}

.text-zinc-600\/0{
  color: rgb(82 82 91 / 0) !important;
}

.text-zinc-600\/10{
  color: rgb(82 82 91 / 0.1) !important;
}

.text-zinc-600\/100{
  color: rgb(82 82 91 / 1) !important;
}

.text-zinc-600\/20{
  color: rgb(82 82 91 / 0.2) !important;
}

.text-zinc-600\/25{
  color: rgb(82 82 91 / 0.25) !important;
}

.text-zinc-600\/30{
  color: rgb(82 82 91 / 0.3) !important;
}

.text-zinc-600\/40{
  color: rgb(82 82 91 / 0.4) !important;
}

.text-zinc-600\/5{
  color: rgb(82 82 91 / 0.05) !important;
}

.text-zinc-600\/50{
  color: rgb(82 82 91 / 0.5) !important;
}

.text-zinc-600\/60{
  color: rgb(82 82 91 / 0.6) !important;
}

.text-zinc-600\/70{
  color: rgb(82 82 91 / 0.7) !important;
}

.text-zinc-600\/75{
  color: rgb(82 82 91 / 0.75) !important;
}

.text-zinc-600\/80{
  color: rgb(82 82 91 / 0.8) !important;
}

.text-zinc-600\/90{
  color: rgb(82 82 91 / 0.9) !important;
}

.text-zinc-600\/95{
  color: rgb(82 82 91 / 0.95) !important;
}

.text-zinc-700{
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 70 / var(--tw-text-opacity)) !important;
}

.text-zinc-700\/0{
  color: rgb(63 63 70 / 0) !important;
}

.text-zinc-700\/10{
  color: rgb(63 63 70 / 0.1) !important;
}

.text-zinc-700\/100{
  color: rgb(63 63 70 / 1) !important;
}

.text-zinc-700\/20{
  color: rgb(63 63 70 / 0.2) !important;
}

.text-zinc-700\/25{
  color: rgb(63 63 70 / 0.25) !important;
}

.text-zinc-700\/30{
  color: rgb(63 63 70 / 0.3) !important;
}

.text-zinc-700\/40{
  color: rgb(63 63 70 / 0.4) !important;
}

.text-zinc-700\/5{
  color: rgb(63 63 70 / 0.05) !important;
}

.text-zinc-700\/50{
  color: rgb(63 63 70 / 0.5) !important;
}

.text-zinc-700\/60{
  color: rgb(63 63 70 / 0.6) !important;
}

.text-zinc-700\/70{
  color: rgb(63 63 70 / 0.7) !important;
}

.text-zinc-700\/75{
  color: rgb(63 63 70 / 0.75) !important;
}

.text-zinc-700\/80{
  color: rgb(63 63 70 / 0.8) !important;
}

.text-zinc-700\/90{
  color: rgb(63 63 70 / 0.9) !important;
}

.text-zinc-700\/95{
  color: rgb(63 63 70 / 0.95) !important;
}

.text-zinc-800{
  --tw-text-opacity: 1 !important;
  color: rgb(39 39 42 / var(--tw-text-opacity)) !important;
}

.text-zinc-800\/0{
  color: rgb(39 39 42 / 0) !important;
}

.text-zinc-800\/10{
  color: rgb(39 39 42 / 0.1) !important;
}

.text-zinc-800\/100{
  color: rgb(39 39 42 / 1) !important;
}

.text-zinc-800\/20{
  color: rgb(39 39 42 / 0.2) !important;
}

.text-zinc-800\/25{
  color: rgb(39 39 42 / 0.25) !important;
}

.text-zinc-800\/30{
  color: rgb(39 39 42 / 0.3) !important;
}

.text-zinc-800\/40{
  color: rgb(39 39 42 / 0.4) !important;
}

.text-zinc-800\/5{
  color: rgb(39 39 42 / 0.05) !important;
}

.text-zinc-800\/50{
  color: rgb(39 39 42 / 0.5) !important;
}

.text-zinc-800\/60{
  color: rgb(39 39 42 / 0.6) !important;
}

.text-zinc-800\/70{
  color: rgb(39 39 42 / 0.7) !important;
}

.text-zinc-800\/75{
  color: rgb(39 39 42 / 0.75) !important;
}

.text-zinc-800\/80{
  color: rgb(39 39 42 / 0.8) !important;
}

.text-zinc-800\/90{
  color: rgb(39 39 42 / 0.9) !important;
}

.text-zinc-800\/95{
  color: rgb(39 39 42 / 0.95) !important;
}

.text-zinc-900{
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 27 / var(--tw-text-opacity)) !important;
}

.text-zinc-900\/0{
  color: rgb(24 24 27 / 0) !important;
}

.text-zinc-900\/10{
  color: rgb(24 24 27 / 0.1) !important;
}

.text-zinc-900\/100{
  color: rgb(24 24 27 / 1) !important;
}

.text-zinc-900\/20{
  color: rgb(24 24 27 / 0.2) !important;
}

.text-zinc-900\/25{
  color: rgb(24 24 27 / 0.25) !important;
}

.text-zinc-900\/30{
  color: rgb(24 24 27 / 0.3) !important;
}

.text-zinc-900\/40{
  color: rgb(24 24 27 / 0.4) !important;
}

.text-zinc-900\/5{
  color: rgb(24 24 27 / 0.05) !important;
}

.text-zinc-900\/50{
  color: rgb(24 24 27 / 0.5) !important;
}

.text-zinc-900\/60{
  color: rgb(24 24 27 / 0.6) !important;
}

.text-zinc-900\/70{
  color: rgb(24 24 27 / 0.7) !important;
}

.text-zinc-900\/75{
  color: rgb(24 24 27 / 0.75) !important;
}

.text-zinc-900\/80{
  color: rgb(24 24 27 / 0.8) !important;
}

.text-zinc-900\/90{
  color: rgb(24 24 27 / 0.9) !important;
}

.text-zinc-900\/95{
  color: rgb(24 24 27 / 0.95) !important;
}

.text-zinc-950{
  --tw-text-opacity: 1 !important;
  color: rgb(9 9 11 / var(--tw-text-opacity)) !important;
}

.text-zinc-950\/0{
  color: rgb(9 9 11 / 0) !important;
}

.text-zinc-950\/10{
  color: rgb(9 9 11 / 0.1) !important;
}

.text-zinc-950\/100{
  color: rgb(9 9 11 / 1) !important;
}

.text-zinc-950\/20{
  color: rgb(9 9 11 / 0.2) !important;
}

.text-zinc-950\/25{
  color: rgb(9 9 11 / 0.25) !important;
}

.text-zinc-950\/30{
  color: rgb(9 9 11 / 0.3) !important;
}

.text-zinc-950\/40{
  color: rgb(9 9 11 / 0.4) !important;
}

.text-zinc-950\/5{
  color: rgb(9 9 11 / 0.05) !important;
}

.text-zinc-950\/50{
  color: rgb(9 9 11 / 0.5) !important;
}

.text-zinc-950\/60{
  color: rgb(9 9 11 / 0.6) !important;
}

.text-zinc-950\/70{
  color: rgb(9 9 11 / 0.7) !important;
}

.text-zinc-950\/75{
  color: rgb(9 9 11 / 0.75) !important;
}

.text-zinc-950\/80{
  color: rgb(9 9 11 / 0.8) !important;
}

.text-zinc-950\/90{
  color: rgb(9 9 11 / 0.9) !important;
}

.text-zinc-950\/95{
  color: rgb(9 9 11 / 0.95) !important;
}

.underline{
  text-decoration-line: underline !important;
}

.no-underline{
  text-decoration-line: none !important;
}

.opacity-0{
  opacity: 0 !important;
}

.bg-blend-normal{
  background-blend-mode: normal !important;
}

.bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.bg-blend-screen{
  background-blend-mode: screen !important;
}

.bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.bg-blend-darken{
  background-blend-mode: darken !important;
}

.bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.bg-blend-difference{
  background-blend-mode: difference !important;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.bg-blend-hue{
  background-blend-mode: hue !important;
}

.bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.bg-blend-color{
  background-blend-mode: color !important;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-green-400\/50{
  --tw-shadow-color: rgb(74 222 128 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.outline{
  outline-style: solid !important;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
  -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) !important;
          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) !important;
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%) !important;
  -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) !important;
          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) !important;
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%) !important;
  -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) !important;
          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) !important;
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%) !important;
  -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) !important;
          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) !important;
}

.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) !important;
          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) !important;
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.uniformButton {
  --bg-opacity: 1;
  --text-opacity: 1;
  --border-opacity: 0.6;
  --active-opacity: 0.2;
  --border-radius: 0.35em;
  --pad-v: 0.5em;
  --pad-h: 0.85em;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: var(--pad-v) var(--pad-h);
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border-radius: var(--border-radius);
  border-style: solid;
  border-width: 1px;
  color: rgba(46, 49, 56, var(--text-opacity));
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.1));
  background-blend-mode: multiply;
  border-color: rgba(115, 123, 140, var(--border-opacity));
  transition: color 100ms, box-shadow 100ms, background 100ms, padding 100ms;
  box-shadow: var(--box-shadow);
}

.uniformButton.-white {
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(179, 179, 179, var(--border-opacity));
  color: rgba(77, 77, 77, var(--text-opacity));
}

.uniformButton.-white.-outline {
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
}

.uniformButton.-gray {
  background-color: rgba(156, 162, 174, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(80, 86, 97, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
}

.uniformButton.-gray.-outline {
  border-color: rgba(156, 162, 174, var(--border-opacity));
  color: rgba(156, 162, 174, var(--text-opacity));
}

.uniformButton.-green {
  background-color: rgba(46, 173, 112, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(14, 52, 34, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
}

.uniformButton.-green.-outline {
  border-color: rgba(46, 173, 112, var(--border-opacity));
  color: rgba(46, 173, 112, var(--text-opacity));
}

.uniformButton.-blue {
  background-color: rgba(95, 145, 255, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 62, 197, var(--border-opacity));
  color: rgba(0, 48, 153, var(--text-opacity));
}

.uniformButton.-blue.-outline {
  border-color: rgba(95, 145, 255, var(--border-opacity));
  color: rgba(95, 145, 255, var(--text-opacity));
}

.uniformButton.-red {
  background-color: rgba(225, 86, 62, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(116, 32, 18, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
}

.uniformButton.-red.-outline {
  border-color: rgba(225, 86, 62, var(--border-opacity));
  color: rgba(225, 86, 62, var(--text-opacity));
}

.uniformButton.-gray-90 {
  background-color: rgba(23, 25, 28, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
  --active-opacity: 0.5;
}

.uniformButton.-gray-90.-outline {
  border-color: rgba(23, 25, 28, var(--border-opacity));
  color: rgba(23, 25, 28, var(--text-opacity));
}

.uniformButton.-gray-50 {
  background-color: rgba(115, 123, 140, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(46, 49, 56, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
}

.uniformButton.-gray-50.-outline {
  border-color: rgba(115, 123, 140, var(--border-opacity));
  color: rgba(115, 123, 140, var(--text-opacity));
}

.uniformButton.-purple-50 {
  background-color: rgba(135, 78, 177, var(--bg-opacity));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  border-color: rgba(54, 31, 71, var(--border-opacity));
  color: rgba(255, 255, 255, var(--text-opacity));
}

.uniformButton.-purple-50.-outline {
  border-color: rgba(135, 78, 177, var(--border-opacity));
  color: rgba(135, 78, 177, var(--text-opacity));
}

.uniformButton:hover {
  --bg-opacity: 1;
  --border-opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0));
}

.uniformButton:focus {
  box-shadow: 0 0 0 2px rgba(95, 145, 255, 0.7);
  z-index: 2;
}

.uniformButton:focus.-active, .uniformButton:focus:active {
  box-shadow: 0 0 0 2px rgba(95, 145, 255, 0.7), inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.uniformButton:active, .uniformButton.-active {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, var(--active-opacity));
  padding-top: calc(var(--pad-v) + 1px);
  padding-bottom: calc(var(--pad-v) - 1px);
}

.uniformButton:disabled {
  --text-opacity: 0.5;
  cursor: not-allowed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(hsla(0, 0%, 50%, 0.5), hsla(0, 0%, 50%, 0.5));
  background-blend-mode: saturation, luminosity;
}

.uniformButton.-outline {
  --bg-opacity: 0;
  --border-opacity: 1;
  border-width: 0.1429em;
  background-image: none;
}

.uniformButton.-lg {
  --pad-v: 1em;
  --pad-h: 2em;
}

.uniformButton.-xl {
  --pad-v: 1.5em;
  --pad-h: 3em;
  --border-radius: 0.5em;
}

.container {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.uniformInputGroup {
  background: white;
  border-width: 1px;
  display: flex;
  align-items: center;
  transition: box-shadow 100ms ease-in;
}

.uniformInputGroup:focus-within {
  border-color: rgba(var(--focus-color), 1);
  box-shadow: 0 0 0 2px rgba(var(--focus-color), 1);
}

.uniformInputGroup > * {
  flex: 0 1 auto;
  padding-left: 0.5em;
}

.uniformInputGroup > *:last-child {
  padding-right: 0.5em;
}

.uniformInputGroup *:focus {
  box-shadow: none;
}

.uniformInputGroup input,
.uniformInputGroup .input {
  flex: 1 1 auto;
  border: none !important;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0.5em;
  box-shadow: none;
}

.uniformInputGroup .uniformInput {
  border: none !important;
}

.uniformLabel.-white {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.uniformLabel.-gray {
  color: #9ca2ae;
  background-color: rgba(156, 162, 174, 0.2);
}

.uniformLabel.-green {
  color: #2ead70;
  background-color: rgba(46, 173, 112, 0.2);
}

.uniformLabel.-blue {
  color: #5f91ff;
  background-color: rgba(95, 145, 255, 0.2);
}

.uniformLabel.-red {
  color: #E1563E;
  background-color: rgba(225, 86, 62, 0.2);
}

.uniformLabel.-gray-90 {
  color: #17191c;
  background-color: rgba(23, 25, 28, 0.2);
}

.uniformLabel.-gray-50 {
  color: #737b8c;
  background-color: rgba(115, 123, 140, 0.2);
}

.uniformLabel.-purple-50 {
  color: #874eb1;
  background-color: rgba(135, 78, 177, 0.2);
}

.uniformLabel {
  --pad-v: 0.1428em;
  --pad-h: 0.357em;
  display: inline-block;
  vertical-align: baseline;
  padding: var(--pad-v) var(--pad-h);
  border-radius: 0.3em;
  line-height: 1.2;
  background: rgba(46, 49, 56, 0.15);
}

.uniformLabel.-outline {
  border: 0.1em solid currentColor;
  background: transparent;
}

.uniformLabel.-lg {
  --pad-v: 0.215em;
  --pad-h: 0.54em;
}

.uniformLabel.-xl {
  --pad-v: 0.43em;
  --pad-h: 1.071em;
}

@keyframes uniformLoader {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.uniformNav {
  --border-opacity: 1;
  --text-opacity: 1;
  --bg-opacity: 0;
  --hover-color: 95, 145, 255;
  --active-color: 32, 172, 105;
  --color: 95, 145, 255;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-stretch;
}

.uniformNav > * {
  --text-opacity: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 1em;
  border-color: transparent;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.uniformNav > *.flex-fill {
  flex: 1 1 auto;
}

.uniformNav > a {
  text-decoration: none;
  color: rgba(var(--color), var(--text-opacity));
}

.uniformNav > a:hover {
  color: rgba(var(--hover-color), 1);
  border-left-color: rgba(var(--hover-color), var(--border-opacity));
  border-bottom-color: rgba(var(--hover-color), var(--border-opacity));
}

.uniformNav > a.active {
  color: rgba(var(--active-color), 1);
  border-left-color: rgba(var(--active-color), 1);
  border-bottom-color: rgba(var(--active-color), 1);
}

.uniformNav.-vertical {
  flex-direction: column;
  align-items: stretch;
}

.uniformNav.-vertical > * {
  padding: 0.5em;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-right-width: 2px;
}

.uniformNav.-active-purple {
  --active-color: 148, 97, 185;
}

.uniformNav.-white {
  --color: 255, 255, 255;
}

.uniformNav.-gray {
  --color: 156, 162, 174;
}

.uniformNav.-green {
  --color: 46, 173, 112;
}

.uniformNav.-blue {
  --color: 95, 145, 255;
}

.uniformNav.-red {
  --color: 225, 86, 62;
}

.uniformNav.-gray-90 {
  --color: 23, 25, 28;
}

.uniformNav.-gray-50 {
  --color: 115, 123, 140;
}

.uniformNav.-purple-50 {
  --color: 135, 78, 177;
}

.uniformPointer {
  position: relative;
  margin: 7px 0 0 0;
}

.uniformPointer:after {
  -webkit-clip-path: polygon(-45% -45%, 145% -45%, 145% 145%);
          clip-path: polygon(-45% -45%, 145% -45%, 145% 145%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -6px 0 0 -7px;
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  overflow: hidden;
  content: "";
  border-style: solid;
  border-width: inherit;
  box-shadow: inherit;
  background: inherit;
  border: inherit;
}

.uniformPointer:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: 2;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  top: 0;
  left: 50%;
}

.uniformTable {
  width: 100%;
}

.uniformTable td,
.uniformTable th {
  padding: 0.5em;
}

.uniformTable tr + tr td,
.uniformTable tr + tr th {
  border-top-width: 1px;
}

.uniformTable.-snug td,
.uniformTable.-snug th,
.uniformTable.-snug .table-cell {
  padding: 0.2em 0.5em;
}

.uniformTable thead tr:last-child {
  border-bottom-width: 1px;
}

.uniformTable th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}

.uniformThumb {
  display: inline-block;
  background: #2e3138;
  position: relative;
  color: white;
  text-align: center;
}

.uniformThumb > * {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.uniformThumb > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-square::before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-left: 100%;
}

.uniformInput {
  border-width: 1px;
  padding: 0.5em;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: box-shadow 100ms ease-in;
}

.uniformInput:focus, .uniformInput[focus] {
  border-color: rgba(var(--focus-color), 1);
  box-shadow: 0 0 0 2px rgba(var(--focus-color), 1);
}

select.uniformInput {
  padding-right: 1em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center right;
}

.hero {
  padding: 50px 0;
}

.hero h1 {
  font-size: 4.5em;
}

.hero .bg-slanted {
  top: -20% !important;
}

.hero .illustration {
  max-width: 750px;
}

.illustrations {
  display: inline-grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.illustrations .illustration {
  grid-row: 1;
  grid-column: 1;
  flex: 0 0 100%;
  transition: opacity 1200ms;
  opacity: 0;
  z-index: 1;
}

.illustrations .illustration.active {
  opacity: 1;
  z-index: 2;
}

.bg-slanted {
  transform: skewY(-6deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-corner-cut {
  transform: skewY(-30deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: -100%;
  bottom: -14%;
  left: 0;
  right: 0;
}

.scenarios {
  display: inline-grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.scenario {
  grid-row: 1;
  grid-column: 1;
  flex: 0 0 100%;
  transition: opacity 1200ms;
  opacity: 0;
  z-index: 1;
}

.scenario.active {
  opacity: 1;
  z-index: 2;
}

.scenario-indicator.active .circle {
  background: #567cf2;
}

.circle {
  border-radius: 0.85em;
  height: 0.85em;
  width: 0.85em;
  display: inline-block;
  border: 2px solid #567cf2;
  transition: background 400ms;
}

@keyframes timerBar {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.blinking {
  animation: 1s blink ease infinite;
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.linkTable {
  display: table;
  border-collapse: collapse;
  border-color: #e5e7eb;
}

.linkTable > * {
  display: table-row;
}

.linkTable > * > * {
  display: table-cell;
  padding: 10px;
}

* {
  min-width: 0;
}

body {
  margin: 0;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.uniformPointer {
  background: rgba(31, 41, 55, 0.7);
  padding: 3px 8px 5px;
  color: #fafafa !important;
}

header .changebaseNav {
  background: #0b1536;
  transition: background-color 400ms;
}

header .changebaseNav > * {
  transition: color 400ms;
}

header .logo-inv {
  display: block;
  opacity: 1;
  transition: opacity 400ms;
}

header .logo {
  display: none;
  opacity: 0;
  transition: opacity 400ms;
}

header[stuck] .changebaseNav,
header.-light .changebaseNav {
  background: white !important;
  border-bottom: 1px solid #e5e7eb;
}

header[stuck] .changebaseNav > *,
header.-light .changebaseNav > * {
  color: #395fd8;
}

header[stuck] .logo,
header.-light .logo {
  display: block;
  opacity: 1;
}

header[stuck] .logo-inv,
header.-light .logo-inv {
  display: none;
  opacity: 0;
}

.shadow-16x {
  box-shadow: 0 1px 48px 0 rgba(0, 0, 0, 0.2);
}

.letter-spacing-2x {
  letter-spacing: 0.05em;
}

.letter-spacing-4x {
  letter-spacing: 0.1em;
}

.letter-spacing-8x {
  letter-spacing: 0.2em;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-nowrap {
  white-space: nowrap;
}

.uniformButton.-blue {
  color: white;
}

.uniformInput:focus {
  box-shadow: inset 0 -1px 0 #567cf2;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

pre {
  padding: 0.5em;
  background: #f3f4f6;
  overflow-x: auto;
  max-width: 100%;
}

pre code {
  background: none;
  padding: 0;
}

code {
  font-size: 0.8em;
  background: #f3f4f6;
  padding: 0.25em 0.5em;
  color: #395fd8;
  border-radius: 0.5em;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, auto);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, auto);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, auto);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, auto);
}

.grid-cols-5 {
  grid-template-columns: repeat(5, auto);
}

.grid-cols-6 {
  grid-template-columns: repeat(6, auto);
}

.grid-cols-7 {
  grid-template-columns: repeat(7, auto);
}

.grid-cols-8 {
  grid-template-columns: repeat(8, auto);
}

.grid-cols-9 {
  grid-template-columns: repeat(9, auto);
}

.grid-cols-10 {
  grid-template-columns: repeat(10, auto);
}

.grid-cols-11 {
  grid-template-columns: repeat(11, auto);
}

.grid-cols-12 {
  grid-template-columns: repeat(12, auto);
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.3333333333%;
}

.w-1\/12 {
  width: 8.3333333333%;
}

.w-2\/12 {
  width: 16.6666666667%;
}

.w-7\/12 {
  width: 58.3333333333%;
}

input.error {
  border-color: red;
}

@media only screen and (min-width: 720px) {
  .container {
    max-width: 720px;
  }

  .benefits .illustration {
    opacity: 0;
    transition: opacity 400ms;
  }

  .benefits .illustration.active {
    opacity: 1;
  }

  .benefits-list {
    position: relative;
    padding-left: 30px !important;
  }

  .benefits-list:before {
    content: "";
    border-top: 2px dashed #9bb6fd;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
  }

  .benefits-list .benefit {
    position: relative;
    padding-left: 50px;
  }

  .benefits-list .benefit .benefit-inner {
    transition: opacity 400ms;
    opacity: 0.5;
  }

  .benefits-list .benefit:after, .benefits-list .benefit:before {
    border: 2px none #9bb6fd;
  }

  .benefits-list .benefit:before {
    content: "";
    border-left-style: dashed;
    position: absolute;
    left: 0;
    height: 100%;
  }

  .benefits-list .benefit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    border-top-style: dashed;
  }

  .benefits-list .benefit:first-child:before {
    height: 50%;
    top: 50%;
  }

  .benefits-list .benefit:last-child:before {
    height: 50%;
  }

  .benefits-list .benefit.active .benefit-inner {
    opacity: 1;
  }

  .benefits-list .benefit.animate .benefit-inner-inner {
    position: relative;
  }

  .benefits-list .benefit.animate .benefit-inner-inner:before {
    animation: timerBar 5s infinite ease-in-out;
  }

  .benefits-list .benefit-inner-inner {
    position: relative;
  }

  .benefits-list .benefit-inner-inner:before {
    content: "";
    width: 4px;
    background: #567cf2;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1080px) {
  .container {
    max-width: 1080px;
  }
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 719px) {

  .hero h1 {
    font-size: 2.5em;
  }
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(86 124 242 / var(--tw-border-opacity)) !important;
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(86 124 242 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover{
  text-decoration-line: underline !important;
}

.disabled\:bg-blue-100:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 229 255 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:text-lime-700{
  --tw-text-opacity: 1 !important;
  color: rgb(77 124 15 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px){
  .sm\:border-t{
    border-top-width: 1px !important;
  }
}

@media (min-width: 768px){
  .md\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mb-0{
    margin-bottom: 0px !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:flex{
    display: flex !important;
  }

  .md\:inline-grid{
    display: inline-grid !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:w-1\/2{
    width: 50% !important;
  }

  .md\:w-1\/3{
    width: 33.333333% !important;
  }

  .md\:w-4\/12{
    width: 33.333333% !important;
  }

  .md\:w-7\/12{
    width: 58.333333% !important;
  }

  .md\:w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap !important;
  }

  .md\:border-b{
    border-bottom-width: 1px !important;
  }

  .md\:border-l{
    border-left-width: 1px !important;
  }

  .md\:p-16{
    padding: 4rem !important;
  }

  .md\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block !important;
  }

  .lg\:w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:flex-none{
    flex: none !important;
  }
}