@charset "UTF-8";

/*
  Theme Name: ShadMe
  Author:     Pavel Shad
  Author URI: https://pavel.shad.com.ua/
  Version:    1.0.0
  Description: Тема створена з любовью у 2024 році. InertiaJs, VueJs 3, стилі - TailwindCSS
*/

/*
  ! tailwindcss v3.4.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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: WixMadeforDisplay, ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  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:-ms-input-placeholder, textarea:-ms-input-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.
*/

:disabled {
  cursor: default;
}

/*
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;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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: 500px){
  .container{
    max-width: 500px;
  }
}

@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;
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-bottom-5{
  bottom: -1.25rem;
}

.-right-5{
  right: -1.25rem;
}

.-top-10{
  top: -2.5rem;
}

.-top-2{
  top: -0.5rem;
}

.-top-5{
  top: -1.25rem;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-\[50\%\]{
  left: 50%;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-\[50\%\]{
  top: 50%;
}

.z-0{
  z-index: 0;
}

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

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.m-4{
  margin: 1rem;
}

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

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

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

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

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

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

.ml-1{
  margin-left: 0.25rem;
}

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

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

.ml-auto{
  margin-left: auto;
}

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

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

.mt-16{
  margin-top: 4rem;
}

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

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

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.\!h-12{
  height: 3rem !important;
}

.\!h-7{
  height: 1.75rem !important;
}

.h-16{
  height: 4rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[400px\]{
  height: 400px;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

.max-h-\[1000px\]{
  max-height: 1000px;
}

.max-h-full{
  max-height: 100%;
}

.min-h-24{
  min-height: 6rem;
}

.min-h-\[10vw\]{
  min-height: 10vw;
}

.min-h-\[50vh\]{
  min-height: 50vh;
}

.min-h-\[80vh\]{
  min-height: 80vh;
}

.min-h-full{
  min-height: 100%;
}

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

.\!w-12{
  width: 3rem !important;
}

.\!w-7{
  width: 1.75rem !important;
}

.w-0{
  width: 0px;
}

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

.w-16{
  width: 4rem;
}

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

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-32{
  width: 8rem;
}

.w-6{
  width: 1.5rem;
}

.w-9\/12{
  width: 75%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.\!min-w-12{
  min-width: 3rem !important;
}

.min-w-24{
  min-width: 6rem;
}

.min-w-28{
  min-width: 7rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-6xl{
  max-width: 72rem;
}

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

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

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

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

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

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

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

.cursor-default{
  cursor: default;
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 4px;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-4xl{
  border-radius: 32px;
}

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

.rounded-lg{
  border-radius: 16px;
}

.rounded-md{
  border-radius: 12px;
}

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

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-accent{
  --tw-border-opacity: 1;
  border-color: rgb(91 219 158 / var(--tw-border-opacity));
}

.border-accent\/0{
  border-color: rgb(91 219 158 / 0);
}

.border-accent\/10{
  border-color: rgb(91 219 158 / 0.1);
}

.border-accent\/100{
  border-color: rgb(91 219 158 / 1);
}

.border-accent\/15{
  border-color: rgb(91 219 158 / 0.15);
}

.border-accent\/20{
  border-color: rgb(91 219 158 / 0.2);
}

.border-accent\/25{
  border-color: rgb(91 219 158 / 0.25);
}

.border-accent\/30{
  border-color: rgb(91 219 158 / 0.3);
}

.border-accent\/35{
  border-color: rgb(91 219 158 / 0.35);
}

.border-accent\/40{
  border-color: rgb(91 219 158 / 0.4);
}

.border-accent\/45{
  border-color: rgb(91 219 158 / 0.45);
}

.border-accent\/5{
  border-color: rgb(91 219 158 / 0.05);
}

.border-accent\/50{
  border-color: rgb(91 219 158 / 0.5);
}

.border-accent\/55{
  border-color: rgb(91 219 158 / 0.55);
}

.border-accent\/60{
  border-color: rgb(91 219 158 / 0.6);
}

.border-accent\/65{
  border-color: rgb(91 219 158 / 0.65);
}

.border-accent\/70{
  border-color: rgb(91 219 158 / 0.7);
}

.border-accent\/75{
  border-color: rgb(91 219 158 / 0.75);
}

.border-accent\/80{
  border-color: rgb(91 219 158 / 0.8);
}

.border-accent\/85{
  border-color: rgb(91 219 158 / 0.85);
}

.border-accent\/90{
  border-color: rgb(91 219 158 / 0.9);
}

.border-accent\/95{
  border-color: rgb(91 219 158 / 0.95);
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(76 165 233 / var(--tw-border-opacity));
}

.border-blue\/0{
  border-color: rgb(76 165 233 / 0);
}

.border-blue\/10{
  border-color: rgb(76 165 233 / 0.1);
}

.border-blue\/100{
  border-color: rgb(76 165 233 / 1);
}

.border-blue\/15{
  border-color: rgb(76 165 233 / 0.15);
}

.border-blue\/20{
  border-color: rgb(76 165 233 / 0.2);
}

.border-blue\/25{
  border-color: rgb(76 165 233 / 0.25);
}

.border-blue\/30{
  border-color: rgb(76 165 233 / 0.3);
}

.border-blue\/35{
  border-color: rgb(76 165 233 / 0.35);
}

.border-blue\/40{
  border-color: rgb(76 165 233 / 0.4);
}

.border-blue\/45{
  border-color: rgb(76 165 233 / 0.45);
}

.border-blue\/5{
  border-color: rgb(76 165 233 / 0.05);
}

.border-blue\/50{
  border-color: rgb(76 165 233 / 0.5);
}

.border-blue\/55{
  border-color: rgb(76 165 233 / 0.55);
}

.border-blue\/60{
  border-color: rgb(76 165 233 / 0.6);
}

.border-blue\/65{
  border-color: rgb(76 165 233 / 0.65);
}

.border-blue\/70{
  border-color: rgb(76 165 233 / 0.7);
}

.border-blue\/75{
  border-color: rgb(76 165 233 / 0.75);
}

.border-blue\/80{
  border-color: rgb(76 165 233 / 0.8);
}

.border-blue\/85{
  border-color: rgb(76 165 233 / 0.85);
}

.border-blue\/90{
  border-color: rgb(76 165 233 / 0.9);
}

.border-blue\/95{
  border-color: rgb(76 165 233 / 0.95);
}

.border-cream{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-cream\/0{
  border-color: rgb(217 217 217 / 0);
}

.border-cream\/10{
  border-color: rgb(217 217 217 / 0.1);
}

.border-cream\/100{
  border-color: rgb(217 217 217 / 1);
}

.border-cream\/15{
  border-color: rgb(217 217 217 / 0.15);
}

.border-cream\/20{
  border-color: rgb(217 217 217 / 0.2);
}

.border-cream\/25{
  border-color: rgb(217 217 217 / 0.25);
}

.border-cream\/30{
  border-color: rgb(217 217 217 / 0.3);
}

.border-cream\/35{
  border-color: rgb(217 217 217 / 0.35);
}

.border-cream\/40{
  border-color: rgb(217 217 217 / 0.4);
}

.border-cream\/45{
  border-color: rgb(217 217 217 / 0.45);
}

.border-cream\/5{
  border-color: rgb(217 217 217 / 0.05);
}

.border-cream\/50{
  border-color: rgb(217 217 217 / 0.5);
}

.border-cream\/55{
  border-color: rgb(217 217 217 / 0.55);
}

.border-cream\/60{
  border-color: rgb(217 217 217 / 0.6);
}

.border-cream\/65{
  border-color: rgb(217 217 217 / 0.65);
}

.border-cream\/70{
  border-color: rgb(217 217 217 / 0.7);
}

.border-cream\/75{
  border-color: rgb(217 217 217 / 0.75);
}

.border-cream\/80{
  border-color: rgb(217 217 217 / 0.8);
}

.border-cream\/85{
  border-color: rgb(217 217 217 / 0.85);
}

.border-cream\/90{
  border-color: rgb(217 217 217 / 0.9);
}

.border-cream\/95{
  border-color: rgb(217 217 217 / 0.95);
}

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

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

.border-info{
  --tw-border-opacity: 1;
  border-color: rgb(49 204 236 / var(--tw-border-opacity));
}

.border-info\/0{
  border-color: rgb(49 204 236 / 0);
}

.border-info\/10{
  border-color: rgb(49 204 236 / 0.1);
}

.border-info\/100{
  border-color: rgb(49 204 236 / 1);
}

.border-info\/15{
  border-color: rgb(49 204 236 / 0.15);
}

.border-info\/20{
  border-color: rgb(49 204 236 / 0.2);
}

.border-info\/25{
  border-color: rgb(49 204 236 / 0.25);
}

.border-info\/30{
  border-color: rgb(49 204 236 / 0.3);
}

.border-info\/35{
  border-color: rgb(49 204 236 / 0.35);
}

.border-info\/40{
  border-color: rgb(49 204 236 / 0.4);
}

.border-info\/45{
  border-color: rgb(49 204 236 / 0.45);
}

.border-info\/5{
  border-color: rgb(49 204 236 / 0.05);
}

.border-info\/50{
  border-color: rgb(49 204 236 / 0.5);
}

.border-info\/55{
  border-color: rgb(49 204 236 / 0.55);
}

.border-info\/60{
  border-color: rgb(49 204 236 / 0.6);
}

.border-info\/65{
  border-color: rgb(49 204 236 / 0.65);
}

.border-info\/70{
  border-color: rgb(49 204 236 / 0.7);
}

.border-info\/75{
  border-color: rgb(49 204 236 / 0.75);
}

.border-info\/80{
  border-color: rgb(49 204 236 / 0.8);
}

.border-info\/85{
  border-color: rgb(49 204 236 / 0.85);
}

.border-info\/90{
  border-color: rgb(49 204 236 / 0.9);
}

.border-info\/95{
  border-color: rgb(49 204 236 / 0.95);
}

.border-negative{
  --tw-border-opacity: 1;
  border-color: rgb(193 0 21 / var(--tw-border-opacity));
}

.border-negative\/0{
  border-color: rgb(193 0 21 / 0);
}

.border-negative\/10{
  border-color: rgb(193 0 21 / 0.1);
}

.border-negative\/100{
  border-color: rgb(193 0 21 / 1);
}

.border-negative\/15{
  border-color: rgb(193 0 21 / 0.15);
}

.border-negative\/20{
  border-color: rgb(193 0 21 / 0.2);
}

.border-negative\/25{
  border-color: rgb(193 0 21 / 0.25);
}

.border-negative\/30{
  border-color: rgb(193 0 21 / 0.3);
}

.border-negative\/35{
  border-color: rgb(193 0 21 / 0.35);
}

.border-negative\/40{
  border-color: rgb(193 0 21 / 0.4);
}

.border-negative\/45{
  border-color: rgb(193 0 21 / 0.45);
}

.border-negative\/5{
  border-color: rgb(193 0 21 / 0.05);
}

.border-negative\/50{
  border-color: rgb(193 0 21 / 0.5);
}

.border-negative\/55{
  border-color: rgb(193 0 21 / 0.55);
}

.border-negative\/60{
  border-color: rgb(193 0 21 / 0.6);
}

.border-negative\/65{
  border-color: rgb(193 0 21 / 0.65);
}

.border-negative\/70{
  border-color: rgb(193 0 21 / 0.7);
}

.border-negative\/75{
  border-color: rgb(193 0 21 / 0.75);
}

.border-negative\/80{
  border-color: rgb(193 0 21 / 0.8);
}

.border-negative\/85{
  border-color: rgb(193 0 21 / 0.85);
}

.border-negative\/90{
  border-color: rgb(193 0 21 / 0.9);
}

.border-negative\/95{
  border-color: rgb(193 0 21 / 0.95);
}

.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(249 71 9 / var(--tw-border-opacity));
}

.border-orange\/0{
  border-color: rgb(249 71 9 / 0);
}

.border-orange\/10{
  border-color: rgb(249 71 9 / 0.1);
}

.border-orange\/100{
  border-color: rgb(249 71 9 / 1);
}

.border-orange\/15{
  border-color: rgb(249 71 9 / 0.15);
}

.border-orange\/20{
  border-color: rgb(249 71 9 / 0.2);
}

.border-orange\/25{
  border-color: rgb(249 71 9 / 0.25);
}

.border-orange\/30{
  border-color: rgb(249 71 9 / 0.3);
}

.border-orange\/35{
  border-color: rgb(249 71 9 / 0.35);
}

.border-orange\/40{
  border-color: rgb(249 71 9 / 0.4);
}

.border-orange\/45{
  border-color: rgb(249 71 9 / 0.45);
}

.border-orange\/5{
  border-color: rgb(249 71 9 / 0.05);
}

.border-orange\/50{
  border-color: rgb(249 71 9 / 0.5);
}

.border-orange\/55{
  border-color: rgb(249 71 9 / 0.55);
}

.border-orange\/60{
  border-color: rgb(249 71 9 / 0.6);
}

.border-orange\/65{
  border-color: rgb(249 71 9 / 0.65);
}

.border-orange\/70{
  border-color: rgb(249 71 9 / 0.7);
}

.border-orange\/75{
  border-color: rgb(249 71 9 / 0.75);
}

.border-orange\/80{
  border-color: rgb(249 71 9 / 0.8);
}

.border-orange\/85{
  border-color: rgb(249 71 9 / 0.85);
}

.border-orange\/90{
  border-color: rgb(249 71 9 / 0.9);
}

.border-orange\/95{
  border-color: rgb(249 71 9 / 0.95);
}

.border-pink{
  --tw-border-opacity: 1;
  border-color: rgb(247 99 187 / var(--tw-border-opacity));
}

.border-pink\/0{
  border-color: rgb(247 99 187 / 0);
}

.border-pink\/10{
  border-color: rgb(247 99 187 / 0.1);
}

.border-pink\/100{
  border-color: rgb(247 99 187 / 1);
}

.border-pink\/15{
  border-color: rgb(247 99 187 / 0.15);
}

.border-pink\/20{
  border-color: rgb(247 99 187 / 0.2);
}

.border-pink\/25{
  border-color: rgb(247 99 187 / 0.25);
}

.border-pink\/30{
  border-color: rgb(247 99 187 / 0.3);
}

.border-pink\/35{
  border-color: rgb(247 99 187 / 0.35);
}

.border-pink\/40{
  border-color: rgb(247 99 187 / 0.4);
}

.border-pink\/45{
  border-color: rgb(247 99 187 / 0.45);
}

.border-pink\/5{
  border-color: rgb(247 99 187 / 0.05);
}

.border-pink\/50{
  border-color: rgb(247 99 187 / 0.5);
}

.border-pink\/55{
  border-color: rgb(247 99 187 / 0.55);
}

.border-pink\/60{
  border-color: rgb(247 99 187 / 0.6);
}

.border-pink\/65{
  border-color: rgb(247 99 187 / 0.65);
}

.border-pink\/70{
  border-color: rgb(247 99 187 / 0.7);
}

.border-pink\/75{
  border-color: rgb(247 99 187 / 0.75);
}

.border-pink\/80{
  border-color: rgb(247 99 187 / 0.8);
}

.border-pink\/85{
  border-color: rgb(247 99 187 / 0.85);
}

.border-pink\/90{
  border-color: rgb(247 99 187 / 0.9);
}

.border-pink\/95{
  border-color: rgb(247 99 187 / 0.95);
}

.border-positive{
  --tw-border-opacity: 1;
  border-color: rgb(33 186 69 / var(--tw-border-opacity));
}

.border-positive\/0{
  border-color: rgb(33 186 69 / 0);
}

.border-positive\/10{
  border-color: rgb(33 186 69 / 0.1);
}

.border-positive\/100{
  border-color: rgb(33 186 69 / 1);
}

.border-positive\/15{
  border-color: rgb(33 186 69 / 0.15);
}

.border-positive\/20{
  border-color: rgb(33 186 69 / 0.2);
}

.border-positive\/25{
  border-color: rgb(33 186 69 / 0.25);
}

.border-positive\/30{
  border-color: rgb(33 186 69 / 0.3);
}

.border-positive\/35{
  border-color: rgb(33 186 69 / 0.35);
}

.border-positive\/40{
  border-color: rgb(33 186 69 / 0.4);
}

.border-positive\/45{
  border-color: rgb(33 186 69 / 0.45);
}

.border-positive\/5{
  border-color: rgb(33 186 69 / 0.05);
}

.border-positive\/50{
  border-color: rgb(33 186 69 / 0.5);
}

.border-positive\/55{
  border-color: rgb(33 186 69 / 0.55);
}

.border-positive\/60{
  border-color: rgb(33 186 69 / 0.6);
}

.border-positive\/65{
  border-color: rgb(33 186 69 / 0.65);
}

.border-positive\/70{
  border-color: rgb(33 186 69 / 0.7);
}

.border-positive\/75{
  border-color: rgb(33 186 69 / 0.75);
}

.border-positive\/80{
  border-color: rgb(33 186 69 / 0.8);
}

.border-positive\/85{
  border-color: rgb(33 186 69 / 0.85);
}

.border-positive\/90{
  border-color: rgb(33 186 69 / 0.9);
}

.border-positive\/95{
  border-color: rgb(33 186 69 / 0.95);
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(97 70 225 / var(--tw-border-opacity));
}

.border-primary\/0{
  border-color: rgb(97 70 225 / 0);
}

.border-primary\/10{
  border-color: rgb(97 70 225 / 0.1);
}

.border-primary\/100{
  border-color: rgb(97 70 225 / 1);
}

.border-primary\/15{
  border-color: rgb(97 70 225 / 0.15);
}

.border-primary\/20{
  border-color: rgb(97 70 225 / 0.2);
}

.border-primary\/25{
  border-color: rgb(97 70 225 / 0.25);
}

.border-primary\/30{
  border-color: rgb(97 70 225 / 0.3);
}

.border-primary\/35{
  border-color: rgb(97 70 225 / 0.35);
}

.border-primary\/40{
  border-color: rgb(97 70 225 / 0.4);
}

.border-primary\/45{
  border-color: rgb(97 70 225 / 0.45);
}

.border-primary\/5{
  border-color: rgb(97 70 225 / 0.05);
}

.border-primary\/50{
  border-color: rgb(97 70 225 / 0.5);
}

.border-primary\/55{
  border-color: rgb(97 70 225 / 0.55);
}

.border-primary\/60{
  border-color: rgb(97 70 225 / 0.6);
}

.border-primary\/65{
  border-color: rgb(97 70 225 / 0.65);
}

.border-primary\/70{
  border-color: rgb(97 70 225 / 0.7);
}

.border-primary\/75{
  border-color: rgb(97 70 225 / 0.75);
}

.border-primary\/80{
  border-color: rgb(97 70 225 / 0.8);
}

.border-primary\/85{
  border-color: rgb(97 70 225 / 0.85);
}

.border-primary\/90{
  border-color: rgb(97 70 225 / 0.9);
}

.border-primary\/95{
  border-color: rgb(97 70 225 / 0.95);
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(194 217 0 / var(--tw-border-opacity));
}

.border-secondary\/0{
  border-color: rgb(194 217 0 / 0);
}

.border-secondary\/10{
  border-color: rgb(194 217 0 / 0.1);
}

.border-secondary\/100{
  border-color: rgb(194 217 0 / 1);
}

.border-secondary\/15{
  border-color: rgb(194 217 0 / 0.15);
}

.border-secondary\/20{
  border-color: rgb(194 217 0 / 0.2);
}

.border-secondary\/25{
  border-color: rgb(194 217 0 / 0.25);
}

.border-secondary\/30{
  border-color: rgb(194 217 0 / 0.3);
}

.border-secondary\/35{
  border-color: rgb(194 217 0 / 0.35);
}

.border-secondary\/40{
  border-color: rgb(194 217 0 / 0.4);
}

.border-secondary\/45{
  border-color: rgb(194 217 0 / 0.45);
}

.border-secondary\/5{
  border-color: rgb(194 217 0 / 0.05);
}

.border-secondary\/50{
  border-color: rgb(194 217 0 / 0.5);
}

.border-secondary\/55{
  border-color: rgb(194 217 0 / 0.55);
}

.border-secondary\/60{
  border-color: rgb(194 217 0 / 0.6);
}

.border-secondary\/65{
  border-color: rgb(194 217 0 / 0.65);
}

.border-secondary\/70{
  border-color: rgb(194 217 0 / 0.7);
}

.border-secondary\/75{
  border-color: rgb(194 217 0 / 0.75);
}

.border-secondary\/80{
  border-color: rgb(194 217 0 / 0.8);
}

.border-secondary\/85{
  border-color: rgb(194 217 0 / 0.85);
}

.border-secondary\/90{
  border-color: rgb(194 217 0 / 0.9);
}

.border-secondary\/95{
  border-color: rgb(194 217 0 / 0.95);
}

.border-warning{
  --tw-border-opacity: 1;
  border-color: rgb(242 192 55 / var(--tw-border-opacity));
}

.border-warning\/0{
  border-color: rgb(242 192 55 / 0);
}

.border-warning\/10{
  border-color: rgb(242 192 55 / 0.1);
}

.border-warning\/100{
  border-color: rgb(242 192 55 / 1);
}

.border-warning\/15{
  border-color: rgb(242 192 55 / 0.15);
}

.border-warning\/20{
  border-color: rgb(242 192 55 / 0.2);
}

.border-warning\/25{
  border-color: rgb(242 192 55 / 0.25);
}

.border-warning\/30{
  border-color: rgb(242 192 55 / 0.3);
}

.border-warning\/35{
  border-color: rgb(242 192 55 / 0.35);
}

.border-warning\/40{
  border-color: rgb(242 192 55 / 0.4);
}

.border-warning\/45{
  border-color: rgb(242 192 55 / 0.45);
}

.border-warning\/5{
  border-color: rgb(242 192 55 / 0.05);
}

.border-warning\/50{
  border-color: rgb(242 192 55 / 0.5);
}

.border-warning\/55{
  border-color: rgb(242 192 55 / 0.55);
}

.border-warning\/60{
  border-color: rgb(242 192 55 / 0.6);
}

.border-warning\/65{
  border-color: rgb(242 192 55 / 0.65);
}

.border-warning\/70{
  border-color: rgb(242 192 55 / 0.7);
}

.border-warning\/75{
  border-color: rgb(242 192 55 / 0.75);
}

.border-warning\/80{
  border-color: rgb(242 192 55 / 0.8);
}

.border-warning\/85{
  border-color: rgb(242 192 55 / 0.85);
}

.border-warning\/90{
  border-color: rgb(242 192 55 / 0.9);
}

.border-warning\/95{
  border-color: rgb(242 192 55 / 0.95);
}

.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(241 205 49 / var(--tw-border-opacity));
}

.border-yellow\/0{
  border-color: rgb(241 205 49 / 0);
}

.border-yellow\/10{
  border-color: rgb(241 205 49 / 0.1);
}

.border-yellow\/100{
  border-color: rgb(241 205 49 / 1);
}

.border-yellow\/15{
  border-color: rgb(241 205 49 / 0.15);
}

.border-yellow\/20{
  border-color: rgb(241 205 49 / 0.2);
}

.border-yellow\/25{
  border-color: rgb(241 205 49 / 0.25);
}

.border-yellow\/30{
  border-color: rgb(241 205 49 / 0.3);
}

.border-yellow\/35{
  border-color: rgb(241 205 49 / 0.35);
}

.border-yellow\/40{
  border-color: rgb(241 205 49 / 0.4);
}

.border-yellow\/45{
  border-color: rgb(241 205 49 / 0.45);
}

.border-yellow\/5{
  border-color: rgb(241 205 49 / 0.05);
}

.border-yellow\/50{
  border-color: rgb(241 205 49 / 0.5);
}

.border-yellow\/55{
  border-color: rgb(241 205 49 / 0.55);
}

.border-yellow\/60{
  border-color: rgb(241 205 49 / 0.6);
}

.border-yellow\/65{
  border-color: rgb(241 205 49 / 0.65);
}

.border-yellow\/70{
  border-color: rgb(241 205 49 / 0.7);
}

.border-yellow\/75{
  border-color: rgb(241 205 49 / 0.75);
}

.border-yellow\/80{
  border-color: rgb(241 205 49 / 0.8);
}

.border-yellow\/85{
  border-color: rgb(241 205 49 / 0.85);
}

.border-yellow\/90{
  border-color: rgb(241 205 49 / 0.9);
}

.border-yellow\/95{
  border-color: rgb(241 205 49 / 0.95);
}

.\!bg-negative{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(193 0 21 / var(--tw-bg-opacity)) !important;
}

.\!bg-positive{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 186 69 / var(--tw-bg-opacity)) !important;
}

.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(91 219 158 / var(--tw-bg-opacity));
}

.bg-accent\/0{
  background-color: rgb(91 219 158 / 0);
}

.bg-accent\/10{
  background-color: rgb(91 219 158 / 0.1);
}

.bg-accent\/100{
  background-color: rgb(91 219 158 / 1);
}

.bg-accent\/15{
  background-color: rgb(91 219 158 / 0.15);
}

.bg-accent\/20{
  background-color: rgb(91 219 158 / 0.2);
}

.bg-accent\/25{
  background-color: rgb(91 219 158 / 0.25);
}

.bg-accent\/30{
  background-color: rgb(91 219 158 / 0.3);
}

.bg-accent\/35{
  background-color: rgb(91 219 158 / 0.35);
}

.bg-accent\/40{
  background-color: rgb(91 219 158 / 0.4);
}

.bg-accent\/45{
  background-color: rgb(91 219 158 / 0.45);
}

.bg-accent\/5{
  background-color: rgb(91 219 158 / 0.05);
}

.bg-accent\/50{
  background-color: rgb(91 219 158 / 0.5);
}

.bg-accent\/55{
  background-color: rgb(91 219 158 / 0.55);
}

.bg-accent\/60{
  background-color: rgb(91 219 158 / 0.6);
}

.bg-accent\/65{
  background-color: rgb(91 219 158 / 0.65);
}

.bg-accent\/70{
  background-color: rgb(91 219 158 / 0.7);
}

.bg-accent\/75{
  background-color: rgb(91 219 158 / 0.75);
}

.bg-accent\/80{
  background-color: rgb(91 219 158 / 0.8);
}

.bg-accent\/85{
  background-color: rgb(91 219 158 / 0.85);
}

.bg-accent\/90{
  background-color: rgb(91 219 158 / 0.9);
}

.bg-accent\/95{
  background-color: rgb(91 219 158 / 0.95);
}

.bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(76 165 233 / var(--tw-bg-opacity));
}

.bg-blue\/0{
  background-color: rgb(76 165 233 / 0);
}

.bg-blue\/10{
  background-color: rgb(76 165 233 / 0.1);
}

.bg-blue\/100{
  background-color: rgb(76 165 233 / 1);
}

.bg-blue\/15{
  background-color: rgb(76 165 233 / 0.15);
}

.bg-blue\/20{
  background-color: rgb(76 165 233 / 0.2);
}

.bg-blue\/25{
  background-color: rgb(76 165 233 / 0.25);
}

.bg-blue\/30{
  background-color: rgb(76 165 233 / 0.3);
}

.bg-blue\/35{
  background-color: rgb(76 165 233 / 0.35);
}

.bg-blue\/40{
  background-color: rgb(76 165 233 / 0.4);
}

.bg-blue\/45{
  background-color: rgb(76 165 233 / 0.45);
}

.bg-blue\/5{
  background-color: rgb(76 165 233 / 0.05);
}

.bg-blue\/50{
  background-color: rgb(76 165 233 / 0.5);
}

.bg-blue\/55{
  background-color: rgb(76 165 233 / 0.55);
}

.bg-blue\/60{
  background-color: rgb(76 165 233 / 0.6);
}

.bg-blue\/65{
  background-color: rgb(76 165 233 / 0.65);
}

.bg-blue\/70{
  background-color: rgb(76 165 233 / 0.7);
}

.bg-blue\/75{
  background-color: rgb(76 165 233 / 0.75);
}

.bg-blue\/80{
  background-color: rgb(76 165 233 / 0.8);
}

.bg-blue\/85{
  background-color: rgb(76 165 233 / 0.85);
}

.bg-blue\/90{
  background-color: rgb(76 165 233 / 0.9);
}

.bg-blue\/95{
  background-color: rgb(76 165 233 / 0.95);
}

.bg-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-cream\/0{
  background-color: rgb(217 217 217 / 0);
}

.bg-cream\/10{
  background-color: rgb(217 217 217 / 0.1);
}

.bg-cream\/100{
  background-color: rgb(217 217 217 / 1);
}

.bg-cream\/15{
  background-color: rgb(217 217 217 / 0.15);
}

.bg-cream\/20{
  background-color: rgb(217 217 217 / 0.2);
}

.bg-cream\/25{
  background-color: rgb(217 217 217 / 0.25);
}

.bg-cream\/30{
  background-color: rgb(217 217 217 / 0.3);
}

.bg-cream\/35{
  background-color: rgb(217 217 217 / 0.35);
}

.bg-cream\/40{
  background-color: rgb(217 217 217 / 0.4);
}

.bg-cream\/45{
  background-color: rgb(217 217 217 / 0.45);
}

.bg-cream\/5{
  background-color: rgb(217 217 217 / 0.05);
}

.bg-cream\/50{
  background-color: rgb(217 217 217 / 0.5);
}

.bg-cream\/55{
  background-color: rgb(217 217 217 / 0.55);
}

.bg-cream\/60{
  background-color: rgb(217 217 217 / 0.6);
}

.bg-cream\/65{
  background-color: rgb(217 217 217 / 0.65);
}

.bg-cream\/70{
  background-color: rgb(217 217 217 / 0.7);
}

.bg-cream\/75{
  background-color: rgb(217 217 217 / 0.75);
}

.bg-cream\/80{
  background-color: rgb(217 217 217 / 0.8);
}

.bg-cream\/85{
  background-color: rgb(217 217 217 / 0.85);
}

.bg-cream\/90{
  background-color: rgb(217 217 217 / 0.9);
}

.bg-cream\/95{
  background-color: rgb(217 217 217 / 0.95);
}

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

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

.bg-info{
  --tw-bg-opacity: 1;
  background-color: rgb(49 204 236 / var(--tw-bg-opacity));
}

.bg-info\/0{
  background-color: rgb(49 204 236 / 0);
}

.bg-info\/10{
  background-color: rgb(49 204 236 / 0.1);
}

.bg-info\/100{
  background-color: rgb(49 204 236 / 1);
}

.bg-info\/15{
  background-color: rgb(49 204 236 / 0.15);
}

.bg-info\/20{
  background-color: rgb(49 204 236 / 0.2);
}

.bg-info\/25{
  background-color: rgb(49 204 236 / 0.25);
}

.bg-info\/30{
  background-color: rgb(49 204 236 / 0.3);
}

.bg-info\/35{
  background-color: rgb(49 204 236 / 0.35);
}

.bg-info\/40{
  background-color: rgb(49 204 236 / 0.4);
}

.bg-info\/45{
  background-color: rgb(49 204 236 / 0.45);
}

.bg-info\/5{
  background-color: rgb(49 204 236 / 0.05);
}

.bg-info\/50{
  background-color: rgb(49 204 236 / 0.5);
}

.bg-info\/55{
  background-color: rgb(49 204 236 / 0.55);
}

.bg-info\/60{
  background-color: rgb(49 204 236 / 0.6);
}

.bg-info\/65{
  background-color: rgb(49 204 236 / 0.65);
}

.bg-info\/70{
  background-color: rgb(49 204 236 / 0.7);
}

.bg-info\/75{
  background-color: rgb(49 204 236 / 0.75);
}

.bg-info\/80{
  background-color: rgb(49 204 236 / 0.8);
}

.bg-info\/85{
  background-color: rgb(49 204 236 / 0.85);
}

.bg-info\/90{
  background-color: rgb(49 204 236 / 0.9);
}

.bg-info\/95{
  background-color: rgb(49 204 236 / 0.95);
}

.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-negative{
  --tw-bg-opacity: 1;
  background-color: rgb(193 0 21 / var(--tw-bg-opacity));
}

.bg-negative\/0{
  background-color: rgb(193 0 21 / 0);
}

.bg-negative\/10{
  background-color: rgb(193 0 21 / 0.1);
}

.bg-negative\/100{
  background-color: rgb(193 0 21 / 1);
}

.bg-negative\/15{
  background-color: rgb(193 0 21 / 0.15);
}

.bg-negative\/20{
  background-color: rgb(193 0 21 / 0.2);
}

.bg-negative\/25{
  background-color: rgb(193 0 21 / 0.25);
}

.bg-negative\/30{
  background-color: rgb(193 0 21 / 0.3);
}

.bg-negative\/35{
  background-color: rgb(193 0 21 / 0.35);
}

.bg-negative\/40{
  background-color: rgb(193 0 21 / 0.4);
}

.bg-negative\/45{
  background-color: rgb(193 0 21 / 0.45);
}

.bg-negative\/5{
  background-color: rgb(193 0 21 / 0.05);
}

.bg-negative\/50{
  background-color: rgb(193 0 21 / 0.5);
}

.bg-negative\/55{
  background-color: rgb(193 0 21 / 0.55);
}

.bg-negative\/60{
  background-color: rgb(193 0 21 / 0.6);
}

.bg-negative\/65{
  background-color: rgb(193 0 21 / 0.65);
}

.bg-negative\/70{
  background-color: rgb(193 0 21 / 0.7);
}

.bg-negative\/75{
  background-color: rgb(193 0 21 / 0.75);
}

.bg-negative\/80{
  background-color: rgb(193 0 21 / 0.8);
}

.bg-negative\/85{
  background-color: rgb(193 0 21 / 0.85);
}

.bg-negative\/90{
  background-color: rgb(193 0 21 / 0.9);
}

.bg-negative\/95{
  background-color: rgb(193 0 21 / 0.95);
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(249 71 9 / var(--tw-bg-opacity));
}

.bg-orange\/0{
  background-color: rgb(249 71 9 / 0);
}

.bg-orange\/10{
  background-color: rgb(249 71 9 / 0.1);
}

.bg-orange\/100{
  background-color: rgb(249 71 9 / 1);
}

.bg-orange\/15{
  background-color: rgb(249 71 9 / 0.15);
}

.bg-orange\/20{
  background-color: rgb(249 71 9 / 0.2);
}

.bg-orange\/25{
  background-color: rgb(249 71 9 / 0.25);
}

.bg-orange\/30{
  background-color: rgb(249 71 9 / 0.3);
}

.bg-orange\/35{
  background-color: rgb(249 71 9 / 0.35);
}

.bg-orange\/40{
  background-color: rgb(249 71 9 / 0.4);
}

.bg-orange\/45{
  background-color: rgb(249 71 9 / 0.45);
}

.bg-orange\/5{
  background-color: rgb(249 71 9 / 0.05);
}

.bg-orange\/50{
  background-color: rgb(249 71 9 / 0.5);
}

.bg-orange\/55{
  background-color: rgb(249 71 9 / 0.55);
}

.bg-orange\/60{
  background-color: rgb(249 71 9 / 0.6);
}

.bg-orange\/65{
  background-color: rgb(249 71 9 / 0.65);
}

.bg-orange\/70{
  background-color: rgb(249 71 9 / 0.7);
}

.bg-orange\/75{
  background-color: rgb(249 71 9 / 0.75);
}

.bg-orange\/80{
  background-color: rgb(249 71 9 / 0.8);
}

.bg-orange\/85{
  background-color: rgb(249 71 9 / 0.85);
}

.bg-orange\/90{
  background-color: rgb(249 71 9 / 0.9);
}

.bg-orange\/95{
  background-color: rgb(249 71 9 / 0.95);
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(247 99 187 / var(--tw-bg-opacity));
}

.bg-pink\/0{
  background-color: rgb(247 99 187 / 0);
}

.bg-pink\/10{
  background-color: rgb(247 99 187 / 0.1);
}

.bg-pink\/100{
  background-color: rgb(247 99 187 / 1);
}

.bg-pink\/15{
  background-color: rgb(247 99 187 / 0.15);
}

.bg-pink\/20{
  background-color: rgb(247 99 187 / 0.2);
}

.bg-pink\/25{
  background-color: rgb(247 99 187 / 0.25);
}

.bg-pink\/30{
  background-color: rgb(247 99 187 / 0.3);
}

.bg-pink\/35{
  background-color: rgb(247 99 187 / 0.35);
}

.bg-pink\/40{
  background-color: rgb(247 99 187 / 0.4);
}

.bg-pink\/45{
  background-color: rgb(247 99 187 / 0.45);
}

.bg-pink\/5{
  background-color: rgb(247 99 187 / 0.05);
}

.bg-pink\/50{
  background-color: rgb(247 99 187 / 0.5);
}

.bg-pink\/55{
  background-color: rgb(247 99 187 / 0.55);
}

.bg-pink\/60{
  background-color: rgb(247 99 187 / 0.6);
}

.bg-pink\/65{
  background-color: rgb(247 99 187 / 0.65);
}

.bg-pink\/70{
  background-color: rgb(247 99 187 / 0.7);
}

.bg-pink\/75{
  background-color: rgb(247 99 187 / 0.75);
}

.bg-pink\/80{
  background-color: rgb(247 99 187 / 0.8);
}

.bg-pink\/85{
  background-color: rgb(247 99 187 / 0.85);
}

.bg-pink\/90{
  background-color: rgb(247 99 187 / 0.9);
}

.bg-pink\/95{
  background-color: rgb(247 99 187 / 0.95);
}

.bg-positive{
  --tw-bg-opacity: 1;
  background-color: rgb(33 186 69 / var(--tw-bg-opacity));
}

.bg-positive\/0{
  background-color: rgb(33 186 69 / 0);
}

.bg-positive\/10{
  background-color: rgb(33 186 69 / 0.1);
}

.bg-positive\/100{
  background-color: rgb(33 186 69 / 1);
}

.bg-positive\/15{
  background-color: rgb(33 186 69 / 0.15);
}

.bg-positive\/20{
  background-color: rgb(33 186 69 / 0.2);
}

.bg-positive\/25{
  background-color: rgb(33 186 69 / 0.25);
}

.bg-positive\/30{
  background-color: rgb(33 186 69 / 0.3);
}

.bg-positive\/35{
  background-color: rgb(33 186 69 / 0.35);
}

.bg-positive\/40{
  background-color: rgb(33 186 69 / 0.4);
}

.bg-positive\/45{
  background-color: rgb(33 186 69 / 0.45);
}

.bg-positive\/5{
  background-color: rgb(33 186 69 / 0.05);
}

.bg-positive\/50{
  background-color: rgb(33 186 69 / 0.5);
}

.bg-positive\/55{
  background-color: rgb(33 186 69 / 0.55);
}

.bg-positive\/60{
  background-color: rgb(33 186 69 / 0.6);
}

.bg-positive\/65{
  background-color: rgb(33 186 69 / 0.65);
}

.bg-positive\/70{
  background-color: rgb(33 186 69 / 0.7);
}

.bg-positive\/75{
  background-color: rgb(33 186 69 / 0.75);
}

.bg-positive\/80{
  background-color: rgb(33 186 69 / 0.8);
}

.bg-positive\/85{
  background-color: rgb(33 186 69 / 0.85);
}

.bg-positive\/90{
  background-color: rgb(33 186 69 / 0.9);
}

.bg-positive\/95{
  background-color: rgb(33 186 69 / 0.95);
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(97 70 225 / var(--tw-bg-opacity));
}

.bg-primary\/0{
  background-color: rgb(97 70 225 / 0);
}

.bg-primary\/10{
  background-color: rgb(97 70 225 / 0.1);
}

.bg-primary\/100{
  background-color: rgb(97 70 225 / 1);
}

.bg-primary\/15{
  background-color: rgb(97 70 225 / 0.15);
}

.bg-primary\/20{
  background-color: rgb(97 70 225 / 0.2);
}

.bg-primary\/25{
  background-color: rgb(97 70 225 / 0.25);
}

.bg-primary\/30{
  background-color: rgb(97 70 225 / 0.3);
}

.bg-primary\/35{
  background-color: rgb(97 70 225 / 0.35);
}

.bg-primary\/40{
  background-color: rgb(97 70 225 / 0.4);
}

.bg-primary\/45{
  background-color: rgb(97 70 225 / 0.45);
}

.bg-primary\/5{
  background-color: rgb(97 70 225 / 0.05);
}

.bg-primary\/50{
  background-color: rgb(97 70 225 / 0.5);
}

.bg-primary\/55{
  background-color: rgb(97 70 225 / 0.55);
}

.bg-primary\/60{
  background-color: rgb(97 70 225 / 0.6);
}

.bg-primary\/65{
  background-color: rgb(97 70 225 / 0.65);
}

.bg-primary\/70{
  background-color: rgb(97 70 225 / 0.7);
}

.bg-primary\/75{
  background-color: rgb(97 70 225 / 0.75);
}

.bg-primary\/80{
  background-color: rgb(97 70 225 / 0.8);
}

.bg-primary\/85{
  background-color: rgb(97 70 225 / 0.85);
}

.bg-primary\/90{
  background-color: rgb(97 70 225 / 0.9);
}

.bg-primary\/95{
  background-color: rgb(97 70 225 / 0.95);
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(194 217 0 / var(--tw-bg-opacity));
}

.bg-secondary\/0{
  background-color: rgb(194 217 0 / 0);
}

.bg-secondary\/10{
  background-color: rgb(194 217 0 / 0.1);
}

.bg-secondary\/100{
  background-color: rgb(194 217 0 / 1);
}

.bg-secondary\/15{
  background-color: rgb(194 217 0 / 0.15);
}

.bg-secondary\/20{
  background-color: rgb(194 217 0 / 0.2);
}

.bg-secondary\/25{
  background-color: rgb(194 217 0 / 0.25);
}

.bg-secondary\/30{
  background-color: rgb(194 217 0 / 0.3);
}

.bg-secondary\/35{
  background-color: rgb(194 217 0 / 0.35);
}

.bg-secondary\/40{
  background-color: rgb(194 217 0 / 0.4);
}

.bg-secondary\/45{
  background-color: rgb(194 217 0 / 0.45);
}

.bg-secondary\/5{
  background-color: rgb(194 217 0 / 0.05);
}

.bg-secondary\/50{
  background-color: rgb(194 217 0 / 0.5);
}

.bg-secondary\/55{
  background-color: rgb(194 217 0 / 0.55);
}

.bg-secondary\/60{
  background-color: rgb(194 217 0 / 0.6);
}

.bg-secondary\/65{
  background-color: rgb(194 217 0 / 0.65);
}

.bg-secondary\/70{
  background-color: rgb(194 217 0 / 0.7);
}

.bg-secondary\/75{
  background-color: rgb(194 217 0 / 0.75);
}

.bg-secondary\/80{
  background-color: rgb(194 217 0 / 0.8);
}

.bg-secondary\/85{
  background-color: rgb(194 217 0 / 0.85);
}

.bg-secondary\/90{
  background-color: rgb(194 217 0 / 0.9);
}

.bg-secondary\/95{
  background-color: rgb(194 217 0 / 0.95);
}

.bg-slate-800\/25{
  background-color: rgb(30 41 59 / 0.25);
}

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

.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(242 192 55 / var(--tw-bg-opacity));
}

.bg-warning\/0{
  background-color: rgb(242 192 55 / 0);
}

.bg-warning\/10{
  background-color: rgb(242 192 55 / 0.1);
}

.bg-warning\/100{
  background-color: rgb(242 192 55 / 1);
}

.bg-warning\/15{
  background-color: rgb(242 192 55 / 0.15);
}

.bg-warning\/20{
  background-color: rgb(242 192 55 / 0.2);
}

.bg-warning\/25{
  background-color: rgb(242 192 55 / 0.25);
}

.bg-warning\/30{
  background-color: rgb(242 192 55 / 0.3);
}

.bg-warning\/35{
  background-color: rgb(242 192 55 / 0.35);
}

.bg-warning\/40{
  background-color: rgb(242 192 55 / 0.4);
}

.bg-warning\/45{
  background-color: rgb(242 192 55 / 0.45);
}

.bg-warning\/5{
  background-color: rgb(242 192 55 / 0.05);
}

.bg-warning\/50{
  background-color: rgb(242 192 55 / 0.5);
}

.bg-warning\/55{
  background-color: rgb(242 192 55 / 0.55);
}

.bg-warning\/60{
  background-color: rgb(242 192 55 / 0.6);
}

.bg-warning\/65{
  background-color: rgb(242 192 55 / 0.65);
}

.bg-warning\/70{
  background-color: rgb(242 192 55 / 0.7);
}

.bg-warning\/75{
  background-color: rgb(242 192 55 / 0.75);
}

.bg-warning\/80{
  background-color: rgb(242 192 55 / 0.8);
}

.bg-warning\/85{
  background-color: rgb(242 192 55 / 0.85);
}

.bg-warning\/90{
  background-color: rgb(242 192 55 / 0.9);
}

.bg-warning\/95{
  background-color: rgb(242 192 55 / 0.95);
}

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

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(241 205 49 / var(--tw-bg-opacity));
}

.bg-yellow\/0{
  background-color: rgb(241 205 49 / 0);
}

.bg-yellow\/10{
  background-color: rgb(241 205 49 / 0.1);
}

.bg-yellow\/100{
  background-color: rgb(241 205 49 / 1);
}

.bg-yellow\/15{
  background-color: rgb(241 205 49 / 0.15);
}

.bg-yellow\/20{
  background-color: rgb(241 205 49 / 0.2);
}

.bg-yellow\/25{
  background-color: rgb(241 205 49 / 0.25);
}

.bg-yellow\/30{
  background-color: rgb(241 205 49 / 0.3);
}

.bg-yellow\/35{
  background-color: rgb(241 205 49 / 0.35);
}

.bg-yellow\/40{
  background-color: rgb(241 205 49 / 0.4);
}

.bg-yellow\/45{
  background-color: rgb(241 205 49 / 0.45);
}

.bg-yellow\/5{
  background-color: rgb(241 205 49 / 0.05);
}

.bg-yellow\/50{
  background-color: rgb(241 205 49 / 0.5);
}

.bg-yellow\/55{
  background-color: rgb(241 205 49 / 0.55);
}

.bg-yellow\/60{
  background-color: rgb(241 205 49 / 0.6);
}

.bg-yellow\/65{
  background-color: rgb(241 205 49 / 0.65);
}

.bg-yellow\/70{
  background-color: rgb(241 205 49 / 0.7);
}

.bg-yellow\/75{
  background-color: rgb(241 205 49 / 0.75);
}

.bg-yellow\/80{
  background-color: rgb(241 205 49 / 0.8);
}

.bg-yellow\/85{
  background-color: rgb(241 205 49 / 0.85);
}

.bg-yellow\/90{
  background-color: rgb(241 205 49 / 0.9);
}

.bg-yellow\/95{
  background-color: rgb(241 205 49 / 0.95);
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.fill-accent{
  fill: #5BDB9E;
}

.fill-accent\/0{
  fill: rgb(91 219 158 / 0);
}

.fill-accent\/10{
  fill: rgb(91 219 158 / 0.1);
}

.fill-accent\/100{
  fill: rgb(91 219 158 / 1);
}

.fill-accent\/15{
  fill: rgb(91 219 158 / 0.15);
}

.fill-accent\/20{
  fill: rgb(91 219 158 / 0.2);
}

.fill-accent\/25{
  fill: rgb(91 219 158 / 0.25);
}

.fill-accent\/30{
  fill: rgb(91 219 158 / 0.3);
}

.fill-accent\/35{
  fill: rgb(91 219 158 / 0.35);
}

.fill-accent\/40{
  fill: rgb(91 219 158 / 0.4);
}

.fill-accent\/45{
  fill: rgb(91 219 158 / 0.45);
}

.fill-accent\/5{
  fill: rgb(91 219 158 / 0.05);
}

.fill-accent\/50{
  fill: rgb(91 219 158 / 0.5);
}

.fill-accent\/55{
  fill: rgb(91 219 158 / 0.55);
}

.fill-accent\/60{
  fill: rgb(91 219 158 / 0.6);
}

.fill-accent\/65{
  fill: rgb(91 219 158 / 0.65);
}

.fill-accent\/70{
  fill: rgb(91 219 158 / 0.7);
}

.fill-accent\/75{
  fill: rgb(91 219 158 / 0.75);
}

.fill-accent\/80{
  fill: rgb(91 219 158 / 0.8);
}

.fill-accent\/85{
  fill: rgb(91 219 158 / 0.85);
}

.fill-accent\/90{
  fill: rgb(91 219 158 / 0.9);
}

.fill-accent\/95{
  fill: rgb(91 219 158 / 0.95);
}

.fill-black{
  fill: #000;
}

.fill-blue{
  fill: #4CA5E9;
}

.fill-blue\/0{
  fill: rgb(76 165 233 / 0);
}

.fill-blue\/10{
  fill: rgb(76 165 233 / 0.1);
}

.fill-blue\/100{
  fill: rgb(76 165 233 / 1);
}

.fill-blue\/15{
  fill: rgb(76 165 233 / 0.15);
}

.fill-blue\/20{
  fill: rgb(76 165 233 / 0.2);
}

.fill-blue\/25{
  fill: rgb(76 165 233 / 0.25);
}

.fill-blue\/30{
  fill: rgb(76 165 233 / 0.3);
}

.fill-blue\/35{
  fill: rgb(76 165 233 / 0.35);
}

.fill-blue\/40{
  fill: rgb(76 165 233 / 0.4);
}

.fill-blue\/45{
  fill: rgb(76 165 233 / 0.45);
}

.fill-blue\/5{
  fill: rgb(76 165 233 / 0.05);
}

.fill-blue\/50{
  fill: rgb(76 165 233 / 0.5);
}

.fill-blue\/55{
  fill: rgb(76 165 233 / 0.55);
}

.fill-blue\/60{
  fill: rgb(76 165 233 / 0.6);
}

.fill-blue\/65{
  fill: rgb(76 165 233 / 0.65);
}

.fill-blue\/70{
  fill: rgb(76 165 233 / 0.7);
}

.fill-blue\/75{
  fill: rgb(76 165 233 / 0.75);
}

.fill-blue\/80{
  fill: rgb(76 165 233 / 0.8);
}

.fill-blue\/85{
  fill: rgb(76 165 233 / 0.85);
}

.fill-blue\/90{
  fill: rgb(76 165 233 / 0.9);
}

.fill-blue\/95{
  fill: rgb(76 165 233 / 0.95);
}

.fill-cream{
  fill: #D9D9D9;
}

.fill-cream\/0{
  fill: rgb(217 217 217 / 0);
}

.fill-cream\/10{
  fill: rgb(217 217 217 / 0.1);
}

.fill-cream\/100{
  fill: rgb(217 217 217 / 1);
}

.fill-cream\/15{
  fill: rgb(217 217 217 / 0.15);
}

.fill-cream\/20{
  fill: rgb(217 217 217 / 0.2);
}

.fill-cream\/25{
  fill: rgb(217 217 217 / 0.25);
}

.fill-cream\/30{
  fill: rgb(217 217 217 / 0.3);
}

.fill-cream\/35{
  fill: rgb(217 217 217 / 0.35);
}

.fill-cream\/40{
  fill: rgb(217 217 217 / 0.4);
}

.fill-cream\/45{
  fill: rgb(217 217 217 / 0.45);
}

.fill-cream\/5{
  fill: rgb(217 217 217 / 0.05);
}

.fill-cream\/50{
  fill: rgb(217 217 217 / 0.5);
}

.fill-cream\/55{
  fill: rgb(217 217 217 / 0.55);
}

.fill-cream\/60{
  fill: rgb(217 217 217 / 0.6);
}

.fill-cream\/65{
  fill: rgb(217 217 217 / 0.65);
}

.fill-cream\/70{
  fill: rgb(217 217 217 / 0.7);
}

.fill-cream\/75{
  fill: rgb(217 217 217 / 0.75);
}

.fill-cream\/80{
  fill: rgb(217 217 217 / 0.8);
}

.fill-cream\/85{
  fill: rgb(217 217 217 / 0.85);
}

.fill-cream\/90{
  fill: rgb(217 217 217 / 0.9);
}

.fill-cream\/95{
  fill: rgb(217 217 217 / 0.95);
}

.fill-info{
  fill: #31CCEC;
}

.fill-info\/0{
  fill: rgb(49 204 236 / 0);
}

.fill-info\/10{
  fill: rgb(49 204 236 / 0.1);
}

.fill-info\/100{
  fill: rgb(49 204 236 / 1);
}

.fill-info\/15{
  fill: rgb(49 204 236 / 0.15);
}

.fill-info\/20{
  fill: rgb(49 204 236 / 0.2);
}

.fill-info\/25{
  fill: rgb(49 204 236 / 0.25);
}

.fill-info\/30{
  fill: rgb(49 204 236 / 0.3);
}

.fill-info\/35{
  fill: rgb(49 204 236 / 0.35);
}

.fill-info\/40{
  fill: rgb(49 204 236 / 0.4);
}

.fill-info\/45{
  fill: rgb(49 204 236 / 0.45);
}

.fill-info\/5{
  fill: rgb(49 204 236 / 0.05);
}

.fill-info\/50{
  fill: rgb(49 204 236 / 0.5);
}

.fill-info\/55{
  fill: rgb(49 204 236 / 0.55);
}

.fill-info\/60{
  fill: rgb(49 204 236 / 0.6);
}

.fill-info\/65{
  fill: rgb(49 204 236 / 0.65);
}

.fill-info\/70{
  fill: rgb(49 204 236 / 0.7);
}

.fill-info\/75{
  fill: rgb(49 204 236 / 0.75);
}

.fill-info\/80{
  fill: rgb(49 204 236 / 0.8);
}

.fill-info\/85{
  fill: rgb(49 204 236 / 0.85);
}

.fill-info\/90{
  fill: rgb(49 204 236 / 0.9);
}

.fill-info\/95{
  fill: rgb(49 204 236 / 0.95);
}

.fill-inherit{
  fill: inherit;
}

.fill-negative{
  fill: #C10015;
}

.fill-negative\/0{
  fill: rgb(193 0 21 / 0);
}

.fill-negative\/10{
  fill: rgb(193 0 21 / 0.1);
}

.fill-negative\/100{
  fill: rgb(193 0 21 / 1);
}

.fill-negative\/15{
  fill: rgb(193 0 21 / 0.15);
}

.fill-negative\/20{
  fill: rgb(193 0 21 / 0.2);
}

.fill-negative\/25{
  fill: rgb(193 0 21 / 0.25);
}

.fill-negative\/30{
  fill: rgb(193 0 21 / 0.3);
}

.fill-negative\/35{
  fill: rgb(193 0 21 / 0.35);
}

.fill-negative\/40{
  fill: rgb(193 0 21 / 0.4);
}

.fill-negative\/45{
  fill: rgb(193 0 21 / 0.45);
}

.fill-negative\/5{
  fill: rgb(193 0 21 / 0.05);
}

.fill-negative\/50{
  fill: rgb(193 0 21 / 0.5);
}

.fill-negative\/55{
  fill: rgb(193 0 21 / 0.55);
}

.fill-negative\/60{
  fill: rgb(193 0 21 / 0.6);
}

.fill-negative\/65{
  fill: rgb(193 0 21 / 0.65);
}

.fill-negative\/70{
  fill: rgb(193 0 21 / 0.7);
}

.fill-negative\/75{
  fill: rgb(193 0 21 / 0.75);
}

.fill-negative\/80{
  fill: rgb(193 0 21 / 0.8);
}

.fill-negative\/85{
  fill: rgb(193 0 21 / 0.85);
}

.fill-negative\/90{
  fill: rgb(193 0 21 / 0.9);
}

.fill-negative\/95{
  fill: rgb(193 0 21 / 0.95);
}

.fill-none{
  fill: none;
}

.fill-orange{
  fill: #F94709;
}

.fill-orange\/0{
  fill: rgb(249 71 9 / 0);
}

.fill-orange\/10{
  fill: rgb(249 71 9 / 0.1);
}

.fill-orange\/100{
  fill: rgb(249 71 9 / 1);
}

.fill-orange\/15{
  fill: rgb(249 71 9 / 0.15);
}

.fill-orange\/20{
  fill: rgb(249 71 9 / 0.2);
}

.fill-orange\/25{
  fill: rgb(249 71 9 / 0.25);
}

.fill-orange\/30{
  fill: rgb(249 71 9 / 0.3);
}

.fill-orange\/35{
  fill: rgb(249 71 9 / 0.35);
}

.fill-orange\/40{
  fill: rgb(249 71 9 / 0.4);
}

.fill-orange\/45{
  fill: rgb(249 71 9 / 0.45);
}

.fill-orange\/5{
  fill: rgb(249 71 9 / 0.05);
}

.fill-orange\/50{
  fill: rgb(249 71 9 / 0.5);
}

.fill-orange\/55{
  fill: rgb(249 71 9 / 0.55);
}

.fill-orange\/60{
  fill: rgb(249 71 9 / 0.6);
}

.fill-orange\/65{
  fill: rgb(249 71 9 / 0.65);
}

.fill-orange\/70{
  fill: rgb(249 71 9 / 0.7);
}

.fill-orange\/75{
  fill: rgb(249 71 9 / 0.75);
}

.fill-orange\/80{
  fill: rgb(249 71 9 / 0.8);
}

.fill-orange\/85{
  fill: rgb(249 71 9 / 0.85);
}

.fill-orange\/90{
  fill: rgb(249 71 9 / 0.9);
}

.fill-orange\/95{
  fill: rgb(249 71 9 / 0.95);
}

.fill-pink{
  fill: #F763BB;
}

.fill-pink\/0{
  fill: rgb(247 99 187 / 0);
}

.fill-pink\/10{
  fill: rgb(247 99 187 / 0.1);
}

.fill-pink\/100{
  fill: rgb(247 99 187 / 1);
}

.fill-pink\/15{
  fill: rgb(247 99 187 / 0.15);
}

.fill-pink\/20{
  fill: rgb(247 99 187 / 0.2);
}

.fill-pink\/25{
  fill: rgb(247 99 187 / 0.25);
}

.fill-pink\/30{
  fill: rgb(247 99 187 / 0.3);
}

.fill-pink\/35{
  fill: rgb(247 99 187 / 0.35);
}

.fill-pink\/40{
  fill: rgb(247 99 187 / 0.4);
}

.fill-pink\/45{
  fill: rgb(247 99 187 / 0.45);
}

.fill-pink\/5{
  fill: rgb(247 99 187 / 0.05);
}

.fill-pink\/50{
  fill: rgb(247 99 187 / 0.5);
}

.fill-pink\/55{
  fill: rgb(247 99 187 / 0.55);
}

.fill-pink\/60{
  fill: rgb(247 99 187 / 0.6);
}

.fill-pink\/65{
  fill: rgb(247 99 187 / 0.65);
}

.fill-pink\/70{
  fill: rgb(247 99 187 / 0.7);
}

.fill-pink\/75{
  fill: rgb(247 99 187 / 0.75);
}

.fill-pink\/80{
  fill: rgb(247 99 187 / 0.8);
}

.fill-pink\/85{
  fill: rgb(247 99 187 / 0.85);
}

.fill-pink\/90{
  fill: rgb(247 99 187 / 0.9);
}

.fill-pink\/95{
  fill: rgb(247 99 187 / 0.95);
}

.fill-positive{
  fill: #21BA45;
}

.fill-positive\/0{
  fill: rgb(33 186 69 / 0);
}

.fill-positive\/10{
  fill: rgb(33 186 69 / 0.1);
}

.fill-positive\/100{
  fill: rgb(33 186 69 / 1);
}

.fill-positive\/15{
  fill: rgb(33 186 69 / 0.15);
}

.fill-positive\/20{
  fill: rgb(33 186 69 / 0.2);
}

.fill-positive\/25{
  fill: rgb(33 186 69 / 0.25);
}

.fill-positive\/30{
  fill: rgb(33 186 69 / 0.3);
}

.fill-positive\/35{
  fill: rgb(33 186 69 / 0.35);
}

.fill-positive\/40{
  fill: rgb(33 186 69 / 0.4);
}

.fill-positive\/45{
  fill: rgb(33 186 69 / 0.45);
}

.fill-positive\/5{
  fill: rgb(33 186 69 / 0.05);
}

.fill-positive\/50{
  fill: rgb(33 186 69 / 0.5);
}

.fill-positive\/55{
  fill: rgb(33 186 69 / 0.55);
}

.fill-positive\/60{
  fill: rgb(33 186 69 / 0.6);
}

.fill-positive\/65{
  fill: rgb(33 186 69 / 0.65);
}

.fill-positive\/70{
  fill: rgb(33 186 69 / 0.7);
}

.fill-positive\/75{
  fill: rgb(33 186 69 / 0.75);
}

.fill-positive\/80{
  fill: rgb(33 186 69 / 0.8);
}

.fill-positive\/85{
  fill: rgb(33 186 69 / 0.85);
}

.fill-positive\/90{
  fill: rgb(33 186 69 / 0.9);
}

.fill-positive\/95{
  fill: rgb(33 186 69 / 0.95);
}

.fill-primary{
  fill: #6146E1;
}

.fill-primary\/0{
  fill: rgb(97 70 225 / 0);
}

.fill-primary\/10{
  fill: rgb(97 70 225 / 0.1);
}

.fill-primary\/100{
  fill: rgb(97 70 225 / 1);
}

.fill-primary\/15{
  fill: rgb(97 70 225 / 0.15);
}

.fill-primary\/20{
  fill: rgb(97 70 225 / 0.2);
}

.fill-primary\/25{
  fill: rgb(97 70 225 / 0.25);
}

.fill-primary\/30{
  fill: rgb(97 70 225 / 0.3);
}

.fill-primary\/35{
  fill: rgb(97 70 225 / 0.35);
}

.fill-primary\/40{
  fill: rgb(97 70 225 / 0.4);
}

.fill-primary\/45{
  fill: rgb(97 70 225 / 0.45);
}

.fill-primary\/5{
  fill: rgb(97 70 225 / 0.05);
}

.fill-primary\/50{
  fill: rgb(97 70 225 / 0.5);
}

.fill-primary\/55{
  fill: rgb(97 70 225 / 0.55);
}

.fill-primary\/60{
  fill: rgb(97 70 225 / 0.6);
}

.fill-primary\/65{
  fill: rgb(97 70 225 / 0.65);
}

.fill-primary\/70{
  fill: rgb(97 70 225 / 0.7);
}

.fill-primary\/75{
  fill: rgb(97 70 225 / 0.75);
}

.fill-primary\/80{
  fill: rgb(97 70 225 / 0.8);
}

.fill-primary\/85{
  fill: rgb(97 70 225 / 0.85);
}

.fill-primary\/90{
  fill: rgb(97 70 225 / 0.9);
}

.fill-primary\/95{
  fill: rgb(97 70 225 / 0.95);
}

.fill-secondary{
  fill: #C2D900;
}

.fill-secondary\/0{
  fill: rgb(194 217 0 / 0);
}

.fill-secondary\/10{
  fill: rgb(194 217 0 / 0.1);
}

.fill-secondary\/100{
  fill: rgb(194 217 0 / 1);
}

.fill-secondary\/15{
  fill: rgb(194 217 0 / 0.15);
}

.fill-secondary\/20{
  fill: rgb(194 217 0 / 0.2);
}

.fill-secondary\/25{
  fill: rgb(194 217 0 / 0.25);
}

.fill-secondary\/30{
  fill: rgb(194 217 0 / 0.3);
}

.fill-secondary\/35{
  fill: rgb(194 217 0 / 0.35);
}

.fill-secondary\/40{
  fill: rgb(194 217 0 / 0.4);
}

.fill-secondary\/45{
  fill: rgb(194 217 0 / 0.45);
}

.fill-secondary\/5{
  fill: rgb(194 217 0 / 0.05);
}

.fill-secondary\/50{
  fill: rgb(194 217 0 / 0.5);
}

.fill-secondary\/55{
  fill: rgb(194 217 0 / 0.55);
}

.fill-secondary\/60{
  fill: rgb(194 217 0 / 0.6);
}

.fill-secondary\/65{
  fill: rgb(194 217 0 / 0.65);
}

.fill-secondary\/70{
  fill: rgb(194 217 0 / 0.7);
}

.fill-secondary\/75{
  fill: rgb(194 217 0 / 0.75);
}

.fill-secondary\/80{
  fill: rgb(194 217 0 / 0.8);
}

.fill-secondary\/85{
  fill: rgb(194 217 0 / 0.85);
}

.fill-secondary\/90{
  fill: rgb(194 217 0 / 0.9);
}

.fill-secondary\/95{
  fill: rgb(194 217 0 / 0.95);
}

.fill-warning{
  fill: #F2C037;
}

.fill-warning\/0{
  fill: rgb(242 192 55 / 0);
}

.fill-warning\/10{
  fill: rgb(242 192 55 / 0.1);
}

.fill-warning\/100{
  fill: rgb(242 192 55 / 1);
}

.fill-warning\/15{
  fill: rgb(242 192 55 / 0.15);
}

.fill-warning\/20{
  fill: rgb(242 192 55 / 0.2);
}

.fill-warning\/25{
  fill: rgb(242 192 55 / 0.25);
}

.fill-warning\/30{
  fill: rgb(242 192 55 / 0.3);
}

.fill-warning\/35{
  fill: rgb(242 192 55 / 0.35);
}

.fill-warning\/40{
  fill: rgb(242 192 55 / 0.4);
}

.fill-warning\/45{
  fill: rgb(242 192 55 / 0.45);
}

.fill-warning\/5{
  fill: rgb(242 192 55 / 0.05);
}

.fill-warning\/50{
  fill: rgb(242 192 55 / 0.5);
}

.fill-warning\/55{
  fill: rgb(242 192 55 / 0.55);
}

.fill-warning\/60{
  fill: rgb(242 192 55 / 0.6);
}

.fill-warning\/65{
  fill: rgb(242 192 55 / 0.65);
}

.fill-warning\/70{
  fill: rgb(242 192 55 / 0.7);
}

.fill-warning\/75{
  fill: rgb(242 192 55 / 0.75);
}

.fill-warning\/80{
  fill: rgb(242 192 55 / 0.8);
}

.fill-warning\/85{
  fill: rgb(242 192 55 / 0.85);
}

.fill-warning\/90{
  fill: rgb(242 192 55 / 0.9);
}

.fill-warning\/95{
  fill: rgb(242 192 55 / 0.95);
}

.fill-white{
  fill: #fff;
}

.fill-yellow{
  fill: #F1CD31;
}

.fill-yellow\/0{
  fill: rgb(241 205 49 / 0);
}

.fill-yellow\/10{
  fill: rgb(241 205 49 / 0.1);
}

.fill-yellow\/100{
  fill: rgb(241 205 49 / 1);
}

.fill-yellow\/15{
  fill: rgb(241 205 49 / 0.15);
}

.fill-yellow\/20{
  fill: rgb(241 205 49 / 0.2);
}

.fill-yellow\/25{
  fill: rgb(241 205 49 / 0.25);
}

.fill-yellow\/30{
  fill: rgb(241 205 49 / 0.3);
}

.fill-yellow\/35{
  fill: rgb(241 205 49 / 0.35);
}

.fill-yellow\/40{
  fill: rgb(241 205 49 / 0.4);
}

.fill-yellow\/45{
  fill: rgb(241 205 49 / 0.45);
}

.fill-yellow\/5{
  fill: rgb(241 205 49 / 0.05);
}

.fill-yellow\/50{
  fill: rgb(241 205 49 / 0.5);
}

.fill-yellow\/55{
  fill: rgb(241 205 49 / 0.55);
}

.fill-yellow\/60{
  fill: rgb(241 205 49 / 0.6);
}

.fill-yellow\/65{
  fill: rgb(241 205 49 / 0.65);
}

.fill-yellow\/70{
  fill: rgb(241 205 49 / 0.7);
}

.fill-yellow\/75{
  fill: rgb(241 205 49 / 0.75);
}

.fill-yellow\/80{
  fill: rgb(241 205 49 / 0.8);
}

.fill-yellow\/85{
  fill: rgb(241 205 49 / 0.85);
}

.fill-yellow\/90{
  fill: rgb(241 205 49 / 0.9);
}

.fill-yellow\/95{
  fill: rgb(241 205 49 / 0.95);
}

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.\!p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.pb-12{
  padding-bottom: 3rem;
}

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

.pb-8{
  padding-bottom: 2rem;
}

.pl-4{
  padding-left: 1rem;
}

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

.pt-16{
  padding-top: 4rem;
}

.pt-4{
  padding-top: 1rem;
}

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

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

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

.font-bold{
  font-family: WixMadeforDisplaySemiBold;
}

.font-lux{
  font-family: WixMadeforDisplayExtraBold;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-4{
  line-height: 1rem;
}

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

.text-accent{
  --tw-text-opacity: 1;
  color: rgb(91 219 158 / var(--tw-text-opacity));
}

.text-accent\/0{
  color: rgb(91 219 158 / 0);
}

.text-accent\/10{
  color: rgb(91 219 158 / 0.1);
}

.text-accent\/100{
  color: rgb(91 219 158 / 1);
}

.text-accent\/15{
  color: rgb(91 219 158 / 0.15);
}

.text-accent\/20{
  color: rgb(91 219 158 / 0.2);
}

.text-accent\/25{
  color: rgb(91 219 158 / 0.25);
}

.text-accent\/30{
  color: rgb(91 219 158 / 0.3);
}

.text-accent\/35{
  color: rgb(91 219 158 / 0.35);
}

.text-accent\/40{
  color: rgb(91 219 158 / 0.4);
}

.text-accent\/45{
  color: rgb(91 219 158 / 0.45);
}

.text-accent\/5{
  color: rgb(91 219 158 / 0.05);
}

.text-accent\/50{
  color: rgb(91 219 158 / 0.5);
}

.text-accent\/55{
  color: rgb(91 219 158 / 0.55);
}

.text-accent\/60{
  color: rgb(91 219 158 / 0.6);
}

.text-accent\/65{
  color: rgb(91 219 158 / 0.65);
}

.text-accent\/70{
  color: rgb(91 219 158 / 0.7);
}

.text-accent\/75{
  color: rgb(91 219 158 / 0.75);
}

.text-accent\/80{
  color: rgb(91 219 158 / 0.8);
}

.text-accent\/85{
  color: rgb(91 219 158 / 0.85);
}

.text-accent\/90{
  color: rgb(91 219 158 / 0.9);
}

.text-accent\/95{
  color: rgb(91 219 158 / 0.95);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(76 165 233 / var(--tw-text-opacity));
}

.text-blue\/0{
  color: rgb(76 165 233 / 0);
}

.text-blue\/10{
  color: rgb(76 165 233 / 0.1);
}

.text-blue\/100{
  color: rgb(76 165 233 / 1);
}

.text-blue\/15{
  color: rgb(76 165 233 / 0.15);
}

.text-blue\/20{
  color: rgb(76 165 233 / 0.2);
}

.text-blue\/25{
  color: rgb(76 165 233 / 0.25);
}

.text-blue\/30{
  color: rgb(76 165 233 / 0.3);
}

.text-blue\/35{
  color: rgb(76 165 233 / 0.35);
}

.text-blue\/40{
  color: rgb(76 165 233 / 0.4);
}

.text-blue\/45{
  color: rgb(76 165 233 / 0.45);
}

.text-blue\/5{
  color: rgb(76 165 233 / 0.05);
}

.text-blue\/50{
  color: rgb(76 165 233 / 0.5);
}

.text-blue\/55{
  color: rgb(76 165 233 / 0.55);
}

.text-blue\/60{
  color: rgb(76 165 233 / 0.6);
}

.text-blue\/65{
  color: rgb(76 165 233 / 0.65);
}

.text-blue\/70{
  color: rgb(76 165 233 / 0.7);
}

.text-blue\/75{
  color: rgb(76 165 233 / 0.75);
}

.text-blue\/80{
  color: rgb(76 165 233 / 0.8);
}

.text-blue\/85{
  color: rgb(76 165 233 / 0.85);
}

.text-blue\/90{
  color: rgb(76 165 233 / 0.9);
}

.text-blue\/95{
  color: rgb(76 165 233 / 0.95);
}

.text-cream{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

.text-cream\/0{
  color: rgb(217 217 217 / 0);
}

.text-cream\/10{
  color: rgb(217 217 217 / 0.1);
}

.text-cream\/100{
  color: rgb(217 217 217 / 1);
}

.text-cream\/15{
  color: rgb(217 217 217 / 0.15);
}

.text-cream\/20{
  color: rgb(217 217 217 / 0.2);
}

.text-cream\/25{
  color: rgb(217 217 217 / 0.25);
}

.text-cream\/30{
  color: rgb(217 217 217 / 0.3);
}

.text-cream\/35{
  color: rgb(217 217 217 / 0.35);
}

.text-cream\/40{
  color: rgb(217 217 217 / 0.4);
}

.text-cream\/45{
  color: rgb(217 217 217 / 0.45);
}

.text-cream\/5{
  color: rgb(217 217 217 / 0.05);
}

.text-cream\/50{
  color: rgb(217 217 217 / 0.5);
}

.text-cream\/55{
  color: rgb(217 217 217 / 0.55);
}

.text-cream\/60{
  color: rgb(217 217 217 / 0.6);
}

.text-cream\/65{
  color: rgb(217 217 217 / 0.65);
}

.text-cream\/70{
  color: rgb(217 217 217 / 0.7);
}

.text-cream\/75{
  color: rgb(217 217 217 / 0.75);
}

.text-cream\/80{
  color: rgb(217 217 217 / 0.8);
}

.text-cream\/85{
  color: rgb(217 217 217 / 0.85);
}

.text-cream\/90{
  color: rgb(217 217 217 / 0.9);
}

.text-cream\/95{
  color: rgb(217 217 217 / 0.95);
}

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

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

.text-info{
  --tw-text-opacity: 1;
  color: rgb(49 204 236 / var(--tw-text-opacity));
}

.text-info\/0{
  color: rgb(49 204 236 / 0);
}

.text-info\/10{
  color: rgb(49 204 236 / 0.1);
}

.text-info\/100{
  color: rgb(49 204 236 / 1);
}

.text-info\/15{
  color: rgb(49 204 236 / 0.15);
}

.text-info\/20{
  color: rgb(49 204 236 / 0.2);
}

.text-info\/25{
  color: rgb(49 204 236 / 0.25);
}

.text-info\/30{
  color: rgb(49 204 236 / 0.3);
}

.text-info\/35{
  color: rgb(49 204 236 / 0.35);
}

.text-info\/40{
  color: rgb(49 204 236 / 0.4);
}

.text-info\/45{
  color: rgb(49 204 236 / 0.45);
}

.text-info\/5{
  color: rgb(49 204 236 / 0.05);
}

.text-info\/50{
  color: rgb(49 204 236 / 0.5);
}

.text-info\/55{
  color: rgb(49 204 236 / 0.55);
}

.text-info\/60{
  color: rgb(49 204 236 / 0.6);
}

.text-info\/65{
  color: rgb(49 204 236 / 0.65);
}

.text-info\/70{
  color: rgb(49 204 236 / 0.7);
}

.text-info\/75{
  color: rgb(49 204 236 / 0.75);
}

.text-info\/80{
  color: rgb(49 204 236 / 0.8);
}

.text-info\/85{
  color: rgb(49 204 236 / 0.85);
}

.text-info\/90{
  color: rgb(49 204 236 / 0.9);
}

.text-info\/95{
  color: rgb(49 204 236 / 0.95);
}

.text-negative{
  --tw-text-opacity: 1;
  color: rgb(193 0 21 / var(--tw-text-opacity));
}

.text-negative\/0{
  color: rgb(193 0 21 / 0);
}

.text-negative\/10{
  color: rgb(193 0 21 / 0.1);
}

.text-negative\/100{
  color: rgb(193 0 21 / 1);
}

.text-negative\/15{
  color: rgb(193 0 21 / 0.15);
}

.text-negative\/20{
  color: rgb(193 0 21 / 0.2);
}

.text-negative\/25{
  color: rgb(193 0 21 / 0.25);
}

.text-negative\/30{
  color: rgb(193 0 21 / 0.3);
}

.text-negative\/35{
  color: rgb(193 0 21 / 0.35);
}

.text-negative\/40{
  color: rgb(193 0 21 / 0.4);
}

.text-negative\/45{
  color: rgb(193 0 21 / 0.45);
}

.text-negative\/5{
  color: rgb(193 0 21 / 0.05);
}

.text-negative\/50{
  color: rgb(193 0 21 / 0.5);
}

.text-negative\/55{
  color: rgb(193 0 21 / 0.55);
}

.text-negative\/60{
  color: rgb(193 0 21 / 0.6);
}

.text-negative\/65{
  color: rgb(193 0 21 / 0.65);
}

.text-negative\/70{
  color: rgb(193 0 21 / 0.7);
}

.text-negative\/75{
  color: rgb(193 0 21 / 0.75);
}

.text-negative\/80{
  color: rgb(193 0 21 / 0.8);
}

.text-negative\/85{
  color: rgb(193 0 21 / 0.85);
}

.text-negative\/90{
  color: rgb(193 0 21 / 0.9);
}

.text-negative\/95{
  color: rgb(193 0 21 / 0.95);
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(249 71 9 / var(--tw-text-opacity));
}

.text-orange\/0{
  color: rgb(249 71 9 / 0);
}

.text-orange\/10{
  color: rgb(249 71 9 / 0.1);
}

.text-orange\/100{
  color: rgb(249 71 9 / 1);
}

.text-orange\/15{
  color: rgb(249 71 9 / 0.15);
}

.text-orange\/20{
  color: rgb(249 71 9 / 0.2);
}

.text-orange\/25{
  color: rgb(249 71 9 / 0.25);
}

.text-orange\/30{
  color: rgb(249 71 9 / 0.3);
}

.text-orange\/35{
  color: rgb(249 71 9 / 0.35);
}

.text-orange\/40{
  color: rgb(249 71 9 / 0.4);
}

.text-orange\/45{
  color: rgb(249 71 9 / 0.45);
}

.text-orange\/5{
  color: rgb(249 71 9 / 0.05);
}

.text-orange\/50{
  color: rgb(249 71 9 / 0.5);
}

.text-orange\/55{
  color: rgb(249 71 9 / 0.55);
}

.text-orange\/60{
  color: rgb(249 71 9 / 0.6);
}

.text-orange\/65{
  color: rgb(249 71 9 / 0.65);
}

.text-orange\/70{
  color: rgb(249 71 9 / 0.7);
}

.text-orange\/75{
  color: rgb(249 71 9 / 0.75);
}

.text-orange\/80{
  color: rgb(249 71 9 / 0.8);
}

.text-orange\/85{
  color: rgb(249 71 9 / 0.85);
}

.text-orange\/90{
  color: rgb(249 71 9 / 0.9);
}

.text-orange\/95{
  color: rgb(249 71 9 / 0.95);
}

.text-pink{
  --tw-text-opacity: 1;
  color: rgb(247 99 187 / var(--tw-text-opacity));
}

.text-pink\/0{
  color: rgb(247 99 187 / 0);
}

.text-pink\/10{
  color: rgb(247 99 187 / 0.1);
}

.text-pink\/100{
  color: rgb(247 99 187 / 1);
}

.text-pink\/15{
  color: rgb(247 99 187 / 0.15);
}

.text-pink\/20{
  color: rgb(247 99 187 / 0.2);
}

.text-pink\/25{
  color: rgb(247 99 187 / 0.25);
}

.text-pink\/30{
  color: rgb(247 99 187 / 0.3);
}

.text-pink\/35{
  color: rgb(247 99 187 / 0.35);
}

.text-pink\/40{
  color: rgb(247 99 187 / 0.4);
}

.text-pink\/45{
  color: rgb(247 99 187 / 0.45);
}

.text-pink\/5{
  color: rgb(247 99 187 / 0.05);
}

.text-pink\/50{
  color: rgb(247 99 187 / 0.5);
}

.text-pink\/55{
  color: rgb(247 99 187 / 0.55);
}

.text-pink\/60{
  color: rgb(247 99 187 / 0.6);
}

.text-pink\/65{
  color: rgb(247 99 187 / 0.65);
}

.text-pink\/70{
  color: rgb(247 99 187 / 0.7);
}

.text-pink\/75{
  color: rgb(247 99 187 / 0.75);
}

.text-pink\/80{
  color: rgb(247 99 187 / 0.8);
}

.text-pink\/85{
  color: rgb(247 99 187 / 0.85);
}

.text-pink\/90{
  color: rgb(247 99 187 / 0.9);
}

.text-pink\/95{
  color: rgb(247 99 187 / 0.95);
}

.text-positive{
  --tw-text-opacity: 1;
  color: rgb(33 186 69 / var(--tw-text-opacity));
}

.text-positive\/0{
  color: rgb(33 186 69 / 0);
}

.text-positive\/10{
  color: rgb(33 186 69 / 0.1);
}

.text-positive\/100{
  color: rgb(33 186 69 / 1);
}

.text-positive\/15{
  color: rgb(33 186 69 / 0.15);
}

.text-positive\/20{
  color: rgb(33 186 69 / 0.2);
}

.text-positive\/25{
  color: rgb(33 186 69 / 0.25);
}

.text-positive\/30{
  color: rgb(33 186 69 / 0.3);
}

.text-positive\/35{
  color: rgb(33 186 69 / 0.35);
}

.text-positive\/40{
  color: rgb(33 186 69 / 0.4);
}

.text-positive\/45{
  color: rgb(33 186 69 / 0.45);
}

.text-positive\/5{
  color: rgb(33 186 69 / 0.05);
}

.text-positive\/50{
  color: rgb(33 186 69 / 0.5);
}

.text-positive\/55{
  color: rgb(33 186 69 / 0.55);
}

.text-positive\/60{
  color: rgb(33 186 69 / 0.6);
}

.text-positive\/65{
  color: rgb(33 186 69 / 0.65);
}

.text-positive\/70{
  color: rgb(33 186 69 / 0.7);
}

.text-positive\/75{
  color: rgb(33 186 69 / 0.75);
}

.text-positive\/80{
  color: rgb(33 186 69 / 0.8);
}

.text-positive\/85{
  color: rgb(33 186 69 / 0.85);
}

.text-positive\/90{
  color: rgb(33 186 69 / 0.9);
}

.text-positive\/95{
  color: rgb(33 186 69 / 0.95);
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(97 70 225 / var(--tw-text-opacity));
}

.text-primary\/0{
  color: rgb(97 70 225 / 0);
}

.text-primary\/10{
  color: rgb(97 70 225 / 0.1);
}

.text-primary\/100{
  color: rgb(97 70 225 / 1);
}

.text-primary\/15{
  color: rgb(97 70 225 / 0.15);
}

.text-primary\/20{
  color: rgb(97 70 225 / 0.2);
}

.text-primary\/25{
  color: rgb(97 70 225 / 0.25);
}

.text-primary\/30{
  color: rgb(97 70 225 / 0.3);
}

.text-primary\/35{
  color: rgb(97 70 225 / 0.35);
}

.text-primary\/40{
  color: rgb(97 70 225 / 0.4);
}

.text-primary\/45{
  color: rgb(97 70 225 / 0.45);
}

.text-primary\/5{
  color: rgb(97 70 225 / 0.05);
}

.text-primary\/50{
  color: rgb(97 70 225 / 0.5);
}

.text-primary\/55{
  color: rgb(97 70 225 / 0.55);
}

.text-primary\/60{
  color: rgb(97 70 225 / 0.6);
}

.text-primary\/65{
  color: rgb(97 70 225 / 0.65);
}

.text-primary\/70{
  color: rgb(97 70 225 / 0.7);
}

.text-primary\/75{
  color: rgb(97 70 225 / 0.75);
}

.text-primary\/80{
  color: rgb(97 70 225 / 0.8);
}

.text-primary\/85{
  color: rgb(97 70 225 / 0.85);
}

.text-primary\/90{
  color: rgb(97 70 225 / 0.9);
}

.text-primary\/95{
  color: rgb(97 70 225 / 0.95);
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(194 217 0 / var(--tw-text-opacity));
}

.text-secondary\/0{
  color: rgb(194 217 0 / 0);
}

.text-secondary\/10{
  color: rgb(194 217 0 / 0.1);
}

.text-secondary\/100{
  color: rgb(194 217 0 / 1);
}

.text-secondary\/15{
  color: rgb(194 217 0 / 0.15);
}

.text-secondary\/20{
  color: rgb(194 217 0 / 0.2);
}

.text-secondary\/25{
  color: rgb(194 217 0 / 0.25);
}

.text-secondary\/30{
  color: rgb(194 217 0 / 0.3);
}

.text-secondary\/35{
  color: rgb(194 217 0 / 0.35);
}

.text-secondary\/40{
  color: rgb(194 217 0 / 0.4);
}

.text-secondary\/45{
  color: rgb(194 217 0 / 0.45);
}

.text-secondary\/5{
  color: rgb(194 217 0 / 0.05);
}

.text-secondary\/50{
  color: rgb(194 217 0 / 0.5);
}

.text-secondary\/55{
  color: rgb(194 217 0 / 0.55);
}

.text-secondary\/60{
  color: rgb(194 217 0 / 0.6);
}

.text-secondary\/65{
  color: rgb(194 217 0 / 0.65);
}

.text-secondary\/70{
  color: rgb(194 217 0 / 0.7);
}

.text-secondary\/75{
  color: rgb(194 217 0 / 0.75);
}

.text-secondary\/80{
  color: rgb(194 217 0 / 0.8);
}

.text-secondary\/85{
  color: rgb(194 217 0 / 0.85);
}

.text-secondary\/90{
  color: rgb(194 217 0 / 0.9);
}

.text-secondary\/95{
  color: rgb(194 217 0 / 0.95);
}

.text-warning{
  --tw-text-opacity: 1;
  color: rgb(242 192 55 / var(--tw-text-opacity));
}

.text-warning\/0{
  color: rgb(242 192 55 / 0);
}

.text-warning\/10{
  color: rgb(242 192 55 / 0.1);
}

.text-warning\/100{
  color: rgb(242 192 55 / 1);
}

.text-warning\/15{
  color: rgb(242 192 55 / 0.15);
}

.text-warning\/20{
  color: rgb(242 192 55 / 0.2);
}

.text-warning\/25{
  color: rgb(242 192 55 / 0.25);
}

.text-warning\/30{
  color: rgb(242 192 55 / 0.3);
}

.text-warning\/35{
  color: rgb(242 192 55 / 0.35);
}

.text-warning\/40{
  color: rgb(242 192 55 / 0.4);
}

.text-warning\/45{
  color: rgb(242 192 55 / 0.45);
}

.text-warning\/5{
  color: rgb(242 192 55 / 0.05);
}

.text-warning\/50{
  color: rgb(242 192 55 / 0.5);
}

.text-warning\/55{
  color: rgb(242 192 55 / 0.55);
}

.text-warning\/60{
  color: rgb(242 192 55 / 0.6);
}

.text-warning\/65{
  color: rgb(242 192 55 / 0.65);
}

.text-warning\/70{
  color: rgb(242 192 55 / 0.7);
}

.text-warning\/75{
  color: rgb(242 192 55 / 0.75);
}

.text-warning\/80{
  color: rgb(242 192 55 / 0.8);
}

.text-warning\/85{
  color: rgb(242 192 55 / 0.85);
}

.text-warning\/90{
  color: rgb(242 192 55 / 0.9);
}

.text-warning\/95{
  color: rgb(242 192 55 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(241 205 49 / var(--tw-text-opacity));
}

.text-yellow\/0{
  color: rgb(241 205 49 / 0);
}

.text-yellow\/10{
  color: rgb(241 205 49 / 0.1);
}

.text-yellow\/100{
  color: rgb(241 205 49 / 1);
}

.text-yellow\/15{
  color: rgb(241 205 49 / 0.15);
}

.text-yellow\/20{
  color: rgb(241 205 49 / 0.2);
}

.text-yellow\/25{
  color: rgb(241 205 49 / 0.25);
}

.text-yellow\/30{
  color: rgb(241 205 49 / 0.3);
}

.text-yellow\/35{
  color: rgb(241 205 49 / 0.35);
}

.text-yellow\/40{
  color: rgb(241 205 49 / 0.4);
}

.text-yellow\/45{
  color: rgb(241 205 49 / 0.45);
}

.text-yellow\/5{
  color: rgb(241 205 49 / 0.05);
}

.text-yellow\/50{
  color: rgb(241 205 49 / 0.5);
}

.text-yellow\/55{
  color: rgb(241 205 49 / 0.55);
}

.text-yellow\/60{
  color: rgb(241 205 49 / 0.6);
}

.text-yellow\/65{
  color: rgb(241 205 49 / 0.65);
}

.text-yellow\/70{
  color: rgb(241 205 49 / 0.7);
}

.text-yellow\/75{
  color: rgb(241 205 49 / 0.75);
}

.text-yellow\/80{
  color: rgb(241 205 49 / 0.8);
}

.text-yellow\/85{
  color: rgb(241 205 49 / 0.85);
}

.text-yellow\/90{
  color: rgb(241 205 49 / 0.9);
}

.text-yellow\/95{
  color: rgb(241 205 49 / 0.95);
}

.\!opacity-100{
  opacity: 1 !important;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.\!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{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.outline-0{
  outline-width: 0px;
}

.ring-accent{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 219 158 / var(--tw-ring-opacity));
}

.ring-accent\/0{
  --tw-ring-color: rgb(91 219 158 / 0);
}

.ring-accent\/10{
  --tw-ring-color: rgb(91 219 158 / 0.1);
}

.ring-accent\/100{
  --tw-ring-color: rgb(91 219 158 / 1);
}

.ring-accent\/15{
  --tw-ring-color: rgb(91 219 158 / 0.15);
}

.ring-accent\/20{
  --tw-ring-color: rgb(91 219 158 / 0.2);
}

.ring-accent\/25{
  --tw-ring-color: rgb(91 219 158 / 0.25);
}

.ring-accent\/30{
  --tw-ring-color: rgb(91 219 158 / 0.3);
}

.ring-accent\/35{
  --tw-ring-color: rgb(91 219 158 / 0.35);
}

.ring-accent\/40{
  --tw-ring-color: rgb(91 219 158 / 0.4);
}

.ring-accent\/45{
  --tw-ring-color: rgb(91 219 158 / 0.45);
}

.ring-accent\/5{
  --tw-ring-color: rgb(91 219 158 / 0.05);
}

.ring-accent\/50{
  --tw-ring-color: rgb(91 219 158 / 0.5);
}

.ring-accent\/55{
  --tw-ring-color: rgb(91 219 158 / 0.55);
}

.ring-accent\/60{
  --tw-ring-color: rgb(91 219 158 / 0.6);
}

.ring-accent\/65{
  --tw-ring-color: rgb(91 219 158 / 0.65);
}

.ring-accent\/70{
  --tw-ring-color: rgb(91 219 158 / 0.7);
}

.ring-accent\/75{
  --tw-ring-color: rgb(91 219 158 / 0.75);
}

.ring-accent\/80{
  --tw-ring-color: rgb(91 219 158 / 0.8);
}

.ring-accent\/85{
  --tw-ring-color: rgb(91 219 158 / 0.85);
}

.ring-accent\/90{
  --tw-ring-color: rgb(91 219 158 / 0.9);
}

.ring-accent\/95{
  --tw-ring-color: rgb(91 219 158 / 0.95);
}

.ring-blue{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 165 233 / var(--tw-ring-opacity));
}

.ring-blue\/0{
  --tw-ring-color: rgb(76 165 233 / 0);
}

.ring-blue\/10{
  --tw-ring-color: rgb(76 165 233 / 0.1);
}

.ring-blue\/100{
  --tw-ring-color: rgb(76 165 233 / 1);
}

.ring-blue\/15{
  --tw-ring-color: rgb(76 165 233 / 0.15);
}

.ring-blue\/20{
  --tw-ring-color: rgb(76 165 233 / 0.2);
}

.ring-blue\/25{
  --tw-ring-color: rgb(76 165 233 / 0.25);
}

.ring-blue\/30{
  --tw-ring-color: rgb(76 165 233 / 0.3);
}

.ring-blue\/35{
  --tw-ring-color: rgb(76 165 233 / 0.35);
}

.ring-blue\/40{
  --tw-ring-color: rgb(76 165 233 / 0.4);
}

.ring-blue\/45{
  --tw-ring-color: rgb(76 165 233 / 0.45);
}

.ring-blue\/5{
  --tw-ring-color: rgb(76 165 233 / 0.05);
}

.ring-blue\/50{
  --tw-ring-color: rgb(76 165 233 / 0.5);
}

.ring-blue\/55{
  --tw-ring-color: rgb(76 165 233 / 0.55);
}

.ring-blue\/60{
  --tw-ring-color: rgb(76 165 233 / 0.6);
}

.ring-blue\/65{
  --tw-ring-color: rgb(76 165 233 / 0.65);
}

.ring-blue\/70{
  --tw-ring-color: rgb(76 165 233 / 0.7);
}

.ring-blue\/75{
  --tw-ring-color: rgb(76 165 233 / 0.75);
}

.ring-blue\/80{
  --tw-ring-color: rgb(76 165 233 / 0.8);
}

.ring-blue\/85{
  --tw-ring-color: rgb(76 165 233 / 0.85);
}

.ring-blue\/90{
  --tw-ring-color: rgb(76 165 233 / 0.9);
}

.ring-blue\/95{
  --tw-ring-color: rgb(76 165 233 / 0.95);
}

.ring-cream{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity));
}

.ring-cream\/0{
  --tw-ring-color: rgb(217 217 217 / 0);
}

.ring-cream\/10{
  --tw-ring-color: rgb(217 217 217 / 0.1);
}

.ring-cream\/100{
  --tw-ring-color: rgb(217 217 217 / 1);
}

.ring-cream\/15{
  --tw-ring-color: rgb(217 217 217 / 0.15);
}

.ring-cream\/20{
  --tw-ring-color: rgb(217 217 217 / 0.2);
}

.ring-cream\/25{
  --tw-ring-color: rgb(217 217 217 / 0.25);
}

.ring-cream\/30{
  --tw-ring-color: rgb(217 217 217 / 0.3);
}

.ring-cream\/35{
  --tw-ring-color: rgb(217 217 217 / 0.35);
}

.ring-cream\/40{
  --tw-ring-color: rgb(217 217 217 / 0.4);
}

.ring-cream\/45{
  --tw-ring-color: rgb(217 217 217 / 0.45);
}

.ring-cream\/5{
  --tw-ring-color: rgb(217 217 217 / 0.05);
}

.ring-cream\/50{
  --tw-ring-color: rgb(217 217 217 / 0.5);
}

.ring-cream\/55{
  --tw-ring-color: rgb(217 217 217 / 0.55);
}

.ring-cream\/60{
  --tw-ring-color: rgb(217 217 217 / 0.6);
}

.ring-cream\/65{
  --tw-ring-color: rgb(217 217 217 / 0.65);
}

.ring-cream\/70{
  --tw-ring-color: rgb(217 217 217 / 0.7);
}

.ring-cream\/75{
  --tw-ring-color: rgb(217 217 217 / 0.75);
}

.ring-cream\/80{
  --tw-ring-color: rgb(217 217 217 / 0.8);
}

.ring-cream\/85{
  --tw-ring-color: rgb(217 217 217 / 0.85);
}

.ring-cream\/90{
  --tw-ring-color: rgb(217 217 217 / 0.9);
}

.ring-cream\/95{
  --tw-ring-color: rgb(217 217 217 / 0.95);
}

.ring-info{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 204 236 / var(--tw-ring-opacity));
}

.ring-info\/0{
  --tw-ring-color: rgb(49 204 236 / 0);
}

.ring-info\/10{
  --tw-ring-color: rgb(49 204 236 / 0.1);
}

.ring-info\/100{
  --tw-ring-color: rgb(49 204 236 / 1);
}

.ring-info\/15{
  --tw-ring-color: rgb(49 204 236 / 0.15);
}

.ring-info\/20{
  --tw-ring-color: rgb(49 204 236 / 0.2);
}

.ring-info\/25{
  --tw-ring-color: rgb(49 204 236 / 0.25);
}

.ring-info\/30{
  --tw-ring-color: rgb(49 204 236 / 0.3);
}

.ring-info\/35{
  --tw-ring-color: rgb(49 204 236 / 0.35);
}

.ring-info\/40{
  --tw-ring-color: rgb(49 204 236 / 0.4);
}

.ring-info\/45{
  --tw-ring-color: rgb(49 204 236 / 0.45);
}

.ring-info\/5{
  --tw-ring-color: rgb(49 204 236 / 0.05);
}

.ring-info\/50{
  --tw-ring-color: rgb(49 204 236 / 0.5);
}

.ring-info\/55{
  --tw-ring-color: rgb(49 204 236 / 0.55);
}

.ring-info\/60{
  --tw-ring-color: rgb(49 204 236 / 0.6);
}

.ring-info\/65{
  --tw-ring-color: rgb(49 204 236 / 0.65);
}

.ring-info\/70{
  --tw-ring-color: rgb(49 204 236 / 0.7);
}

.ring-info\/75{
  --tw-ring-color: rgb(49 204 236 / 0.75);
}

.ring-info\/80{
  --tw-ring-color: rgb(49 204 236 / 0.8);
}

.ring-info\/85{
  --tw-ring-color: rgb(49 204 236 / 0.85);
}

.ring-info\/90{
  --tw-ring-color: rgb(49 204 236 / 0.9);
}

.ring-info\/95{
  --tw-ring-color: rgb(49 204 236 / 0.95);
}

.ring-negative{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(193 0 21 / var(--tw-ring-opacity));
}

.ring-negative\/0{
  --tw-ring-color: rgb(193 0 21 / 0);
}

.ring-negative\/10{
  --tw-ring-color: rgb(193 0 21 / 0.1);
}

.ring-negative\/100{
  --tw-ring-color: rgb(193 0 21 / 1);
}

.ring-negative\/15{
  --tw-ring-color: rgb(193 0 21 / 0.15);
}

.ring-negative\/20{
  --tw-ring-color: rgb(193 0 21 / 0.2);
}

.ring-negative\/25{
  --tw-ring-color: rgb(193 0 21 / 0.25);
}

.ring-negative\/30{
  --tw-ring-color: rgb(193 0 21 / 0.3);
}

.ring-negative\/35{
  --tw-ring-color: rgb(193 0 21 / 0.35);
}

.ring-negative\/40{
  --tw-ring-color: rgb(193 0 21 / 0.4);
}

.ring-negative\/45{
  --tw-ring-color: rgb(193 0 21 / 0.45);
}

.ring-negative\/5{
  --tw-ring-color: rgb(193 0 21 / 0.05);
}

.ring-negative\/50{
  --tw-ring-color: rgb(193 0 21 / 0.5);
}

.ring-negative\/55{
  --tw-ring-color: rgb(193 0 21 / 0.55);
}

.ring-negative\/60{
  --tw-ring-color: rgb(193 0 21 / 0.6);
}

.ring-negative\/65{
  --tw-ring-color: rgb(193 0 21 / 0.65);
}

.ring-negative\/70{
  --tw-ring-color: rgb(193 0 21 / 0.7);
}

.ring-negative\/75{
  --tw-ring-color: rgb(193 0 21 / 0.75);
}

.ring-negative\/80{
  --tw-ring-color: rgb(193 0 21 / 0.8);
}

.ring-negative\/85{
  --tw-ring-color: rgb(193 0 21 / 0.85);
}

.ring-negative\/90{
  --tw-ring-color: rgb(193 0 21 / 0.9);
}

.ring-negative\/95{
  --tw-ring-color: rgb(193 0 21 / 0.95);
}

.ring-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 71 9 / var(--tw-ring-opacity));
}

.ring-orange\/0{
  --tw-ring-color: rgb(249 71 9 / 0);
}

.ring-orange\/10{
  --tw-ring-color: rgb(249 71 9 / 0.1);
}

.ring-orange\/100{
  --tw-ring-color: rgb(249 71 9 / 1);
}

.ring-orange\/15{
  --tw-ring-color: rgb(249 71 9 / 0.15);
}

.ring-orange\/20{
  --tw-ring-color: rgb(249 71 9 / 0.2);
}

.ring-orange\/25{
  --tw-ring-color: rgb(249 71 9 / 0.25);
}

.ring-orange\/30{
  --tw-ring-color: rgb(249 71 9 / 0.3);
}

.ring-orange\/35{
  --tw-ring-color: rgb(249 71 9 / 0.35);
}

.ring-orange\/40{
  --tw-ring-color: rgb(249 71 9 / 0.4);
}

.ring-orange\/45{
  --tw-ring-color: rgb(249 71 9 / 0.45);
}

.ring-orange\/5{
  --tw-ring-color: rgb(249 71 9 / 0.05);
}

.ring-orange\/50{
  --tw-ring-color: rgb(249 71 9 / 0.5);
}

.ring-orange\/55{
  --tw-ring-color: rgb(249 71 9 / 0.55);
}

.ring-orange\/60{
  --tw-ring-color: rgb(249 71 9 / 0.6);
}

.ring-orange\/65{
  --tw-ring-color: rgb(249 71 9 / 0.65);
}

.ring-orange\/70{
  --tw-ring-color: rgb(249 71 9 / 0.7);
}

.ring-orange\/75{
  --tw-ring-color: rgb(249 71 9 / 0.75);
}

.ring-orange\/80{
  --tw-ring-color: rgb(249 71 9 / 0.8);
}

.ring-orange\/85{
  --tw-ring-color: rgb(249 71 9 / 0.85);
}

.ring-orange\/90{
  --tw-ring-color: rgb(249 71 9 / 0.9);
}

.ring-orange\/95{
  --tw-ring-color: rgb(249 71 9 / 0.95);
}

.ring-pink{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 99 187 / var(--tw-ring-opacity));
}

.ring-pink\/0{
  --tw-ring-color: rgb(247 99 187 / 0);
}

.ring-pink\/10{
  --tw-ring-color: rgb(247 99 187 / 0.1);
}

.ring-pink\/100{
  --tw-ring-color: rgb(247 99 187 / 1);
}

.ring-pink\/15{
  --tw-ring-color: rgb(247 99 187 / 0.15);
}

.ring-pink\/20{
  --tw-ring-color: rgb(247 99 187 / 0.2);
}

.ring-pink\/25{
  --tw-ring-color: rgb(247 99 187 / 0.25);
}

.ring-pink\/30{
  --tw-ring-color: rgb(247 99 187 / 0.3);
}

.ring-pink\/35{
  --tw-ring-color: rgb(247 99 187 / 0.35);
}

.ring-pink\/40{
  --tw-ring-color: rgb(247 99 187 / 0.4);
}

.ring-pink\/45{
  --tw-ring-color: rgb(247 99 187 / 0.45);
}

.ring-pink\/5{
  --tw-ring-color: rgb(247 99 187 / 0.05);
}

.ring-pink\/50{
  --tw-ring-color: rgb(247 99 187 / 0.5);
}

.ring-pink\/55{
  --tw-ring-color: rgb(247 99 187 / 0.55);
}

.ring-pink\/60{
  --tw-ring-color: rgb(247 99 187 / 0.6);
}

.ring-pink\/65{
  --tw-ring-color: rgb(247 99 187 / 0.65);
}

.ring-pink\/70{
  --tw-ring-color: rgb(247 99 187 / 0.7);
}

.ring-pink\/75{
  --tw-ring-color: rgb(247 99 187 / 0.75);
}

.ring-pink\/80{
  --tw-ring-color: rgb(247 99 187 / 0.8);
}

.ring-pink\/85{
  --tw-ring-color: rgb(247 99 187 / 0.85);
}

.ring-pink\/90{
  --tw-ring-color: rgb(247 99 187 / 0.9);
}

.ring-pink\/95{
  --tw-ring-color: rgb(247 99 187 / 0.95);
}

.ring-positive{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 186 69 / var(--tw-ring-opacity));
}

.ring-positive\/0{
  --tw-ring-color: rgb(33 186 69 / 0);
}

.ring-positive\/10{
  --tw-ring-color: rgb(33 186 69 / 0.1);
}

.ring-positive\/100{
  --tw-ring-color: rgb(33 186 69 / 1);
}

.ring-positive\/15{
  --tw-ring-color: rgb(33 186 69 / 0.15);
}

.ring-positive\/20{
  --tw-ring-color: rgb(33 186 69 / 0.2);
}

.ring-positive\/25{
  --tw-ring-color: rgb(33 186 69 / 0.25);
}

.ring-positive\/30{
  --tw-ring-color: rgb(33 186 69 / 0.3);
}

.ring-positive\/35{
  --tw-ring-color: rgb(33 186 69 / 0.35);
}

.ring-positive\/40{
  --tw-ring-color: rgb(33 186 69 / 0.4);
}

.ring-positive\/45{
  --tw-ring-color: rgb(33 186 69 / 0.45);
}

.ring-positive\/5{
  --tw-ring-color: rgb(33 186 69 / 0.05);
}

.ring-positive\/50{
  --tw-ring-color: rgb(33 186 69 / 0.5);
}

.ring-positive\/55{
  --tw-ring-color: rgb(33 186 69 / 0.55);
}

.ring-positive\/60{
  --tw-ring-color: rgb(33 186 69 / 0.6);
}

.ring-positive\/65{
  --tw-ring-color: rgb(33 186 69 / 0.65);
}

.ring-positive\/70{
  --tw-ring-color: rgb(33 186 69 / 0.7);
}

.ring-positive\/75{
  --tw-ring-color: rgb(33 186 69 / 0.75);
}

.ring-positive\/80{
  --tw-ring-color: rgb(33 186 69 / 0.8);
}

.ring-positive\/85{
  --tw-ring-color: rgb(33 186 69 / 0.85);
}

.ring-positive\/90{
  --tw-ring-color: rgb(33 186 69 / 0.9);
}

.ring-positive\/95{
  --tw-ring-color: rgb(33 186 69 / 0.95);
}

.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 70 225 / var(--tw-ring-opacity));
}

.ring-primary\/0{
  --tw-ring-color: rgb(97 70 225 / 0);
}

.ring-primary\/10{
  --tw-ring-color: rgb(97 70 225 / 0.1);
}

.ring-primary\/100{
  --tw-ring-color: rgb(97 70 225 / 1);
}

.ring-primary\/15{
  --tw-ring-color: rgb(97 70 225 / 0.15);
}

.ring-primary\/20{
  --tw-ring-color: rgb(97 70 225 / 0.2);
}

.ring-primary\/25{
  --tw-ring-color: rgb(97 70 225 / 0.25);
}

.ring-primary\/30{
  --tw-ring-color: rgb(97 70 225 / 0.3);
}

.ring-primary\/35{
  --tw-ring-color: rgb(97 70 225 / 0.35);
}

.ring-primary\/40{
  --tw-ring-color: rgb(97 70 225 / 0.4);
}

.ring-primary\/45{
  --tw-ring-color: rgb(97 70 225 / 0.45);
}

.ring-primary\/5{
  --tw-ring-color: rgb(97 70 225 / 0.05);
}

.ring-primary\/50{
  --tw-ring-color: rgb(97 70 225 / 0.5);
}

.ring-primary\/55{
  --tw-ring-color: rgb(97 70 225 / 0.55);
}

.ring-primary\/60{
  --tw-ring-color: rgb(97 70 225 / 0.6);
}

.ring-primary\/65{
  --tw-ring-color: rgb(97 70 225 / 0.65);
}

.ring-primary\/70{
  --tw-ring-color: rgb(97 70 225 / 0.7);
}

.ring-primary\/75{
  --tw-ring-color: rgb(97 70 225 / 0.75);
}

.ring-primary\/80{
  --tw-ring-color: rgb(97 70 225 / 0.8);
}

.ring-primary\/85{
  --tw-ring-color: rgb(97 70 225 / 0.85);
}

.ring-primary\/90{
  --tw-ring-color: rgb(97 70 225 / 0.9);
}

.ring-primary\/95{
  --tw-ring-color: rgb(97 70 225 / 0.95);
}

.ring-secondary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 217 0 / var(--tw-ring-opacity));
}

.ring-secondary\/0{
  --tw-ring-color: rgb(194 217 0 / 0);
}

.ring-secondary\/10{
  --tw-ring-color: rgb(194 217 0 / 0.1);
}

.ring-secondary\/100{
  --tw-ring-color: rgb(194 217 0 / 1);
}

.ring-secondary\/15{
  --tw-ring-color: rgb(194 217 0 / 0.15);
}

.ring-secondary\/20{
  --tw-ring-color: rgb(194 217 0 / 0.2);
}

.ring-secondary\/25{
  --tw-ring-color: rgb(194 217 0 / 0.25);
}

.ring-secondary\/30{
  --tw-ring-color: rgb(194 217 0 / 0.3);
}

.ring-secondary\/35{
  --tw-ring-color: rgb(194 217 0 / 0.35);
}

.ring-secondary\/40{
  --tw-ring-color: rgb(194 217 0 / 0.4);
}

.ring-secondary\/45{
  --tw-ring-color: rgb(194 217 0 / 0.45);
}

.ring-secondary\/5{
  --tw-ring-color: rgb(194 217 0 / 0.05);
}

.ring-secondary\/50{
  --tw-ring-color: rgb(194 217 0 / 0.5);
}

.ring-secondary\/55{
  --tw-ring-color: rgb(194 217 0 / 0.55);
}

.ring-secondary\/60{
  --tw-ring-color: rgb(194 217 0 / 0.6);
}

.ring-secondary\/65{
  --tw-ring-color: rgb(194 217 0 / 0.65);
}

.ring-secondary\/70{
  --tw-ring-color: rgb(194 217 0 / 0.7);
}

.ring-secondary\/75{
  --tw-ring-color: rgb(194 217 0 / 0.75);
}

.ring-secondary\/80{
  --tw-ring-color: rgb(194 217 0 / 0.8);
}

.ring-secondary\/85{
  --tw-ring-color: rgb(194 217 0 / 0.85);
}

.ring-secondary\/90{
  --tw-ring-color: rgb(194 217 0 / 0.9);
}

.ring-secondary\/95{
  --tw-ring-color: rgb(194 217 0 / 0.95);
}

.ring-warning{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 192 55 / var(--tw-ring-opacity));
}

.ring-warning\/0{
  --tw-ring-color: rgb(242 192 55 / 0);
}

.ring-warning\/10{
  --tw-ring-color: rgb(242 192 55 / 0.1);
}

.ring-warning\/100{
  --tw-ring-color: rgb(242 192 55 / 1);
}

.ring-warning\/15{
  --tw-ring-color: rgb(242 192 55 / 0.15);
}

.ring-warning\/20{
  --tw-ring-color: rgb(242 192 55 / 0.2);
}

.ring-warning\/25{
  --tw-ring-color: rgb(242 192 55 / 0.25);
}

.ring-warning\/30{
  --tw-ring-color: rgb(242 192 55 / 0.3);
}

.ring-warning\/35{
  --tw-ring-color: rgb(242 192 55 / 0.35);
}

.ring-warning\/40{
  --tw-ring-color: rgb(242 192 55 / 0.4);
}

.ring-warning\/45{
  --tw-ring-color: rgb(242 192 55 / 0.45);
}

.ring-warning\/5{
  --tw-ring-color: rgb(242 192 55 / 0.05);
}

.ring-warning\/50{
  --tw-ring-color: rgb(242 192 55 / 0.5);
}

.ring-warning\/55{
  --tw-ring-color: rgb(242 192 55 / 0.55);
}

.ring-warning\/60{
  --tw-ring-color: rgb(242 192 55 / 0.6);
}

.ring-warning\/65{
  --tw-ring-color: rgb(242 192 55 / 0.65);
}

.ring-warning\/70{
  --tw-ring-color: rgb(242 192 55 / 0.7);
}

.ring-warning\/75{
  --tw-ring-color: rgb(242 192 55 / 0.75);
}

.ring-warning\/80{
  --tw-ring-color: rgb(242 192 55 / 0.8);
}

.ring-warning\/85{
  --tw-ring-color: rgb(242 192 55 / 0.85);
}

.ring-warning\/90{
  --tw-ring-color: rgb(242 192 55 / 0.9);
}

.ring-warning\/95{
  --tw-ring-color: rgb(242 192 55 / 0.95);
}

.ring-yellow{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 205 49 / var(--tw-ring-opacity));
}

.ring-yellow\/0{
  --tw-ring-color: rgb(241 205 49 / 0);
}

.ring-yellow\/10{
  --tw-ring-color: rgb(241 205 49 / 0.1);
}

.ring-yellow\/100{
  --tw-ring-color: rgb(241 205 49 / 1);
}

.ring-yellow\/15{
  --tw-ring-color: rgb(241 205 49 / 0.15);
}

.ring-yellow\/20{
  --tw-ring-color: rgb(241 205 49 / 0.2);
}

.ring-yellow\/25{
  --tw-ring-color: rgb(241 205 49 / 0.25);
}

.ring-yellow\/30{
  --tw-ring-color: rgb(241 205 49 / 0.3);
}

.ring-yellow\/35{
  --tw-ring-color: rgb(241 205 49 / 0.35);
}

.ring-yellow\/40{
  --tw-ring-color: rgb(241 205 49 / 0.4);
}

.ring-yellow\/45{
  --tw-ring-color: rgb(241 205 49 / 0.45);
}

.ring-yellow\/5{
  --tw-ring-color: rgb(241 205 49 / 0.05);
}

.ring-yellow\/50{
  --tw-ring-color: rgb(241 205 49 / 0.5);
}

.ring-yellow\/55{
  --tw-ring-color: rgb(241 205 49 / 0.55);
}

.ring-yellow\/60{
  --tw-ring-color: rgb(241 205 49 / 0.6);
}

.ring-yellow\/65{
  --tw-ring-color: rgb(241 205 49 / 0.65);
}

.ring-yellow\/70{
  --tw-ring-color: rgb(241 205 49 / 0.7);
}

.ring-yellow\/75{
  --tw-ring-color: rgb(241 205 49 / 0.75);
}

.ring-yellow\/80{
  --tw-ring-color: rgb(241 205 49 / 0.8);
}

.ring-yellow\/85{
  --tw-ring-color: rgb(241 205 49 / 0.85);
}

.ring-yellow\/90{
  --tw-ring-color: rgb(241 205 49 / 0.9);
}

.ring-yellow\/95{
  --tw-ring-color: rgb(241 205 49 / 0.95);
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-100{
  transition-delay: 100ms;
}

.delay-1000{
  transition-delay: 1000ms;
}

.delay-150{
  transition-delay: 150ms;
}

.delay-300{
  transition-delay: 300ms;
}

.delay-500{
  transition-delay: 500ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
  font-family: "WixMadeforDisplay";

  src: url(./src/fonts/WixMadeforDisplay-Regular.woff) format("woff");

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: "WixMadeforDisplaySemiBold";

  src: url(./src/fonts/WixMadeforDisplay-SemiBold.woff) format("woff");

  font-weight: 600;

  font-display: swap;
}

@font-face {
  font-family: "WixMadeforDisplayExtraBold";

  src: url(./src/fonts/WixMadeforDisplay-ExtraBold.woff) format("woff");

  font-weight: 800;

  font-display: swap;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  opacity: 0.2;
}

svg {
  height: 100%;
  width: 100%;
}

.content p {
  margin-bottom: 0.5rem;
}

.content ul,
.content ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}

.content ul {
  list-style-type: disc;
}

.content ol {
  list-style-type: decimal;
}

.hover\:scale-\[1\.03\]:hover{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

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

.hover\:bg-primary\/5:hover{
  background-color: rgb(97 70 225 / 0.05);
}

.hover\:fill-primary:hover{
  fill: #6146E1;
}

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

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(97 70 225 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(97 70 225 / var(--tw-border-opacity));
}

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

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

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 70 225 / var(--tw-ring-opacity));
}

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:w-1\/6-gap-4{
    width: calc(50% - (1/2 * 1rem));
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:m-8{
    margin: 2rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/4-gap-4{
    width: calc(33.3% - (2/3 * 1rem));
  }

  .md\:w-1\/6-gap-4{
    width: calc(50% - (1/2 * 1rem));
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

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

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

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

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:rounded-4xl{
    border-radius: 32px;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:block{
    display: block;
  }

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

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=style.css.map */