*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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: 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::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]:where(:not([hidden="until-found"])) {
  display: none;
}

    :root {
        --nav-height: 115px;
    }

    @media screen and (max-width: 1154px) {
        :root {
            --nav-height: 85px;
        }
    }

    @media screen and (max-width: 767px) {
        :root {
            --nav-height: 75px;
        }
    }

    .dashicons::before {
        color: inherit !important;
        z-index: 10 !important;
    }
.container {
  width: 100%;
}
@media (min-width: 480px) {

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

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

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

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

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

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

  .container {
    max-width: 1550px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-2\.5 {
  bottom: -0.625rem;
}
.-bottom-2\/3 {
  bottom: -66.666667%;
}
.-bottom-2\/4 {
  bottom: -50%;
}
.-bottom-20 {
  bottom: -5rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.-bottom-28 {
  bottom: -7rem;
}
.-bottom-32 {
  bottom: -8rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-40 {
  bottom: -10rem;
}
.-bottom-44 {
  bottom: -11rem;
}
.-bottom-48 {
  bottom: -12rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-bottom-60 {
  bottom: -15rem;
}
.-bottom-64 {
  bottom: -16rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-bottom-80 {
  bottom: -20rem;
}
.-left-4 {
  left: -1rem;
}
.-left-\[1rem\] {
  left: -1rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-12 {
  top: -3rem;
}
.-top-16 {
  top: -4rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-2\/3 {
  top: -66.666667%;
}
.-top-2\/4 {
  top: -50%;
}
.-top-20 {
  top: -5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-28 {
  top: -7rem;
}
.-top-32 {
  top: -8rem;
}
.-top-4 {
  top: -1rem;
}
.-top-40 {
  top: -10rem;
}
.-top-44 {
  top: -11rem;
}
.-top-48 {
  top: -12rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-60 {
  top: -15rem;
}
.-top-64 {
  top: -16rem;
}
.-top-8 {
  top: -2rem;
}
.-top-80 {
  top: -20rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-2\/3 {
  bottom: 66.666667%;
}
.bottom-2\/4 {
  bottom: 50%;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-32 {
  bottom: 8rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-40 {
  bottom: 10rem;
}
.bottom-44 {
  bottom: 11rem;
}
.bottom-48 {
  bottom: 12rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-60 {
  bottom: 15rem;
}
.bottom-64 {
  bottom: 16rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-80 {
  bottom: 20rem;
}
.left-0 {
  left: 0px;
}
.left-\[-20\%\] {
  left: -20%;
}
.left-\[calc\(-50vw\+50\%\)\] {
  left: calc(-50vw + 50%);
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-2\/4 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-28 {
  top: 7rem;
}
.top-32 {
  top: 8rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-44 {
  top: 11rem;
}
.top-48 {
  top: 12rem;
}
.top-6 {
  top: 1.5rem;
}
.top-60 {
  top: 15rem;
}
.top-64 {
  top: 16rem;
}
.top-8 {
  top: 2rem;
}
.top-80 {
  top: 20rem;
}
.top-\[-10\%\] {
  top: -10%;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-3px\] {
  top: -3px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[999\] {
  z-index: 999;
}
.-m-10 {
  margin: -2.5rem;
}
.-m-12 {
  margin: -3rem;
}
.-m-16 {
  margin: -4rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.-m-20 {
  margin: -5rem;
}
.-m-24 {
  margin: -6rem;
}
.-m-28 {
  margin: -7rem;
}
.-m-32 {
  margin: -8rem;
}
.-m-4 {
  margin: -1rem;
}
.-m-40 {
  margin: -10rem;
}
.-m-44 {
  margin: -11rem;
}
.-m-48 {
  margin: -12rem;
}
.-m-6 {
  margin: -1.5rem;
}
.-m-60 {
  margin: -15rem;
}
.-m-64 {
  margin: -16rem;
}
.-m-8 {
  margin: -2rem;
}
.-m-80 {
  margin: -20rem;
}
.m-0 {
  margin: 0px;
}
.m-10 {
  margin: 2.5rem;
}
.m-12 {
  margin: 3rem;
}
.m-16 {
  margin: 4rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-2\.5 {
  margin: 0.625rem;
}
.m-20 {
  margin: 5rem;
}
.m-24 {
  margin: 6rem;
}
.m-28 {
  margin: 7rem;
}
.m-32 {
  margin: 8rem;
}
.m-4 {
  margin: 1rem;
}
.m-40 {
  margin: 10rem;
}
.m-44 {
  margin: 11rem;
}
.m-48 {
  margin: 12rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-60 {
  margin: 15rem;
}
.m-64 {
  margin: 16rem;
}
.m-8 {
  margin: 2rem;
}
.m-80 {
  margin: 20rem;
}
.m-auto {
  margin: auto;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}
.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}
.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}
.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.-mb-32 {
  margin-bottom: -8rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mb-40 {
  margin-bottom: -10rem;
}
.-mb-44 {
  margin-bottom: -11rem;
}
.-mb-48 {
  margin-bottom: -12rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-60 {
  margin-bottom: -15rem;
}
.-mb-64 {
  margin-bottom: -16rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-80 {
  margin-bottom: -20rem;
}
.-mb-\[20px\] {
  margin-bottom: -20px;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-2\.5 {
  margin-left: -0.625rem;
}
.-ml-20 {
  margin-left: -5rem;
}
.-ml-24 {
  margin-left: -6rem;
}
.-ml-28 {
  margin-left: -7rem;
}
.-ml-32 {
  margin-left: -8rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-40 {
  margin-left: -10rem;
}
.-ml-44 {
  margin-left: -11rem;
}
.-ml-48 {
  margin-left: -12rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-60 {
  margin-left: -15rem;
}
.-ml-64 {
  margin-left: -16rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-80 {
  margin-left: -20rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-2\.5 {
  margin-right: -0.625rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mr-24 {
  margin-right: -6rem;
}
.-mr-28 {
  margin-right: -7rem;
}
.-mr-32 {
  margin-right: -8rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-40 {
  margin-right: -10rem;
}
.-mr-44 {
  margin-right: -11rem;
}
.-mr-48 {
  margin-right: -12rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-60 {
  margin-right: -15rem;
}
.-mr-64 {
  margin-right: -16rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mr-80 {
  margin-right: -20rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-28 {
  margin-top: -7rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-44 {
  margin-top: -11rem;
}
.-mt-48 {
  margin-top: -12rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-60 {
  margin-top: -15rem;
}
.-mt-64 {
  margin-top: -16rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-80 {
  margin-top: -20rem;
}
.-mt-\[40px\] {
  margin-top: -40px;
}
.-mt-\[var\(--nav-height\)\] {
  margin-top: calc(var(--nav-height) * -1);
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-60 {
  margin-bottom: 15rem;
}
.mb-64 {
  margin-bottom: 16rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-28 {
  margin-left: 7rem;
}
.ml-32 {
  margin-left: 8rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-40 {
  margin-left: 10rem;
}
.ml-44 {
  margin-left: 11rem;
}
.ml-48 {
  margin-left: 12rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-60 {
  margin-left: 15rem;
}
.ml-64 {
  margin-left: 16rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-80 {
  margin-left: 20rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-28 {
  margin-right: 7rem;
}
.mr-32 {
  margin-right: 8rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mr-44 {
  margin-right: 11rem;
}
.mr-48 {
  margin-right: 12rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-60 {
  margin-right: 15rem;
}
.mr-64 {
  margin-right: 16rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-80 {
  margin-right: 20rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-44 {
  margin-top: 11rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-60 {
  margin-top: 15rem;
}
.mt-64 {
  margin-top: 16rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-80 {
  margin-top: 20rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-landscape {
  aspect-ratio: 1.68;
}
.aspect-off-square {
  aspect-ratio: 1.24;
}
.aspect-portrait {
  aspect-ratio: 0.9;
}
.aspect-portrait-tall {
  aspect-ratio: 0.8;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-24 {
  height: 6rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[1000px\] {
  height: 1000px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[105\%\] {
  height: 105%;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[var\(--nav-height\)\] {
  height: var(--nav-height);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-nav-dt {
  height: 200px;
}
.h-nav-mb {
  height: 500px;
}
.h-screen {
  height: 100vh;
}
.h-screen-minus-header {
  height: calc(100vh - 64px);
}
.\!max-h-\[100vh\] {
  max-height: 100vh !important;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[1000px\] {
  min-height: 1000px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[402px\] {
  min-height: 402px;
}
.min-h-\[85vh\] {
  min-height: 85vh;
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-24 {
  width: 6rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[101\%\] {
  width: 101%;
}
.w-\[105\%\] {
  width: 105%;
}
.w-\[140\%\] {
  width: 140%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[66\%\] {
  width: 66%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}
.w-\[calc\(100\%\+4rem\)\] {
  width: calc(100% + 4rem);
}
.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[calc\(100vw-2em\)\] {
  max-width: calc(100vw - 2em);
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-2xl {
  max-width: 1480px;
}
.max-w-screen-bespoke {
  max-width: 1550px;
}
.max-w-screen-lg {
  max-width: 1155px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-xs {
  max-width: 480px;
}
.max-w-site {
  max-width: 1480px;
}
.max-w-site-narrow {
  max-width: 1243.2px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[20\%\] {
  --tw-translate-y: -20%;
  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-\[37\%\] {
  --tw-translate-y: -37%;
  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-\[1px\] {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.-scroll-m-10 {
  scroll-margin: -2.5rem;
}
.-scroll-m-12 {
  scroll-margin: -3rem;
}
.-scroll-m-16 {
  scroll-margin: -4rem;
}
.-scroll-m-2 {
  scroll-margin: -0.5rem;
}
.-scroll-m-2\.5 {
  scroll-margin: -0.625rem;
}
.-scroll-m-20 {
  scroll-margin: -5rem;
}
.-scroll-m-24 {
  scroll-margin: -6rem;
}
.-scroll-m-28 {
  scroll-margin: -7rem;
}
.-scroll-m-32 {
  scroll-margin: -8rem;
}
.-scroll-m-4 {
  scroll-margin: -1rem;
}
.-scroll-m-40 {
  scroll-margin: -10rem;
}
.-scroll-m-44 {
  scroll-margin: -11rem;
}
.-scroll-m-48 {
  scroll-margin: -12rem;
}
.-scroll-m-6 {
  scroll-margin: -1.5rem;
}
.-scroll-m-60 {
  scroll-margin: -15rem;
}
.-scroll-m-64 {
  scroll-margin: -16rem;
}
.-scroll-m-8 {
  scroll-margin: -2rem;
}
.-scroll-m-80 {
  scroll-margin: -20rem;
}
.scroll-m-10 {
  scroll-margin: 2.5rem;
}
.scroll-m-12 {
  scroll-margin: 3rem;
}
.scroll-m-16 {
  scroll-margin: 4rem;
}
.scroll-m-2 {
  scroll-margin: 0.5rem;
}
.scroll-m-2\.5 {
  scroll-margin: 0.625rem;
}
.scroll-m-20 {
  scroll-margin: 5rem;
}
.scroll-m-24 {
  scroll-margin: 6rem;
}
.scroll-m-28 {
  scroll-margin: 7rem;
}
.scroll-m-32 {
  scroll-margin: 8rem;
}
.scroll-m-4 {
  scroll-margin: 1rem;
}
.scroll-m-40 {
  scroll-margin: 10rem;
}
.scroll-m-44 {
  scroll-margin: 11rem;
}
.scroll-m-48 {
  scroll-margin: 12rem;
}
.scroll-m-6 {
  scroll-margin: 1.5rem;
}
.scroll-m-60 {
  scroll-margin: 15rem;
}
.scroll-m-64 {
  scroll-margin: 16rem;
}
.scroll-m-8 {
  scroll-margin: 2rem;
}
.scroll-m-80 {
  scroll-margin: 20rem;
}
.-scroll-mx-10 {
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}
.-scroll-mx-12 {
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}
.-scroll-mx-16 {
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}
.-scroll-mx-2 {
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}
.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}
.-scroll-mx-20 {
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}
.-scroll-mx-24 {
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}
.-scroll-mx-28 {
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}
.-scroll-mx-32 {
  scroll-margin-left: -8rem;
  scroll-margin-right: -8rem;
}
.-scroll-mx-4 {
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}
.-scroll-mx-40 {
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}
.-scroll-mx-44 {
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}
.-scroll-mx-48 {
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}
.-scroll-mx-6 {
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}
.-scroll-mx-60 {
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}
.-scroll-mx-64 {
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}
.-scroll-mx-8 {
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}
.-scroll-mx-80 {
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}
.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.-scroll-my-32 {
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}
.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}
.scroll-mx-12 {
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}
.scroll-mx-16 {
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}
.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}
.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}
.scroll-mx-20 {
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}
.scroll-mx-24 {
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}
.scroll-mx-28 {
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}
.scroll-mx-32 {
  scroll-margin-left: 8rem;
  scroll-margin-right: 8rem;
}
.scroll-mx-4 {
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}
.scroll-mx-40 {
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}
.scroll-mx-44 {
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}
.scroll-mx-48 {
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}
.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}
.scroll-mx-60 {
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}
.scroll-mx-64 {
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}
.scroll-mx-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}
.scroll-mx-80 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}
.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}
.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}
.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}
.scroll-my-32 {
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}
.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}
.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}
.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}
.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}
.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}
.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}
.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}
.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}
.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}
.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}
.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}
.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}
.-scroll-mb-32 {
  scroll-margin-bottom: -8rem;
}
.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}
.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}
.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}
.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}
.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}
.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}
.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}
.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}
.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}
.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}
.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}
.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}
.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}
.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}
.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}
.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}
.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}
.-scroll-ml-32 {
  scroll-margin-left: -8rem;
}
.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}
.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}
.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}
.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}
.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}
.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}
.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}
.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}
.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}
.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}
.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}
.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}
.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}
.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}
.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}
.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}
.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}
.-scroll-mr-32 {
  scroll-margin-right: -8rem;
}
.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}
.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}
.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}
.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}
.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}
.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}
.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}
.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}
.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}
.-scroll-mt-10 {
  scroll-margin-top: -2.5rem;
}
.-scroll-mt-12 {
  scroll-margin-top: -3rem;
}
.-scroll-mt-16 {
  scroll-margin-top: -4rem;
}
.-scroll-mt-2 {
  scroll-margin-top: -0.5rem;
}
.-scroll-mt-2\.5 {
  scroll-margin-top: -0.625rem;
}
.-scroll-mt-20 {
  scroll-margin-top: -5rem;
}
.-scroll-mt-24 {
  scroll-margin-top: -6rem;
}
.-scroll-mt-28 {
  scroll-margin-top: -7rem;
}
.-scroll-mt-32 {
  scroll-margin-top: -8rem;
}
.-scroll-mt-4 {
  scroll-margin-top: -1rem;
}
.-scroll-mt-40 {
  scroll-margin-top: -10rem;
}
.-scroll-mt-44 {
  scroll-margin-top: -11rem;
}
.-scroll-mt-48 {
  scroll-margin-top: -12rem;
}
.-scroll-mt-6 {
  scroll-margin-top: -1.5rem;
}
.-scroll-mt-60 {
  scroll-margin-top: -15rem;
}
.-scroll-mt-64 {
  scroll-margin-top: -16rem;
}
.-scroll-mt-8 {
  scroll-margin-top: -2rem;
}
.-scroll-mt-80 {
  scroll-margin-top: -20rem;
}
.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}
.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}
.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}
.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}
.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}
.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}
.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}
.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}
.scroll-mb-32 {
  scroll-margin-bottom: 8rem;
}
.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}
.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}
.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}
.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}
.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}
.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}
.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}
.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}
.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}
.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}
.scroll-ml-12 {
  scroll-margin-left: 3rem;
}
.scroll-ml-16 {
  scroll-margin-left: 4rem;
}
.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}
.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}
.scroll-ml-20 {
  scroll-margin-left: 5rem;
}
.scroll-ml-24 {
  scroll-margin-left: 6rem;
}
.scroll-ml-28 {
  scroll-margin-left: 7rem;
}
.scroll-ml-32 {
  scroll-margin-left: 8rem;
}
.scroll-ml-4 {
  scroll-margin-left: 1rem;
}
.scroll-ml-40 {
  scroll-margin-left: 10rem;
}
.scroll-ml-44 {
  scroll-margin-left: 11rem;
}
.scroll-ml-48 {
  scroll-margin-left: 12rem;
}
.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}
.scroll-ml-60 {
  scroll-margin-left: 15rem;
}
.scroll-ml-64 {
  scroll-margin-left: 16rem;
}
.scroll-ml-8 {
  scroll-margin-left: 2rem;
}
.scroll-ml-80 {
  scroll-margin-left: 20rem;
}
.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}
.scroll-mr-12 {
  scroll-margin-right: 3rem;
}
.scroll-mr-16 {
  scroll-margin-right: 4rem;
}
.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}
.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}
.scroll-mr-20 {
  scroll-margin-right: 5rem;
}
.scroll-mr-24 {
  scroll-margin-right: 6rem;
}
.scroll-mr-28 {
  scroll-margin-right: 7rem;
}
.scroll-mr-32 {
  scroll-margin-right: 8rem;
}
.scroll-mr-4 {
  scroll-margin-right: 1rem;
}
.scroll-mr-40 {
  scroll-margin-right: 10rem;
}
.scroll-mr-44 {
  scroll-margin-right: 11rem;
}
.scroll-mr-48 {
  scroll-margin-right: 12rem;
}
.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}
.scroll-mr-60 {
  scroll-margin-right: 15rem;
}
.scroll-mr-64 {
  scroll-margin-right: 16rem;
}
.scroll-mr-8 {
  scroll-margin-right: 2rem;
}
.scroll-mr-80 {
  scroll-margin-right: 20rem;
}
.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}
.scroll-mt-12 {
  scroll-margin-top: 3rem;
}
.scroll-mt-16 {
  scroll-margin-top: 4rem;
}
.scroll-mt-2 {
  scroll-margin-top: 0.5rem;
}
.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.scroll-mt-32 {
  scroll-margin-top: 8rem;
}
.scroll-mt-4 {
  scroll-margin-top: 1rem;
}
.scroll-mt-40 {
  scroll-margin-top: 10rem;
}
.scroll-mt-44 {
  scroll-margin-top: 11rem;
}
.scroll-mt-48 {
  scroll-margin-top: 12rem;
}
.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}
.scroll-mt-60 {
  scroll-margin-top: 15rem;
}
.scroll-mt-64 {
  scroll-margin-top: 16rem;
}
.scroll-mt-8 {
  scroll-margin-top: 2rem;
}
.scroll-mt-80 {
  scroll-margin-top: 20rem;
}
.scroll-p-10 {
  scroll-padding: 2.5rem;
}
.scroll-p-12 {
  scroll-padding: 3rem;
}
.scroll-p-16 {
  scroll-padding: 4rem;
}
.scroll-p-2 {
  scroll-padding: 0.5rem;
}
.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}
.scroll-p-20 {
  scroll-padding: 5rem;
}
.scroll-p-24 {
  scroll-padding: 6rem;
}
.scroll-p-28 {
  scroll-padding: 7rem;
}
.scroll-p-32 {
  scroll-padding: 8rem;
}
.scroll-p-4 {
  scroll-padding: 1rem;
}
.scroll-p-40 {
  scroll-padding: 10rem;
}
.scroll-p-44 {
  scroll-padding: 11rem;
}
.scroll-p-48 {
  scroll-padding: 12rem;
}
.scroll-p-6 {
  scroll-padding: 1.5rem;
}
.scroll-p-60 {
  scroll-padding: 15rem;
}
.scroll-p-64 {
  scroll-padding: 16rem;
}
.scroll-p-8 {
  scroll-padding: 2rem;
}
.scroll-p-80 {
  scroll-padding: 20rem;
}
.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}
.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}
.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}
.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}
.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}
.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}
.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}
.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}
.scroll-px-32 {
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}
.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}
.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}
.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}
.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}
.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}
.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}
.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}
.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}
.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}
.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}
.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}
.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}
.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}
.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}
.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}
.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}
.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}
.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}
.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}
.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}
.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}
.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}
.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}
.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}
.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}
.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}
.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem;
}
.scroll-pb-12 {
  scroll-padding-bottom: 3rem;
}
.scroll-pb-16 {
  scroll-padding-bottom: 4rem;
}
.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem;
}
.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem;
}
.scroll-pb-20 {
  scroll-padding-bottom: 5rem;
}
.scroll-pb-24 {
  scroll-padding-bottom: 6rem;
}
.scroll-pb-28 {
  scroll-padding-bottom: 7rem;
}
.scroll-pb-32 {
  scroll-padding-bottom: 8rem;
}
.scroll-pb-4 {
  scroll-padding-bottom: 1rem;
}
.scroll-pb-40 {
  scroll-padding-bottom: 10rem;
}
.scroll-pb-44 {
  scroll-padding-bottom: 11rem;
}
.scroll-pb-48 {
  scroll-padding-bottom: 12rem;
}
.scroll-pb-6 {
  scroll-padding-bottom: 1.5rem;
}
.scroll-pb-60 {
  scroll-padding-bottom: 15rem;
}
.scroll-pb-64 {
  scroll-padding-bottom: 16rem;
}
.scroll-pb-8 {
  scroll-padding-bottom: 2rem;
}
.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}
.scroll-pl-10 {
  scroll-padding-left: 2.5rem;
}
.scroll-pl-12 {
  scroll-padding-left: 3rem;
}
.scroll-pl-16 {
  scroll-padding-left: 4rem;
}
.scroll-pl-2 {
  scroll-padding-left: 0.5rem;
}
.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}
.scroll-pl-20 {
  scroll-padding-left: 5rem;
}
.scroll-pl-24 {
  scroll-padding-left: 6rem;
}
.scroll-pl-28 {
  scroll-padding-left: 7rem;
}
.scroll-pl-32 {
  scroll-padding-left: 8rem;
}
.scroll-pl-4 {
  scroll-padding-left: 1rem;
}
.scroll-pl-40 {
  scroll-padding-left: 10rem;
}
.scroll-pl-44 {
  scroll-padding-left: 11rem;
}
.scroll-pl-48 {
  scroll-padding-left: 12rem;
}
.scroll-pl-6 {
  scroll-padding-left: 1.5rem;
}
.scroll-pl-60 {
  scroll-padding-left: 15rem;
}
.scroll-pl-64 {
  scroll-padding-left: 16rem;
}
.scroll-pl-8 {
  scroll-padding-left: 2rem;
}
.scroll-pl-80 {
  scroll-padding-left: 20rem;
}
.scroll-pr-10 {
  scroll-padding-right: 2.5rem;
}
.scroll-pr-12 {
  scroll-padding-right: 3rem;
}
.scroll-pr-16 {
  scroll-padding-right: 4rem;
}
.scroll-pr-2 {
  scroll-padding-right: 0.5rem;
}
.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}
.scroll-pr-20 {
  scroll-padding-right: 5rem;
}
.scroll-pr-24 {
  scroll-padding-right: 6rem;
}
.scroll-pr-28 {
  scroll-padding-right: 7rem;
}
.scroll-pr-32 {
  scroll-padding-right: 8rem;
}
.scroll-pr-4 {
  scroll-padding-right: 1rem;
}
.scroll-pr-40 {
  scroll-padding-right: 10rem;
}
.scroll-pr-44 {
  scroll-padding-right: 11rem;
}
.scroll-pr-48 {
  scroll-padding-right: 12rem;
}
.scroll-pr-6 {
  scroll-padding-right: 1.5rem;
}
.scroll-pr-60 {
  scroll-padding-right: 15rem;
}
.scroll-pr-64 {
  scroll-padding-right: 16rem;
}
.scroll-pr-8 {
  scroll-padding-right: 2rem;
}
.scroll-pr-80 {
  scroll-padding-right: 20rem;
}
.scroll-pt-10 {
  scroll-padding-top: 2.5rem;
}
.scroll-pt-12 {
  scroll-padding-top: 3rem;
}
.scroll-pt-16 {
  scroll-padding-top: 4rem;
}
.scroll-pt-2 {
  scroll-padding-top: 0.5rem;
}
.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem;
}
.scroll-pt-20 {
  scroll-padding-top: 5rem;
}
.scroll-pt-24 {
  scroll-padding-top: 6rem;
}
.scroll-pt-28 {
  scroll-padding-top: 7rem;
}
.scroll-pt-32 {
  scroll-padding-top: 8rem;
}
.scroll-pt-4 {
  scroll-padding-top: 1rem;
}
.scroll-pt-40 {
  scroll-padding-top: 10rem;
}
.scroll-pt-44 {
  scroll-padding-top: 11rem;
}
.scroll-pt-48 {
  scroll-padding-top: 12rem;
}
.scroll-pt-6 {
  scroll-padding-top: 1.5rem;
}
.scroll-pt-60 {
  scroll-padding-top: 15rem;
}
.scroll-pt-64 {
  scroll-padding-top: 16rem;
}
.scroll-pt-8 {
  scroll-padding-top: 2rem;
}
.scroll-pt-80 {
  scroll-padding-top: 20rem;
}
.\!list-none {
  list-style-type: none !important;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-44 {
  gap: 11rem;
}
.gap-48 {
  gap: 12rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-64 {
  gap: 16rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-80 {
  gap: 20rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-e-2xl {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}
.rounded-e-3xl {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}
.rounded-e-none {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.rounded-e-sm {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}
.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-s-2xl {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}
.rounded-s-3xl {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}
.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}
.rounded-s-none {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.rounded-s-sm {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}
.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-ee {
  border-end-end-radius: 0.25rem;
}
.rounded-ee-2xl {
  border-end-end-radius: 1rem;
}
.rounded-ee-3xl {
  border-end-end-radius: 1.5rem;
}
.rounded-ee-full {
  border-end-end-radius: 9999px;
}
.rounded-ee-lg {
  border-end-end-radius: 0.5rem;
}
.rounded-ee-md {
  border-end-end-radius: 0.375rem;
}
.rounded-ee-none {
  border-end-end-radius: 0px;
}
.rounded-ee-sm {
  border-end-end-radius: 0.125rem;
}
.rounded-ee-xl {
  border-end-end-radius: 0.75rem;
}
.rounded-es {
  border-end-start-radius: 0.25rem;
}
.rounded-es-2xl {
  border-end-start-radius: 1rem;
}
.rounded-es-3xl {
  border-end-start-radius: 1.5rem;
}
.rounded-es-full {
  border-end-start-radius: 9999px;
}
.rounded-es-lg {
  border-end-start-radius: 0.5rem;
}
.rounded-es-md {
  border-end-start-radius: 0.375rem;
}
.rounded-es-none {
  border-end-start-radius: 0px;
}
.rounded-es-sm {
  border-end-start-radius: 0.125rem;
}
.rounded-es-xl {
  border-end-start-radius: 0.75rem;
}
.rounded-se {
  border-start-end-radius: 0.25rem;
}
.rounded-se-2xl {
  border-start-end-radius: 1rem;
}
.rounded-se-3xl {
  border-start-end-radius: 1.5rem;
}
.rounded-se-full {
  border-start-end-radius: 9999px;
}
.rounded-se-lg {
  border-start-end-radius: 0.5rem;
}
.rounded-se-md {
  border-start-end-radius: 0.375rem;
}
.rounded-se-none {
  border-start-end-radius: 0px;
}
.rounded-se-sm {
  border-start-end-radius: 0.125rem;
}
.rounded-se-xl {
  border-start-end-radius: 0.75rem;
}
.rounded-ss {
  border-start-start-radius: 0.25rem;
}
.rounded-ss-2xl {
  border-start-start-radius: 1rem;
}
.rounded-ss-3xl {
  border-start-start-radius: 1.5rem;
}
.rounded-ss-full {
  border-start-start-radius: 9999px;
}
.rounded-ss-lg {
  border-start-start-radius: 0.5rem;
}
.rounded-ss-md {
  border-start-start-radius: 0.375rem;
}
.rounded-ss-none {
  border-start-start-radius: 0px;
}
.rounded-ss-sm {
  border-start-start-radius: 0.125rem;
}
.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-hidden {
  border-style: hidden;
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(12 20 39 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 241 / var(--tw-bg-opacity, 1));
}
.bg-cream\/0 {
  background-color: rgb(252 248 241 / 0);
}
.bg-cream\/10 {
  background-color: rgb(252 248 241 / 0.1);
}
.bg-cream\/100 {
  background-color: rgb(252 248 241 / 1);
}
.bg-cream\/15 {
  background-color: rgb(252 248 241 / 0.15);
}
.bg-cream\/20 {
  background-color: rgb(252 248 241 / 0.2);
}
.bg-cream\/25 {
  background-color: rgb(252 248 241 / 0.25);
}
.bg-cream\/30 {
  background-color: rgb(252 248 241 / 0.3);
}
.bg-cream\/35 {
  background-color: rgb(252 248 241 / 0.35);
}
.bg-cream\/40 {
  background-color: rgb(252 248 241 / 0.4);
}
.bg-cream\/45 {
  background-color: rgb(252 248 241 / 0.45);
}
.bg-cream\/5 {
  background-color: rgb(252 248 241 / 0.05);
}
.bg-cream\/50 {
  background-color: rgb(252 248 241 / 0.5);
}
.bg-cream\/55 {
  background-color: rgb(252 248 241 / 0.55);
}
.bg-cream\/60 {
  background-color: rgb(252 248 241 / 0.6);
}
.bg-cream\/65 {
  background-color: rgb(252 248 241 / 0.65);
}
.bg-cream\/70 {
  background-color: rgb(252 248 241 / 0.7);
}
.bg-cream\/75 {
  background-color: rgb(252 248 241 / 0.75);
}
.bg-cream\/80 {
  background-color: rgb(252 248 241 / 0.8);
}
.bg-cream\/85 {
  background-color: rgb(252 248 241 / 0.85);
}
.bg-cream\/90 {
  background-color: rgb(252 248 241 / 0.9);
}
.bg-cream\/95 {
  background-color: rgb(252 248 241 / 0.95);
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(12 20 39 / var(--tw-bg-opacity, 1));
}
.bg-dark\/0 {
  background-color: rgb(12 20 39 / 0);
}
.bg-dark\/10 {
  background-color: rgb(12 20 39 / 0.1);
}
.bg-dark\/100 {
  background-color: rgb(12 20 39 / 1);
}
.bg-dark\/15 {
  background-color: rgb(12 20 39 / 0.15);
}
.bg-dark\/20 {
  background-color: rgb(12 20 39 / 0.2);
}
.bg-dark\/25 {
  background-color: rgb(12 20 39 / 0.25);
}
.bg-dark\/30 {
  background-color: rgb(12 20 39 / 0.3);
}
.bg-dark\/35 {
  background-color: rgb(12 20 39 / 0.35);
}
.bg-dark\/40 {
  background-color: rgb(12 20 39 / 0.4);
}
.bg-dark\/45 {
  background-color: rgb(12 20 39 / 0.45);
}
.bg-dark\/5 {
  background-color: rgb(12 20 39 / 0.05);
}
.bg-dark\/50 {
  background-color: rgb(12 20 39 / 0.5);
}
.bg-dark\/55 {
  background-color: rgb(12 20 39 / 0.55);
}
.bg-dark\/60 {
  background-color: rgb(12 20 39 / 0.6);
}
.bg-dark\/65 {
  background-color: rgb(12 20 39 / 0.65);
}
.bg-dark\/70 {
  background-color: rgb(12 20 39 / 0.7);
}
.bg-dark\/75 {
  background-color: rgb(12 20 39 / 0.75);
}
.bg-dark\/80 {
  background-color: rgb(12 20 39 / 0.8);
}
.bg-dark\/85 {
  background-color: rgb(12 20 39 / 0.85);
}
.bg-dark\/90 {
  background-color: rgb(12 20 39 / 0.9);
}
.bg-dark\/95 {
  background-color: rgb(12 20 39 / 0.95);
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(154 195 28 / var(--tw-bg-opacity, 1));
}
.bg-green\/0 {
  background-color: rgb(154 195 28 / 0);
}
.bg-green\/10 {
  background-color: rgb(154 195 28 / 0.1);
}
.bg-green\/100 {
  background-color: rgb(154 195 28 / 1);
}
.bg-green\/15 {
  background-color: rgb(154 195 28 / 0.15);
}
.bg-green\/20 {
  background-color: rgb(154 195 28 / 0.2);
}
.bg-green\/25 {
  background-color: rgb(154 195 28 / 0.25);
}
.bg-green\/30 {
  background-color: rgb(154 195 28 / 0.3);
}
.bg-green\/35 {
  background-color: rgb(154 195 28 / 0.35);
}
.bg-green\/40 {
  background-color: rgb(154 195 28 / 0.4);
}
.bg-green\/45 {
  background-color: rgb(154 195 28 / 0.45);
}
.bg-green\/5 {
  background-color: rgb(154 195 28 / 0.05);
}
.bg-green\/50 {
  background-color: rgb(154 195 28 / 0.5);
}
.bg-green\/55 {
  background-color: rgb(154 195 28 / 0.55);
}
.bg-green\/60 {
  background-color: rgb(154 195 28 / 0.6);
}
.bg-green\/65 {
  background-color: rgb(154 195 28 / 0.65);
}
.bg-green\/70 {
  background-color: rgb(154 195 28 / 0.7);
}
.bg-green\/75 {
  background-color: rgb(154 195 28 / 0.75);
}
.bg-green\/80 {
  background-color: rgb(154 195 28 / 0.8);
}
.bg-green\/85 {
  background-color: rgb(154 195 28 / 0.85);
}
.bg-green\/90 {
  background-color: rgb(154 195 28 / 0.9);
}
.bg-green\/95 {
  background-color: rgb(154 195 28 / 0.95);
}
.bg-grey {
  background-color: #d2d2d2ff;
}
.bg-grey\/0 {
  background-color: rgb(210 210 210 / 0);
}
.bg-grey\/10 {
  background-color: rgb(210 210 210 / 0.1);
}
.bg-grey\/100 {
  background-color: rgb(210 210 210 / 1);
}
.bg-grey\/15 {
  background-color: rgb(210 210 210 / 0.15);
}
.bg-grey\/20 {
  background-color: rgb(210 210 210 / 0.2);
}
.bg-grey\/25 {
  background-color: rgb(210 210 210 / 0.25);
}
.bg-grey\/30 {
  background-color: rgb(210 210 210 / 0.3);
}
.bg-grey\/35 {
  background-color: rgb(210 210 210 / 0.35);
}
.bg-grey\/40 {
  background-color: rgb(210 210 210 / 0.4);
}
.bg-grey\/45 {
  background-color: rgb(210 210 210 / 0.45);
}
.bg-grey\/5 {
  background-color: rgb(210 210 210 / 0.05);
}
.bg-grey\/50 {
  background-color: rgb(210 210 210 / 0.5);
}
.bg-grey\/55 {
  background-color: rgb(210 210 210 / 0.55);
}
.bg-grey\/60 {
  background-color: rgb(210 210 210 / 0.6);
}
.bg-grey\/65 {
  background-color: rgb(210 210 210 / 0.65);
}
.bg-grey\/70 {
  background-color: rgb(210 210 210 / 0.7);
}
.bg-grey\/75 {
  background-color: rgb(210 210 210 / 0.75);
}
.bg-grey\/80 {
  background-color: rgb(210 210 210 / 0.8);
}
.bg-grey\/85 {
  background-color: rgb(210 210 210 / 0.85);
}
.bg-grey\/90 {
  background-color: rgb(210 210 210 / 0.9);
}
.bg-grey\/95 {
  background-color: rgb(210 210 210 / 0.95);
}
.bg-light-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(239 243 208 / var(--tw-bg-opacity, 1));
}
.bg-light-lime\/0 {
  background-color: rgb(239 243 208 / 0);
}
.bg-light-lime\/10 {
  background-color: rgb(239 243 208 / 0.1);
}
.bg-light-lime\/100 {
  background-color: rgb(239 243 208 / 1);
}
.bg-light-lime\/15 {
  background-color: rgb(239 243 208 / 0.15);
}
.bg-light-lime\/20 {
  background-color: rgb(239 243 208 / 0.2);
}
.bg-light-lime\/25 {
  background-color: rgb(239 243 208 / 0.25);
}
.bg-light-lime\/30 {
  background-color: rgb(239 243 208 / 0.3);
}
.bg-light-lime\/35 {
  background-color: rgb(239 243 208 / 0.35);
}
.bg-light-lime\/40 {
  background-color: rgb(239 243 208 / 0.4);
}
.bg-light-lime\/45 {
  background-color: rgb(239 243 208 / 0.45);
}
.bg-light-lime\/5 {
  background-color: rgb(239 243 208 / 0.05);
}
.bg-light-lime\/50 {
  background-color: rgb(239 243 208 / 0.5);
}
.bg-light-lime\/55 {
  background-color: rgb(239 243 208 / 0.55);
}
.bg-light-lime\/60 {
  background-color: rgb(239 243 208 / 0.6);
}
.bg-light-lime\/65 {
  background-color: rgb(239 243 208 / 0.65);
}
.bg-light-lime\/70 {
  background-color: rgb(239 243 208 / 0.7);
}
.bg-light-lime\/75 {
  background-color: rgb(239 243 208 / 0.75);
}
.bg-light-lime\/80 {
  background-color: rgb(239 243 208 / 0.8);
}
.bg-light-lime\/85 {
  background-color: rgb(239 243 208 / 0.85);
}
.bg-light-lime\/90 {
  background-color: rgb(239 243 208 / 0.9);
}
.bg-light-lime\/95 {
  background-color: rgb(239 243 208 / 0.95);
}
.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(213 216 111 / var(--tw-bg-opacity, 1));
}
.bg-lime\/0 {
  background-color: rgb(213 216 111 / 0);
}
.bg-lime\/10 {
  background-color: rgb(213 216 111 / 0.1);
}
.bg-lime\/100 {
  background-color: rgb(213 216 111 / 1);
}
.bg-lime\/15 {
  background-color: rgb(213 216 111 / 0.15);
}
.bg-lime\/20 {
  background-color: rgb(213 216 111 / 0.2);
}
.bg-lime\/25 {
  background-color: rgb(213 216 111 / 0.25);
}
.bg-lime\/30 {
  background-color: rgb(213 216 111 / 0.3);
}
.bg-lime\/35 {
  background-color: rgb(213 216 111 / 0.35);
}
.bg-lime\/40 {
  background-color: rgb(213 216 111 / 0.4);
}
.bg-lime\/45 {
  background-color: rgb(213 216 111 / 0.45);
}
.bg-lime\/5 {
  background-color: rgb(213 216 111 / 0.05);
}
.bg-lime\/50 {
  background-color: rgb(213 216 111 / 0.5);
}
.bg-lime\/55 {
  background-color: rgb(213 216 111 / 0.55);
}
.bg-lime\/60 {
  background-color: rgb(213 216 111 / 0.6);
}
.bg-lime\/65 {
  background-color: rgb(213 216 111 / 0.65);
}
.bg-lime\/70 {
  background-color: rgb(213 216 111 / 0.7);
}
.bg-lime\/75 {
  background-color: rgb(213 216 111 / 0.75);
}
.bg-lime\/80 {
  background-color: rgb(213 216 111 / 0.8);
}
.bg-lime\/85 {
  background-color: rgb(213 216 111 / 0.85);
}
.bg-lime\/90 {
  background-color: rgb(213 216 111 / 0.9);
}
.bg-lime\/95 {
  background-color: rgb(213 216 111 / 0.95);
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(18 55 63 / var(--tw-bg-opacity, 1));
}
.bg-teal\/0 {
  background-color: rgb(18 55 63 / 0);
}
.bg-teal\/10 {
  background-color: rgb(18 55 63 / 0.1);
}
.bg-teal\/100 {
  background-color: rgb(18 55 63 / 1);
}
.bg-teal\/15 {
  background-color: rgb(18 55 63 / 0.15);
}
.bg-teal\/20 {
  background-color: rgb(18 55 63 / 0.2);
}
.bg-teal\/25 {
  background-color: rgb(18 55 63 / 0.25);
}
.bg-teal\/30 {
  background-color: rgb(18 55 63 / 0.3);
}
.bg-teal\/35 {
  background-color: rgb(18 55 63 / 0.35);
}
.bg-teal\/40 {
  background-color: rgb(18 55 63 / 0.4);
}
.bg-teal\/45 {
  background-color: rgb(18 55 63 / 0.45);
}
.bg-teal\/5 {
  background-color: rgb(18 55 63 / 0.05);
}
.bg-teal\/50 {
  background-color: rgb(18 55 63 / 0.5);
}
.bg-teal\/55 {
  background-color: rgb(18 55 63 / 0.55);
}
.bg-teal\/60 {
  background-color: rgb(18 55 63 / 0.6);
}
.bg-teal\/65 {
  background-color: rgb(18 55 63 / 0.65);
}
.bg-teal\/70 {
  background-color: rgb(18 55 63 / 0.7);
}
.bg-teal\/75 {
  background-color: rgb(18 55 63 / 0.75);
}
.bg-teal\/80 {
  background-color: rgb(18 55 63 / 0.8);
}
.bg-teal\/85 {
  background-color: rgb(18 55 63 / 0.85);
}
.bg-teal\/90 {
  background-color: rgb(18 55 63 / 0.9);
}
.bg-teal\/95 {
  background-color: rgb(18 55 63 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-\[radial-gradient\(currentColor_3px\2c transparent_0\)\] {
  background-image: radial-gradient(currentColor 3px,transparent 0);
}
.from-10\% {
  --tw-gradient-from-position: 10%;
}
.from-100\% {
  --tw-gradient-from-position: 100%;
}
.from-20\% {
  --tw-gradient-from-position: 20%;
}
.from-25\% {
  --tw-gradient-from-position: 25%;
}
.from-40\% {
  --tw-gradient-from-position: 40%;
}
.from-45\% {
  --tw-gradient-from-position: 45%;
}
.from-60\% {
  --tw-gradient-from-position: 60%;
}
.from-65\% {
  --tw-gradient-from-position: 65%;
}
.from-80\% {
  --tw-gradient-from-position: 80%;
}
.from-85\% {
  --tw-gradient-from-position: 85%;
}
.fill-dark {
  fill: #0c1427;
}
.fill-green {
  fill: #9ac31c;
}
.fill-none {
  fill: none;
}
.fill-teal {
  fill: #12373f;
}
.fill-white {
  fill: #FFFFFF;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-28 {
  padding: 7rem;
}
.p-32 {
  padding: 8rem;
}
.p-4 {
  padding: 1rem;
}
.p-40 {
  padding: 10rem;
}
.p-44 {
  padding: 11rem;
}
.p-48 {
  padding: 12rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-60 {
  padding: 15rem;
}
.p-64 {
  padding: 16rem;
}
.p-8 {
  padding: 2rem;
}
.p-80 {
  padding: 20rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.\!pt-16 {
  padding-top: 4rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-60 {
  padding-bottom: 15rem;
}
.pb-64 {
  padding-bottom: 16rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[15\%\] {
  padding-bottom: 15%;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-28 {
  padding-left: 7rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-40 {
  padding-left: 10rem;
}
.pl-44 {
  padding-left: 11rem;
}
.pl-48 {
  padding-left: 12rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-60 {
  padding-left: 15rem;
}
.pl-64 {
  padding-left: 16rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-80 {
  padding-left: 20rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-40 {
  padding-right: 10rem;
}
.pr-44 {
  padding-right: 11rem;
}
.pr-48 {
  padding-right: 12rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-60 {
  padding-right: 15rem;
}
.pr-64 {
  padding-right: 16rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-80 {
  padding-right: 20rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-60 {
  padding-top: 15rem;
}
.pt-64 {
  padding-top: 16rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-80 {
  padding-top: 20rem;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pt-\[calc\(3rem\+var\(--nav-height\)\)\] {
  padding-top: calc(3rem + var(--nav-height));
}
.pt-\[calc\(4rem\+var\(--nav-height\)\)\] {
  padding-top: calc(4rem + var(--nav-height));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-body {
  font-family: Figtree, sans-serif;
}
.font-display {
  font-family: Bona Nova, serif;
}
.font-title {
  font-family: Unbounded, sans-serif;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-cream {
  --tw-text-opacity: 1;
  color: rgb(252 248 241 / var(--tw-text-opacity, 1));
}
.text-cream\/0 {
  color: rgb(252 248 241 / 0);
}
.text-cream\/10 {
  color: rgb(252 248 241 / 0.1);
}
.text-cream\/100 {
  color: rgb(252 248 241 / 1);
}
.text-cream\/15 {
  color: rgb(252 248 241 / 0.15);
}
.text-cream\/20 {
  color: rgb(252 248 241 / 0.2);
}
.text-cream\/25 {
  color: rgb(252 248 241 / 0.25);
}
.text-cream\/30 {
  color: rgb(252 248 241 / 0.3);
}
.text-cream\/35 {
  color: rgb(252 248 241 / 0.35);
}
.text-cream\/40 {
  color: rgb(252 248 241 / 0.4);
}
.text-cream\/45 {
  color: rgb(252 248 241 / 0.45);
}
.text-cream\/5 {
  color: rgb(252 248 241 / 0.05);
}
.text-cream\/50 {
  color: rgb(252 248 241 / 0.5);
}
.text-cream\/55 {
  color: rgb(252 248 241 / 0.55);
}
.text-cream\/60 {
  color: rgb(252 248 241 / 0.6);
}
.text-cream\/65 {
  color: rgb(252 248 241 / 0.65);
}
.text-cream\/70 {
  color: rgb(252 248 241 / 0.7);
}
.text-cream\/75 {
  color: rgb(252 248 241 / 0.75);
}
.text-cream\/80 {
  color: rgb(252 248 241 / 0.8);
}
.text-cream\/85 {
  color: rgb(252 248 241 / 0.85);
}
.text-cream\/90 {
  color: rgb(252 248 241 / 0.9);
}
.text-cream\/95 {
  color: rgb(252 248 241 / 0.95);
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}
.text-dark\/0 {
  color: rgb(12 20 39 / 0);
}
.text-dark\/10 {
  color: rgb(12 20 39 / 0.1);
}
.text-dark\/100 {
  color: rgb(12 20 39 / 1);
}
.text-dark\/15 {
  color: rgb(12 20 39 / 0.15);
}
.text-dark\/20 {
  color: rgb(12 20 39 / 0.2);
}
.text-dark\/25 {
  color: rgb(12 20 39 / 0.25);
}
.text-dark\/30 {
  color: rgb(12 20 39 / 0.3);
}
.text-dark\/35 {
  color: rgb(12 20 39 / 0.35);
}
.text-dark\/40 {
  color: rgb(12 20 39 / 0.4);
}
.text-dark\/45 {
  color: rgb(12 20 39 / 0.45);
}
.text-dark\/5 {
  color: rgb(12 20 39 / 0.05);
}
.text-dark\/50 {
  color: rgb(12 20 39 / 0.5);
}
.text-dark\/55 {
  color: rgb(12 20 39 / 0.55);
}
.text-dark\/60 {
  color: rgb(12 20 39 / 0.6);
}
.text-dark\/65 {
  color: rgb(12 20 39 / 0.65);
}
.text-dark\/70 {
  color: rgb(12 20 39 / 0.7);
}
.text-dark\/75 {
  color: rgb(12 20 39 / 0.75);
}
.text-dark\/80 {
  color: rgb(12 20 39 / 0.8);
}
.text-dark\/85 {
  color: rgb(12 20 39 / 0.85);
}
.text-dark\/90 {
  color: rgb(12 20 39 / 0.9);
}
.text-dark\/95 {
  color: rgb(12 20 39 / 0.95);
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(154 195 28 / var(--tw-text-opacity, 1));
}
.text-green\/0 {
  color: rgb(154 195 28 / 0);
}
.text-green\/10 {
  color: rgb(154 195 28 / 0.1);
}
.text-green\/100 {
  color: rgb(154 195 28 / 1);
}
.text-green\/15 {
  color: rgb(154 195 28 / 0.15);
}
.text-green\/20 {
  color: rgb(154 195 28 / 0.2);
}
.text-green\/25 {
  color: rgb(154 195 28 / 0.25);
}
.text-green\/30 {
  color: rgb(154 195 28 / 0.3);
}
.text-green\/35 {
  color: rgb(154 195 28 / 0.35);
}
.text-green\/40 {
  color: rgb(154 195 28 / 0.4);
}
.text-green\/45 {
  color: rgb(154 195 28 / 0.45);
}
.text-green\/5 {
  color: rgb(154 195 28 / 0.05);
}
.text-green\/50 {
  color: rgb(154 195 28 / 0.5);
}
.text-green\/55 {
  color: rgb(154 195 28 / 0.55);
}
.text-green\/60 {
  color: rgb(154 195 28 / 0.6);
}
.text-green\/65 {
  color: rgb(154 195 28 / 0.65);
}
.text-green\/70 {
  color: rgb(154 195 28 / 0.7);
}
.text-green\/75 {
  color: rgb(154 195 28 / 0.75);
}
.text-green\/80 {
  color: rgb(154 195 28 / 0.8);
}
.text-green\/85 {
  color: rgb(154 195 28 / 0.85);
}
.text-green\/90 {
  color: rgb(154 195 28 / 0.9);
}
.text-green\/95 {
  color: rgb(154 195 28 / 0.95);
}
.text-grey {
  color: #d2d2d2ff;
}
.text-grey\/0 {
  color: rgb(210 210 210 / 0);
}
.text-grey\/10 {
  color: rgb(210 210 210 / 0.1);
}
.text-grey\/100 {
  color: rgb(210 210 210 / 1);
}
.text-grey\/15 {
  color: rgb(210 210 210 / 0.15);
}
.text-grey\/20 {
  color: rgb(210 210 210 / 0.2);
}
.text-grey\/25 {
  color: rgb(210 210 210 / 0.25);
}
.text-grey\/30 {
  color: rgb(210 210 210 / 0.3);
}
.text-grey\/35 {
  color: rgb(210 210 210 / 0.35);
}
.text-grey\/40 {
  color: rgb(210 210 210 / 0.4);
}
.text-grey\/45 {
  color: rgb(210 210 210 / 0.45);
}
.text-grey\/5 {
  color: rgb(210 210 210 / 0.05);
}
.text-grey\/50 {
  color: rgb(210 210 210 / 0.5);
}
.text-grey\/55 {
  color: rgb(210 210 210 / 0.55);
}
.text-grey\/60 {
  color: rgb(210 210 210 / 0.6);
}
.text-grey\/65 {
  color: rgb(210 210 210 / 0.65);
}
.text-grey\/70 {
  color: rgb(210 210 210 / 0.7);
}
.text-grey\/75 {
  color: rgb(210 210 210 / 0.75);
}
.text-grey\/80 {
  color: rgb(210 210 210 / 0.8);
}
.text-grey\/85 {
  color: rgb(210 210 210 / 0.85);
}
.text-grey\/90 {
  color: rgb(210 210 210 / 0.9);
}
.text-grey\/95 {
  color: rgb(210 210 210 / 0.95);
}
.text-light-lime {
  --tw-text-opacity: 1;
  color: rgb(239 243 208 / var(--tw-text-opacity, 1));
}
.text-light-lime\/0 {
  color: rgb(239 243 208 / 0);
}
.text-light-lime\/10 {
  color: rgb(239 243 208 / 0.1);
}
.text-light-lime\/100 {
  color: rgb(239 243 208 / 1);
}
.text-light-lime\/15 {
  color: rgb(239 243 208 / 0.15);
}
.text-light-lime\/20 {
  color: rgb(239 243 208 / 0.2);
}
.text-light-lime\/25 {
  color: rgb(239 243 208 / 0.25);
}
.text-light-lime\/30 {
  color: rgb(239 243 208 / 0.3);
}
.text-light-lime\/35 {
  color: rgb(239 243 208 / 0.35);
}
.text-light-lime\/40 {
  color: rgb(239 243 208 / 0.4);
}
.text-light-lime\/45 {
  color: rgb(239 243 208 / 0.45);
}
.text-light-lime\/5 {
  color: rgb(239 243 208 / 0.05);
}
.text-light-lime\/50 {
  color: rgb(239 243 208 / 0.5);
}
.text-light-lime\/55 {
  color: rgb(239 243 208 / 0.55);
}
.text-light-lime\/60 {
  color: rgb(239 243 208 / 0.6);
}
.text-light-lime\/65 {
  color: rgb(239 243 208 / 0.65);
}
.text-light-lime\/70 {
  color: rgb(239 243 208 / 0.7);
}
.text-light-lime\/75 {
  color: rgb(239 243 208 / 0.75);
}
.text-light-lime\/80 {
  color: rgb(239 243 208 / 0.8);
}
.text-light-lime\/85 {
  color: rgb(239 243 208 / 0.85);
}
.text-light-lime\/90 {
  color: rgb(239 243 208 / 0.9);
}
.text-light-lime\/95 {
  color: rgb(239 243 208 / 0.95);
}
.text-lime {
  --tw-text-opacity: 1;
  color: rgb(213 216 111 / var(--tw-text-opacity, 1));
}
.text-lime\/0 {
  color: rgb(213 216 111 / 0);
}
.text-lime\/10 {
  color: rgb(213 216 111 / 0.1);
}
.text-lime\/100 {
  color: rgb(213 216 111 / 1);
}
.text-lime\/15 {
  color: rgb(213 216 111 / 0.15);
}
.text-lime\/20 {
  color: rgb(213 216 111 / 0.2);
}
.text-lime\/25 {
  color: rgb(213 216 111 / 0.25);
}
.text-lime\/30 {
  color: rgb(213 216 111 / 0.3);
}
.text-lime\/35 {
  color: rgb(213 216 111 / 0.35);
}
.text-lime\/40 {
  color: rgb(213 216 111 / 0.4);
}
.text-lime\/45 {
  color: rgb(213 216 111 / 0.45);
}
.text-lime\/5 {
  color: rgb(213 216 111 / 0.05);
}
.text-lime\/50 {
  color: rgb(213 216 111 / 0.5);
}
.text-lime\/55 {
  color: rgb(213 216 111 / 0.55);
}
.text-lime\/60 {
  color: rgb(213 216 111 / 0.6);
}
.text-lime\/65 {
  color: rgb(213 216 111 / 0.65);
}
.text-lime\/70 {
  color: rgb(213 216 111 / 0.7);
}
.text-lime\/75 {
  color: rgb(213 216 111 / 0.75);
}
.text-lime\/80 {
  color: rgb(213 216 111 / 0.8);
}
.text-lime\/85 {
  color: rgb(213 216 111 / 0.85);
}
.text-lime\/90 {
  color: rgb(213 216 111 / 0.9);
}
.text-lime\/95 {
  color: rgb(213 216 111 / 0.95);
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(18 55 63 / var(--tw-text-opacity, 1));
}
.text-teal\/0 {
  color: rgb(18 55 63 / 0);
}
.text-teal\/10 {
  color: rgb(18 55 63 / 0.1);
}
.text-teal\/100 {
  color: rgb(18 55 63 / 1);
}
.text-teal\/15 {
  color: rgb(18 55 63 / 0.15);
}
.text-teal\/20 {
  color: rgb(18 55 63 / 0.2);
}
.text-teal\/25 {
  color: rgb(18 55 63 / 0.25);
}
.text-teal\/30 {
  color: rgb(18 55 63 / 0.3);
}
.text-teal\/35 {
  color: rgb(18 55 63 / 0.35);
}
.text-teal\/40 {
  color: rgb(18 55 63 / 0.4);
}
.text-teal\/45 {
  color: rgb(18 55 63 / 0.45);
}
.text-teal\/5 {
  color: rgb(18 55 63 / 0.05);
}
.text-teal\/50 {
  color: rgb(18 55 63 / 0.5);
}
.text-teal\/55 {
  color: rgb(18 55 63 / 0.55);
}
.text-teal\/60 {
  color: rgb(18 55 63 / 0.6);
}
.text-teal\/65 {
  color: rgb(18 55 63 / 0.65);
}
.text-teal\/70 {
  color: rgb(18 55 63 / 0.7);
}
.text-teal\/75 {
  color: rgb(18 55 63 / 0.75);
}
.text-teal\/80 {
  color: rgb(18 55 63 / 0.8);
}
.text-teal\/85 {
  color: rgb(18 55 63 / 0.85);
}
.text-teal\/90 {
  color: rgb(18 55 63 / 0.9);
}
.text-teal\/95 {
  color: rgb(18 55 63 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.\!decoration-dark {
  text-decoration-color: #0c1427 !important;
}
.\!decoration-white {
  text-decoration-color: #FFFFFF !important;
}
.decoration-transparent {
  text-decoration-color: transparent;
}
.\!decoration-1 {
  text-decoration-thickness: 1px !important;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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-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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-amber-100 {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/0 {
  --tw-shadow-color: rgb(254 243 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/10 {
  --tw-shadow-color: rgb(254 243 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/100 {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/15 {
  --tw-shadow-color: rgb(254 243 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/20 {
  --tw-shadow-color: rgb(254 243 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/25 {
  --tw-shadow-color: rgb(254 243 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/30 {
  --tw-shadow-color: rgb(254 243 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/35 {
  --tw-shadow-color: rgb(254 243 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/40 {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/45 {
  --tw-shadow-color: rgb(254 243 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/5 {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/50 {
  --tw-shadow-color: rgb(254 243 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/55 {
  --tw-shadow-color: rgb(254 243 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/60 {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/65 {
  --tw-shadow-color: rgb(254 243 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/70 {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/75 {
  --tw-shadow-color: rgb(254 243 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/80 {
  --tw-shadow-color: rgb(254 243 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/85 {
  --tw-shadow-color: rgb(254 243 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/90 {
  --tw-shadow-color: rgb(254 243 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-100\/95 {
  --tw-shadow-color: rgb(254 243 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200 {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/0 {
  --tw-shadow-color: rgb(253 230 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/10 {
  --tw-shadow-color: rgb(253 230 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/100 {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/15 {
  --tw-shadow-color: rgb(253 230 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/20 {
  --tw-shadow-color: rgb(253 230 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/25 {
  --tw-shadow-color: rgb(253 230 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/30 {
  --tw-shadow-color: rgb(253 230 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/35 {
  --tw-shadow-color: rgb(253 230 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/40 {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/45 {
  --tw-shadow-color: rgb(253 230 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/5 {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/50 {
  --tw-shadow-color: rgb(253 230 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/55 {
  --tw-shadow-color: rgb(253 230 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/60 {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/65 {
  --tw-shadow-color: rgb(253 230 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/70 {
  --tw-shadow-color: rgb(253 230 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/75 {
  --tw-shadow-color: rgb(253 230 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/80 {
  --tw-shadow-color: rgb(253 230 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/85 {
  --tw-shadow-color: rgb(253 230 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/90 {
  --tw-shadow-color: rgb(253 230 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200\/95 {
  --tw-shadow-color: rgb(253 230 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300 {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/0 {
  --tw-shadow-color: rgb(252 211 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/10 {
  --tw-shadow-color: rgb(252 211 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/100 {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/15 {
  --tw-shadow-color: rgb(252 211 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/20 {
  --tw-shadow-color: rgb(252 211 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/25 {
  --tw-shadow-color: rgb(252 211 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/30 {
  --tw-shadow-color: rgb(252 211 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/35 {
  --tw-shadow-color: rgb(252 211 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/40 {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/45 {
  --tw-shadow-color: rgb(252 211 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/5 {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/50 {
  --tw-shadow-color: rgb(252 211 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/55 {
  --tw-shadow-color: rgb(252 211 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/60 {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/65 {
  --tw-shadow-color: rgb(252 211 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/70 {
  --tw-shadow-color: rgb(252 211 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/75 {
  --tw-shadow-color: rgb(252 211 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/80 {
  --tw-shadow-color: rgb(252 211 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/85 {
  --tw-shadow-color: rgb(252 211 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/90 {
  --tw-shadow-color: rgb(252 211 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-300\/95 {
  --tw-shadow-color: rgb(252 211 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400 {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/0 {
  --tw-shadow-color: rgb(251 191 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/10 {
  --tw-shadow-color: rgb(251 191 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/100 {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/15 {
  --tw-shadow-color: rgb(251 191 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/20 {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/25 {
  --tw-shadow-color: rgb(251 191 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/30 {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/35 {
  --tw-shadow-color: rgb(251 191 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/40 {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/45 {
  --tw-shadow-color: rgb(251 191 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/5 {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/50 {
  --tw-shadow-color: rgb(251 191 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/55 {
  --tw-shadow-color: rgb(251 191 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/60 {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/65 {
  --tw-shadow-color: rgb(251 191 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/70 {
  --tw-shadow-color: rgb(251 191 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/75 {
  --tw-shadow-color: rgb(251 191 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/80 {
  --tw-shadow-color: rgb(251 191 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/85 {
  --tw-shadow-color: rgb(251 191 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/90 {
  --tw-shadow-color: rgb(251 191 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/95 {
  --tw-shadow-color: rgb(251 191 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50 {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/0 {
  --tw-shadow-color: rgb(255 251 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/10 {
  --tw-shadow-color: rgb(255 251 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/100 {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/15 {
  --tw-shadow-color: rgb(255 251 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/20 {
  --tw-shadow-color: rgb(255 251 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/25 {
  --tw-shadow-color: rgb(255 251 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/30 {
  --tw-shadow-color: rgb(255 251 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/35 {
  --tw-shadow-color: rgb(255 251 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/40 {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/45 {
  --tw-shadow-color: rgb(255 251 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/5 {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/50 {
  --tw-shadow-color: rgb(255 251 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/55 {
  --tw-shadow-color: rgb(255 251 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/60 {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/65 {
  --tw-shadow-color: rgb(255 251 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/70 {
  --tw-shadow-color: rgb(255 251 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/75 {
  --tw-shadow-color: rgb(255 251 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/80 {
  --tw-shadow-color: rgb(255 251 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/85 {
  --tw-shadow-color: rgb(255 251 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/90 {
  --tw-shadow-color: rgb(255 251 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-50\/95 {
  --tw-shadow-color: rgb(255 251 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500 {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/0 {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/10 {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/100 {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/15 {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/25 {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/30 {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/35 {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/40 {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/45 {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/5 {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/50 {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/55 {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/60 {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/65 {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/70 {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/75 {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/80 {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/85 {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/90 {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/95 {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600 {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/0 {
  --tw-shadow-color: rgb(217 119 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/10 {
  --tw-shadow-color: rgb(217 119 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/100 {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/15 {
  --tw-shadow-color: rgb(217 119 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/20 {
  --tw-shadow-color: rgb(217 119 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/25 {
  --tw-shadow-color: rgb(217 119 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/30 {
  --tw-shadow-color: rgb(217 119 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/35 {
  --tw-shadow-color: rgb(217 119 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/40 {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/45 {
  --tw-shadow-color: rgb(217 119 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/5 {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/50 {
  --tw-shadow-color: rgb(217 119 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/55 {
  --tw-shadow-color: rgb(217 119 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/60 {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/65 {
  --tw-shadow-color: rgb(217 119 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/70 {
  --tw-shadow-color: rgb(217 119 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/75 {
  --tw-shadow-color: rgb(217 119 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/80 {
  --tw-shadow-color: rgb(217 119 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/85 {
  --tw-shadow-color: rgb(217 119 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/90 {
  --tw-shadow-color: rgb(217 119 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-600\/95 {
  --tw-shadow-color: rgb(217 119 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700 {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/0 {
  --tw-shadow-color: rgb(180 83 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/10 {
  --tw-shadow-color: rgb(180 83 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/100 {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/15 {
  --tw-shadow-color: rgb(180 83 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/20 {
  --tw-shadow-color: rgb(180 83 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/25 {
  --tw-shadow-color: rgb(180 83 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/30 {
  --tw-shadow-color: rgb(180 83 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/35 {
  --tw-shadow-color: rgb(180 83 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/40 {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/45 {
  --tw-shadow-color: rgb(180 83 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/5 {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/50 {
  --tw-shadow-color: rgb(180 83 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/55 {
  --tw-shadow-color: rgb(180 83 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/60 {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/65 {
  --tw-shadow-color: rgb(180 83 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/70 {
  --tw-shadow-color: rgb(180 83 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/75 {
  --tw-shadow-color: rgb(180 83 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/80 {
  --tw-shadow-color: rgb(180 83 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/85 {
  --tw-shadow-color: rgb(180 83 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/90 {
  --tw-shadow-color: rgb(180 83 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-700\/95 {
  --tw-shadow-color: rgb(180 83 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800 {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/0 {
  --tw-shadow-color: rgb(146 64 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/10 {
  --tw-shadow-color: rgb(146 64 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/100 {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/15 {
  --tw-shadow-color: rgb(146 64 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/20 {
  --tw-shadow-color: rgb(146 64 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/25 {
  --tw-shadow-color: rgb(146 64 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/30 {
  --tw-shadow-color: rgb(146 64 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/35 {
  --tw-shadow-color: rgb(146 64 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/40 {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/45 {
  --tw-shadow-color: rgb(146 64 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/5 {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/50 {
  --tw-shadow-color: rgb(146 64 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/55 {
  --tw-shadow-color: rgb(146 64 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/60 {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/65 {
  --tw-shadow-color: rgb(146 64 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/70 {
  --tw-shadow-color: rgb(146 64 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/75 {
  --tw-shadow-color: rgb(146 64 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/80 {
  --tw-shadow-color: rgb(146 64 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/85 {
  --tw-shadow-color: rgb(146 64 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/90 {
  --tw-shadow-color: rgb(146 64 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-800\/95 {
  --tw-shadow-color: rgb(146 64 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900 {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/0 {
  --tw-shadow-color: rgb(120 53 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/10 {
  --tw-shadow-color: rgb(120 53 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/100 {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/15 {
  --tw-shadow-color: rgb(120 53 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/20 {
  --tw-shadow-color: rgb(120 53 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/25 {
  --tw-shadow-color: rgb(120 53 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/30 {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/35 {
  --tw-shadow-color: rgb(120 53 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/40 {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/45 {
  --tw-shadow-color: rgb(120 53 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/5 {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/50 {
  --tw-shadow-color: rgb(120 53 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/55 {
  --tw-shadow-color: rgb(120 53 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/60 {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/65 {
  --tw-shadow-color: rgb(120 53 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/70 {
  --tw-shadow-color: rgb(120 53 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/75 {
  --tw-shadow-color: rgb(120 53 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/80 {
  --tw-shadow-color: rgb(120 53 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/85 {
  --tw-shadow-color: rgb(120 53 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/90 {
  --tw-shadow-color: rgb(120 53 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-900\/95 {
  --tw-shadow-color: rgb(120 53 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950 {
  --tw-shadow-color: #451a03;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/0 {
  --tw-shadow-color: rgb(69 26 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/10 {
  --tw-shadow-color: rgb(69 26 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/100 {
  --tw-shadow-color: rgb(69 26 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/15 {
  --tw-shadow-color: rgb(69 26 3 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/20 {
  --tw-shadow-color: rgb(69 26 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/25 {
  --tw-shadow-color: rgb(69 26 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/30 {
  --tw-shadow-color: rgb(69 26 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/35 {
  --tw-shadow-color: rgb(69 26 3 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/40 {
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/45 {
  --tw-shadow-color: rgb(69 26 3 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/5 {
  --tw-shadow-color: rgb(69 26 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/50 {
  --tw-shadow-color: rgb(69 26 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/55 {
  --tw-shadow-color: rgb(69 26 3 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/60 {
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/65 {
  --tw-shadow-color: rgb(69 26 3 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/70 {
  --tw-shadow-color: rgb(69 26 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/75 {
  --tw-shadow-color: rgb(69 26 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/80 {
  --tw-shadow-color: rgb(69 26 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/85 {
  --tw-shadow-color: rgb(69 26 3 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/90 {
  --tw-shadow-color: rgb(69 26 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-950\/95 {
  --tw-shadow-color: rgb(69 26 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100 {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/0 {
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/10 {
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/100 {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/15 {
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/20 {
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/25 {
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/30 {
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/35 {
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/40 {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/45 {
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/5 {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/50 {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/55 {
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/60 {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/65 {
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/70 {
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/75 {
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/80 {
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/85 {
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/90 {
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-100\/95 {
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/0 {
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/10 {
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/100 {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/15 {
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/20 {
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/25 {
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/30 {
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/35 {
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/40 {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/45 {
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/5 {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/50 {
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/55 {
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/60 {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/65 {
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/70 {
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/75 {
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/80 {
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/85 {
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/90 {
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-200\/95 {
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300 {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/0 {
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/10 {
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/100 {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/15 {
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/20 {
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/25 {
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/30 {
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/35 {
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/40 {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/45 {
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/5 {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/50 {
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/55 {
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/60 {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/65 {
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/70 {
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/75 {
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/80 {
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/85 {
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/90 {
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-300\/95 {
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400 {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/0 {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/10 {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/100 {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/15 {
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/20 {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/25 {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/30 {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/35 {
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/40 {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/45 {
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/5 {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/50 {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/55 {
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/60 {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/65 {
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/70 {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/75 {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/80 {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/85 {
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/90 {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-400\/95 {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50 {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/0 {
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/10 {
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/100 {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/15 {
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/20 {
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/25 {
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/30 {
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/35 {
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/40 {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/45 {
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/5 {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/50 {
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/55 {
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/60 {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/65 {
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/70 {
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/75 {
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/80 {
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/85 {
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/90 {
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-50\/95 {
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500 {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/0 {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/10 {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/100 {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/15 {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/30 {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/35 {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/40 {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/45 {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/5 {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/50 {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/55 {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/60 {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/65 {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/70 {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/75 {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/80 {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/85 {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/90 {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/95 {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600 {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/0 {
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/10 {
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/100 {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/15 {
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/20 {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/25 {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/30 {
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/35 {
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/40 {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/45 {
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/5 {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/50 {
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/55 {
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/60 {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/65 {
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/70 {
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/75 {
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/80 {
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/85 {
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/90 {
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-600\/95 {
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700 {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/0 {
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/10 {
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/100 {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/15 {
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/20 {
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/25 {
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/30 {
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/35 {
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/40 {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/45 {
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/5 {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/50 {
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/55 {
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/60 {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/65 {
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/70 {
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/75 {
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/80 {
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/85 {
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/90 {
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-700\/95 {
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800 {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/0 {
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/10 {
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/100 {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/15 {
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/20 {
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/25 {
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/30 {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/35 {
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/40 {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/45 {
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/5 {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/50 {
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/55 {
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/60 {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/65 {
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/70 {
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/75 {
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/80 {
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/85 {
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/90 {
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-800\/95 {
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900 {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/0 {
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/10 {
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/100 {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/15 {
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/20 {
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/25 {
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/30 {
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/35 {
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/40 {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/45 {
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/5 {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/50 {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/55 {
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/60 {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/65 {
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/70 {
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/75 {
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/80 {
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/85 {
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/90 {
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-900\/95 {
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950 {
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/0 {
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/10 {
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/100 {
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/15 {
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/20 {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/25 {
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/30 {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/35 {
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/40 {
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/45 {
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/5 {
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/50 {
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/55 {
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/60 {
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/65 {
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/70 {
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/75 {
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/80 {
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/85 {
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/90 {
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/95 {
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream {
  --tw-shadow-color: #fcf8f1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/0 {
  --tw-shadow-color: rgb(252 248 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/10 {
  --tw-shadow-color: rgb(252 248 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/100 {
  --tw-shadow-color: rgb(252 248 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/15 {
  --tw-shadow-color: rgb(252 248 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/20 {
  --tw-shadow-color: rgb(252 248 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/25 {
  --tw-shadow-color: rgb(252 248 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/30 {
  --tw-shadow-color: rgb(252 248 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/35 {
  --tw-shadow-color: rgb(252 248 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/40 {
  --tw-shadow-color: rgb(252 248 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/45 {
  --tw-shadow-color: rgb(252 248 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/5 {
  --tw-shadow-color: rgb(252 248 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/50 {
  --tw-shadow-color: rgb(252 248 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/55 {
  --tw-shadow-color: rgb(252 248 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/60 {
  --tw-shadow-color: rgb(252 248 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/65 {
  --tw-shadow-color: rgb(252 248 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/70 {
  --tw-shadow-color: rgb(252 248 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/75 {
  --tw-shadow-color: rgb(252 248 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/80 {
  --tw-shadow-color: rgb(252 248 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/85 {
  --tw-shadow-color: rgb(252 248 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/90 {
  --tw-shadow-color: rgb(252 248 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cream\/95 {
  --tw-shadow-color: rgb(252 248 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100 {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/0 {
  --tw-shadow-color: rgb(207 250 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/10 {
  --tw-shadow-color: rgb(207 250 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/100 {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/15 {
  --tw-shadow-color: rgb(207 250 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/20 {
  --tw-shadow-color: rgb(207 250 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/25 {
  --tw-shadow-color: rgb(207 250 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/30 {
  --tw-shadow-color: rgb(207 250 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/35 {
  --tw-shadow-color: rgb(207 250 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/40 {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/45 {
  --tw-shadow-color: rgb(207 250 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/5 {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/50 {
  --tw-shadow-color: rgb(207 250 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/55 {
  --tw-shadow-color: rgb(207 250 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/60 {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/65 {
  --tw-shadow-color: rgb(207 250 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/70 {
  --tw-shadow-color: rgb(207 250 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/75 {
  --tw-shadow-color: rgb(207 250 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/80 {
  --tw-shadow-color: rgb(207 250 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/85 {
  --tw-shadow-color: rgb(207 250 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/90 {
  --tw-shadow-color: rgb(207 250 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-100\/95 {
  --tw-shadow-color: rgb(207 250 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200 {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/0 {
  --tw-shadow-color: rgb(165 243 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/10 {
  --tw-shadow-color: rgb(165 243 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/100 {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/15 {
  --tw-shadow-color: rgb(165 243 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/20 {
  --tw-shadow-color: rgb(165 243 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/25 {
  --tw-shadow-color: rgb(165 243 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/30 {
  --tw-shadow-color: rgb(165 243 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/35 {
  --tw-shadow-color: rgb(165 243 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/40 {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/45 {
  --tw-shadow-color: rgb(165 243 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/5 {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/50 {
  --tw-shadow-color: rgb(165 243 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/55 {
  --tw-shadow-color: rgb(165 243 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/60 {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/65 {
  --tw-shadow-color: rgb(165 243 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/70 {
  --tw-shadow-color: rgb(165 243 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/75 {
  --tw-shadow-color: rgb(165 243 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/80 {
  --tw-shadow-color: rgb(165 243 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/85 {
  --tw-shadow-color: rgb(165 243 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/90 {
  --tw-shadow-color: rgb(165 243 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-200\/95 {
  --tw-shadow-color: rgb(165 243 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300 {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/0 {
  --tw-shadow-color: rgb(103 232 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/10 {
  --tw-shadow-color: rgb(103 232 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/100 {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/15 {
  --tw-shadow-color: rgb(103 232 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/20 {
  --tw-shadow-color: rgb(103 232 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/25 {
  --tw-shadow-color: rgb(103 232 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/30 {
  --tw-shadow-color: rgb(103 232 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/35 {
  --tw-shadow-color: rgb(103 232 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/40 {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/45 {
  --tw-shadow-color: rgb(103 232 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/5 {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/50 {
  --tw-shadow-color: rgb(103 232 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/55 {
  --tw-shadow-color: rgb(103 232 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/60 {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/65 {
  --tw-shadow-color: rgb(103 232 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/70 {
  --tw-shadow-color: rgb(103 232 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/75 {
  --tw-shadow-color: rgb(103 232 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/80 {
  --tw-shadow-color: rgb(103 232 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/85 {
  --tw-shadow-color: rgb(103 232 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/90 {
  --tw-shadow-color: rgb(103 232 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-300\/95 {
  --tw-shadow-color: rgb(103 232 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400 {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/0 {
  --tw-shadow-color: rgb(34 211 238 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/10 {
  --tw-shadow-color: rgb(34 211 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/100 {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/15 {
  --tw-shadow-color: rgb(34 211 238 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/20 {
  --tw-shadow-color: rgb(34 211 238 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/25 {
  --tw-shadow-color: rgb(34 211 238 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/30 {
  --tw-shadow-color: rgb(34 211 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/35 {
  --tw-shadow-color: rgb(34 211 238 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/40 {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/45 {
  --tw-shadow-color: rgb(34 211 238 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/5 {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/50 {
  --tw-shadow-color: rgb(34 211 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/55 {
  --tw-shadow-color: rgb(34 211 238 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/60 {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/65 {
  --tw-shadow-color: rgb(34 211 238 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/70 {
  --tw-shadow-color: rgb(34 211 238 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/75 {
  --tw-shadow-color: rgb(34 211 238 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/80 {
  --tw-shadow-color: rgb(34 211 238 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/85 {
  --tw-shadow-color: rgb(34 211 238 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/90 {
  --tw-shadow-color: rgb(34 211 238 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-400\/95 {
  --tw-shadow-color: rgb(34 211 238 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50 {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/0 {
  --tw-shadow-color: rgb(236 254 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/10 {
  --tw-shadow-color: rgb(236 254 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/100 {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/15 {
  --tw-shadow-color: rgb(236 254 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/20 {
  --tw-shadow-color: rgb(236 254 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/25 {
  --tw-shadow-color: rgb(236 254 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/30 {
  --tw-shadow-color: rgb(236 254 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/35 {
  --tw-shadow-color: rgb(236 254 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/40 {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/45 {
  --tw-shadow-color: rgb(236 254 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/5 {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/50 {
  --tw-shadow-color: rgb(236 254 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/55 {
  --tw-shadow-color: rgb(236 254 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/60 {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/65 {
  --tw-shadow-color: rgb(236 254 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/70 {
  --tw-shadow-color: rgb(236 254 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/75 {
  --tw-shadow-color: rgb(236 254 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/80 {
  --tw-shadow-color: rgb(236 254 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/85 {
  --tw-shadow-color: rgb(236 254 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/90 {
  --tw-shadow-color: rgb(236 254 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-50\/95 {
  --tw-shadow-color: rgb(236 254 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500 {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/15 {
  --tw-shadow-color: rgb(6 182 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/35 {
  --tw-shadow-color: rgb(6 182 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/45 {
  --tw-shadow-color: rgb(6 182 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/55 {
  --tw-shadow-color: rgb(6 182 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/65 {
  --tw-shadow-color: rgb(6 182 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/85 {
  --tw-shadow-color: rgb(6 182 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-500\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600 {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/0 {
  --tw-shadow-color: rgb(8 145 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/10 {
  --tw-shadow-color: rgb(8 145 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/100 {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/15 {
  --tw-shadow-color: rgb(8 145 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/20 {
  --tw-shadow-color: rgb(8 145 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/25 {
  --tw-shadow-color: rgb(8 145 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/30 {
  --tw-shadow-color: rgb(8 145 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/35 {
  --tw-shadow-color: rgb(8 145 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/40 {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/45 {
  --tw-shadow-color: rgb(8 145 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/5 {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/50 {
  --tw-shadow-color: rgb(8 145 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/55 {
  --tw-shadow-color: rgb(8 145 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/60 {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/65 {
  --tw-shadow-color: rgb(8 145 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/70 {
  --tw-shadow-color: rgb(8 145 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/75 {
  --tw-shadow-color: rgb(8 145 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/80 {
  --tw-shadow-color: rgb(8 145 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/85 {
  --tw-shadow-color: rgb(8 145 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/90 {
  --tw-shadow-color: rgb(8 145 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-600\/95 {
  --tw-shadow-color: rgb(8 145 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700 {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/0 {
  --tw-shadow-color: rgb(14 116 144 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/10 {
  --tw-shadow-color: rgb(14 116 144 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/100 {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/15 {
  --tw-shadow-color: rgb(14 116 144 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/20 {
  --tw-shadow-color: rgb(14 116 144 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/25 {
  --tw-shadow-color: rgb(14 116 144 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/30 {
  --tw-shadow-color: rgb(14 116 144 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/35 {
  --tw-shadow-color: rgb(14 116 144 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/40 {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/45 {
  --tw-shadow-color: rgb(14 116 144 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/5 {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/50 {
  --tw-shadow-color: rgb(14 116 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/55 {
  --tw-shadow-color: rgb(14 116 144 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/60 {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/65 {
  --tw-shadow-color: rgb(14 116 144 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/70 {
  --tw-shadow-color: rgb(14 116 144 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/75 {
  --tw-shadow-color: rgb(14 116 144 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/80 {
  --tw-shadow-color: rgb(14 116 144 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/85 {
  --tw-shadow-color: rgb(14 116 144 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/90 {
  --tw-shadow-color: rgb(14 116 144 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-700\/95 {
  --tw-shadow-color: rgb(14 116 144 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800 {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/0 {
  --tw-shadow-color: rgb(21 94 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/10 {
  --tw-shadow-color: rgb(21 94 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/100 {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/15 {
  --tw-shadow-color: rgb(21 94 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/20 {
  --tw-shadow-color: rgb(21 94 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/25 {
  --tw-shadow-color: rgb(21 94 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/30 {
  --tw-shadow-color: rgb(21 94 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/35 {
  --tw-shadow-color: rgb(21 94 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/40 {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/45 {
  --tw-shadow-color: rgb(21 94 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/5 {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/50 {
  --tw-shadow-color: rgb(21 94 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/55 {
  --tw-shadow-color: rgb(21 94 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/60 {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/65 {
  --tw-shadow-color: rgb(21 94 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/70 {
  --tw-shadow-color: rgb(21 94 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/75 {
  --tw-shadow-color: rgb(21 94 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/80 {
  --tw-shadow-color: rgb(21 94 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/85 {
  --tw-shadow-color: rgb(21 94 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/90 {
  --tw-shadow-color: rgb(21 94 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-800\/95 {
  --tw-shadow-color: rgb(21 94 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900 {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/0 {
  --tw-shadow-color: rgb(22 78 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/10 {
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/100 {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/15 {
  --tw-shadow-color: rgb(22 78 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/20 {
  --tw-shadow-color: rgb(22 78 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/25 {
  --tw-shadow-color: rgb(22 78 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/30 {
  --tw-shadow-color: rgb(22 78 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/35 {
  --tw-shadow-color: rgb(22 78 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/40 {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/45 {
  --tw-shadow-color: rgb(22 78 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/5 {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/50 {
  --tw-shadow-color: rgb(22 78 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/55 {
  --tw-shadow-color: rgb(22 78 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/60 {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/65 {
  --tw-shadow-color: rgb(22 78 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/70 {
  --tw-shadow-color: rgb(22 78 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/75 {
  --tw-shadow-color: rgb(22 78 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/80 {
  --tw-shadow-color: rgb(22 78 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/85 {
  --tw-shadow-color: rgb(22 78 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/90 {
  --tw-shadow-color: rgb(22 78 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/95 {
  --tw-shadow-color: rgb(22 78 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950 {
  --tw-shadow-color: #083344;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/0 {
  --tw-shadow-color: rgb(8 51 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/10 {
  --tw-shadow-color: rgb(8 51 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/100 {
  --tw-shadow-color: rgb(8 51 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/15 {
  --tw-shadow-color: rgb(8 51 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/20 {
  --tw-shadow-color: rgb(8 51 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/25 {
  --tw-shadow-color: rgb(8 51 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/30 {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/35 {
  --tw-shadow-color: rgb(8 51 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/40 {
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/45 {
  --tw-shadow-color: rgb(8 51 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/5 {
  --tw-shadow-color: rgb(8 51 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/50 {
  --tw-shadow-color: rgb(8 51 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/55 {
  --tw-shadow-color: rgb(8 51 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/60 {
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/65 {
  --tw-shadow-color: rgb(8 51 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/70 {
  --tw-shadow-color: rgb(8 51 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/75 {
  --tw-shadow-color: rgb(8 51 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/80 {
  --tw-shadow-color: rgb(8 51 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/85 {
  --tw-shadow-color: rgb(8 51 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/90 {
  --tw-shadow-color: rgb(8 51 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/95 {
  --tw-shadow-color: rgb(8 51 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark {
  --tw-shadow-color: #0c1427;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/0 {
  --tw-shadow-color: rgb(12 20 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/10 {
  --tw-shadow-color: rgb(12 20 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/100 {
  --tw-shadow-color: rgb(12 20 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/15 {
  --tw-shadow-color: rgb(12 20 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/20 {
  --tw-shadow-color: rgb(12 20 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/25 {
  --tw-shadow-color: rgb(12 20 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/30 {
  --tw-shadow-color: rgb(12 20 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/35 {
  --tw-shadow-color: rgb(12 20 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/40 {
  --tw-shadow-color: rgb(12 20 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/45 {
  --tw-shadow-color: rgb(12 20 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/5 {
  --tw-shadow-color: rgb(12 20 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/50 {
  --tw-shadow-color: rgb(12 20 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/55 {
  --tw-shadow-color: rgb(12 20 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/60 {
  --tw-shadow-color: rgb(12 20 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/65 {
  --tw-shadow-color: rgb(12 20 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/70 {
  --tw-shadow-color: rgb(12 20 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/75 {
  --tw-shadow-color: rgb(12 20 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/80 {
  --tw-shadow-color: rgb(12 20 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/85 {
  --tw-shadow-color: rgb(12 20 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/90 {
  --tw-shadow-color: rgb(12 20 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark\/95 {
  --tw-shadow-color: rgb(12 20 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100 {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/0 {
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/10 {
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/100 {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/15 {
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/20 {
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/25 {
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/30 {
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/35 {
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/40 {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/45 {
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/5 {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/50 {
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/55 {
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/60 {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/65 {
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/70 {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/75 {
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/80 {
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/85 {
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/90 {
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/95 {
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200 {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/0 {
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/10 {
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/100 {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/15 {
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/20 {
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/25 {
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/30 {
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/35 {
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/40 {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/45 {
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/5 {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/50 {
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/55 {
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/60 {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/65 {
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/70 {
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/75 {
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/80 {
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/85 {
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/90 {
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-200\/95 {
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300 {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/0 {
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/10 {
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/100 {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/15 {
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/20 {
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/25 {
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/30 {
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/35 {
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/40 {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/45 {
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/5 {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/50 {
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/55 {
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/60 {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/65 {
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/70 {
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/75 {
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/80 {
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/85 {
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/90 {
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-300\/95 {
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400 {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/0 {
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/10 {
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/100 {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/15 {
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/20 {
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/25 {
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/30 {
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/35 {
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/40 {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/45 {
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/5 {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/50 {
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/55 {
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/60 {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/65 {
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/70 {
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/75 {
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/80 {
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/85 {
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/90 {
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-400\/95 {
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50 {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/0 {
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/10 {
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/100 {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/15 {
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/20 {
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/25 {
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/30 {
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/35 {
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/40 {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/45 {
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/5 {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/50 {
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/55 {
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/60 {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/65 {
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/70 {
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/75 {
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/80 {
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/85 {
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/90 {
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-50\/95 {
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500 {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/0 {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/10 {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/100 {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/15 {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/30 {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/35 {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/40 {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/45 {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/5 {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/50 {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/55 {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/60 {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/65 {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/70 {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/75 {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/80 {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/85 {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/90 {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/95 {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600 {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/0 {
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/10 {
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/100 {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/15 {
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/20 {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/25 {
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/30 {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/35 {
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/40 {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/45 {
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/5 {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/50 {
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/55 {
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/60 {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/65 {
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/70 {
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/75 {
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/80 {
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/85 {
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/90 {
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/95 {
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700 {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/0 {
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/10 {
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/100 {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/15 {
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/20 {
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/25 {
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/30 {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/35 {
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/40 {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/45 {
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/5 {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/50 {
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/55 {
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/60 {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/65 {
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/70 {
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/75 {
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/80 {
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/85 {
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/90 {
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/95 {
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800 {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/0 {
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/10 {
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/100 {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/15 {
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/20 {
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/25 {
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/30 {
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/35 {
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/40 {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/45 {
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/5 {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/50 {
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/55 {
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/60 {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/65 {
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/70 {
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/75 {
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/80 {
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/85 {
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/90 {
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-800\/95 {
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900 {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/0 {
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/10 {
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/100 {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/15 {
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/20 {
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/25 {
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/30 {
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/35 {
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/40 {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/45 {
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/5 {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/50 {
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/55 {
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/60 {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/65 {
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/70 {
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/75 {
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/80 {
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/85 {
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/90 {
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-900\/95 {
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950 {
  --tw-shadow-color: #022c22;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/0 {
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/10 {
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/100 {
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/15 {
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/20 {
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/25 {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/30 {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/35 {
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/40 {
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/45 {
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/5 {
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/50 {
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/55 {
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/60 {
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/65 {
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/70 {
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/75 {
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/80 {
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/85 {
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/90 {
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/95 {
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100 {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/0 {
  --tw-shadow-color: rgb(250 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/10 {
  --tw-shadow-color: rgb(250 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/100 {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/15 {
  --tw-shadow-color: rgb(250 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/20 {
  --tw-shadow-color: rgb(250 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/25 {
  --tw-shadow-color: rgb(250 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/30 {
  --tw-shadow-color: rgb(250 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/35 {
  --tw-shadow-color: rgb(250 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/40 {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/45 {
  --tw-shadow-color: rgb(250 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/5 {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/50 {
  --tw-shadow-color: rgb(250 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/55 {
  --tw-shadow-color: rgb(250 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/60 {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/65 {
  --tw-shadow-color: rgb(250 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/70 {
  --tw-shadow-color: rgb(250 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/75 {
  --tw-shadow-color: rgb(250 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/80 {
  --tw-shadow-color: rgb(250 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/85 {
  --tw-shadow-color: rgb(250 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/90 {
  --tw-shadow-color: rgb(250 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-100\/95 {
  --tw-shadow-color: rgb(250 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200 {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/0 {
  --tw-shadow-color: rgb(245 208 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/10 {
  --tw-shadow-color: rgb(245 208 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/100 {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/15 {
  --tw-shadow-color: rgb(245 208 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/20 {
  --tw-shadow-color: rgb(245 208 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/25 {
  --tw-shadow-color: rgb(245 208 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/30 {
  --tw-shadow-color: rgb(245 208 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/35 {
  --tw-shadow-color: rgb(245 208 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/40 {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/45 {
  --tw-shadow-color: rgb(245 208 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/5 {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/50 {
  --tw-shadow-color: rgb(245 208 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/55 {
  --tw-shadow-color: rgb(245 208 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/60 {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/65 {
  --tw-shadow-color: rgb(245 208 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/70 {
  --tw-shadow-color: rgb(245 208 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/75 {
  --tw-shadow-color: rgb(245 208 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/80 {
  --tw-shadow-color: rgb(245 208 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/85 {
  --tw-shadow-color: rgb(245 208 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/90 {
  --tw-shadow-color: rgb(245 208 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-200\/95 {
  --tw-shadow-color: rgb(245 208 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300 {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/0 {
  --tw-shadow-color: rgb(240 171 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/10 {
  --tw-shadow-color: rgb(240 171 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/100 {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/15 {
  --tw-shadow-color: rgb(240 171 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/20 {
  --tw-shadow-color: rgb(240 171 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/25 {
  --tw-shadow-color: rgb(240 171 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/30 {
  --tw-shadow-color: rgb(240 171 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/35 {
  --tw-shadow-color: rgb(240 171 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/40 {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/45 {
  --tw-shadow-color: rgb(240 171 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/5 {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/50 {
  --tw-shadow-color: rgb(240 171 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/55 {
  --tw-shadow-color: rgb(240 171 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/60 {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/65 {
  --tw-shadow-color: rgb(240 171 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/70 {
  --tw-shadow-color: rgb(240 171 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/75 {
  --tw-shadow-color: rgb(240 171 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/80 {
  --tw-shadow-color: rgb(240 171 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/85 {
  --tw-shadow-color: rgb(240 171 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/90 {
  --tw-shadow-color: rgb(240 171 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-300\/95 {
  --tw-shadow-color: rgb(240 171 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400 {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/0 {
  --tw-shadow-color: rgb(232 121 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/10 {
  --tw-shadow-color: rgb(232 121 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/100 {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/15 {
  --tw-shadow-color: rgb(232 121 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/20 {
  --tw-shadow-color: rgb(232 121 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/25 {
  --tw-shadow-color: rgb(232 121 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/30 {
  --tw-shadow-color: rgb(232 121 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/35 {
  --tw-shadow-color: rgb(232 121 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/40 {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/45 {
  --tw-shadow-color: rgb(232 121 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/5 {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/50 {
  --tw-shadow-color: rgb(232 121 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/55 {
  --tw-shadow-color: rgb(232 121 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/60 {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/65 {
  --tw-shadow-color: rgb(232 121 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/70 {
  --tw-shadow-color: rgb(232 121 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/75 {
  --tw-shadow-color: rgb(232 121 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/80 {
  --tw-shadow-color: rgb(232 121 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/85 {
  --tw-shadow-color: rgb(232 121 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/90 {
  --tw-shadow-color: rgb(232 121 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-400\/95 {
  --tw-shadow-color: rgb(232 121 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50 {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/0 {
  --tw-shadow-color: rgb(253 244 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/10 {
  --tw-shadow-color: rgb(253 244 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/100 {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/15 {
  --tw-shadow-color: rgb(253 244 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/20 {
  --tw-shadow-color: rgb(253 244 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/25 {
  --tw-shadow-color: rgb(253 244 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/30 {
  --tw-shadow-color: rgb(253 244 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/35 {
  --tw-shadow-color: rgb(253 244 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/40 {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/45 {
  --tw-shadow-color: rgb(253 244 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/5 {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/50 {
  --tw-shadow-color: rgb(253 244 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/55 {
  --tw-shadow-color: rgb(253 244 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/60 {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/65 {
  --tw-shadow-color: rgb(253 244 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/70 {
  --tw-shadow-color: rgb(253 244 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/75 {
  --tw-shadow-color: rgb(253 244 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/80 {
  --tw-shadow-color: rgb(253 244 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/85 {
  --tw-shadow-color: rgb(253 244 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/90 {
  --tw-shadow-color: rgb(253 244 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-50\/95 {
  --tw-shadow-color: rgb(253 244 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500 {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/0 {
  --tw-shadow-color: rgb(217 70 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/10 {
  --tw-shadow-color: rgb(217 70 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/100 {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/15 {
  --tw-shadow-color: rgb(217 70 239 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/20 {
  --tw-shadow-color: rgb(217 70 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/25 {
  --tw-shadow-color: rgb(217 70 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/30 {
  --tw-shadow-color: rgb(217 70 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/35 {
  --tw-shadow-color: rgb(217 70 239 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/40 {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/45 {
  --tw-shadow-color: rgb(217 70 239 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/5 {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/50 {
  --tw-shadow-color: rgb(217 70 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/55 {
  --tw-shadow-color: rgb(217 70 239 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/60 {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/65 {
  --tw-shadow-color: rgb(217 70 239 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/70 {
  --tw-shadow-color: rgb(217 70 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/75 {
  --tw-shadow-color: rgb(217 70 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/80 {
  --tw-shadow-color: rgb(217 70 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/85 {
  --tw-shadow-color: rgb(217 70 239 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/90 {
  --tw-shadow-color: rgb(217 70 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-500\/95 {
  --tw-shadow-color: rgb(217 70 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600 {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/0 {
  --tw-shadow-color: rgb(192 38 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/10 {
  --tw-shadow-color: rgb(192 38 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/100 {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/15 {
  --tw-shadow-color: rgb(192 38 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/20 {
  --tw-shadow-color: rgb(192 38 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/25 {
  --tw-shadow-color: rgb(192 38 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/30 {
  --tw-shadow-color: rgb(192 38 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/35 {
  --tw-shadow-color: rgb(192 38 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/40 {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/45 {
  --tw-shadow-color: rgb(192 38 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/5 {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/50 {
  --tw-shadow-color: rgb(192 38 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/55 {
  --tw-shadow-color: rgb(192 38 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/60 {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/65 {
  --tw-shadow-color: rgb(192 38 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/70 {
  --tw-shadow-color: rgb(192 38 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/75 {
  --tw-shadow-color: rgb(192 38 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/80 {
  --tw-shadow-color: rgb(192 38 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/85 {
  --tw-shadow-color: rgb(192 38 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/90 {
  --tw-shadow-color: rgb(192 38 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-600\/95 {
  --tw-shadow-color: rgb(192 38 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700 {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/0 {
  --tw-shadow-color: rgb(162 28 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/10 {
  --tw-shadow-color: rgb(162 28 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/100 {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/15 {
  --tw-shadow-color: rgb(162 28 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/20 {
  --tw-shadow-color: rgb(162 28 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/25 {
  --tw-shadow-color: rgb(162 28 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/30 {
  --tw-shadow-color: rgb(162 28 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/35 {
  --tw-shadow-color: rgb(162 28 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/40 {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/45 {
  --tw-shadow-color: rgb(162 28 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/5 {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/50 {
  --tw-shadow-color: rgb(162 28 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/55 {
  --tw-shadow-color: rgb(162 28 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/60 {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/65 {
  --tw-shadow-color: rgb(162 28 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/70 {
  --tw-shadow-color: rgb(162 28 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/75 {
  --tw-shadow-color: rgb(162 28 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/80 {
  --tw-shadow-color: rgb(162 28 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/85 {
  --tw-shadow-color: rgb(162 28 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/90 {
  --tw-shadow-color: rgb(162 28 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-700\/95 {
  --tw-shadow-color: rgb(162 28 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800 {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/0 {
  --tw-shadow-color: rgb(134 25 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/10 {
  --tw-shadow-color: rgb(134 25 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/100 {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/15 {
  --tw-shadow-color: rgb(134 25 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/20 {
  --tw-shadow-color: rgb(134 25 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/25 {
  --tw-shadow-color: rgb(134 25 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/30 {
  --tw-shadow-color: rgb(134 25 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/35 {
  --tw-shadow-color: rgb(134 25 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/40 {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/45 {
  --tw-shadow-color: rgb(134 25 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/5 {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/50 {
  --tw-shadow-color: rgb(134 25 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/55 {
  --tw-shadow-color: rgb(134 25 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/60 {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/65 {
  --tw-shadow-color: rgb(134 25 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/70 {
  --tw-shadow-color: rgb(134 25 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/75 {
  --tw-shadow-color: rgb(134 25 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/80 {
  --tw-shadow-color: rgb(134 25 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/85 {
  --tw-shadow-color: rgb(134 25 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/90 {
  --tw-shadow-color: rgb(134 25 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-800\/95 {
  --tw-shadow-color: rgb(134 25 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900 {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/0 {
  --tw-shadow-color: rgb(112 26 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/10 {
  --tw-shadow-color: rgb(112 26 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/100 {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/15 {
  --tw-shadow-color: rgb(112 26 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/20 {
  --tw-shadow-color: rgb(112 26 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/25 {
  --tw-shadow-color: rgb(112 26 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/30 {
  --tw-shadow-color: rgb(112 26 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/35 {
  --tw-shadow-color: rgb(112 26 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/40 {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/45 {
  --tw-shadow-color: rgb(112 26 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/5 {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/50 {
  --tw-shadow-color: rgb(112 26 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/55 {
  --tw-shadow-color: rgb(112 26 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/60 {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/65 {
  --tw-shadow-color: rgb(112 26 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/70 {
  --tw-shadow-color: rgb(112 26 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/75 {
  --tw-shadow-color: rgb(112 26 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/80 {
  --tw-shadow-color: rgb(112 26 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/85 {
  --tw-shadow-color: rgb(112 26 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/90 {
  --tw-shadow-color: rgb(112 26 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-900\/95 {
  --tw-shadow-color: rgb(112 26 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950 {
  --tw-shadow-color: #4a044e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/0 {
  --tw-shadow-color: rgb(74 4 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/10 {
  --tw-shadow-color: rgb(74 4 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/100 {
  --tw-shadow-color: rgb(74 4 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/15 {
  --tw-shadow-color: rgb(74 4 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/20 {
  --tw-shadow-color: rgb(74 4 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/25 {
  --tw-shadow-color: rgb(74 4 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/30 {
  --tw-shadow-color: rgb(74 4 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/35 {
  --tw-shadow-color: rgb(74 4 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/40 {
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/45 {
  --tw-shadow-color: rgb(74 4 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/5 {
  --tw-shadow-color: rgb(74 4 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/50 {
  --tw-shadow-color: rgb(74 4 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/55 {
  --tw-shadow-color: rgb(74 4 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/60 {
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/65 {
  --tw-shadow-color: rgb(74 4 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/70 {
  --tw-shadow-color: rgb(74 4 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/75 {
  --tw-shadow-color: rgb(74 4 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/80 {
  --tw-shadow-color: rgb(74 4 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/85 {
  --tw-shadow-color: rgb(74 4 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/90 {
  --tw-shadow-color: rgb(74 4 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fuchsia-950\/95 {
  --tw-shadow-color: rgb(74 4 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/0 {
  --tw-shadow-color: rgb(243 244 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/10 {
  --tw-shadow-color: rgb(243 244 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/100 {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/15 {
  --tw-shadow-color: rgb(243 244 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/20 {
  --tw-shadow-color: rgb(243 244 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/25 {
  --tw-shadow-color: rgb(243 244 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/30 {
  --tw-shadow-color: rgb(243 244 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/35 {
  --tw-shadow-color: rgb(243 244 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/40 {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/45 {
  --tw-shadow-color: rgb(243 244 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/5 {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/50 {
  --tw-shadow-color: rgb(243 244 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/55 {
  --tw-shadow-color: rgb(243 244 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/60 {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/65 {
  --tw-shadow-color: rgb(243 244 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/70 {
  --tw-shadow-color: rgb(243 244 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/75 {
  --tw-shadow-color: rgb(243 244 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/80 {
  --tw-shadow-color: rgb(243 244 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/85 {
  --tw-shadow-color: rgb(243 244 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/90 {
  --tw-shadow-color: rgb(243 244 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-100\/95 {
  --tw-shadow-color: rgb(243 244 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/0 {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/10 {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/100 {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/15 {
  --tw-shadow-color: rgb(229 231 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/20 {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/25 {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/30 {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/35 {
  --tw-shadow-color: rgb(229 231 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/40 {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/45 {
  --tw-shadow-color: rgb(229 231 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/5 {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/55 {
  --tw-shadow-color: rgb(229 231 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/60 {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/65 {
  --tw-shadow-color: rgb(229 231 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/70 {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/75 {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/80 {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/85 {
  --tw-shadow-color: rgb(229 231 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/90 {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/95 {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/0 {
  --tw-shadow-color: rgb(209 213 219 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/10 {
  --tw-shadow-color: rgb(209 213 219 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/100 {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/15 {
  --tw-shadow-color: rgb(209 213 219 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/20 {
  --tw-shadow-color: rgb(209 213 219 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/25 {
  --tw-shadow-color: rgb(209 213 219 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/30 {
  --tw-shadow-color: rgb(209 213 219 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/35 {
  --tw-shadow-color: rgb(209 213 219 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/40 {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/45 {
  --tw-shadow-color: rgb(209 213 219 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/5 {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/50 {
  --tw-shadow-color: rgb(209 213 219 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/55 {
  --tw-shadow-color: rgb(209 213 219 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/60 {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/65 {
  --tw-shadow-color: rgb(209 213 219 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/70 {
  --tw-shadow-color: rgb(209 213 219 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/75 {
  --tw-shadow-color: rgb(209 213 219 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/80 {
  --tw-shadow-color: rgb(209 213 219 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/85 {
  --tw-shadow-color: rgb(209 213 219 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/90 {
  --tw-shadow-color: rgb(209 213 219 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-300\/95 {
  --tw-shadow-color: rgb(209 213 219 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400 {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/0 {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/10 {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/15 {
  --tw-shadow-color: rgb(156 163 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/20 {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/25 {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/30 {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/35 {
  --tw-shadow-color: rgb(156 163 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/45 {
  --tw-shadow-color: rgb(156 163 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/50 {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/55 {
  --tw-shadow-color: rgb(156 163 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/65 {
  --tw-shadow-color: rgb(156 163 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/70 {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/75 {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/80 {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/85 {
  --tw-shadow-color: rgb(156 163 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/90 {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-400\/95 {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50 {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/0 {
  --tw-shadow-color: rgb(249 250 251 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/10 {
  --tw-shadow-color: rgb(249 250 251 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/100 {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/15 {
  --tw-shadow-color: rgb(249 250 251 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/20 {
  --tw-shadow-color: rgb(249 250 251 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/25 {
  --tw-shadow-color: rgb(249 250 251 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/30 {
  --tw-shadow-color: rgb(249 250 251 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/35 {
  --tw-shadow-color: rgb(249 250 251 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/40 {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/45 {
  --tw-shadow-color: rgb(249 250 251 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/5 {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/50 {
  --tw-shadow-color: rgb(249 250 251 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/55 {
  --tw-shadow-color: rgb(249 250 251 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/60 {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/65 {
  --tw-shadow-color: rgb(249 250 251 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/70 {
  --tw-shadow-color: rgb(249 250 251 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/75 {
  --tw-shadow-color: rgb(249 250 251 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/80 {
  --tw-shadow-color: rgb(249 250 251 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/85 {
  --tw-shadow-color: rgb(249 250 251 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/90 {
  --tw-shadow-color: rgb(249 250 251 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-50\/95 {
  --tw-shadow-color: rgb(249 250 251 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/0 {
  --tw-shadow-color: rgb(107 114 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/10 {
  --tw-shadow-color: rgb(107 114 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/100 {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/15 {
  --tw-shadow-color: rgb(107 114 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/25 {
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/30 {
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/35 {
  --tw-shadow-color: rgb(107 114 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/45 {
  --tw-shadow-color: rgb(107 114 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/5 {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/50 {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/55 {
  --tw-shadow-color: rgb(107 114 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/60 {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/65 {
  --tw-shadow-color: rgb(107 114 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/70 {
  --tw-shadow-color: rgb(107 114 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/75 {
  --tw-shadow-color: rgb(107 114 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/80 {
  --tw-shadow-color: rgb(107 114 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/85 {
  --tw-shadow-color: rgb(107 114 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/90 {
  --tw-shadow-color: rgb(107 114 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/95 {
  --tw-shadow-color: rgb(107 114 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600 {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/0 {
  --tw-shadow-color: rgb(75 85 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/10 {
  --tw-shadow-color: rgb(75 85 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/100 {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/15 {
  --tw-shadow-color: rgb(75 85 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/20 {
  --tw-shadow-color: rgb(75 85 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/25 {
  --tw-shadow-color: rgb(75 85 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/30 {
  --tw-shadow-color: rgb(75 85 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/35 {
  --tw-shadow-color: rgb(75 85 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/40 {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/45 {
  --tw-shadow-color: rgb(75 85 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/5 {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/50 {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/55 {
  --tw-shadow-color: rgb(75 85 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/60 {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/65 {
  --tw-shadow-color: rgb(75 85 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/70 {
  --tw-shadow-color: rgb(75 85 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/75 {
  --tw-shadow-color: rgb(75 85 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/80 {
  --tw-shadow-color: rgb(75 85 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/85 {
  --tw-shadow-color: rgb(75 85 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/90 {
  --tw-shadow-color: rgb(75 85 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600\/95 {
  --tw-shadow-color: rgb(75 85 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700 {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/0 {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/10 {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/100 {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/15 {
  --tw-shadow-color: rgb(55 65 81 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/20 {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/25 {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/30 {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/35 {
  --tw-shadow-color: rgb(55 65 81 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/40 {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/45 {
  --tw-shadow-color: rgb(55 65 81 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/5 {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/50 {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/55 {
  --tw-shadow-color: rgb(55 65 81 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/60 {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/65 {
  --tw-shadow-color: rgb(55 65 81 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/70 {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/75 {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/80 {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/85 {
  --tw-shadow-color: rgb(55 65 81 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/90 {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-700\/95 {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800 {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/0 {
  --tw-shadow-color: rgb(31 41 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/10 {
  --tw-shadow-color: rgb(31 41 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/100 {
  --tw-shadow-color: rgb(31 41 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/15 {
  --tw-shadow-color: rgb(31 41 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/20 {
  --tw-shadow-color: rgb(31 41 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/25 {
  --tw-shadow-color: rgb(31 41 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/30 {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/35 {
  --tw-shadow-color: rgb(31 41 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/40 {
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/45 {
  --tw-shadow-color: rgb(31 41 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/5 {
  --tw-shadow-color: rgb(31 41 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/50 {
  --tw-shadow-color: rgb(31 41 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/55 {
  --tw-shadow-color: rgb(31 41 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/60 {
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/65 {
  --tw-shadow-color: rgb(31 41 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/70 {
  --tw-shadow-color: rgb(31 41 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/75 {
  --tw-shadow-color: rgb(31 41 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/80 {
  --tw-shadow-color: rgb(31 41 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/85 {
  --tw-shadow-color: rgb(31 41 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/90 {
  --tw-shadow-color: rgb(31 41 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-800\/95 {
  --tw-shadow-color: rgb(31 41 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900 {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/0 {
  --tw-shadow-color: rgb(17 24 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/10 {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/100 {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/15 {
  --tw-shadow-color: rgb(17 24 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/20 {
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/25 {
  --tw-shadow-color: rgb(17 24 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/30 {
  --tw-shadow-color: rgb(17 24 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/35 {
  --tw-shadow-color: rgb(17 24 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/40 {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/45 {
  --tw-shadow-color: rgb(17 24 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/5 {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/50 {
  --tw-shadow-color: rgb(17 24 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/55 {
  --tw-shadow-color: rgb(17 24 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/60 {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/65 {
  --tw-shadow-color: rgb(17 24 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/70 {
  --tw-shadow-color: rgb(17 24 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/75 {
  --tw-shadow-color: rgb(17 24 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/80 {
  --tw-shadow-color: rgb(17 24 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/85 {
  --tw-shadow-color: rgb(17 24 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/90 {
  --tw-shadow-color: rgb(17 24 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-900\/95 {
  --tw-shadow-color: rgb(17 24 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950 {
  --tw-shadow-color: #030712;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/0 {
  --tw-shadow-color: rgb(3 7 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/10 {
  --tw-shadow-color: rgb(3 7 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/100 {
  --tw-shadow-color: rgb(3 7 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/15 {
  --tw-shadow-color: rgb(3 7 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/20 {
  --tw-shadow-color: rgb(3 7 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/25 {
  --tw-shadow-color: rgb(3 7 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/30 {
  --tw-shadow-color: rgb(3 7 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/35 {
  --tw-shadow-color: rgb(3 7 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/40 {
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/45 {
  --tw-shadow-color: rgb(3 7 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/5 {
  --tw-shadow-color: rgb(3 7 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/50 {
  --tw-shadow-color: rgb(3 7 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/55 {
  --tw-shadow-color: rgb(3 7 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/60 {
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/65 {
  --tw-shadow-color: rgb(3 7 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/70 {
  --tw-shadow-color: rgb(3 7 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/75 {
  --tw-shadow-color: rgb(3 7 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/80 {
  --tw-shadow-color: rgb(3 7 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/85 {
  --tw-shadow-color: rgb(3 7 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/90 {
  --tw-shadow-color: rgb(3 7 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-950\/95 {
  --tw-shadow-color: rgb(3 7 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green {
  --tw-shadow-color: #9ac31c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/0 {
  --tw-shadow-color: rgb(154 195 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/10 {
  --tw-shadow-color: rgb(154 195 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/100 {
  --tw-shadow-color: rgb(154 195 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/15 {
  --tw-shadow-color: rgb(154 195 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/20 {
  --tw-shadow-color: rgb(154 195 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/25 {
  --tw-shadow-color: rgb(154 195 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/30 {
  --tw-shadow-color: rgb(154 195 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/35 {
  --tw-shadow-color: rgb(154 195 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/40 {
  --tw-shadow-color: rgb(154 195 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/45 {
  --tw-shadow-color: rgb(154 195 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/5 {
  --tw-shadow-color: rgb(154 195 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/50 {
  --tw-shadow-color: rgb(154 195 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/55 {
  --tw-shadow-color: rgb(154 195 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/60 {
  --tw-shadow-color: rgb(154 195 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/65 {
  --tw-shadow-color: rgb(154 195 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/70 {
  --tw-shadow-color: rgb(154 195 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/75 {
  --tw-shadow-color: rgb(154 195 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/80 {
  --tw-shadow-color: rgb(154 195 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/85 {
  --tw-shadow-color: rgb(154 195 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/90 {
  --tw-shadow-color: rgb(154 195 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/95 {
  --tw-shadow-color: rgb(154 195 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey {
  --tw-shadow-color: #d2d2d2ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/0 {
  --tw-shadow-color: rgb(210 210 210 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/10 {
  --tw-shadow-color: rgb(210 210 210 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/100 {
  --tw-shadow-color: rgb(210 210 210 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/15 {
  --tw-shadow-color: rgb(210 210 210 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/20 {
  --tw-shadow-color: rgb(210 210 210 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/25 {
  --tw-shadow-color: rgb(210 210 210 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/30 {
  --tw-shadow-color: rgb(210 210 210 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/35 {
  --tw-shadow-color: rgb(210 210 210 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/40 {
  --tw-shadow-color: rgb(210 210 210 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/45 {
  --tw-shadow-color: rgb(210 210 210 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/5 {
  --tw-shadow-color: rgb(210 210 210 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/50 {
  --tw-shadow-color: rgb(210 210 210 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/55 {
  --tw-shadow-color: rgb(210 210 210 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/60 {
  --tw-shadow-color: rgb(210 210 210 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/65 {
  --tw-shadow-color: rgb(210 210 210 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/70 {
  --tw-shadow-color: rgb(210 210 210 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/75 {
  --tw-shadow-color: rgb(210 210 210 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/80 {
  --tw-shadow-color: rgb(210 210 210 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/85 {
  --tw-shadow-color: rgb(210 210 210 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/90 {
  --tw-shadow-color: rgb(210 210 210 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/95 {
  --tw-shadow-color: rgb(210 210 210 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100 {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/0 {
  --tw-shadow-color: rgb(224 231 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/10 {
  --tw-shadow-color: rgb(224 231 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/100 {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/15 {
  --tw-shadow-color: rgb(224 231 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/20 {
  --tw-shadow-color: rgb(224 231 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/25 {
  --tw-shadow-color: rgb(224 231 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/30 {
  --tw-shadow-color: rgb(224 231 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/35 {
  --tw-shadow-color: rgb(224 231 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/40 {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/45 {
  --tw-shadow-color: rgb(224 231 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/5 {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/50 {
  --tw-shadow-color: rgb(224 231 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/55 {
  --tw-shadow-color: rgb(224 231 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/60 {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/65 {
  --tw-shadow-color: rgb(224 231 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/70 {
  --tw-shadow-color: rgb(224 231 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/75 {
  --tw-shadow-color: rgb(224 231 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/80 {
  --tw-shadow-color: rgb(224 231 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/85 {
  --tw-shadow-color: rgb(224 231 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/90 {
  --tw-shadow-color: rgb(224 231 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100\/95 {
  --tw-shadow-color: rgb(224 231 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/0 {
  --tw-shadow-color: rgb(199 210 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/10 {
  --tw-shadow-color: rgb(199 210 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/100 {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/15 {
  --tw-shadow-color: rgb(199 210 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/20 {
  --tw-shadow-color: rgb(199 210 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/25 {
  --tw-shadow-color: rgb(199 210 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/30 {
  --tw-shadow-color: rgb(199 210 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/35 {
  --tw-shadow-color: rgb(199 210 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/40 {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/45 {
  --tw-shadow-color: rgb(199 210 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/5 {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/50 {
  --tw-shadow-color: rgb(199 210 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/55 {
  --tw-shadow-color: rgb(199 210 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/60 {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/65 {
  --tw-shadow-color: rgb(199 210 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/70 {
  --tw-shadow-color: rgb(199 210 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/75 {
  --tw-shadow-color: rgb(199 210 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/80 {
  --tw-shadow-color: rgb(199 210 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/85 {
  --tw-shadow-color: rgb(199 210 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/90 {
  --tw-shadow-color: rgb(199 210 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200\/95 {
  --tw-shadow-color: rgb(199 210 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300 {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/0 {
  --tw-shadow-color: rgb(165 180 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/10 {
  --tw-shadow-color: rgb(165 180 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/100 {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/15 {
  --tw-shadow-color: rgb(165 180 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/20 {
  --tw-shadow-color: rgb(165 180 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/25 {
  --tw-shadow-color: rgb(165 180 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/30 {
  --tw-shadow-color: rgb(165 180 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/35 {
  --tw-shadow-color: rgb(165 180 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/40 {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/45 {
  --tw-shadow-color: rgb(165 180 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/5 {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/50 {
  --tw-shadow-color: rgb(165 180 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/55 {
  --tw-shadow-color: rgb(165 180 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/60 {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/65 {
  --tw-shadow-color: rgb(165 180 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/70 {
  --tw-shadow-color: rgb(165 180 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/75 {
  --tw-shadow-color: rgb(165 180 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/80 {
  --tw-shadow-color: rgb(165 180 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/85 {
  --tw-shadow-color: rgb(165 180 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/90 {
  --tw-shadow-color: rgb(165 180 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-300\/95 {
  --tw-shadow-color: rgb(165 180 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400 {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/0 {
  --tw-shadow-color: rgb(129 140 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/10 {
  --tw-shadow-color: rgb(129 140 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/100 {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/15 {
  --tw-shadow-color: rgb(129 140 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/20 {
  --tw-shadow-color: rgb(129 140 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/25 {
  --tw-shadow-color: rgb(129 140 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/30 {
  --tw-shadow-color: rgb(129 140 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/35 {
  --tw-shadow-color: rgb(129 140 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/40 {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/45 {
  --tw-shadow-color: rgb(129 140 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/5 {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/50 {
  --tw-shadow-color: rgb(129 140 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/55 {
  --tw-shadow-color: rgb(129 140 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/60 {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/65 {
  --tw-shadow-color: rgb(129 140 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/70 {
  --tw-shadow-color: rgb(129 140 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/75 {
  --tw-shadow-color: rgb(129 140 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/80 {
  --tw-shadow-color: rgb(129 140 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/85 {
  --tw-shadow-color: rgb(129 140 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/90 {
  --tw-shadow-color: rgb(129 140 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-400\/95 {
  --tw-shadow-color: rgb(129 140 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50 {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/0 {
  --tw-shadow-color: rgb(238 242 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/10 {
  --tw-shadow-color: rgb(238 242 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/100 {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/15 {
  --tw-shadow-color: rgb(238 242 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/20 {
  --tw-shadow-color: rgb(238 242 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/25 {
  --tw-shadow-color: rgb(238 242 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/30 {
  --tw-shadow-color: rgb(238 242 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/35 {
  --tw-shadow-color: rgb(238 242 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/40 {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/45 {
  --tw-shadow-color: rgb(238 242 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/5 {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/50 {
  --tw-shadow-color: rgb(238 242 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/55 {
  --tw-shadow-color: rgb(238 242 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/60 {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/65 {
  --tw-shadow-color: rgb(238 242 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/70 {
  --tw-shadow-color: rgb(238 242 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/75 {
  --tw-shadow-color: rgb(238 242 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/80 {
  --tw-shadow-color: rgb(238 242 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/85 {
  --tw-shadow-color: rgb(238 242 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/90 {
  --tw-shadow-color: rgb(238 242 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-50\/95 {
  --tw-shadow-color: rgb(238 242 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500 {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/0 {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/10 {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/100 {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/15 {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/20 {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/25 {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/30 {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/35 {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/40 {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/45 {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/5 {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/50 {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/55 {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/60 {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/65 {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/70 {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/75 {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/80 {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/85 {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/90 {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/95 {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600 {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/0 {
  --tw-shadow-color: rgb(79 70 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/10 {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/100 {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/15 {
  --tw-shadow-color: rgb(79 70 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/20 {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/25 {
  --tw-shadow-color: rgb(79 70 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/30 {
  --tw-shadow-color: rgb(79 70 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/35 {
  --tw-shadow-color: rgb(79 70 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/40 {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/45 {
  --tw-shadow-color: rgb(79 70 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/5 {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/50 {
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/55 {
  --tw-shadow-color: rgb(79 70 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/60 {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/65 {
  --tw-shadow-color: rgb(79 70 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/70 {
  --tw-shadow-color: rgb(79 70 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/75 {
  --tw-shadow-color: rgb(79 70 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/80 {
  --tw-shadow-color: rgb(79 70 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/85 {
  --tw-shadow-color: rgb(79 70 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/90 {
  --tw-shadow-color: rgb(79 70 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-600\/95 {
  --tw-shadow-color: rgb(79 70 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700 {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/0 {
  --tw-shadow-color: rgb(67 56 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/10 {
  --tw-shadow-color: rgb(67 56 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/100 {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/15 {
  --tw-shadow-color: rgb(67 56 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/20 {
  --tw-shadow-color: rgb(67 56 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/25 {
  --tw-shadow-color: rgb(67 56 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/30 {
  --tw-shadow-color: rgb(67 56 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/35 {
  --tw-shadow-color: rgb(67 56 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/40 {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/45 {
  --tw-shadow-color: rgb(67 56 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/5 {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/50 {
  --tw-shadow-color: rgb(67 56 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/55 {
  --tw-shadow-color: rgb(67 56 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/60 {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/65 {
  --tw-shadow-color: rgb(67 56 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/70 {
  --tw-shadow-color: rgb(67 56 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/75 {
  --tw-shadow-color: rgb(67 56 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/80 {
  --tw-shadow-color: rgb(67 56 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/85 {
  --tw-shadow-color: rgb(67 56 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/90 {
  --tw-shadow-color: rgb(67 56 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-700\/95 {
  --tw-shadow-color: rgb(67 56 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800 {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/0 {
  --tw-shadow-color: rgb(55 48 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/10 {
  --tw-shadow-color: rgb(55 48 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/100 {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/15 {
  --tw-shadow-color: rgb(55 48 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/20 {
  --tw-shadow-color: rgb(55 48 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/25 {
  --tw-shadow-color: rgb(55 48 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/30 {
  --tw-shadow-color: rgb(55 48 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/35 {
  --tw-shadow-color: rgb(55 48 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/40 {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/45 {
  --tw-shadow-color: rgb(55 48 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/5 {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/50 {
  --tw-shadow-color: rgb(55 48 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/55 {
  --tw-shadow-color: rgb(55 48 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/60 {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/65 {
  --tw-shadow-color: rgb(55 48 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/70 {
  --tw-shadow-color: rgb(55 48 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/75 {
  --tw-shadow-color: rgb(55 48 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/80 {
  --tw-shadow-color: rgb(55 48 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/85 {
  --tw-shadow-color: rgb(55 48 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/90 {
  --tw-shadow-color: rgb(55 48 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-800\/95 {
  --tw-shadow-color: rgb(55 48 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900 {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/0 {
  --tw-shadow-color: rgb(49 46 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/10 {
  --tw-shadow-color: rgb(49 46 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/100 {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/15 {
  --tw-shadow-color: rgb(49 46 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/20 {
  --tw-shadow-color: rgb(49 46 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/25 {
  --tw-shadow-color: rgb(49 46 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/30 {
  --tw-shadow-color: rgb(49 46 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/35 {
  --tw-shadow-color: rgb(49 46 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/40 {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/45 {
  --tw-shadow-color: rgb(49 46 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/5 {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/50 {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/55 {
  --tw-shadow-color: rgb(49 46 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/60 {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/65 {
  --tw-shadow-color: rgb(49 46 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/70 {
  --tw-shadow-color: rgb(49 46 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/75 {
  --tw-shadow-color: rgb(49 46 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/80 {
  --tw-shadow-color: rgb(49 46 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/85 {
  --tw-shadow-color: rgb(49 46 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/90 {
  --tw-shadow-color: rgb(49 46 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-900\/95 {
  --tw-shadow-color: rgb(49 46 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950 {
  --tw-shadow-color: #1e1b4b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/0 {
  --tw-shadow-color: rgb(30 27 75 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/10 {
  --tw-shadow-color: rgb(30 27 75 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/100 {
  --tw-shadow-color: rgb(30 27 75 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/15 {
  --tw-shadow-color: rgb(30 27 75 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/20 {
  --tw-shadow-color: rgb(30 27 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/25 {
  --tw-shadow-color: rgb(30 27 75 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/30 {
  --tw-shadow-color: rgb(30 27 75 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/35 {
  --tw-shadow-color: rgb(30 27 75 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/40 {
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/45 {
  --tw-shadow-color: rgb(30 27 75 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/5 {
  --tw-shadow-color: rgb(30 27 75 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/50 {
  --tw-shadow-color: rgb(30 27 75 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/55 {
  --tw-shadow-color: rgb(30 27 75 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/60 {
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/65 {
  --tw-shadow-color: rgb(30 27 75 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/70 {
  --tw-shadow-color: rgb(30 27 75 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/75 {
  --tw-shadow-color: rgb(30 27 75 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/80 {
  --tw-shadow-color: rgb(30 27 75 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/85 {
  --tw-shadow-color: rgb(30 27 75 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/90 {
  --tw-shadow-color: rgb(30 27 75 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-950\/95 {
  --tw-shadow-color: rgb(30 27 75 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-inherit {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime {
  --tw-shadow-color: #EFF3D0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/0 {
  --tw-shadow-color: rgb(239 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/10 {
  --tw-shadow-color: rgb(239 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/100 {
  --tw-shadow-color: rgb(239 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/15 {
  --tw-shadow-color: rgb(239 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/20 {
  --tw-shadow-color: rgb(239 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/25 {
  --tw-shadow-color: rgb(239 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/30 {
  --tw-shadow-color: rgb(239 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/35 {
  --tw-shadow-color: rgb(239 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/40 {
  --tw-shadow-color: rgb(239 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/45 {
  --tw-shadow-color: rgb(239 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/5 {
  --tw-shadow-color: rgb(239 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/50 {
  --tw-shadow-color: rgb(239 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/55 {
  --tw-shadow-color: rgb(239 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/60 {
  --tw-shadow-color: rgb(239 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/65 {
  --tw-shadow-color: rgb(239 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/70 {
  --tw-shadow-color: rgb(239 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/75 {
  --tw-shadow-color: rgb(239 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/80 {
  --tw-shadow-color: rgb(239 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/85 {
  --tw-shadow-color: rgb(239 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/90 {
  --tw-shadow-color: rgb(239 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-light-lime\/95 {
  --tw-shadow-color: rgb(239 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime {
  --tw-shadow-color: #d5d86f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/0 {
  --tw-shadow-color: rgb(213 216 111 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/10 {
  --tw-shadow-color: rgb(213 216 111 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/100 {
  --tw-shadow-color: rgb(213 216 111 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/15 {
  --tw-shadow-color: rgb(213 216 111 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/20 {
  --tw-shadow-color: rgb(213 216 111 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/25 {
  --tw-shadow-color: rgb(213 216 111 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/30 {
  --tw-shadow-color: rgb(213 216 111 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/35 {
  --tw-shadow-color: rgb(213 216 111 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/40 {
  --tw-shadow-color: rgb(213 216 111 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/45 {
  --tw-shadow-color: rgb(213 216 111 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/5 {
  --tw-shadow-color: rgb(213 216 111 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/50 {
  --tw-shadow-color: rgb(213 216 111 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/55 {
  --tw-shadow-color: rgb(213 216 111 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/60 {
  --tw-shadow-color: rgb(213 216 111 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/65 {
  --tw-shadow-color: rgb(213 216 111 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/70 {
  --tw-shadow-color: rgb(213 216 111 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/75 {
  --tw-shadow-color: rgb(213 216 111 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/80 {
  --tw-shadow-color: rgb(213 216 111 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/85 {
  --tw-shadow-color: rgb(213 216 111 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/90 {
  --tw-shadow-color: rgb(213 216 111 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lime\/95 {
  --tw-shadow-color: rgb(213 216 111 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100 {
  --tw-shadow-color: #f5f5f5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/0 {
  --tw-shadow-color: rgb(245 245 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/10 {
  --tw-shadow-color: rgb(245 245 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/100 {
  --tw-shadow-color: rgb(245 245 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/15 {
  --tw-shadow-color: rgb(245 245 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/20 {
  --tw-shadow-color: rgb(245 245 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/25 {
  --tw-shadow-color: rgb(245 245 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/30 {
  --tw-shadow-color: rgb(245 245 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/35 {
  --tw-shadow-color: rgb(245 245 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/40 {
  --tw-shadow-color: rgb(245 245 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/45 {
  --tw-shadow-color: rgb(245 245 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/5 {
  --tw-shadow-color: rgb(245 245 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/50 {
  --tw-shadow-color: rgb(245 245 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/55 {
  --tw-shadow-color: rgb(245 245 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/60 {
  --tw-shadow-color: rgb(245 245 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/65 {
  --tw-shadow-color: rgb(245 245 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/70 {
  --tw-shadow-color: rgb(245 245 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/75 {
  --tw-shadow-color: rgb(245 245 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/80 {
  --tw-shadow-color: rgb(245 245 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/85 {
  --tw-shadow-color: rgb(245 245 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/90 {
  --tw-shadow-color: rgb(245 245 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-100\/95 {
  --tw-shadow-color: rgb(245 245 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200 {
  --tw-shadow-color: #e5e5e5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/0 {
  --tw-shadow-color: rgb(229 229 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/10 {
  --tw-shadow-color: rgb(229 229 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/100 {
  --tw-shadow-color: rgb(229 229 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/15 {
  --tw-shadow-color: rgb(229 229 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/20 {
  --tw-shadow-color: rgb(229 229 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/25 {
  --tw-shadow-color: rgb(229 229 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/30 {
  --tw-shadow-color: rgb(229 229 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/35 {
  --tw-shadow-color: rgb(229 229 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/40 {
  --tw-shadow-color: rgb(229 229 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/45 {
  --tw-shadow-color: rgb(229 229 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/5 {
  --tw-shadow-color: rgb(229 229 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/50 {
  --tw-shadow-color: rgb(229 229 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/55 {
  --tw-shadow-color: rgb(229 229 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/60 {
  --tw-shadow-color: rgb(229 229 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/65 {
  --tw-shadow-color: rgb(229 229 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/70 {
  --tw-shadow-color: rgb(229 229 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/75 {
  --tw-shadow-color: rgb(229 229 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/80 {
  --tw-shadow-color: rgb(229 229 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/85 {
  --tw-shadow-color: rgb(229 229 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/90 {
  --tw-shadow-color: rgb(229 229 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-200\/95 {
  --tw-shadow-color: rgb(229 229 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300 {
  --tw-shadow-color: #d4d4d4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/0 {
  --tw-shadow-color: rgb(212 212 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/10 {
  --tw-shadow-color: rgb(212 212 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/100 {
  --tw-shadow-color: rgb(212 212 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/15 {
  --tw-shadow-color: rgb(212 212 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/20 {
  --tw-shadow-color: rgb(212 212 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/25 {
  --tw-shadow-color: rgb(212 212 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/30 {
  --tw-shadow-color: rgb(212 212 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/35 {
  --tw-shadow-color: rgb(212 212 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/40 {
  --tw-shadow-color: rgb(212 212 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/45 {
  --tw-shadow-color: rgb(212 212 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/5 {
  --tw-shadow-color: rgb(212 212 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/50 {
  --tw-shadow-color: rgb(212 212 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/55 {
  --tw-shadow-color: rgb(212 212 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/60 {
  --tw-shadow-color: rgb(212 212 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/65 {
  --tw-shadow-color: rgb(212 212 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/70 {
  --tw-shadow-color: rgb(212 212 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/75 {
  --tw-shadow-color: rgb(212 212 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/80 {
  --tw-shadow-color: rgb(212 212 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/85 {
  --tw-shadow-color: rgb(212 212 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/90 {
  --tw-shadow-color: rgb(212 212 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-300\/95 {
  --tw-shadow-color: rgb(212 212 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400 {
  --tw-shadow-color: #a3a3a3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/0 {
  --tw-shadow-color: rgb(163 163 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/10 {
  --tw-shadow-color: rgb(163 163 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/100 {
  --tw-shadow-color: rgb(163 163 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/15 {
  --tw-shadow-color: rgb(163 163 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/20 {
  --tw-shadow-color: rgb(163 163 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/25 {
  --tw-shadow-color: rgb(163 163 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/30 {
  --tw-shadow-color: rgb(163 163 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/35 {
  --tw-shadow-color: rgb(163 163 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/40 {
  --tw-shadow-color: rgb(163 163 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/45 {
  --tw-shadow-color: rgb(163 163 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/5 {
  --tw-shadow-color: rgb(163 163 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/50 {
  --tw-shadow-color: rgb(163 163 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/55 {
  --tw-shadow-color: rgb(163 163 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/60 {
  --tw-shadow-color: rgb(163 163 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/65 {
  --tw-shadow-color: rgb(163 163 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/70 {
  --tw-shadow-color: rgb(163 163 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/75 {
  --tw-shadow-color: rgb(163 163 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/80 {
  --tw-shadow-color: rgb(163 163 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/85 {
  --tw-shadow-color: rgb(163 163 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/90 {
  --tw-shadow-color: rgb(163 163 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-400\/95 {
  --tw-shadow-color: rgb(163 163 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500 {
  --tw-shadow-color: #737373;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/0 {
  --tw-shadow-color: rgb(115 115 115 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/10 {
  --tw-shadow-color: rgb(115 115 115 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/100 {
  --tw-shadow-color: rgb(115 115 115 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/15 {
  --tw-shadow-color: rgb(115 115 115 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/20 {
  --tw-shadow-color: rgb(115 115 115 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/25 {
  --tw-shadow-color: rgb(115 115 115 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/30 {
  --tw-shadow-color: rgb(115 115 115 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/35 {
  --tw-shadow-color: rgb(115 115 115 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/40 {
  --tw-shadow-color: rgb(115 115 115 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/45 {
  --tw-shadow-color: rgb(115 115 115 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/5 {
  --tw-shadow-color: rgb(115 115 115 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/50 {
  --tw-shadow-color: rgb(115 115 115 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/55 {
  --tw-shadow-color: rgb(115 115 115 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/60 {
  --tw-shadow-color: rgb(115 115 115 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/65 {
  --tw-shadow-color: rgb(115 115 115 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/70 {
  --tw-shadow-color: rgb(115 115 115 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/75 {
  --tw-shadow-color: rgb(115 115 115 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/80 {
  --tw-shadow-color: rgb(115 115 115 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/85 {
  --tw-shadow-color: rgb(115 115 115 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/90 {
  --tw-shadow-color: rgb(115 115 115 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-500\/95 {
  --tw-shadow-color: rgb(115 115 115 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600 {
  --tw-shadow-color: #525252;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/0 {
  --tw-shadow-color: rgb(82 82 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/10 {
  --tw-shadow-color: rgb(82 82 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/100 {
  --tw-shadow-color: rgb(82 82 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/15 {
  --tw-shadow-color: rgb(82 82 82 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/20 {
  --tw-shadow-color: rgb(82 82 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/25 {
  --tw-shadow-color: rgb(82 82 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/30 {
  --tw-shadow-color: rgb(82 82 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/35 {
  --tw-shadow-color: rgb(82 82 82 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/40 {
  --tw-shadow-color: rgb(82 82 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/45 {
  --tw-shadow-color: rgb(82 82 82 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/5 {
  --tw-shadow-color: rgb(82 82 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/50 {
  --tw-shadow-color: rgb(82 82 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/55 {
  --tw-shadow-color: rgb(82 82 82 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/60 {
  --tw-shadow-color: rgb(82 82 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/65 {
  --tw-shadow-color: rgb(82 82 82 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/70 {
  --tw-shadow-color: rgb(82 82 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/75 {
  --tw-shadow-color: rgb(82 82 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/80 {
  --tw-shadow-color: rgb(82 82 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/85 {
  --tw-shadow-color: rgb(82 82 82 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/90 {
  --tw-shadow-color: rgb(82 82 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-600\/95 {
  --tw-shadow-color: rgb(82 82 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700 {
  --tw-shadow-color: #404040;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/15 {
  --tw-shadow-color: rgb(64 64 64 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/35 {
  --tw-shadow-color: rgb(64 64 64 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/45 {
  --tw-shadow-color: rgb(64 64 64 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/55 {
  --tw-shadow-color: rgb(64 64 64 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/65 {
  --tw-shadow-color: rgb(64 64 64 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/85 {
  --tw-shadow-color: rgb(64 64 64 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-700\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800 {
  --tw-shadow-color: #262626;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/0 {
  --tw-shadow-color: rgb(38 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/10 {
  --tw-shadow-color: rgb(38 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/100 {
  --tw-shadow-color: rgb(38 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/15 {
  --tw-shadow-color: rgb(38 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/20 {
  --tw-shadow-color: rgb(38 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/25 {
  --tw-shadow-color: rgb(38 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/30 {
  --tw-shadow-color: rgb(38 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/35 {
  --tw-shadow-color: rgb(38 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/40 {
  --tw-shadow-color: rgb(38 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/45 {
  --tw-shadow-color: rgb(38 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/5 {
  --tw-shadow-color: rgb(38 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/50 {
  --tw-shadow-color: rgb(38 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/55 {
  --tw-shadow-color: rgb(38 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/60 {
  --tw-shadow-color: rgb(38 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/65 {
  --tw-shadow-color: rgb(38 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/70 {
  --tw-shadow-color: rgb(38 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/75 {
  --tw-shadow-color: rgb(38 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/80 {
  --tw-shadow-color: rgb(38 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/85 {
  --tw-shadow-color: rgb(38 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/90 {
  --tw-shadow-color: rgb(38 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-800\/95 {
  --tw-shadow-color: rgb(38 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900 {
  --tw-shadow-color: #171717;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/0 {
  --tw-shadow-color: rgb(23 23 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/10 {
  --tw-shadow-color: rgb(23 23 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/100 {
  --tw-shadow-color: rgb(23 23 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/15 {
  --tw-shadow-color: rgb(23 23 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/20 {
  --tw-shadow-color: rgb(23 23 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/25 {
  --tw-shadow-color: rgb(23 23 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/30 {
  --tw-shadow-color: rgb(23 23 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/35 {
  --tw-shadow-color: rgb(23 23 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/40 {
  --tw-shadow-color: rgb(23 23 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/45 {
  --tw-shadow-color: rgb(23 23 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/5 {
  --tw-shadow-color: rgb(23 23 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/50 {
  --tw-shadow-color: rgb(23 23 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/55 {
  --tw-shadow-color: rgb(23 23 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/60 {
  --tw-shadow-color: rgb(23 23 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/65 {
  --tw-shadow-color: rgb(23 23 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/70 {
  --tw-shadow-color: rgb(23 23 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/75 {
  --tw-shadow-color: rgb(23 23 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/80 {
  --tw-shadow-color: rgb(23 23 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/85 {
  --tw-shadow-color: rgb(23 23 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/90 {
  --tw-shadow-color: rgb(23 23 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-900\/95 {
  --tw-shadow-color: rgb(23 23 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950 {
  --tw-shadow-color: #0a0a0a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/0 {
  --tw-shadow-color: rgb(10 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/10 {
  --tw-shadow-color: rgb(10 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/100 {
  --tw-shadow-color: rgb(10 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/15 {
  --tw-shadow-color: rgb(10 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/20 {
  --tw-shadow-color: rgb(10 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/25 {
  --tw-shadow-color: rgb(10 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/30 {
  --tw-shadow-color: rgb(10 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/35 {
  --tw-shadow-color: rgb(10 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/40 {
  --tw-shadow-color: rgb(10 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/45 {
  --tw-shadow-color: rgb(10 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/5 {
  --tw-shadow-color: rgb(10 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/50 {
  --tw-shadow-color: rgb(10 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/55 {
  --tw-shadow-color: rgb(10 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/60 {
  --tw-shadow-color: rgb(10 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/65 {
  --tw-shadow-color: rgb(10 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/70 {
  --tw-shadow-color: rgb(10 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/75 {
  --tw-shadow-color: rgb(10 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/80 {
  --tw-shadow-color: rgb(10 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/85 {
  --tw-shadow-color: rgb(10 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/90 {
  --tw-shadow-color: rgb(10 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-neutral-950\/95 {
  --tw-shadow-color: rgb(10 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100 {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/0 {
  --tw-shadow-color: rgb(255 237 213 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/10 {
  --tw-shadow-color: rgb(255 237 213 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/100 {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/15 {
  --tw-shadow-color: rgb(255 237 213 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/20 {
  --tw-shadow-color: rgb(255 237 213 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/25 {
  --tw-shadow-color: rgb(255 237 213 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/30 {
  --tw-shadow-color: rgb(255 237 213 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/35 {
  --tw-shadow-color: rgb(255 237 213 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/40 {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/45 {
  --tw-shadow-color: rgb(255 237 213 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/5 {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/50 {
  --tw-shadow-color: rgb(255 237 213 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/55 {
  --tw-shadow-color: rgb(255 237 213 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/60 {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/65 {
  --tw-shadow-color: rgb(255 237 213 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/70 {
  --tw-shadow-color: rgb(255 237 213 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/75 {
  --tw-shadow-color: rgb(255 237 213 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/80 {
  --tw-shadow-color: rgb(255 237 213 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/85 {
  --tw-shadow-color: rgb(255 237 213 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/90 {
  --tw-shadow-color: rgb(255 237 213 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100\/95 {
  --tw-shadow-color: rgb(255 237 213 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200 {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/0 {
  --tw-shadow-color: rgb(254 215 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/10 {
  --tw-shadow-color: rgb(254 215 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/100 {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/15 {
  --tw-shadow-color: rgb(254 215 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/20 {
  --tw-shadow-color: rgb(254 215 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/25 {
  --tw-shadow-color: rgb(254 215 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/30 {
  --tw-shadow-color: rgb(254 215 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/35 {
  --tw-shadow-color: rgb(254 215 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/40 {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/45 {
  --tw-shadow-color: rgb(254 215 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/5 {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/50 {
  --tw-shadow-color: rgb(254 215 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/55 {
  --tw-shadow-color: rgb(254 215 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/60 {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/65 {
  --tw-shadow-color: rgb(254 215 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/70 {
  --tw-shadow-color: rgb(254 215 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/75 {
  --tw-shadow-color: rgb(254 215 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/80 {
  --tw-shadow-color: rgb(254 215 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/85 {
  --tw-shadow-color: rgb(254 215 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/90 {
  --tw-shadow-color: rgb(254 215 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-200\/95 {
  --tw-shadow-color: rgb(254 215 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300 {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/0 {
  --tw-shadow-color: rgb(253 186 116 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/10 {
  --tw-shadow-color: rgb(253 186 116 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/100 {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/15 {
  --tw-shadow-color: rgb(253 186 116 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/20 {
  --tw-shadow-color: rgb(253 186 116 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/25 {
  --tw-shadow-color: rgb(253 186 116 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/30 {
  --tw-shadow-color: rgb(253 186 116 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/35 {
  --tw-shadow-color: rgb(253 186 116 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/40 {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/45 {
  --tw-shadow-color: rgb(253 186 116 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/5 {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/50 {
  --tw-shadow-color: rgb(253 186 116 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/55 {
  --tw-shadow-color: rgb(253 186 116 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/60 {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/65 {
  --tw-shadow-color: rgb(253 186 116 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/70 {
  --tw-shadow-color: rgb(253 186 116 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/75 {
  --tw-shadow-color: rgb(253 186 116 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/80 {
  --tw-shadow-color: rgb(253 186 116 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/85 {
  --tw-shadow-color: rgb(253 186 116 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/90 {
  --tw-shadow-color: rgb(253 186 116 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-300\/95 {
  --tw-shadow-color: rgb(253 186 116 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400 {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/0 {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/10 {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/100 {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/15 {
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/20 {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/25 {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/30 {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/35 {
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/40 {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/45 {
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/5 {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/50 {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/55 {
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/60 {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/65 {
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/70 {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/75 {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/80 {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/85 {
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/90 {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-400\/95 {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50 {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/0 {
  --tw-shadow-color: rgb(255 247 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/10 {
  --tw-shadow-color: rgb(255 247 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/100 {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/15 {
  --tw-shadow-color: rgb(255 247 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/20 {
  --tw-shadow-color: rgb(255 247 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/25 {
  --tw-shadow-color: rgb(255 247 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/30 {
  --tw-shadow-color: rgb(255 247 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/35 {
  --tw-shadow-color: rgb(255 247 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/40 {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/45 {
  --tw-shadow-color: rgb(255 247 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/5 {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/50 {
  --tw-shadow-color: rgb(255 247 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/55 {
  --tw-shadow-color: rgb(255 247 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/60 {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/65 {
  --tw-shadow-color: rgb(255 247 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/70 {
  --tw-shadow-color: rgb(255 247 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/75 {
  --tw-shadow-color: rgb(255 247 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/80 {
  --tw-shadow-color: rgb(255 247 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/85 {
  --tw-shadow-color: rgb(255 247 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/90 {
  --tw-shadow-color: rgb(255 247 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-50\/95 {
  --tw-shadow-color: rgb(255 247 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500 {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/0 {
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/10 {
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/100 {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/15 {
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/25 {
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/30 {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/35 {
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/40 {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/45 {
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/5 {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/50 {
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/55 {
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/60 {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/65 {
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/70 {
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/75 {
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/80 {
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/85 {
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/90 {
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/95 {
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600 {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/0 {
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/10 {
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/100 {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/15 {
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/20 {
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/25 {
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/30 {
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/35 {
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/40 {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/45 {
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/5 {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/50 {
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/55 {
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/60 {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/65 {
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/70 {
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/75 {
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/80 {
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/85 {
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/90 {
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-600\/95 {
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700 {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/0 {
  --tw-shadow-color: rgb(194 65 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/10 {
  --tw-shadow-color: rgb(194 65 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/100 {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/15 {
  --tw-shadow-color: rgb(194 65 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/20 {
  --tw-shadow-color: rgb(194 65 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/25 {
  --tw-shadow-color: rgb(194 65 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/30 {
  --tw-shadow-color: rgb(194 65 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/35 {
  --tw-shadow-color: rgb(194 65 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/40 {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/45 {
  --tw-shadow-color: rgb(194 65 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/5 {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/50 {
  --tw-shadow-color: rgb(194 65 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/55 {
  --tw-shadow-color: rgb(194 65 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/60 {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/65 {
  --tw-shadow-color: rgb(194 65 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/70 {
  --tw-shadow-color: rgb(194 65 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/75 {
  --tw-shadow-color: rgb(194 65 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/80 {
  --tw-shadow-color: rgb(194 65 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/85 {
  --tw-shadow-color: rgb(194 65 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/90 {
  --tw-shadow-color: rgb(194 65 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-700\/95 {
  --tw-shadow-color: rgb(194 65 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800 {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/0 {
  --tw-shadow-color: rgb(154 52 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/10 {
  --tw-shadow-color: rgb(154 52 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/100 {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/15 {
  --tw-shadow-color: rgb(154 52 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/20 {
  --tw-shadow-color: rgb(154 52 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/25 {
  --tw-shadow-color: rgb(154 52 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/30 {
  --tw-shadow-color: rgb(154 52 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/35 {
  --tw-shadow-color: rgb(154 52 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/40 {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/45 {
  --tw-shadow-color: rgb(154 52 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/5 {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/50 {
  --tw-shadow-color: rgb(154 52 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/55 {
  --tw-shadow-color: rgb(154 52 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/60 {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/65 {
  --tw-shadow-color: rgb(154 52 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/70 {
  --tw-shadow-color: rgb(154 52 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/75 {
  --tw-shadow-color: rgb(154 52 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/80 {
  --tw-shadow-color: rgb(154 52 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/85 {
  --tw-shadow-color: rgb(154 52 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/90 {
  --tw-shadow-color: rgb(154 52 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-800\/95 {
  --tw-shadow-color: rgb(154 52 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900 {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/0 {
  --tw-shadow-color: rgb(124 45 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/10 {
  --tw-shadow-color: rgb(124 45 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/100 {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/15 {
  --tw-shadow-color: rgb(124 45 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/20 {
  --tw-shadow-color: rgb(124 45 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/25 {
  --tw-shadow-color: rgb(124 45 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/30 {
  --tw-shadow-color: rgb(124 45 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/35 {
  --tw-shadow-color: rgb(124 45 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/40 {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/45 {
  --tw-shadow-color: rgb(124 45 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/5 {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/50 {
  --tw-shadow-color: rgb(124 45 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/55 {
  --tw-shadow-color: rgb(124 45 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/60 {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/65 {
  --tw-shadow-color: rgb(124 45 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/70 {
  --tw-shadow-color: rgb(124 45 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/75 {
  --tw-shadow-color: rgb(124 45 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/80 {
  --tw-shadow-color: rgb(124 45 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/85 {
  --tw-shadow-color: rgb(124 45 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/90 {
  --tw-shadow-color: rgb(124 45 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/95 {
  --tw-shadow-color: rgb(124 45 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950 {
  --tw-shadow-color: #431407;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/0 {
  --tw-shadow-color: rgb(67 20 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/10 {
  --tw-shadow-color: rgb(67 20 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/100 {
  --tw-shadow-color: rgb(67 20 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/15 {
  --tw-shadow-color: rgb(67 20 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/20 {
  --tw-shadow-color: rgb(67 20 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/25 {
  --tw-shadow-color: rgb(67 20 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/30 {
  --tw-shadow-color: rgb(67 20 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/35 {
  --tw-shadow-color: rgb(67 20 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/40 {
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/45 {
  --tw-shadow-color: rgb(67 20 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/5 {
  --tw-shadow-color: rgb(67 20 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/50 {
  --tw-shadow-color: rgb(67 20 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/55 {
  --tw-shadow-color: rgb(67 20 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/60 {
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/65 {
  --tw-shadow-color: rgb(67 20 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/70 {
  --tw-shadow-color: rgb(67 20 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/75 {
  --tw-shadow-color: rgb(67 20 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/80 {
  --tw-shadow-color: rgb(67 20 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/85 {
  --tw-shadow-color: rgb(67 20 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/90 {
  --tw-shadow-color: rgb(67 20 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-950\/95 {
  --tw-shadow-color: rgb(67 20 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100 {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/0 {
  --tw-shadow-color: rgb(252 231 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/10 {
  --tw-shadow-color: rgb(252 231 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/100 {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/15 {
  --tw-shadow-color: rgb(252 231 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/20 {
  --tw-shadow-color: rgb(252 231 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/25 {
  --tw-shadow-color: rgb(252 231 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/30 {
  --tw-shadow-color: rgb(252 231 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/35 {
  --tw-shadow-color: rgb(252 231 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/40 {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/45 {
  --tw-shadow-color: rgb(252 231 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/5 {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/50 {
  --tw-shadow-color: rgb(252 231 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/55 {
  --tw-shadow-color: rgb(252 231 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/60 {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/65 {
  --tw-shadow-color: rgb(252 231 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/70 {
  --tw-shadow-color: rgb(252 231 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/75 {
  --tw-shadow-color: rgb(252 231 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/80 {
  --tw-shadow-color: rgb(252 231 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/85 {
  --tw-shadow-color: rgb(252 231 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/90 {
  --tw-shadow-color: rgb(252 231 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-100\/95 {
  --tw-shadow-color: rgb(252 231 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200 {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/0 {
  --tw-shadow-color: rgb(251 207 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/10 {
  --tw-shadow-color: rgb(251 207 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/100 {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/15 {
  --tw-shadow-color: rgb(251 207 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/20 {
  --tw-shadow-color: rgb(251 207 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/25 {
  --tw-shadow-color: rgb(251 207 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/30 {
  --tw-shadow-color: rgb(251 207 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/35 {
  --tw-shadow-color: rgb(251 207 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/40 {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/45 {
  --tw-shadow-color: rgb(251 207 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/5 {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/50 {
  --tw-shadow-color: rgb(251 207 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/55 {
  --tw-shadow-color: rgb(251 207 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/60 {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/65 {
  --tw-shadow-color: rgb(251 207 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/70 {
  --tw-shadow-color: rgb(251 207 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/75 {
  --tw-shadow-color: rgb(251 207 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/80 {
  --tw-shadow-color: rgb(251 207 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/85 {
  --tw-shadow-color: rgb(251 207 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/90 {
  --tw-shadow-color: rgb(251 207 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-200\/95 {
  --tw-shadow-color: rgb(251 207 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300 {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/0 {
  --tw-shadow-color: rgb(249 168 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/10 {
  --tw-shadow-color: rgb(249 168 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/100 {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/15 {
  --tw-shadow-color: rgb(249 168 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/20 {
  --tw-shadow-color: rgb(249 168 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/25 {
  --tw-shadow-color: rgb(249 168 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/30 {
  --tw-shadow-color: rgb(249 168 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/35 {
  --tw-shadow-color: rgb(249 168 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/40 {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/45 {
  --tw-shadow-color: rgb(249 168 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/5 {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/50 {
  --tw-shadow-color: rgb(249 168 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/55 {
  --tw-shadow-color: rgb(249 168 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/60 {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/65 {
  --tw-shadow-color: rgb(249 168 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/70 {
  --tw-shadow-color: rgb(249 168 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/75 {
  --tw-shadow-color: rgb(249 168 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/80 {
  --tw-shadow-color: rgb(249 168 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/85 {
  --tw-shadow-color: rgb(249 168 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/90 {
  --tw-shadow-color: rgb(249 168 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-300\/95 {
  --tw-shadow-color: rgb(249 168 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400 {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/0 {
  --tw-shadow-color: rgb(244 114 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/10 {
  --tw-shadow-color: rgb(244 114 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/100 {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/15 {
  --tw-shadow-color: rgb(244 114 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/20 {
  --tw-shadow-color: rgb(244 114 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/25 {
  --tw-shadow-color: rgb(244 114 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/30 {
  --tw-shadow-color: rgb(244 114 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/35 {
  --tw-shadow-color: rgb(244 114 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/40 {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/45 {
  --tw-shadow-color: rgb(244 114 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/5 {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/50 {
  --tw-shadow-color: rgb(244 114 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/55 {
  --tw-shadow-color: rgb(244 114 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/60 {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/65 {
  --tw-shadow-color: rgb(244 114 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/70 {
  --tw-shadow-color: rgb(244 114 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/75 {
  --tw-shadow-color: rgb(244 114 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/80 {
  --tw-shadow-color: rgb(244 114 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/85 {
  --tw-shadow-color: rgb(244 114 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/90 {
  --tw-shadow-color: rgb(244 114 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-400\/95 {
  --tw-shadow-color: rgb(244 114 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50 {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/0 {
  --tw-shadow-color: rgb(253 242 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/10 {
  --tw-shadow-color: rgb(253 242 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/100 {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/15 {
  --tw-shadow-color: rgb(253 242 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/20 {
  --tw-shadow-color: rgb(253 242 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/25 {
  --tw-shadow-color: rgb(253 242 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/30 {
  --tw-shadow-color: rgb(253 242 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/35 {
  --tw-shadow-color: rgb(253 242 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/40 {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/45 {
  --tw-shadow-color: rgb(253 242 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/5 {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/50 {
  --tw-shadow-color: rgb(253 242 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/55 {
  --tw-shadow-color: rgb(253 242 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/60 {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/65 {
  --tw-shadow-color: rgb(253 242 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/70 {
  --tw-shadow-color: rgb(253 242 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/75 {
  --tw-shadow-color: rgb(253 242 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/80 {
  --tw-shadow-color: rgb(253 242 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/85 {
  --tw-shadow-color: rgb(253 242 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/90 {
  --tw-shadow-color: rgb(253 242 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-50\/95 {
  --tw-shadow-color: rgb(253 242 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500 {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/0 {
  --tw-shadow-color: rgb(236 72 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/10 {
  --tw-shadow-color: rgb(236 72 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/100 {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/15 {
  --tw-shadow-color: rgb(236 72 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/20 {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/25 {
  --tw-shadow-color: rgb(236 72 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/30 {
  --tw-shadow-color: rgb(236 72 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/35 {
  --tw-shadow-color: rgb(236 72 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/40 {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/45 {
  --tw-shadow-color: rgb(236 72 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/5 {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/50 {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/55 {
  --tw-shadow-color: rgb(236 72 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/60 {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/65 {
  --tw-shadow-color: rgb(236 72 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/70 {
  --tw-shadow-color: rgb(236 72 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/75 {
  --tw-shadow-color: rgb(236 72 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/80 {
  --tw-shadow-color: rgb(236 72 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/85 {
  --tw-shadow-color: rgb(236 72 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/90 {
  --tw-shadow-color: rgb(236 72 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-500\/95 {
  --tw-shadow-color: rgb(236 72 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600 {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/0 {
  --tw-shadow-color: rgb(219 39 119 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/10 {
  --tw-shadow-color: rgb(219 39 119 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/100 {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/15 {
  --tw-shadow-color: rgb(219 39 119 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/20 {
  --tw-shadow-color: rgb(219 39 119 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/25 {
  --tw-shadow-color: rgb(219 39 119 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/30 {
  --tw-shadow-color: rgb(219 39 119 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/35 {
  --tw-shadow-color: rgb(219 39 119 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/40 {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/45 {
  --tw-shadow-color: rgb(219 39 119 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/5 {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/50 {
  --tw-shadow-color: rgb(219 39 119 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/55 {
  --tw-shadow-color: rgb(219 39 119 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/60 {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/65 {
  --tw-shadow-color: rgb(219 39 119 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/70 {
  --tw-shadow-color: rgb(219 39 119 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/75 {
  --tw-shadow-color: rgb(219 39 119 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/80 {
  --tw-shadow-color: rgb(219 39 119 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/85 {
  --tw-shadow-color: rgb(219 39 119 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/90 {
  --tw-shadow-color: rgb(219 39 119 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-600\/95 {
  --tw-shadow-color: rgb(219 39 119 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700 {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/0 {
  --tw-shadow-color: rgb(190 24 93 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/10 {
  --tw-shadow-color: rgb(190 24 93 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/100 {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/15 {
  --tw-shadow-color: rgb(190 24 93 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/20 {
  --tw-shadow-color: rgb(190 24 93 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/25 {
  --tw-shadow-color: rgb(190 24 93 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/30 {
  --tw-shadow-color: rgb(190 24 93 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/35 {
  --tw-shadow-color: rgb(190 24 93 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/40 {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/45 {
  --tw-shadow-color: rgb(190 24 93 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/5 {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/50 {
  --tw-shadow-color: rgb(190 24 93 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/55 {
  --tw-shadow-color: rgb(190 24 93 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/60 {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/65 {
  --tw-shadow-color: rgb(190 24 93 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/70 {
  --tw-shadow-color: rgb(190 24 93 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/75 {
  --tw-shadow-color: rgb(190 24 93 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/80 {
  --tw-shadow-color: rgb(190 24 93 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/85 {
  --tw-shadow-color: rgb(190 24 93 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/90 {
  --tw-shadow-color: rgb(190 24 93 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-700\/95 {
  --tw-shadow-color: rgb(190 24 93 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800 {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/0 {
  --tw-shadow-color: rgb(157 23 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/10 {
  --tw-shadow-color: rgb(157 23 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/100 {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/15 {
  --tw-shadow-color: rgb(157 23 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/20 {
  --tw-shadow-color: rgb(157 23 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/25 {
  --tw-shadow-color: rgb(157 23 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/30 {
  --tw-shadow-color: rgb(157 23 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/35 {
  --tw-shadow-color: rgb(157 23 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/40 {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/45 {
  --tw-shadow-color: rgb(157 23 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/5 {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/50 {
  --tw-shadow-color: rgb(157 23 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/55 {
  --tw-shadow-color: rgb(157 23 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/60 {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/65 {
  --tw-shadow-color: rgb(157 23 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/70 {
  --tw-shadow-color: rgb(157 23 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/75 {
  --tw-shadow-color: rgb(157 23 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/80 {
  --tw-shadow-color: rgb(157 23 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/85 {
  --tw-shadow-color: rgb(157 23 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/90 {
  --tw-shadow-color: rgb(157 23 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-800\/95 {
  --tw-shadow-color: rgb(157 23 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900 {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/0 {
  --tw-shadow-color: rgb(131 24 67 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/10 {
  --tw-shadow-color: rgb(131 24 67 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/100 {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/15 {
  --tw-shadow-color: rgb(131 24 67 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/20 {
  --tw-shadow-color: rgb(131 24 67 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/25 {
  --tw-shadow-color: rgb(131 24 67 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/30 {
  --tw-shadow-color: rgb(131 24 67 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/35 {
  --tw-shadow-color: rgb(131 24 67 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/40 {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/45 {
  --tw-shadow-color: rgb(131 24 67 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/5 {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/50 {
  --tw-shadow-color: rgb(131 24 67 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/55 {
  --tw-shadow-color: rgb(131 24 67 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/60 {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/65 {
  --tw-shadow-color: rgb(131 24 67 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/70 {
  --tw-shadow-color: rgb(131 24 67 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/75 {
  --tw-shadow-color: rgb(131 24 67 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/80 {
  --tw-shadow-color: rgb(131 24 67 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/85 {
  --tw-shadow-color: rgb(131 24 67 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/90 {
  --tw-shadow-color: rgb(131 24 67 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-900\/95 {
  --tw-shadow-color: rgb(131 24 67 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950 {
  --tw-shadow-color: #500724;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/0 {
  --tw-shadow-color: rgb(80 7 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/10 {
  --tw-shadow-color: rgb(80 7 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/100 {
  --tw-shadow-color: rgb(80 7 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/15 {
  --tw-shadow-color: rgb(80 7 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/20 {
  --tw-shadow-color: rgb(80 7 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/25 {
  --tw-shadow-color: rgb(80 7 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/30 {
  --tw-shadow-color: rgb(80 7 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/35 {
  --tw-shadow-color: rgb(80 7 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/40 {
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/45 {
  --tw-shadow-color: rgb(80 7 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/5 {
  --tw-shadow-color: rgb(80 7 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/50 {
  --tw-shadow-color: rgb(80 7 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/55 {
  --tw-shadow-color: rgb(80 7 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/60 {
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/65 {
  --tw-shadow-color: rgb(80 7 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/70 {
  --tw-shadow-color: rgb(80 7 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/75 {
  --tw-shadow-color: rgb(80 7 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/80 {
  --tw-shadow-color: rgb(80 7 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/85 {
  --tw-shadow-color: rgb(80 7 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/90 {
  --tw-shadow-color: rgb(80 7 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink-950\/95 {
  --tw-shadow-color: rgb(80 7 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100 {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/0 {
  --tw-shadow-color: rgb(243 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/10 {
  --tw-shadow-color: rgb(243 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/100 {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/15 {
  --tw-shadow-color: rgb(243 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/20 {
  --tw-shadow-color: rgb(243 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/25 {
  --tw-shadow-color: rgb(243 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/30 {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/35 {
  --tw-shadow-color: rgb(243 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/40 {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/45 {
  --tw-shadow-color: rgb(243 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/5 {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/50 {
  --tw-shadow-color: rgb(243 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/55 {
  --tw-shadow-color: rgb(243 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/60 {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/65 {
  --tw-shadow-color: rgb(243 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/70 {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/75 {
  --tw-shadow-color: rgb(243 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/80 {
  --tw-shadow-color: rgb(243 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/85 {
  --tw-shadow-color: rgb(243 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/90 {
  --tw-shadow-color: rgb(243 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100\/95 {
  --tw-shadow-color: rgb(243 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200 {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/0 {
  --tw-shadow-color: rgb(233 213 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/10 {
  --tw-shadow-color: rgb(233 213 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/100 {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/15 {
  --tw-shadow-color: rgb(233 213 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/20 {
  --tw-shadow-color: rgb(233 213 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/25 {
  --tw-shadow-color: rgb(233 213 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/30 {
  --tw-shadow-color: rgb(233 213 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/35 {
  --tw-shadow-color: rgb(233 213 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/40 {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/45 {
  --tw-shadow-color: rgb(233 213 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/5 {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/50 {
  --tw-shadow-color: rgb(233 213 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/55 {
  --tw-shadow-color: rgb(233 213 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/60 {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/65 {
  --tw-shadow-color: rgb(233 213 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/70 {
  --tw-shadow-color: rgb(233 213 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/75 {
  --tw-shadow-color: rgb(233 213 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/80 {
  --tw-shadow-color: rgb(233 213 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/85 {
  --tw-shadow-color: rgb(233 213 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/90 {
  --tw-shadow-color: rgb(233 213 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200\/95 {
  --tw-shadow-color: rgb(233 213 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300 {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/0 {
  --tw-shadow-color: rgb(216 180 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/10 {
  --tw-shadow-color: rgb(216 180 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/100 {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/15 {
  --tw-shadow-color: rgb(216 180 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/20 {
  --tw-shadow-color: rgb(216 180 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/25 {
  --tw-shadow-color: rgb(216 180 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/30 {
  --tw-shadow-color: rgb(216 180 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/35 {
  --tw-shadow-color: rgb(216 180 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/40 {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/45 {
  --tw-shadow-color: rgb(216 180 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/5 {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/50 {
  --tw-shadow-color: rgb(216 180 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/55 {
  --tw-shadow-color: rgb(216 180 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/60 {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/65 {
  --tw-shadow-color: rgb(216 180 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/70 {
  --tw-shadow-color: rgb(216 180 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/75 {
  --tw-shadow-color: rgb(216 180 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/80 {
  --tw-shadow-color: rgb(216 180 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/85 {
  --tw-shadow-color: rgb(216 180 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/90 {
  --tw-shadow-color: rgb(216 180 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-300\/95 {
  --tw-shadow-color: rgb(216 180 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400 {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/0 {
  --tw-shadow-color: rgb(192 132 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/10 {
  --tw-shadow-color: rgb(192 132 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/100 {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/15 {
  --tw-shadow-color: rgb(192 132 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/20 {
  --tw-shadow-color: rgb(192 132 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/25 {
  --tw-shadow-color: rgb(192 132 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/30 {
  --tw-shadow-color: rgb(192 132 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/35 {
  --tw-shadow-color: rgb(192 132 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/40 {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/45 {
  --tw-shadow-color: rgb(192 132 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/5 {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/50 {
  --tw-shadow-color: rgb(192 132 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/55 {
  --tw-shadow-color: rgb(192 132 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/60 {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/65 {
  --tw-shadow-color: rgb(192 132 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/70 {
  --tw-shadow-color: rgb(192 132 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/75 {
  --tw-shadow-color: rgb(192 132 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/80 {
  --tw-shadow-color: rgb(192 132 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/85 {
  --tw-shadow-color: rgb(192 132 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/90 {
  --tw-shadow-color: rgb(192 132 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-400\/95 {
  --tw-shadow-color: rgb(192 132 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50 {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/0 {
  --tw-shadow-color: rgb(250 245 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/10 {
  --tw-shadow-color: rgb(250 245 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/100 {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/15 {
  --tw-shadow-color: rgb(250 245 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/20 {
  --tw-shadow-color: rgb(250 245 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/25 {
  --tw-shadow-color: rgb(250 245 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/30 {
  --tw-shadow-color: rgb(250 245 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/35 {
  --tw-shadow-color: rgb(250 245 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/40 {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/45 {
  --tw-shadow-color: rgb(250 245 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/5 {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/50 {
  --tw-shadow-color: rgb(250 245 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/55 {
  --tw-shadow-color: rgb(250 245 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/60 {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/65 {
  --tw-shadow-color: rgb(250 245 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/70 {
  --tw-shadow-color: rgb(250 245 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/75 {
  --tw-shadow-color: rgb(250 245 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/80 {
  --tw-shadow-color: rgb(250 245 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/85 {
  --tw-shadow-color: rgb(250 245 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/90 {
  --tw-shadow-color: rgb(250 245 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-50\/95 {
  --tw-shadow-color: rgb(250 245 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500 {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/0 {
  --tw-shadow-color: rgb(168 85 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/10 {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/100 {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/15 {
  --tw-shadow-color: rgb(168 85 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/35 {
  --tw-shadow-color: rgb(168 85 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/40 {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/45 {
  --tw-shadow-color: rgb(168 85 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/5 {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/50 {
  --tw-shadow-color: rgb(168 85 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/55 {
  --tw-shadow-color: rgb(168 85 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/60 {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/65 {
  --tw-shadow-color: rgb(168 85 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/70 {
  --tw-shadow-color: rgb(168 85 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/75 {
  --tw-shadow-color: rgb(168 85 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/80 {
  --tw-shadow-color: rgb(168 85 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/85 {
  --tw-shadow-color: rgb(168 85 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/90 {
  --tw-shadow-color: rgb(168 85 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/95 {
  --tw-shadow-color: rgb(168 85 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600 {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/0 {
  --tw-shadow-color: rgb(147 51 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/10 {
  --tw-shadow-color: rgb(147 51 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/100 {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/15 {
  --tw-shadow-color: rgb(147 51 234 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/20 {
  --tw-shadow-color: rgb(147 51 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/25 {
  --tw-shadow-color: rgb(147 51 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/30 {
  --tw-shadow-color: rgb(147 51 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/35 {
  --tw-shadow-color: rgb(147 51 234 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/40 {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/45 {
  --tw-shadow-color: rgb(147 51 234 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/5 {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/50 {
  --tw-shadow-color: rgb(147 51 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/55 {
  --tw-shadow-color: rgb(147 51 234 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/60 {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/65 {
  --tw-shadow-color: rgb(147 51 234 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/70 {
  --tw-shadow-color: rgb(147 51 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/75 {
  --tw-shadow-color: rgb(147 51 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/80 {
  --tw-shadow-color: rgb(147 51 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/85 {
  --tw-shadow-color: rgb(147 51 234 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/90 {
  --tw-shadow-color: rgb(147 51 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-600\/95 {
  --tw-shadow-color: rgb(147 51 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700 {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/0 {
  --tw-shadow-color: rgb(126 34 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/10 {
  --tw-shadow-color: rgb(126 34 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/100 {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/15 {
  --tw-shadow-color: rgb(126 34 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/20 {
  --tw-shadow-color: rgb(126 34 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/25 {
  --tw-shadow-color: rgb(126 34 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/30 {
  --tw-shadow-color: rgb(126 34 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/35 {
  --tw-shadow-color: rgb(126 34 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/40 {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/45 {
  --tw-shadow-color: rgb(126 34 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/5 {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/50 {
  --tw-shadow-color: rgb(126 34 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/55 {
  --tw-shadow-color: rgb(126 34 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/60 {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/65 {
  --tw-shadow-color: rgb(126 34 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/70 {
  --tw-shadow-color: rgb(126 34 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/75 {
  --tw-shadow-color: rgb(126 34 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/80 {
  --tw-shadow-color: rgb(126 34 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/85 {
  --tw-shadow-color: rgb(126 34 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/90 {
  --tw-shadow-color: rgb(126 34 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-700\/95 {
  --tw-shadow-color: rgb(126 34 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800 {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/0 {
  --tw-shadow-color: rgb(107 33 168 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/10 {
  --tw-shadow-color: rgb(107 33 168 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/100 {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/15 {
  --tw-shadow-color: rgb(107 33 168 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/20 {
  --tw-shadow-color: rgb(107 33 168 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/25 {
  --tw-shadow-color: rgb(107 33 168 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/30 {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/35 {
  --tw-shadow-color: rgb(107 33 168 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/40 {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/45 {
  --tw-shadow-color: rgb(107 33 168 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/5 {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/50 {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/55 {
  --tw-shadow-color: rgb(107 33 168 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/60 {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/65 {
  --tw-shadow-color: rgb(107 33 168 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/70 {
  --tw-shadow-color: rgb(107 33 168 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/75 {
  --tw-shadow-color: rgb(107 33 168 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/80 {
  --tw-shadow-color: rgb(107 33 168 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/85 {
  --tw-shadow-color: rgb(107 33 168 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/90 {
  --tw-shadow-color: rgb(107 33 168 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-800\/95 {
  --tw-shadow-color: rgb(107 33 168 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900 {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/0 {
  --tw-shadow-color: rgb(88 28 135 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/10 {
  --tw-shadow-color: rgb(88 28 135 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/100 {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/15 {
  --tw-shadow-color: rgb(88 28 135 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/20 {
  --tw-shadow-color: rgb(88 28 135 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/25 {
  --tw-shadow-color: rgb(88 28 135 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/30 {
  --tw-shadow-color: rgb(88 28 135 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/35 {
  --tw-shadow-color: rgb(88 28 135 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/40 {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/45 {
  --tw-shadow-color: rgb(88 28 135 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/5 {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/50 {
  --tw-shadow-color: rgb(88 28 135 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/55 {
  --tw-shadow-color: rgb(88 28 135 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/60 {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/65 {
  --tw-shadow-color: rgb(88 28 135 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/70 {
  --tw-shadow-color: rgb(88 28 135 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/75 {
  --tw-shadow-color: rgb(88 28 135 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/80 {
  --tw-shadow-color: rgb(88 28 135 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/85 {
  --tw-shadow-color: rgb(88 28 135 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/90 {
  --tw-shadow-color: rgb(88 28 135 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-900\/95 {
  --tw-shadow-color: rgb(88 28 135 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950 {
  --tw-shadow-color: #3b0764;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/0 {
  --tw-shadow-color: rgb(59 7 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/10 {
  --tw-shadow-color: rgb(59 7 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/100 {
  --tw-shadow-color: rgb(59 7 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/15 {
  --tw-shadow-color: rgb(59 7 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/20 {
  --tw-shadow-color: rgb(59 7 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/25 {
  --tw-shadow-color: rgb(59 7 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/30 {
  --tw-shadow-color: rgb(59 7 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/35 {
  --tw-shadow-color: rgb(59 7 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/40 {
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/45 {
  --tw-shadow-color: rgb(59 7 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/5 {
  --tw-shadow-color: rgb(59 7 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/50 {
  --tw-shadow-color: rgb(59 7 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/55 {
  --tw-shadow-color: rgb(59 7 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/60 {
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/65 {
  --tw-shadow-color: rgb(59 7 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/70 {
  --tw-shadow-color: rgb(59 7 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/75 {
  --tw-shadow-color: rgb(59 7 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/80 {
  --tw-shadow-color: rgb(59 7 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/85 {
  --tw-shadow-color: rgb(59 7 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/90 {
  --tw-shadow-color: rgb(59 7 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-950\/95 {
  --tw-shadow-color: rgb(59 7 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100 {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/0 {
  --tw-shadow-color: rgb(254 226 226 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/10 {
  --tw-shadow-color: rgb(254 226 226 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/100 {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/15 {
  --tw-shadow-color: rgb(254 226 226 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/20 {
  --tw-shadow-color: rgb(254 226 226 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/25 {
  --tw-shadow-color: rgb(254 226 226 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/30 {
  --tw-shadow-color: rgb(254 226 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/35 {
  --tw-shadow-color: rgb(254 226 226 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/40 {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/45 {
  --tw-shadow-color: rgb(254 226 226 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/5 {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/50 {
  --tw-shadow-color: rgb(254 226 226 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/55 {
  --tw-shadow-color: rgb(254 226 226 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/60 {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/65 {
  --tw-shadow-color: rgb(254 226 226 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/70 {
  --tw-shadow-color: rgb(254 226 226 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/75 {
  --tw-shadow-color: rgb(254 226 226 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/80 {
  --tw-shadow-color: rgb(254 226 226 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/85 {
  --tw-shadow-color: rgb(254 226 226 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/90 {
  --tw-shadow-color: rgb(254 226 226 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100\/95 {
  --tw-shadow-color: rgb(254 226 226 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200 {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/0 {
  --tw-shadow-color: rgb(254 202 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/10 {
  --tw-shadow-color: rgb(254 202 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/100 {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/15 {
  --tw-shadow-color: rgb(254 202 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/20 {
  --tw-shadow-color: rgb(254 202 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/25 {
  --tw-shadow-color: rgb(254 202 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/30 {
  --tw-shadow-color: rgb(254 202 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/35 {
  --tw-shadow-color: rgb(254 202 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/40 {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/45 {
  --tw-shadow-color: rgb(254 202 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/5 {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/50 {
  --tw-shadow-color: rgb(254 202 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/55 {
  --tw-shadow-color: rgb(254 202 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/60 {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/65 {
  --tw-shadow-color: rgb(254 202 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/70 {
  --tw-shadow-color: rgb(254 202 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/75 {
  --tw-shadow-color: rgb(254 202 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/80 {
  --tw-shadow-color: rgb(254 202 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/85 {
  --tw-shadow-color: rgb(254 202 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/90 {
  --tw-shadow-color: rgb(254 202 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200\/95 {
  --tw-shadow-color: rgb(254 202 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300 {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/0 {
  --tw-shadow-color: rgb(252 165 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/10 {
  --tw-shadow-color: rgb(252 165 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/100 {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/15 {
  --tw-shadow-color: rgb(252 165 165 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/20 {
  --tw-shadow-color: rgb(252 165 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/25 {
  --tw-shadow-color: rgb(252 165 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/30 {
  --tw-shadow-color: rgb(252 165 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/35 {
  --tw-shadow-color: rgb(252 165 165 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/40 {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/45 {
  --tw-shadow-color: rgb(252 165 165 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/5 {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/50 {
  --tw-shadow-color: rgb(252 165 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/55 {
  --tw-shadow-color: rgb(252 165 165 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/60 {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/65 {
  --tw-shadow-color: rgb(252 165 165 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/70 {
  --tw-shadow-color: rgb(252 165 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/75 {
  --tw-shadow-color: rgb(252 165 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/80 {
  --tw-shadow-color: rgb(252 165 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/85 {
  --tw-shadow-color: rgb(252 165 165 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/90 {
  --tw-shadow-color: rgb(252 165 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-300\/95 {
  --tw-shadow-color: rgb(252 165 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400 {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/15 {
  --tw-shadow-color: rgb(248 113 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/35 {
  --tw-shadow-color: rgb(248 113 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/45 {
  --tw-shadow-color: rgb(248 113 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/55 {
  --tw-shadow-color: rgb(248 113 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/65 {
  --tw-shadow-color: rgb(248 113 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/85 {
  --tw-shadow-color: rgb(248 113 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50 {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/0 {
  --tw-shadow-color: rgb(254 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/10 {
  --tw-shadow-color: rgb(254 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/100 {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/15 {
  --tw-shadow-color: rgb(254 242 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/20 {
  --tw-shadow-color: rgb(254 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/25 {
  --tw-shadow-color: rgb(254 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/30 {
  --tw-shadow-color: rgb(254 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/35 {
  --tw-shadow-color: rgb(254 242 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/40 {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/45 {
  --tw-shadow-color: rgb(254 242 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/5 {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/50 {
  --tw-shadow-color: rgb(254 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/55 {
  --tw-shadow-color: rgb(254 242 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/60 {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/65 {
  --tw-shadow-color: rgb(254 242 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/70 {
  --tw-shadow-color: rgb(254 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/75 {
  --tw-shadow-color: rgb(254 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/80 {
  --tw-shadow-color: rgb(254 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/85 {
  --tw-shadow-color: rgb(254 242 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/90 {
  --tw-shadow-color: rgb(254 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-50\/95 {
  --tw-shadow-color: rgb(254 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500 {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/0 {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/10 {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/100 {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/15 {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/25 {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/35 {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/40 {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/45 {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/50 {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/55 {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/60 {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/65 {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/70 {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/75 {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/80 {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/85 {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/90 {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/95 {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600 {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/0 {
  --tw-shadow-color: rgb(220 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/10 {
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/100 {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/15 {
  --tw-shadow-color: rgb(220 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/20 {
  --tw-shadow-color: rgb(220 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/25 {
  --tw-shadow-color: rgb(220 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/30 {
  --tw-shadow-color: rgb(220 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/35 {
  --tw-shadow-color: rgb(220 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/40 {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/45 {
  --tw-shadow-color: rgb(220 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/5 {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/50 {
  --tw-shadow-color: rgb(220 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/55 {
  --tw-shadow-color: rgb(220 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/60 {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/65 {
  --tw-shadow-color: rgb(220 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/70 {
  --tw-shadow-color: rgb(220 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/75 {
  --tw-shadow-color: rgb(220 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/80 {
  --tw-shadow-color: rgb(220 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/85 {
  --tw-shadow-color: rgb(220 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/90 {
  --tw-shadow-color: rgb(220 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-600\/95 {
  --tw-shadow-color: rgb(220 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700 {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/0 {
  --tw-shadow-color: rgb(185 28 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/10 {
  --tw-shadow-color: rgb(185 28 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/100 {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/15 {
  --tw-shadow-color: rgb(185 28 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/20 {
  --tw-shadow-color: rgb(185 28 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/25 {
  --tw-shadow-color: rgb(185 28 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/30 {
  --tw-shadow-color: rgb(185 28 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/35 {
  --tw-shadow-color: rgb(185 28 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/40 {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/45 {
  --tw-shadow-color: rgb(185 28 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/5 {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/50 {
  --tw-shadow-color: rgb(185 28 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/55 {
  --tw-shadow-color: rgb(185 28 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/60 {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/65 {
  --tw-shadow-color: rgb(185 28 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/70 {
  --tw-shadow-color: rgb(185 28 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/75 {
  --tw-shadow-color: rgb(185 28 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/80 {
  --tw-shadow-color: rgb(185 28 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/85 {
  --tw-shadow-color: rgb(185 28 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/90 {
  --tw-shadow-color: rgb(185 28 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-700\/95 {
  --tw-shadow-color: rgb(185 28 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800 {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/0 {
  --tw-shadow-color: rgb(153 27 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/10 {
  --tw-shadow-color: rgb(153 27 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/100 {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/15 {
  --tw-shadow-color: rgb(153 27 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/20 {
  --tw-shadow-color: rgb(153 27 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/25 {
  --tw-shadow-color: rgb(153 27 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/30 {
  --tw-shadow-color: rgb(153 27 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/35 {
  --tw-shadow-color: rgb(153 27 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/40 {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/45 {
  --tw-shadow-color: rgb(153 27 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/5 {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/50 {
  --tw-shadow-color: rgb(153 27 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/55 {
  --tw-shadow-color: rgb(153 27 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/60 {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/65 {
  --tw-shadow-color: rgb(153 27 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/70 {
  --tw-shadow-color: rgb(153 27 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/75 {
  --tw-shadow-color: rgb(153 27 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/80 {
  --tw-shadow-color: rgb(153 27 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/85 {
  --tw-shadow-color: rgb(153 27 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/90 {
  --tw-shadow-color: rgb(153 27 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-800\/95 {
  --tw-shadow-color: rgb(153 27 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900 {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/0 {
  --tw-shadow-color: rgb(127 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/10 {
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/100 {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/15 {
  --tw-shadow-color: rgb(127 29 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/20 {
  --tw-shadow-color: rgb(127 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/25 {
  --tw-shadow-color: rgb(127 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/30 {
  --tw-shadow-color: rgb(127 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/35 {
  --tw-shadow-color: rgb(127 29 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/40 {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/45 {
  --tw-shadow-color: rgb(127 29 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/5 {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/50 {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/55 {
  --tw-shadow-color: rgb(127 29 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/60 {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/65 {
  --tw-shadow-color: rgb(127 29 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/70 {
  --tw-shadow-color: rgb(127 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/75 {
  --tw-shadow-color: rgb(127 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/80 {
  --tw-shadow-color: rgb(127 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/85 {
  --tw-shadow-color: rgb(127 29 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/90 {
  --tw-shadow-color: rgb(127 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/95 {
  --tw-shadow-color: rgb(127 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950 {
  --tw-shadow-color: #450a0a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/0 {
  --tw-shadow-color: rgb(69 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/10 {
  --tw-shadow-color: rgb(69 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/100 {
  --tw-shadow-color: rgb(69 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/15 {
  --tw-shadow-color: rgb(69 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/20 {
  --tw-shadow-color: rgb(69 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/25 {
  --tw-shadow-color: rgb(69 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/30 {
  --tw-shadow-color: rgb(69 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/35 {
  --tw-shadow-color: rgb(69 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/40 {
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/45 {
  --tw-shadow-color: rgb(69 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/5 {
  --tw-shadow-color: rgb(69 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/50 {
  --tw-shadow-color: rgb(69 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/55 {
  --tw-shadow-color: rgb(69 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/60 {
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/65 {
  --tw-shadow-color: rgb(69 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/70 {
  --tw-shadow-color: rgb(69 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/75 {
  --tw-shadow-color: rgb(69 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/80 {
  --tw-shadow-color: rgb(69 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/85 {
  --tw-shadow-color: rgb(69 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/90 {
  --tw-shadow-color: rgb(69 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-950\/95 {
  --tw-shadow-color: rgb(69 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100 {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/0 {
  --tw-shadow-color: rgb(255 228 230 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/10 {
  --tw-shadow-color: rgb(255 228 230 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/100 {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/15 {
  --tw-shadow-color: rgb(255 228 230 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/20 {
  --tw-shadow-color: rgb(255 228 230 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/25 {
  --tw-shadow-color: rgb(255 228 230 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/30 {
  --tw-shadow-color: rgb(255 228 230 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/35 {
  --tw-shadow-color: rgb(255 228 230 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/40 {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/45 {
  --tw-shadow-color: rgb(255 228 230 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/5 {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/50 {
  --tw-shadow-color: rgb(255 228 230 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/55 {
  --tw-shadow-color: rgb(255 228 230 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/60 {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/65 {
  --tw-shadow-color: rgb(255 228 230 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/70 {
  --tw-shadow-color: rgb(255 228 230 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/75 {
  --tw-shadow-color: rgb(255 228 230 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/80 {
  --tw-shadow-color: rgb(255 228 230 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/85 {
  --tw-shadow-color: rgb(255 228 230 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/90 {
  --tw-shadow-color: rgb(255 228 230 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-100\/95 {
  --tw-shadow-color: rgb(255 228 230 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200 {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/0 {
  --tw-shadow-color: rgb(254 205 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/10 {
  --tw-shadow-color: rgb(254 205 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/100 {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/15 {
  --tw-shadow-color: rgb(254 205 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/20 {
  --tw-shadow-color: rgb(254 205 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/25 {
  --tw-shadow-color: rgb(254 205 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/30 {
  --tw-shadow-color: rgb(254 205 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/35 {
  --tw-shadow-color: rgb(254 205 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/40 {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/45 {
  --tw-shadow-color: rgb(254 205 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/5 {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/50 {
  --tw-shadow-color: rgb(254 205 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/55 {
  --tw-shadow-color: rgb(254 205 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/60 {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/65 {
  --tw-shadow-color: rgb(254 205 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/70 {
  --tw-shadow-color: rgb(254 205 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/75 {
  --tw-shadow-color: rgb(254 205 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/80 {
  --tw-shadow-color: rgb(254 205 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/85 {
  --tw-shadow-color: rgb(254 205 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/90 {
  --tw-shadow-color: rgb(254 205 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-200\/95 {
  --tw-shadow-color: rgb(254 205 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300 {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/0 {
  --tw-shadow-color: rgb(253 164 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/10 {
  --tw-shadow-color: rgb(253 164 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/100 {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/15 {
  --tw-shadow-color: rgb(253 164 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/20 {
  --tw-shadow-color: rgb(253 164 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/25 {
  --tw-shadow-color: rgb(253 164 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/30 {
  --tw-shadow-color: rgb(253 164 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/35 {
  --tw-shadow-color: rgb(253 164 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/40 {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/45 {
  --tw-shadow-color: rgb(253 164 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/5 {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/50 {
  --tw-shadow-color: rgb(253 164 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/55 {
  --tw-shadow-color: rgb(253 164 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/60 {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/65 {
  --tw-shadow-color: rgb(253 164 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/70 {
  --tw-shadow-color: rgb(253 164 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/75 {
  --tw-shadow-color: rgb(253 164 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/80 {
  --tw-shadow-color: rgb(253 164 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/85 {
  --tw-shadow-color: rgb(253 164 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/90 {
  --tw-shadow-color: rgb(253 164 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-300\/95 {
  --tw-shadow-color: rgb(253 164 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400 {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/0 {
  --tw-shadow-color: rgb(251 113 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/10 {
  --tw-shadow-color: rgb(251 113 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/100 {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/15 {
  --tw-shadow-color: rgb(251 113 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/20 {
  --tw-shadow-color: rgb(251 113 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/25 {
  --tw-shadow-color: rgb(251 113 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/30 {
  --tw-shadow-color: rgb(251 113 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/35 {
  --tw-shadow-color: rgb(251 113 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/40 {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/45 {
  --tw-shadow-color: rgb(251 113 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/5 {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/50 {
  --tw-shadow-color: rgb(251 113 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/55 {
  --tw-shadow-color: rgb(251 113 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/60 {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/65 {
  --tw-shadow-color: rgb(251 113 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/70 {
  --tw-shadow-color: rgb(251 113 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/75 {
  --tw-shadow-color: rgb(251 113 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/80 {
  --tw-shadow-color: rgb(251 113 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/85 {
  --tw-shadow-color: rgb(251 113 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/90 {
  --tw-shadow-color: rgb(251 113 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-400\/95 {
  --tw-shadow-color: rgb(251 113 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50 {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/0 {
  --tw-shadow-color: rgb(255 241 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/10 {
  --tw-shadow-color: rgb(255 241 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/100 {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/15 {
  --tw-shadow-color: rgb(255 241 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/20 {
  --tw-shadow-color: rgb(255 241 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/25 {
  --tw-shadow-color: rgb(255 241 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/30 {
  --tw-shadow-color: rgb(255 241 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/35 {
  --tw-shadow-color: rgb(255 241 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/40 {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/45 {
  --tw-shadow-color: rgb(255 241 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/5 {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/50 {
  --tw-shadow-color: rgb(255 241 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/55 {
  --tw-shadow-color: rgb(255 241 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/60 {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/65 {
  --tw-shadow-color: rgb(255 241 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/70 {
  --tw-shadow-color: rgb(255 241 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/75 {
  --tw-shadow-color: rgb(255 241 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/80 {
  --tw-shadow-color: rgb(255 241 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/85 {
  --tw-shadow-color: rgb(255 241 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/90 {
  --tw-shadow-color: rgb(255 241 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-50\/95 {
  --tw-shadow-color: rgb(255 241 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500 {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/0 {
  --tw-shadow-color: rgb(244 63 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/10 {
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/100 {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/15 {
  --tw-shadow-color: rgb(244 63 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/20 {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/25 {
  --tw-shadow-color: rgb(244 63 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/30 {
  --tw-shadow-color: rgb(244 63 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/35 {
  --tw-shadow-color: rgb(244 63 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/40 {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/45 {
  --tw-shadow-color: rgb(244 63 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/5 {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/50 {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/55 {
  --tw-shadow-color: rgb(244 63 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/60 {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/65 {
  --tw-shadow-color: rgb(244 63 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/70 {
  --tw-shadow-color: rgb(244 63 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/75 {
  --tw-shadow-color: rgb(244 63 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/80 {
  --tw-shadow-color: rgb(244 63 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/85 {
  --tw-shadow-color: rgb(244 63 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/90 {
  --tw-shadow-color: rgb(244 63 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-500\/95 {
  --tw-shadow-color: rgb(244 63 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600 {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/0 {
  --tw-shadow-color: rgb(225 29 72 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/10 {
  --tw-shadow-color: rgb(225 29 72 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/100 {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/15 {
  --tw-shadow-color: rgb(225 29 72 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/20 {
  --tw-shadow-color: rgb(225 29 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/25 {
  --tw-shadow-color: rgb(225 29 72 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/30 {
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/35 {
  --tw-shadow-color: rgb(225 29 72 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/40 {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/45 {
  --tw-shadow-color: rgb(225 29 72 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/5 {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/50 {
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/55 {
  --tw-shadow-color: rgb(225 29 72 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/60 {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/65 {
  --tw-shadow-color: rgb(225 29 72 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/70 {
  --tw-shadow-color: rgb(225 29 72 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/75 {
  --tw-shadow-color: rgb(225 29 72 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/80 {
  --tw-shadow-color: rgb(225 29 72 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/85 {
  --tw-shadow-color: rgb(225 29 72 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/90 {
  --tw-shadow-color: rgb(225 29 72 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-600\/95 {
  --tw-shadow-color: rgb(225 29 72 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700 {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/0 {
  --tw-shadow-color: rgb(190 18 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/10 {
  --tw-shadow-color: rgb(190 18 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/100 {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/15 {
  --tw-shadow-color: rgb(190 18 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/20 {
  --tw-shadow-color: rgb(190 18 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/25 {
  --tw-shadow-color: rgb(190 18 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/30 {
  --tw-shadow-color: rgb(190 18 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/35 {
  --tw-shadow-color: rgb(190 18 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/40 {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/45 {
  --tw-shadow-color: rgb(190 18 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/5 {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/50 {
  --tw-shadow-color: rgb(190 18 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/55 {
  --tw-shadow-color: rgb(190 18 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/60 {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/65 {
  --tw-shadow-color: rgb(190 18 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/70 {
  --tw-shadow-color: rgb(190 18 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/75 {
  --tw-shadow-color: rgb(190 18 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/80 {
  --tw-shadow-color: rgb(190 18 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/85 {
  --tw-shadow-color: rgb(190 18 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/90 {
  --tw-shadow-color: rgb(190 18 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-700\/95 {
  --tw-shadow-color: rgb(190 18 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800 {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/0 {
  --tw-shadow-color: rgb(159 18 57 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/10 {
  --tw-shadow-color: rgb(159 18 57 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/100 {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/15 {
  --tw-shadow-color: rgb(159 18 57 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/20 {
  --tw-shadow-color: rgb(159 18 57 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/25 {
  --tw-shadow-color: rgb(159 18 57 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/30 {
  --tw-shadow-color: rgb(159 18 57 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/35 {
  --tw-shadow-color: rgb(159 18 57 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/40 {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/45 {
  --tw-shadow-color: rgb(159 18 57 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/5 {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/50 {
  --tw-shadow-color: rgb(159 18 57 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/55 {
  --tw-shadow-color: rgb(159 18 57 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/60 {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/65 {
  --tw-shadow-color: rgb(159 18 57 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/70 {
  --tw-shadow-color: rgb(159 18 57 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/75 {
  --tw-shadow-color: rgb(159 18 57 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/80 {
  --tw-shadow-color: rgb(159 18 57 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/85 {
  --tw-shadow-color: rgb(159 18 57 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/90 {
  --tw-shadow-color: rgb(159 18 57 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-800\/95 {
  --tw-shadow-color: rgb(159 18 57 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900 {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/0 {
  --tw-shadow-color: rgb(136 19 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/10 {
  --tw-shadow-color: rgb(136 19 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/100 {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/15 {
  --tw-shadow-color: rgb(136 19 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/20 {
  --tw-shadow-color: rgb(136 19 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/25 {
  --tw-shadow-color: rgb(136 19 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/30 {
  --tw-shadow-color: rgb(136 19 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/35 {
  --tw-shadow-color: rgb(136 19 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/40 {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/45 {
  --tw-shadow-color: rgb(136 19 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/5 {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/50 {
  --tw-shadow-color: rgb(136 19 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/55 {
  --tw-shadow-color: rgb(136 19 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/60 {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/65 {
  --tw-shadow-color: rgb(136 19 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/70 {
  --tw-shadow-color: rgb(136 19 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/75 {
  --tw-shadow-color: rgb(136 19 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/80 {
  --tw-shadow-color: rgb(136 19 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/85 {
  --tw-shadow-color: rgb(136 19 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/90 {
  --tw-shadow-color: rgb(136 19 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-900\/95 {
  --tw-shadow-color: rgb(136 19 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950 {
  --tw-shadow-color: #4c0519;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/0 {
  --tw-shadow-color: rgb(76 5 25 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/10 {
  --tw-shadow-color: rgb(76 5 25 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/100 {
  --tw-shadow-color: rgb(76 5 25 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/15 {
  --tw-shadow-color: rgb(76 5 25 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/20 {
  --tw-shadow-color: rgb(76 5 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/25 {
  --tw-shadow-color: rgb(76 5 25 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/30 {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/35 {
  --tw-shadow-color: rgb(76 5 25 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/40 {
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/45 {
  --tw-shadow-color: rgb(76 5 25 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/5 {
  --tw-shadow-color: rgb(76 5 25 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/50 {
  --tw-shadow-color: rgb(76 5 25 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/55 {
  --tw-shadow-color: rgb(76 5 25 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/60 {
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/65 {
  --tw-shadow-color: rgb(76 5 25 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/70 {
  --tw-shadow-color: rgb(76 5 25 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/75 {
  --tw-shadow-color: rgb(76 5 25 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/80 {
  --tw-shadow-color: rgb(76 5 25 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/85 {
  --tw-shadow-color: rgb(76 5 25 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/90 {
  --tw-shadow-color: rgb(76 5 25 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/95 {
  --tw-shadow-color: rgb(76 5 25 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100 {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/0 {
  --tw-shadow-color: rgb(224 242 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/10 {
  --tw-shadow-color: rgb(224 242 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/100 {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/15 {
  --tw-shadow-color: rgb(224 242 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/20 {
  --tw-shadow-color: rgb(224 242 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/25 {
  --tw-shadow-color: rgb(224 242 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/30 {
  --tw-shadow-color: rgb(224 242 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/35 {
  --tw-shadow-color: rgb(224 242 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/40 {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/45 {
  --tw-shadow-color: rgb(224 242 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/5 {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/50 {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/55 {
  --tw-shadow-color: rgb(224 242 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/60 {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/65 {
  --tw-shadow-color: rgb(224 242 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/70 {
  --tw-shadow-color: rgb(224 242 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/75 {
  --tw-shadow-color: rgb(224 242 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/80 {
  --tw-shadow-color: rgb(224 242 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/85 {
  --tw-shadow-color: rgb(224 242 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/90 {
  --tw-shadow-color: rgb(224 242 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-100\/95 {
  --tw-shadow-color: rgb(224 242 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200 {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/0 {
  --tw-shadow-color: rgb(186 230 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/10 {
  --tw-shadow-color: rgb(186 230 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/100 {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/15 {
  --tw-shadow-color: rgb(186 230 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/20 {
  --tw-shadow-color: rgb(186 230 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/25 {
  --tw-shadow-color: rgb(186 230 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/30 {
  --tw-shadow-color: rgb(186 230 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/35 {
  --tw-shadow-color: rgb(186 230 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/40 {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/45 {
  --tw-shadow-color: rgb(186 230 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/5 {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/50 {
  --tw-shadow-color: rgb(186 230 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/55 {
  --tw-shadow-color: rgb(186 230 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/60 {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/65 {
  --tw-shadow-color: rgb(186 230 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/70 {
  --tw-shadow-color: rgb(186 230 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/75 {
  --tw-shadow-color: rgb(186 230 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/80 {
  --tw-shadow-color: rgb(186 230 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/85 {
  --tw-shadow-color: rgb(186 230 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/90 {
  --tw-shadow-color: rgb(186 230 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-200\/95 {
  --tw-shadow-color: rgb(186 230 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300 {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/0 {
  --tw-shadow-color: rgb(125 211 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/10 {
  --tw-shadow-color: rgb(125 211 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/100 {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/15 {
  --tw-shadow-color: rgb(125 211 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/20 {
  --tw-shadow-color: rgb(125 211 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/25 {
  --tw-shadow-color: rgb(125 211 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/30 {
  --tw-shadow-color: rgb(125 211 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/35 {
  --tw-shadow-color: rgb(125 211 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/40 {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/45 {
  --tw-shadow-color: rgb(125 211 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/5 {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/50 {
  --tw-shadow-color: rgb(125 211 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/55 {
  --tw-shadow-color: rgb(125 211 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/60 {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/65 {
  --tw-shadow-color: rgb(125 211 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/70 {
  --tw-shadow-color: rgb(125 211 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/75 {
  --tw-shadow-color: rgb(125 211 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/80 {
  --tw-shadow-color: rgb(125 211 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/85 {
  --tw-shadow-color: rgb(125 211 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/90 {
  --tw-shadow-color: rgb(125 211 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-300\/95 {
  --tw-shadow-color: rgb(125 211 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400 {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/0 {
  --tw-shadow-color: rgb(56 189 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/10 {
  --tw-shadow-color: rgb(56 189 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/100 {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/15 {
  --tw-shadow-color: rgb(56 189 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/20 {
  --tw-shadow-color: rgb(56 189 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/25 {
  --tw-shadow-color: rgb(56 189 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/30 {
  --tw-shadow-color: rgb(56 189 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/35 {
  --tw-shadow-color: rgb(56 189 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/40 {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/45 {
  --tw-shadow-color: rgb(56 189 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/5 {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/50 {
  --tw-shadow-color: rgb(56 189 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/55 {
  --tw-shadow-color: rgb(56 189 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/60 {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/65 {
  --tw-shadow-color: rgb(56 189 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/70 {
  --tw-shadow-color: rgb(56 189 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/75 {
  --tw-shadow-color: rgb(56 189 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/80 {
  --tw-shadow-color: rgb(56 189 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/85 {
  --tw-shadow-color: rgb(56 189 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/90 {
  --tw-shadow-color: rgb(56 189 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-400\/95 {
  --tw-shadow-color: rgb(56 189 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50 {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/0 {
  --tw-shadow-color: rgb(240 249 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/10 {
  --tw-shadow-color: rgb(240 249 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/100 {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/15 {
  --tw-shadow-color: rgb(240 249 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/20 {
  --tw-shadow-color: rgb(240 249 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/25 {
  --tw-shadow-color: rgb(240 249 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/30 {
  --tw-shadow-color: rgb(240 249 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/35 {
  --tw-shadow-color: rgb(240 249 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/40 {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/45 {
  --tw-shadow-color: rgb(240 249 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/5 {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/50 {
  --tw-shadow-color: rgb(240 249 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/55 {
  --tw-shadow-color: rgb(240 249 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/60 {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/65 {
  --tw-shadow-color: rgb(240 249 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/70 {
  --tw-shadow-color: rgb(240 249 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/75 {
  --tw-shadow-color: rgb(240 249 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/80 {
  --tw-shadow-color: rgb(240 249 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/85 {
  --tw-shadow-color: rgb(240 249 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/90 {
  --tw-shadow-color: rgb(240 249 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-50\/95 {
  --tw-shadow-color: rgb(240 249 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500 {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/0 {
  --tw-shadow-color: rgb(14 165 233 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/10 {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/100 {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/15 {
  --tw-shadow-color: rgb(14 165 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/20 {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/25 {
  --tw-shadow-color: rgb(14 165 233 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/30 {
  --tw-shadow-color: rgb(14 165 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/35 {
  --tw-shadow-color: rgb(14 165 233 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/40 {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/45 {
  --tw-shadow-color: rgb(14 165 233 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/5 {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/50 {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/55 {
  --tw-shadow-color: rgb(14 165 233 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/60 {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/65 {
  --tw-shadow-color: rgb(14 165 233 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/70 {
  --tw-shadow-color: rgb(14 165 233 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/75 {
  --tw-shadow-color: rgb(14 165 233 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/80 {
  --tw-shadow-color: rgb(14 165 233 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/85 {
  --tw-shadow-color: rgb(14 165 233 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/90 {
  --tw-shadow-color: rgb(14 165 233 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/95 {
  --tw-shadow-color: rgb(14 165 233 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600 {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/0 {
  --tw-shadow-color: rgb(2 132 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/10 {
  --tw-shadow-color: rgb(2 132 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/100 {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/15 {
  --tw-shadow-color: rgb(2 132 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/20 {
  --tw-shadow-color: rgb(2 132 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/25 {
  --tw-shadow-color: rgb(2 132 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/30 {
  --tw-shadow-color: rgb(2 132 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/35 {
  --tw-shadow-color: rgb(2 132 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/40 {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/45 {
  --tw-shadow-color: rgb(2 132 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/5 {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/50 {
  --tw-shadow-color: rgb(2 132 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/55 {
  --tw-shadow-color: rgb(2 132 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/60 {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/65 {
  --tw-shadow-color: rgb(2 132 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/70 {
  --tw-shadow-color: rgb(2 132 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/75 {
  --tw-shadow-color: rgb(2 132 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/80 {
  --tw-shadow-color: rgb(2 132 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/85 {
  --tw-shadow-color: rgb(2 132 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/90 {
  --tw-shadow-color: rgb(2 132 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-600\/95 {
  --tw-shadow-color: rgb(2 132 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700 {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/0 {
  --tw-shadow-color: rgb(3 105 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/10 {
  --tw-shadow-color: rgb(3 105 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/100 {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/15 {
  --tw-shadow-color: rgb(3 105 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/20 {
  --tw-shadow-color: rgb(3 105 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/25 {
  --tw-shadow-color: rgb(3 105 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/30 {
  --tw-shadow-color: rgb(3 105 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/35 {
  --tw-shadow-color: rgb(3 105 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/40 {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/45 {
  --tw-shadow-color: rgb(3 105 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/5 {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/50 {
  --tw-shadow-color: rgb(3 105 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/55 {
  --tw-shadow-color: rgb(3 105 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/60 {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/65 {
  --tw-shadow-color: rgb(3 105 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/70 {
  --tw-shadow-color: rgb(3 105 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/75 {
  --tw-shadow-color: rgb(3 105 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/80 {
  --tw-shadow-color: rgb(3 105 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/85 {
  --tw-shadow-color: rgb(3 105 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/90 {
  --tw-shadow-color: rgb(3 105 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-700\/95 {
  --tw-shadow-color: rgb(3 105 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800 {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/0 {
  --tw-shadow-color: rgb(7 89 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/10 {
  --tw-shadow-color: rgb(7 89 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/100 {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/15 {
  --tw-shadow-color: rgb(7 89 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/20 {
  --tw-shadow-color: rgb(7 89 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/25 {
  --tw-shadow-color: rgb(7 89 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/30 {
  --tw-shadow-color: rgb(7 89 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/35 {
  --tw-shadow-color: rgb(7 89 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/40 {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/45 {
  --tw-shadow-color: rgb(7 89 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/5 {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/50 {
  --tw-shadow-color: rgb(7 89 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/55 {
  --tw-shadow-color: rgb(7 89 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/60 {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/65 {
  --tw-shadow-color: rgb(7 89 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/70 {
  --tw-shadow-color: rgb(7 89 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/75 {
  --tw-shadow-color: rgb(7 89 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/80 {
  --tw-shadow-color: rgb(7 89 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/85 {
  --tw-shadow-color: rgb(7 89 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/90 {
  --tw-shadow-color: rgb(7 89 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-800\/95 {
  --tw-shadow-color: rgb(7 89 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900 {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/0 {
  --tw-shadow-color: rgb(12 74 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/10 {
  --tw-shadow-color: rgb(12 74 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/100 {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/15 {
  --tw-shadow-color: rgb(12 74 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/20 {
  --tw-shadow-color: rgb(12 74 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/25 {
  --tw-shadow-color: rgb(12 74 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/30 {
  --tw-shadow-color: rgb(12 74 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/35 {
  --tw-shadow-color: rgb(12 74 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/40 {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/45 {
  --tw-shadow-color: rgb(12 74 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/5 {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/50 {
  --tw-shadow-color: rgb(12 74 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/55 {
  --tw-shadow-color: rgb(12 74 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/60 {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/65 {
  --tw-shadow-color: rgb(12 74 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/70 {
  --tw-shadow-color: rgb(12 74 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/75 {
  --tw-shadow-color: rgb(12 74 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/80 {
  --tw-shadow-color: rgb(12 74 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/85 {
  --tw-shadow-color: rgb(12 74 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/90 {
  --tw-shadow-color: rgb(12 74 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-900\/95 {
  --tw-shadow-color: rgb(12 74 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950 {
  --tw-shadow-color: #082f49;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/0 {
  --tw-shadow-color: rgb(8 47 73 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/10 {
  --tw-shadow-color: rgb(8 47 73 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/100 {
  --tw-shadow-color: rgb(8 47 73 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/15 {
  --tw-shadow-color: rgb(8 47 73 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/20 {
  --tw-shadow-color: rgb(8 47 73 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/25 {
  --tw-shadow-color: rgb(8 47 73 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/30 {
  --tw-shadow-color: rgb(8 47 73 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/35 {
  --tw-shadow-color: rgb(8 47 73 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/40 {
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/45 {
  --tw-shadow-color: rgb(8 47 73 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/5 {
  --tw-shadow-color: rgb(8 47 73 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/50 {
  --tw-shadow-color: rgb(8 47 73 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/55 {
  --tw-shadow-color: rgb(8 47 73 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/60 {
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/65 {
  --tw-shadow-color: rgb(8 47 73 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/70 {
  --tw-shadow-color: rgb(8 47 73 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/75 {
  --tw-shadow-color: rgb(8 47 73 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/80 {
  --tw-shadow-color: rgb(8 47 73 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/85 {
  --tw-shadow-color: rgb(8 47 73 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/90 {
  --tw-shadow-color: rgb(8 47 73 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-950\/95 {
  --tw-shadow-color: rgb(8 47 73 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/0 {
  --tw-shadow-color: rgb(241 245 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/10 {
  --tw-shadow-color: rgb(241 245 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/100 {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/15 {
  --tw-shadow-color: rgb(241 245 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/20 {
  --tw-shadow-color: rgb(241 245 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/25 {
  --tw-shadow-color: rgb(241 245 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/30 {
  --tw-shadow-color: rgb(241 245 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/35 {
  --tw-shadow-color: rgb(241 245 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/40 {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/45 {
  --tw-shadow-color: rgb(241 245 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/5 {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/50 {
  --tw-shadow-color: rgb(241 245 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/55 {
  --tw-shadow-color: rgb(241 245 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/60 {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/65 {
  --tw-shadow-color: rgb(241 245 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/70 {
  --tw-shadow-color: rgb(241 245 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/75 {
  --tw-shadow-color: rgb(241 245 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/80 {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/85 {
  --tw-shadow-color: rgb(241 245 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/90 {
  --tw-shadow-color: rgb(241 245 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/95 {
  --tw-shadow-color: rgb(241 245 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200 {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/0 {
  --tw-shadow-color: rgb(226 232 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/10 {
  --tw-shadow-color: rgb(226 232 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/100 {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/15 {
  --tw-shadow-color: rgb(226 232 240 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/20 {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/25 {
  --tw-shadow-color: rgb(226 232 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/30 {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/35 {
  --tw-shadow-color: rgb(226 232 240 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/45 {
  --tw-shadow-color: rgb(226 232 240 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/5 {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/50 {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/55 {
  --tw-shadow-color: rgb(226 232 240 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/65 {
  --tw-shadow-color: rgb(226 232 240 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/70 {
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/75 {
  --tw-shadow-color: rgb(226 232 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/80 {
  --tw-shadow-color: rgb(226 232 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/85 {
  --tw-shadow-color: rgb(226 232 240 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/90 {
  --tw-shadow-color: rgb(226 232 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/95 {
  --tw-shadow-color: rgb(226 232 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300 {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/0 {
  --tw-shadow-color: rgb(203 213 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/10 {
  --tw-shadow-color: rgb(203 213 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/100 {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/15 {
  --tw-shadow-color: rgb(203 213 225 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/20 {
  --tw-shadow-color: rgb(203 213 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/25 {
  --tw-shadow-color: rgb(203 213 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/30 {
  --tw-shadow-color: rgb(203 213 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/35 {
  --tw-shadow-color: rgb(203 213 225 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/40 {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/45 {
  --tw-shadow-color: rgb(203 213 225 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/5 {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/50 {
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/55 {
  --tw-shadow-color: rgb(203 213 225 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/60 {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/65 {
  --tw-shadow-color: rgb(203 213 225 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/70 {
  --tw-shadow-color: rgb(203 213 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/75 {
  --tw-shadow-color: rgb(203 213 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/80 {
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/85 {
  --tw-shadow-color: rgb(203 213 225 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/90 {
  --tw-shadow-color: rgb(203 213 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-300\/95 {
  --tw-shadow-color: rgb(203 213 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400 {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/0 {
  --tw-shadow-color: rgb(148 163 184 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/10 {
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/100 {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/15 {
  --tw-shadow-color: rgb(148 163 184 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/20 {
  --tw-shadow-color: rgb(148 163 184 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/25 {
  --tw-shadow-color: rgb(148 163 184 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/30 {
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/35 {
  --tw-shadow-color: rgb(148 163 184 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/40 {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/45 {
  --tw-shadow-color: rgb(148 163 184 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/5 {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/50 {
  --tw-shadow-color: rgb(148 163 184 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/55 {
  --tw-shadow-color: rgb(148 163 184 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/60 {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/65 {
  --tw-shadow-color: rgb(148 163 184 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/70 {
  --tw-shadow-color: rgb(148 163 184 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/75 {
  --tw-shadow-color: rgb(148 163 184 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/80 {
  --tw-shadow-color: rgb(148 163 184 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/85 {
  --tw-shadow-color: rgb(148 163 184 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/90 {
  --tw-shadow-color: rgb(148 163 184 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400\/95 {
  --tw-shadow-color: rgb(148 163 184 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50 {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/0 {
  --tw-shadow-color: rgb(248 250 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/10 {
  --tw-shadow-color: rgb(248 250 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/100 {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/15 {
  --tw-shadow-color: rgb(248 250 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/20 {
  --tw-shadow-color: rgb(248 250 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/25 {
  --tw-shadow-color: rgb(248 250 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/30 {
  --tw-shadow-color: rgb(248 250 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/35 {
  --tw-shadow-color: rgb(248 250 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/40 {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/45 {
  --tw-shadow-color: rgb(248 250 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/5 {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/50 {
  --tw-shadow-color: rgb(248 250 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/55 {
  --tw-shadow-color: rgb(248 250 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/60 {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/65 {
  --tw-shadow-color: rgb(248 250 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/70 {
  --tw-shadow-color: rgb(248 250 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/75 {
  --tw-shadow-color: rgb(248 250 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/80 {
  --tw-shadow-color: rgb(248 250 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/85 {
  --tw-shadow-color: rgb(248 250 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/90 {
  --tw-shadow-color: rgb(248 250 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-50\/95 {
  --tw-shadow-color: rgb(248 250 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500 {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/0 {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/10 {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/100 {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/15 {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/20 {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/25 {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/30 {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/35 {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/40 {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/45 {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/5 {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/50 {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/55 {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/60 {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/65 {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/70 {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/75 {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/80 {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/85 {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/90 {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500\/95 {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600 {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/0 {
  --tw-shadow-color: rgb(71 85 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/10 {
  --tw-shadow-color: rgb(71 85 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/100 {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/15 {
  --tw-shadow-color: rgb(71 85 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/20 {
  --tw-shadow-color: rgb(71 85 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/25 {
  --tw-shadow-color: rgb(71 85 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/30 {
  --tw-shadow-color: rgb(71 85 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/35 {
  --tw-shadow-color: rgb(71 85 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/40 {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/45 {
  --tw-shadow-color: rgb(71 85 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/5 {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/50 {
  --tw-shadow-color: rgb(71 85 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/55 {
  --tw-shadow-color: rgb(71 85 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/60 {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/65 {
  --tw-shadow-color: rgb(71 85 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/70 {
  --tw-shadow-color: rgb(71 85 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/75 {
  --tw-shadow-color: rgb(71 85 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/80 {
  --tw-shadow-color: rgb(71 85 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/85 {
  --tw-shadow-color: rgb(71 85 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/90 {
  --tw-shadow-color: rgb(71 85 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/95 {
  --tw-shadow-color: rgb(71 85 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700 {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/0 {
  --tw-shadow-color: rgb(51 65 85 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/10 {
  --tw-shadow-color: rgb(51 65 85 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/100 {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/15 {
  --tw-shadow-color: rgb(51 65 85 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/20 {
  --tw-shadow-color: rgb(51 65 85 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/25 {
  --tw-shadow-color: rgb(51 65 85 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/30 {
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/35 {
  --tw-shadow-color: rgb(51 65 85 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/40 {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/45 {
  --tw-shadow-color: rgb(51 65 85 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/5 {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/50 {
  --tw-shadow-color: rgb(51 65 85 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/55 {
  --tw-shadow-color: rgb(51 65 85 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/60 {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/65 {
  --tw-shadow-color: rgb(51 65 85 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/70 {
  --tw-shadow-color: rgb(51 65 85 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/75 {
  --tw-shadow-color: rgb(51 65 85 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/80 {
  --tw-shadow-color: rgb(51 65 85 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/85 {
  --tw-shadow-color: rgb(51 65 85 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/90 {
  --tw-shadow-color: rgb(51 65 85 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-700\/95 {
  --tw-shadow-color: rgb(51 65 85 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800 {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/0 {
  --tw-shadow-color: rgb(30 41 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/10 {
  --tw-shadow-color: rgb(30 41 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/100 {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/15 {
  --tw-shadow-color: rgb(30 41 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/20 {
  --tw-shadow-color: rgb(30 41 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/25 {
  --tw-shadow-color: rgb(30 41 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/30 {
  --tw-shadow-color: rgb(30 41 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/35 {
  --tw-shadow-color: rgb(30 41 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/40 {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/45 {
  --tw-shadow-color: rgb(30 41 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/5 {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/50 {
  --tw-shadow-color: rgb(30 41 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/55 {
  --tw-shadow-color: rgb(30 41 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/60 {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/65 {
  --tw-shadow-color: rgb(30 41 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/70 {
  --tw-shadow-color: rgb(30 41 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/75 {
  --tw-shadow-color: rgb(30 41 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/80 {
  --tw-shadow-color: rgb(30 41 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/85 {
  --tw-shadow-color: rgb(30 41 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/90 {
  --tw-shadow-color: rgb(30 41 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-800\/95 {
  --tw-shadow-color: rgb(30 41 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900 {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/0 {
  --tw-shadow-color: rgb(15 23 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/10 {
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/100 {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/15 {
  --tw-shadow-color: rgb(15 23 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/20 {
  --tw-shadow-color: rgb(15 23 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/25 {
  --tw-shadow-color: rgb(15 23 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/30 {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/35 {
  --tw-shadow-color: rgb(15 23 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/40 {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/45 {
  --tw-shadow-color: rgb(15 23 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/50 {
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/55 {
  --tw-shadow-color: rgb(15 23 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/60 {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/65 {
  --tw-shadow-color: rgb(15 23 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/70 {
  --tw-shadow-color: rgb(15 23 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/75 {
  --tw-shadow-color: rgb(15 23 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/80 {
  --tw-shadow-color: rgb(15 23 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/85 {
  --tw-shadow-color: rgb(15 23 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/90 {
  --tw-shadow-color: rgb(15 23 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/95 {
  --tw-shadow-color: rgb(15 23 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950 {
  --tw-shadow-color: #020617;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/0 {
  --tw-shadow-color: rgb(2 6 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/10 {
  --tw-shadow-color: rgb(2 6 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/100 {
  --tw-shadow-color: rgb(2 6 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/15 {
  --tw-shadow-color: rgb(2 6 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/20 {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/25 {
  --tw-shadow-color: rgb(2 6 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/30 {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/35 {
  --tw-shadow-color: rgb(2 6 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/40 {
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/45 {
  --tw-shadow-color: rgb(2 6 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/5 {
  --tw-shadow-color: rgb(2 6 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/50 {
  --tw-shadow-color: rgb(2 6 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/55 {
  --tw-shadow-color: rgb(2 6 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/60 {
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/65 {
  --tw-shadow-color: rgb(2 6 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/70 {
  --tw-shadow-color: rgb(2 6 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/75 {
  --tw-shadow-color: rgb(2 6 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/80 {
  --tw-shadow-color: rgb(2 6 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/85 {
  --tw-shadow-color: rgb(2 6 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/90 {
  --tw-shadow-color: rgb(2 6 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-950\/95 {
  --tw-shadow-color: rgb(2 6 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100 {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/0 {
  --tw-shadow-color: rgb(245 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/10 {
  --tw-shadow-color: rgb(245 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/100 {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/15 {
  --tw-shadow-color: rgb(245 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/20 {
  --tw-shadow-color: rgb(245 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/25 {
  --tw-shadow-color: rgb(245 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/30 {
  --tw-shadow-color: rgb(245 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/35 {
  --tw-shadow-color: rgb(245 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/40 {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/45 {
  --tw-shadow-color: rgb(245 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/5 {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/50 {
  --tw-shadow-color: rgb(245 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/55 {
  --tw-shadow-color: rgb(245 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/60 {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/65 {
  --tw-shadow-color: rgb(245 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/70 {
  --tw-shadow-color: rgb(245 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/75 {
  --tw-shadow-color: rgb(245 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/80 {
  --tw-shadow-color: rgb(245 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/85 {
  --tw-shadow-color: rgb(245 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/90 {
  --tw-shadow-color: rgb(245 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-100\/95 {
  --tw-shadow-color: rgb(245 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200 {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/0 {
  --tw-shadow-color: rgb(231 229 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/10 {
  --tw-shadow-color: rgb(231 229 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/100 {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/15 {
  --tw-shadow-color: rgb(231 229 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/20 {
  --tw-shadow-color: rgb(231 229 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/25 {
  --tw-shadow-color: rgb(231 229 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/30 {
  --tw-shadow-color: rgb(231 229 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/35 {
  --tw-shadow-color: rgb(231 229 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/40 {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/45 {
  --tw-shadow-color: rgb(231 229 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/5 {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/50 {
  --tw-shadow-color: rgb(231 229 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/55 {
  --tw-shadow-color: rgb(231 229 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/60 {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/65 {
  --tw-shadow-color: rgb(231 229 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/70 {
  --tw-shadow-color: rgb(231 229 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/75 {
  --tw-shadow-color: rgb(231 229 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/80 {
  --tw-shadow-color: rgb(231 229 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/85 {
  --tw-shadow-color: rgb(231 229 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/90 {
  --tw-shadow-color: rgb(231 229 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-200\/95 {
  --tw-shadow-color: rgb(231 229 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300 {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/0 {
  --tw-shadow-color: rgb(214 211 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/10 {
  --tw-shadow-color: rgb(214 211 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/100 {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/15 {
  --tw-shadow-color: rgb(214 211 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/20 {
  --tw-shadow-color: rgb(214 211 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/25 {
  --tw-shadow-color: rgb(214 211 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/30 {
  --tw-shadow-color: rgb(214 211 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/35 {
  --tw-shadow-color: rgb(214 211 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/40 {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/45 {
  --tw-shadow-color: rgb(214 211 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/5 {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/50 {
  --tw-shadow-color: rgb(214 211 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/55 {
  --tw-shadow-color: rgb(214 211 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/60 {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/65 {
  --tw-shadow-color: rgb(214 211 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/70 {
  --tw-shadow-color: rgb(214 211 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/75 {
  --tw-shadow-color: rgb(214 211 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/80 {
  --tw-shadow-color: rgb(214 211 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/85 {
  --tw-shadow-color: rgb(214 211 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/90 {
  --tw-shadow-color: rgb(214 211 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-300\/95 {
  --tw-shadow-color: rgb(214 211 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400 {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/0 {
  --tw-shadow-color: rgb(168 162 158 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/10 {
  --tw-shadow-color: rgb(168 162 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/100 {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/15 {
  --tw-shadow-color: rgb(168 162 158 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/20 {
  --tw-shadow-color: rgb(168 162 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/25 {
  --tw-shadow-color: rgb(168 162 158 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/30 {
  --tw-shadow-color: rgb(168 162 158 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/35 {
  --tw-shadow-color: rgb(168 162 158 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/40 {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/45 {
  --tw-shadow-color: rgb(168 162 158 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/5 {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/50 {
  --tw-shadow-color: rgb(168 162 158 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/55 {
  --tw-shadow-color: rgb(168 162 158 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/60 {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/65 {
  --tw-shadow-color: rgb(168 162 158 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/70 {
  --tw-shadow-color: rgb(168 162 158 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/75 {
  --tw-shadow-color: rgb(168 162 158 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/80 {
  --tw-shadow-color: rgb(168 162 158 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/85 {
  --tw-shadow-color: rgb(168 162 158 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/90 {
  --tw-shadow-color: rgb(168 162 158 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-400\/95 {
  --tw-shadow-color: rgb(168 162 158 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50 {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/0 {
  --tw-shadow-color: rgb(250 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/10 {
  --tw-shadow-color: rgb(250 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/100 {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/15 {
  --tw-shadow-color: rgb(250 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/20 {
  --tw-shadow-color: rgb(250 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/25 {
  --tw-shadow-color: rgb(250 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/30 {
  --tw-shadow-color: rgb(250 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/35 {
  --tw-shadow-color: rgb(250 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/40 {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/45 {
  --tw-shadow-color: rgb(250 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/5 {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/50 {
  --tw-shadow-color: rgb(250 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/55 {
  --tw-shadow-color: rgb(250 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/60 {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/65 {
  --tw-shadow-color: rgb(250 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/70 {
  --tw-shadow-color: rgb(250 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/75 {
  --tw-shadow-color: rgb(250 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/80 {
  --tw-shadow-color: rgb(250 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/85 {
  --tw-shadow-color: rgb(250 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/90 {
  --tw-shadow-color: rgb(250 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-50\/95 {
  --tw-shadow-color: rgb(250 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500 {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/0 {
  --tw-shadow-color: rgb(120 113 108 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/10 {
  --tw-shadow-color: rgb(120 113 108 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/100 {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/15 {
  --tw-shadow-color: rgb(120 113 108 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/20 {
  --tw-shadow-color: rgb(120 113 108 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/25 {
  --tw-shadow-color: rgb(120 113 108 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/30 {
  --tw-shadow-color: rgb(120 113 108 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/35 {
  --tw-shadow-color: rgb(120 113 108 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/40 {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/45 {
  --tw-shadow-color: rgb(120 113 108 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/5 {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/50 {
  --tw-shadow-color: rgb(120 113 108 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/55 {
  --tw-shadow-color: rgb(120 113 108 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/60 {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/65 {
  --tw-shadow-color: rgb(120 113 108 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/70 {
  --tw-shadow-color: rgb(120 113 108 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/75 {
  --tw-shadow-color: rgb(120 113 108 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/80 {
  --tw-shadow-color: rgb(120 113 108 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/85 {
  --tw-shadow-color: rgb(120 113 108 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/90 {
  --tw-shadow-color: rgb(120 113 108 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-500\/95 {
  --tw-shadow-color: rgb(120 113 108 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600 {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/0 {
  --tw-shadow-color: rgb(87 83 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/10 {
  --tw-shadow-color: rgb(87 83 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/100 {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/15 {
  --tw-shadow-color: rgb(87 83 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/20 {
  --tw-shadow-color: rgb(87 83 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/25 {
  --tw-shadow-color: rgb(87 83 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/30 {
  --tw-shadow-color: rgb(87 83 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/35 {
  --tw-shadow-color: rgb(87 83 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/40 {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/45 {
  --tw-shadow-color: rgb(87 83 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/5 {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/50 {
  --tw-shadow-color: rgb(87 83 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/55 {
  --tw-shadow-color: rgb(87 83 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/60 {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/65 {
  --tw-shadow-color: rgb(87 83 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/70 {
  --tw-shadow-color: rgb(87 83 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/75 {
  --tw-shadow-color: rgb(87 83 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/80 {
  --tw-shadow-color: rgb(87 83 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/85 {
  --tw-shadow-color: rgb(87 83 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/90 {
  --tw-shadow-color: rgb(87 83 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-600\/95 {
  --tw-shadow-color: rgb(87 83 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700 {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/0 {
  --tw-shadow-color: rgb(68 64 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/10 {
  --tw-shadow-color: rgb(68 64 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/100 {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/15 {
  --tw-shadow-color: rgb(68 64 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/20 {
  --tw-shadow-color: rgb(68 64 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/25 {
  --tw-shadow-color: rgb(68 64 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/30 {
  --tw-shadow-color: rgb(68 64 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/35 {
  --tw-shadow-color: rgb(68 64 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/40 {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/45 {
  --tw-shadow-color: rgb(68 64 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/5 {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/50 {
  --tw-shadow-color: rgb(68 64 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/55 {
  --tw-shadow-color: rgb(68 64 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/60 {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/65 {
  --tw-shadow-color: rgb(68 64 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/70 {
  --tw-shadow-color: rgb(68 64 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/75 {
  --tw-shadow-color: rgb(68 64 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/80 {
  --tw-shadow-color: rgb(68 64 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/85 {
  --tw-shadow-color: rgb(68 64 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/90 {
  --tw-shadow-color: rgb(68 64 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-700\/95 {
  --tw-shadow-color: rgb(68 64 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800 {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/0 {
  --tw-shadow-color: rgb(41 37 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/10 {
  --tw-shadow-color: rgb(41 37 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/100 {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/15 {
  --tw-shadow-color: rgb(41 37 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/20 {
  --tw-shadow-color: rgb(41 37 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/25 {
  --tw-shadow-color: rgb(41 37 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/30 {
  --tw-shadow-color: rgb(41 37 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/35 {
  --tw-shadow-color: rgb(41 37 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/40 {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/45 {
  --tw-shadow-color: rgb(41 37 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/5 {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/50 {
  --tw-shadow-color: rgb(41 37 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/55 {
  --tw-shadow-color: rgb(41 37 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/60 {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/65 {
  --tw-shadow-color: rgb(41 37 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/70 {
  --tw-shadow-color: rgb(41 37 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/75 {
  --tw-shadow-color: rgb(41 37 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/80 {
  --tw-shadow-color: rgb(41 37 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/85 {
  --tw-shadow-color: rgb(41 37 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/90 {
  --tw-shadow-color: rgb(41 37 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-800\/95 {
  --tw-shadow-color: rgb(41 37 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900 {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/0 {
  --tw-shadow-color: rgb(28 25 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/10 {
  --tw-shadow-color: rgb(28 25 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/100 {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/15 {
  --tw-shadow-color: rgb(28 25 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/20 {
  --tw-shadow-color: rgb(28 25 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/25 {
  --tw-shadow-color: rgb(28 25 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/30 {
  --tw-shadow-color: rgb(28 25 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/35 {
  --tw-shadow-color: rgb(28 25 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/40 {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/45 {
  --tw-shadow-color: rgb(28 25 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/5 {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/50 {
  --tw-shadow-color: rgb(28 25 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/55 {
  --tw-shadow-color: rgb(28 25 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/60 {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/65 {
  --tw-shadow-color: rgb(28 25 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/70 {
  --tw-shadow-color: rgb(28 25 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/75 {
  --tw-shadow-color: rgb(28 25 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/80 {
  --tw-shadow-color: rgb(28 25 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/85 {
  --tw-shadow-color: rgb(28 25 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/90 {
  --tw-shadow-color: rgb(28 25 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-900\/95 {
  --tw-shadow-color: rgb(28 25 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950 {
  --tw-shadow-color: #0c0a09;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/0 {
  --tw-shadow-color: rgb(12 10 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/10 {
  --tw-shadow-color: rgb(12 10 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/100 {
  --tw-shadow-color: rgb(12 10 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/15 {
  --tw-shadow-color: rgb(12 10 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/20 {
  --tw-shadow-color: rgb(12 10 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/25 {
  --tw-shadow-color: rgb(12 10 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/30 {
  --tw-shadow-color: rgb(12 10 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/35 {
  --tw-shadow-color: rgb(12 10 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/40 {
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/45 {
  --tw-shadow-color: rgb(12 10 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/5 {
  --tw-shadow-color: rgb(12 10 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/50 {
  --tw-shadow-color: rgb(12 10 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/55 {
  --tw-shadow-color: rgb(12 10 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/60 {
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/65 {
  --tw-shadow-color: rgb(12 10 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/70 {
  --tw-shadow-color: rgb(12 10 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/75 {
  --tw-shadow-color: rgb(12 10 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/80 {
  --tw-shadow-color: rgb(12 10 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/85 {
  --tw-shadow-color: rgb(12 10 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/90 {
  --tw-shadow-color: rgb(12 10 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-stone-950\/95 {
  --tw-shadow-color: rgb(12 10 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal {
  --tw-shadow-color: #12373f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/0 {
  --tw-shadow-color: rgb(18 55 63 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/10 {
  --tw-shadow-color: rgb(18 55 63 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/100 {
  --tw-shadow-color: rgb(18 55 63 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/15 {
  --tw-shadow-color: rgb(18 55 63 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/20 {
  --tw-shadow-color: rgb(18 55 63 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/25 {
  --tw-shadow-color: rgb(18 55 63 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/30 {
  --tw-shadow-color: rgb(18 55 63 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/35 {
  --tw-shadow-color: rgb(18 55 63 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/40 {
  --tw-shadow-color: rgb(18 55 63 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/45 {
  --tw-shadow-color: rgb(18 55 63 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/5 {
  --tw-shadow-color: rgb(18 55 63 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/50 {
  --tw-shadow-color: rgb(18 55 63 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/55 {
  --tw-shadow-color: rgb(18 55 63 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/60 {
  --tw-shadow-color: rgb(18 55 63 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/65 {
  --tw-shadow-color: rgb(18 55 63 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/70 {
  --tw-shadow-color: rgb(18 55 63 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/75 {
  --tw-shadow-color: rgb(18 55 63 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/80 {
  --tw-shadow-color: rgb(18 55 63 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/85 {
  --tw-shadow-color: rgb(18 55 63 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/90 {
  --tw-shadow-color: rgb(18 55 63 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal\/95 {
  --tw-shadow-color: rgb(18 55 63 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100 {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/0 {
  --tw-shadow-color: rgb(237 233 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/10 {
  --tw-shadow-color: rgb(237 233 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/100 {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/15 {
  --tw-shadow-color: rgb(237 233 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/20 {
  --tw-shadow-color: rgb(237 233 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/25 {
  --tw-shadow-color: rgb(237 233 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/30 {
  --tw-shadow-color: rgb(237 233 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/35 {
  --tw-shadow-color: rgb(237 233 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/40 {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/45 {
  --tw-shadow-color: rgb(237 233 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/5 {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/50 {
  --tw-shadow-color: rgb(237 233 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/55 {
  --tw-shadow-color: rgb(237 233 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/60 {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/65 {
  --tw-shadow-color: rgb(237 233 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/70 {
  --tw-shadow-color: rgb(237 233 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/75 {
  --tw-shadow-color: rgb(237 233 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/80 {
  --tw-shadow-color: rgb(237 233 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/85 {
  --tw-shadow-color: rgb(237 233 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/90 {
  --tw-shadow-color: rgb(237 233 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-100\/95 {
  --tw-shadow-color: rgb(237 233 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200 {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/0 {
  --tw-shadow-color: rgb(221 214 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/10 {
  --tw-shadow-color: rgb(221 214 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/100 {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/15 {
  --tw-shadow-color: rgb(221 214 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/20 {
  --tw-shadow-color: rgb(221 214 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/25 {
  --tw-shadow-color: rgb(221 214 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/30 {
  --tw-shadow-color: rgb(221 214 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/35 {
  --tw-shadow-color: rgb(221 214 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/40 {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/45 {
  --tw-shadow-color: rgb(221 214 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/5 {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/50 {
  --tw-shadow-color: rgb(221 214 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/55 {
  --tw-shadow-color: rgb(221 214 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/60 {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/65 {
  --tw-shadow-color: rgb(221 214 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/70 {
  --tw-shadow-color: rgb(221 214 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/75 {
  --tw-shadow-color: rgb(221 214 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/80 {
  --tw-shadow-color: rgb(221 214 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/85 {
  --tw-shadow-color: rgb(221 214 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/90 {
  --tw-shadow-color: rgb(221 214 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-200\/95 {
  --tw-shadow-color: rgb(221 214 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300 {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/0 {
  --tw-shadow-color: rgb(196 181 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/10 {
  --tw-shadow-color: rgb(196 181 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/100 {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/15 {
  --tw-shadow-color: rgb(196 181 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/20 {
  --tw-shadow-color: rgb(196 181 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/25 {
  --tw-shadow-color: rgb(196 181 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/30 {
  --tw-shadow-color: rgb(196 181 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/35 {
  --tw-shadow-color: rgb(196 181 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/40 {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/45 {
  --tw-shadow-color: rgb(196 181 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/5 {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/50 {
  --tw-shadow-color: rgb(196 181 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/55 {
  --tw-shadow-color: rgb(196 181 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/60 {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/65 {
  --tw-shadow-color: rgb(196 181 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/70 {
  --tw-shadow-color: rgb(196 181 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/75 {
  --tw-shadow-color: rgb(196 181 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/80 {
  --tw-shadow-color: rgb(196 181 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/85 {
  --tw-shadow-color: rgb(196 181 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/90 {
  --tw-shadow-color: rgb(196 181 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-300\/95 {
  --tw-shadow-color: rgb(196 181 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400 {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/0 {
  --tw-shadow-color: rgb(167 139 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/10 {
  --tw-shadow-color: rgb(167 139 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/100 {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/15 {
  --tw-shadow-color: rgb(167 139 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/20 {
  --tw-shadow-color: rgb(167 139 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/25 {
  --tw-shadow-color: rgb(167 139 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/30 {
  --tw-shadow-color: rgb(167 139 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/35 {
  --tw-shadow-color: rgb(167 139 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/40 {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/45 {
  --tw-shadow-color: rgb(167 139 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/5 {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/50 {
  --tw-shadow-color: rgb(167 139 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/55 {
  --tw-shadow-color: rgb(167 139 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/60 {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/65 {
  --tw-shadow-color: rgb(167 139 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/70 {
  --tw-shadow-color: rgb(167 139 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/75 {
  --tw-shadow-color: rgb(167 139 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/80 {
  --tw-shadow-color: rgb(167 139 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/85 {
  --tw-shadow-color: rgb(167 139 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/90 {
  --tw-shadow-color: rgb(167 139 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-400\/95 {
  --tw-shadow-color: rgb(167 139 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50 {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/0 {
  --tw-shadow-color: rgb(245 243 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/10 {
  --tw-shadow-color: rgb(245 243 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/100 {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/15 {
  --tw-shadow-color: rgb(245 243 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/20 {
  --tw-shadow-color: rgb(245 243 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/25 {
  --tw-shadow-color: rgb(245 243 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/30 {
  --tw-shadow-color: rgb(245 243 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/35 {
  --tw-shadow-color: rgb(245 243 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/40 {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/45 {
  --tw-shadow-color: rgb(245 243 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/5 {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/50 {
  --tw-shadow-color: rgb(245 243 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/55 {
  --tw-shadow-color: rgb(245 243 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/60 {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/65 {
  --tw-shadow-color: rgb(245 243 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/70 {
  --tw-shadow-color: rgb(245 243 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/75 {
  --tw-shadow-color: rgb(245 243 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/80 {
  --tw-shadow-color: rgb(245 243 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/85 {
  --tw-shadow-color: rgb(245 243 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/90 {
  --tw-shadow-color: rgb(245 243 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-50\/95 {
  --tw-shadow-color: rgb(245 243 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500 {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/0 {
  --tw-shadow-color: rgb(139 92 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/10 {
  --tw-shadow-color: rgb(139 92 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/100 {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/15 {
  --tw-shadow-color: rgb(139 92 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/20 {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/25 {
  --tw-shadow-color: rgb(139 92 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/30 {
  --tw-shadow-color: rgb(139 92 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/35 {
  --tw-shadow-color: rgb(139 92 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/40 {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/45 {
  --tw-shadow-color: rgb(139 92 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/5 {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/50 {
  --tw-shadow-color: rgb(139 92 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/55 {
  --tw-shadow-color: rgb(139 92 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/60 {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/65 {
  --tw-shadow-color: rgb(139 92 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/70 {
  --tw-shadow-color: rgb(139 92 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/75 {
  --tw-shadow-color: rgb(139 92 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/80 {
  --tw-shadow-color: rgb(139 92 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/85 {
  --tw-shadow-color: rgb(139 92 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/90 {
  --tw-shadow-color: rgb(139 92 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/95 {
  --tw-shadow-color: rgb(139 92 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600 {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/0 {
  --tw-shadow-color: rgb(124 58 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/10 {
  --tw-shadow-color: rgb(124 58 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/100 {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/15 {
  --tw-shadow-color: rgb(124 58 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/20 {
  --tw-shadow-color: rgb(124 58 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/25 {
  --tw-shadow-color: rgb(124 58 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/30 {
  --tw-shadow-color: rgb(124 58 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/35 {
  --tw-shadow-color: rgb(124 58 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/40 {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/45 {
  --tw-shadow-color: rgb(124 58 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/5 {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/50 {
  --tw-shadow-color: rgb(124 58 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/55 {
  --tw-shadow-color: rgb(124 58 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/60 {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/65 {
  --tw-shadow-color: rgb(124 58 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/70 {
  --tw-shadow-color: rgb(124 58 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/75 {
  --tw-shadow-color: rgb(124 58 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/80 {
  --tw-shadow-color: rgb(124 58 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/85 {
  --tw-shadow-color: rgb(124 58 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/90 {
  --tw-shadow-color: rgb(124 58 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-600\/95 {
  --tw-shadow-color: rgb(124 58 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700 {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/0 {
  --tw-shadow-color: rgb(109 40 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/10 {
  --tw-shadow-color: rgb(109 40 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/100 {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/15 {
  --tw-shadow-color: rgb(109 40 217 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/20 {
  --tw-shadow-color: rgb(109 40 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/25 {
  --tw-shadow-color: rgb(109 40 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/30 {
  --tw-shadow-color: rgb(109 40 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/35 {
  --tw-shadow-color: rgb(109 40 217 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/40 {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/45 {
  --tw-shadow-color: rgb(109 40 217 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/5 {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/50 {
  --tw-shadow-color: rgb(109 40 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/55 {
  --tw-shadow-color: rgb(109 40 217 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/60 {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/65 {
  --tw-shadow-color: rgb(109 40 217 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/70 {
  --tw-shadow-color: rgb(109 40 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/75 {
  --tw-shadow-color: rgb(109 40 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/80 {
  --tw-shadow-color: rgb(109 40 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/85 {
  --tw-shadow-color: rgb(109 40 217 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/90 {
  --tw-shadow-color: rgb(109 40 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-700\/95 {
  --tw-shadow-color: rgb(109 40 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800 {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/0 {
  --tw-shadow-color: rgb(91 33 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/10 {
  --tw-shadow-color: rgb(91 33 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/100 {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/15 {
  --tw-shadow-color: rgb(91 33 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/20 {
  --tw-shadow-color: rgb(91 33 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/25 {
  --tw-shadow-color: rgb(91 33 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/30 {
  --tw-shadow-color: rgb(91 33 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/35 {
  --tw-shadow-color: rgb(91 33 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/40 {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/45 {
  --tw-shadow-color: rgb(91 33 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/5 {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/50 {
  --tw-shadow-color: rgb(91 33 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/55 {
  --tw-shadow-color: rgb(91 33 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/60 {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/65 {
  --tw-shadow-color: rgb(91 33 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/70 {
  --tw-shadow-color: rgb(91 33 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/75 {
  --tw-shadow-color: rgb(91 33 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/80 {
  --tw-shadow-color: rgb(91 33 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/85 {
  --tw-shadow-color: rgb(91 33 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/90 {
  --tw-shadow-color: rgb(91 33 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-800\/95 {
  --tw-shadow-color: rgb(91 33 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900 {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/0 {
  --tw-shadow-color: rgb(76 29 149 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/10 {
  --tw-shadow-color: rgb(76 29 149 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/100 {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/15 {
  --tw-shadow-color: rgb(76 29 149 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/20 {
  --tw-shadow-color: rgb(76 29 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/25 {
  --tw-shadow-color: rgb(76 29 149 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/30 {
  --tw-shadow-color: rgb(76 29 149 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/35 {
  --tw-shadow-color: rgb(76 29 149 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/40 {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/45 {
  --tw-shadow-color: rgb(76 29 149 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/5 {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/50 {
  --tw-shadow-color: rgb(76 29 149 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/55 {
  --tw-shadow-color: rgb(76 29 149 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/60 {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/65 {
  --tw-shadow-color: rgb(76 29 149 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/70 {
  --tw-shadow-color: rgb(76 29 149 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/75 {
  --tw-shadow-color: rgb(76 29 149 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/80 {
  --tw-shadow-color: rgb(76 29 149 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/85 {
  --tw-shadow-color: rgb(76 29 149 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/90 {
  --tw-shadow-color: rgb(76 29 149 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/95 {
  --tw-shadow-color: rgb(76 29 149 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950 {
  --tw-shadow-color: #2e1065;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/0 {
  --tw-shadow-color: rgb(46 16 101 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/10 {
  --tw-shadow-color: rgb(46 16 101 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/100 {
  --tw-shadow-color: rgb(46 16 101 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/15 {
  --tw-shadow-color: rgb(46 16 101 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/20 {
  --tw-shadow-color: rgb(46 16 101 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/25 {
  --tw-shadow-color: rgb(46 16 101 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/30 {
  --tw-shadow-color: rgb(46 16 101 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/35 {
  --tw-shadow-color: rgb(46 16 101 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/40 {
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/45 {
  --tw-shadow-color: rgb(46 16 101 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/5 {
  --tw-shadow-color: rgb(46 16 101 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/50 {
  --tw-shadow-color: rgb(46 16 101 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/55 {
  --tw-shadow-color: rgb(46 16 101 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/60 {
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/65 {
  --tw-shadow-color: rgb(46 16 101 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/70 {
  --tw-shadow-color: rgb(46 16 101 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/75 {
  --tw-shadow-color: rgb(46 16 101 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/80 {
  --tw-shadow-color: rgb(46 16 101 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/85 {
  --tw-shadow-color: rgb(46 16 101 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/90 {
  --tw-shadow-color: rgb(46 16 101 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-950\/95 {
  --tw-shadow-color: rgb(46 16 101 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700 {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/0 {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/10 {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/15 {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/35 {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/45 {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/55 {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/65 {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/85 {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900 {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/0 {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/10 {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/15 {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/35 {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/45 {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/55 {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/65 {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/85 {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950 {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/0 {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/10 {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/100 {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/15 {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/20 {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/25 {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/30 {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/35 {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/45 {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/5 {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/50 {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/55 {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/65 {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/70 {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/75 {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/80 {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/85 {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/90 {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-950\/95 {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100 {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/0 {
  --tw-shadow-color: rgb(244 244 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/10 {
  --tw-shadow-color: rgb(244 244 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/100 {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/15 {
  --tw-shadow-color: rgb(244 244 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/20 {
  --tw-shadow-color: rgb(244 244 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/25 {
  --tw-shadow-color: rgb(244 244 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/30 {
  --tw-shadow-color: rgb(244 244 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/35 {
  --tw-shadow-color: rgb(244 244 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/40 {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/45 {
  --tw-shadow-color: rgb(244 244 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/5 {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/50 {
  --tw-shadow-color: rgb(244 244 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/55 {
  --tw-shadow-color: rgb(244 244 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/60 {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/65 {
  --tw-shadow-color: rgb(244 244 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/70 {
  --tw-shadow-color: rgb(244 244 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/75 {
  --tw-shadow-color: rgb(244 244 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/80 {
  --tw-shadow-color: rgb(244 244 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/85 {
  --tw-shadow-color: rgb(244 244 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/90 {
  --tw-shadow-color: rgb(244 244 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-100\/95 {
  --tw-shadow-color: rgb(244 244 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200 {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/0 {
  --tw-shadow-color: rgb(228 228 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/10 {
  --tw-shadow-color: rgb(228 228 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/100 {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/15 {
  --tw-shadow-color: rgb(228 228 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/20 {
  --tw-shadow-color: rgb(228 228 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/25 {
  --tw-shadow-color: rgb(228 228 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/30 {
  --tw-shadow-color: rgb(228 228 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/35 {
  --tw-shadow-color: rgb(228 228 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/40 {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/45 {
  --tw-shadow-color: rgb(228 228 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/5 {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/50 {
  --tw-shadow-color: rgb(228 228 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/55 {
  --tw-shadow-color: rgb(228 228 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/60 {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/65 {
  --tw-shadow-color: rgb(228 228 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/70 {
  --tw-shadow-color: rgb(228 228 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/75 {
  --tw-shadow-color: rgb(228 228 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/80 {
  --tw-shadow-color: rgb(228 228 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/85 {
  --tw-shadow-color: rgb(228 228 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/90 {
  --tw-shadow-color: rgb(228 228 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-200\/95 {
  --tw-shadow-color: rgb(228 228 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300 {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/0 {
  --tw-shadow-color: rgb(212 212 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/10 {
  --tw-shadow-color: rgb(212 212 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/100 {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/15 {
  --tw-shadow-color: rgb(212 212 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/20 {
  --tw-shadow-color: rgb(212 212 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/25 {
  --tw-shadow-color: rgb(212 212 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/30 {
  --tw-shadow-color: rgb(212 212 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/35 {
  --tw-shadow-color: rgb(212 212 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/40 {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/45 {
  --tw-shadow-color: rgb(212 212 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/5 {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/50 {
  --tw-shadow-color: rgb(212 212 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/55 {
  --tw-shadow-color: rgb(212 212 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/60 {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/65 {
  --tw-shadow-color: rgb(212 212 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/70 {
  --tw-shadow-color: rgb(212 212 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/75 {
  --tw-shadow-color: rgb(212 212 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/80 {
  --tw-shadow-color: rgb(212 212 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/85 {
  --tw-shadow-color: rgb(212 212 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/90 {
  --tw-shadow-color: rgb(212 212 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-300\/95 {
  --tw-shadow-color: rgb(212 212 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400 {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/0 {
  --tw-shadow-color: rgb(161 161 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/10 {
  --tw-shadow-color: rgb(161 161 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/100 {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/15 {
  --tw-shadow-color: rgb(161 161 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/20 {
  --tw-shadow-color: rgb(161 161 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/25 {
  --tw-shadow-color: rgb(161 161 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/30 {
  --tw-shadow-color: rgb(161 161 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/35 {
  --tw-shadow-color: rgb(161 161 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/40 {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/45 {
  --tw-shadow-color: rgb(161 161 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/5 {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/50 {
  --tw-shadow-color: rgb(161 161 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/55 {
  --tw-shadow-color: rgb(161 161 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/60 {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/65 {
  --tw-shadow-color: rgb(161 161 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/70 {
  --tw-shadow-color: rgb(161 161 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/75 {
  --tw-shadow-color: rgb(161 161 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/80 {
  --tw-shadow-color: rgb(161 161 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/85 {
  --tw-shadow-color: rgb(161 161 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/90 {
  --tw-shadow-color: rgb(161 161 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-400\/95 {
  --tw-shadow-color: rgb(161 161 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500 {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/0 {
  --tw-shadow-color: rgb(113 113 122 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/10 {
  --tw-shadow-color: rgb(113 113 122 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/100 {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/15 {
  --tw-shadow-color: rgb(113 113 122 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/20 {
  --tw-shadow-color: rgb(113 113 122 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/25 {
  --tw-shadow-color: rgb(113 113 122 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/30 {
  --tw-shadow-color: rgb(113 113 122 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/35 {
  --tw-shadow-color: rgb(113 113 122 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/40 {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/45 {
  --tw-shadow-color: rgb(113 113 122 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/5 {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/50 {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/55 {
  --tw-shadow-color: rgb(113 113 122 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/60 {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/65 {
  --tw-shadow-color: rgb(113 113 122 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/70 {
  --tw-shadow-color: rgb(113 113 122 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/75 {
  --tw-shadow-color: rgb(113 113 122 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/80 {
  --tw-shadow-color: rgb(113 113 122 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/85 {
  --tw-shadow-color: rgb(113 113 122 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/90 {
  --tw-shadow-color: rgb(113 113 122 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-500\/95 {
  --tw-shadow-color: rgb(113 113 122 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600 {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/0 {
  --tw-shadow-color: rgb(82 82 91 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/10 {
  --tw-shadow-color: rgb(82 82 91 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/100 {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/15 {
  --tw-shadow-color: rgb(82 82 91 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/20 {
  --tw-shadow-color: rgb(82 82 91 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/25 {
  --tw-shadow-color: rgb(82 82 91 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/30 {
  --tw-shadow-color: rgb(82 82 91 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/35 {
  --tw-shadow-color: rgb(82 82 91 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/40 {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/45 {
  --tw-shadow-color: rgb(82 82 91 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/5 {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/50 {
  --tw-shadow-color: rgb(82 82 91 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/55 {
  --tw-shadow-color: rgb(82 82 91 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/60 {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/65 {
  --tw-shadow-color: rgb(82 82 91 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/70 {
  --tw-shadow-color: rgb(82 82 91 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/75 {
  --tw-shadow-color: rgb(82 82 91 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/80 {
  --tw-shadow-color: rgb(82 82 91 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/85 {
  --tw-shadow-color: rgb(82 82 91 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/90 {
  --tw-shadow-color: rgb(82 82 91 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-600\/95 {
  --tw-shadow-color: rgb(82 82 91 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700 {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/0 {
  --tw-shadow-color: rgb(63 63 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/10 {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/100 {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/15 {
  --tw-shadow-color: rgb(63 63 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/20 {
  --tw-shadow-color: rgb(63 63 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/25 {
  --tw-shadow-color: rgb(63 63 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/30 {
  --tw-shadow-color: rgb(63 63 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/35 {
  --tw-shadow-color: rgb(63 63 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/40 {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/45 {
  --tw-shadow-color: rgb(63 63 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/5 {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/50 {
  --tw-shadow-color: rgb(63 63 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/55 {
  --tw-shadow-color: rgb(63 63 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/60 {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/65 {
  --tw-shadow-color: rgb(63 63 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/70 {
  --tw-shadow-color: rgb(63 63 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/75 {
  --tw-shadow-color: rgb(63 63 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/80 {
  --tw-shadow-color: rgb(63 63 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/85 {
  --tw-shadow-color: rgb(63 63 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/90 {
  --tw-shadow-color: rgb(63 63 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-700\/95 {
  --tw-shadow-color: rgb(63 63 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800 {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/0 {
  --tw-shadow-color: rgb(39 39 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/10 {
  --tw-shadow-color: rgb(39 39 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/100 {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/15 {
  --tw-shadow-color: rgb(39 39 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/20 {
  --tw-shadow-color: rgb(39 39 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/25 {
  --tw-shadow-color: rgb(39 39 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/30 {
  --tw-shadow-color: rgb(39 39 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/35 {
  --tw-shadow-color: rgb(39 39 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/40 {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/45 {
  --tw-shadow-color: rgb(39 39 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/5 {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/50 {
  --tw-shadow-color: rgb(39 39 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/55 {
  --tw-shadow-color: rgb(39 39 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/60 {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/65 {
  --tw-shadow-color: rgb(39 39 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/70 {
  --tw-shadow-color: rgb(39 39 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/75 {
  --tw-shadow-color: rgb(39 39 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/80 {
  --tw-shadow-color: rgb(39 39 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/85 {
  --tw-shadow-color: rgb(39 39 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/90 {
  --tw-shadow-color: rgb(39 39 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-800\/95 {
  --tw-shadow-color: rgb(39 39 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900 {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/0 {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/10 {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/15 {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/20 {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/25 {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/30 {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/35 {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/45 {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/50 {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/55 {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/65 {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/70 {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/75 {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/80 {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/85 {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/90 {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-900\/95 {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950 {
  --tw-shadow-color: #09090b;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/0 {
  --tw-shadow-color: rgb(9 9 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/10 {
  --tw-shadow-color: rgb(9 9 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/100 {
  --tw-shadow-color: rgb(9 9 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/15 {
  --tw-shadow-color: rgb(9 9 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/20 {
  --tw-shadow-color: rgb(9 9 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/25 {
  --tw-shadow-color: rgb(9 9 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/30 {
  --tw-shadow-color: rgb(9 9 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/35 {
  --tw-shadow-color: rgb(9 9 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/40 {
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/45 {
  --tw-shadow-color: rgb(9 9 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/5 {
  --tw-shadow-color: rgb(9 9 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/50 {
  --tw-shadow-color: rgb(9 9 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/55 {
  --tw-shadow-color: rgb(9 9 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/60 {
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/65 {
  --tw-shadow-color: rgb(9 9 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/70 {
  --tw-shadow-color: rgb(9 9 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/75 {
  --tw-shadow-color: rgb(9 9 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/80 {
  --tw-shadow-color: rgb(9 9 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/85 {
  --tw-shadow-color: rgb(9 9 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/90 {
  --tw-shadow-color: rgb(9 9 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-zinc-950\/95 {
  --tw-shadow-color: rgb(9 9 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px 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-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-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[background-position\:-20px_-20px\] {
  background-position: -20px -20px;
}
.\[background-position\:35px_35px\] {
  background-position: 35px 35px;
}
.\[background-position\:35px_8px\] {
  background-position: 35px 8px;
}
.\[background-size\:60px_60px\] {
  background-size: 60px 60px;
}


/* ------------------------------------------------------------------------------------------------------ Display styles */

/* ------------------------------------------------------------------------------------------------------ Global font styles */


.heading-lg {
  font-family: Unbounded, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}


@media (min-width: 640px) {

  .heading-lg {
    font-size: 2.8rem;
  }
}


@media (min-width: 768px) {

  .heading-lg {
    font-size: 3.2rem;
  }
}


@media (min-width: 1155px) {

  .heading-lg {
    font-size: 3.75rem;
  }
}

.heading-md {
  font-family: Unbounded, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media (min-width: 640px) {

  .heading-md {
    font-size: 2.1rem;
  }
}

@media (min-width: 768px) {

  .heading-md {
    font-size: 2.5rem;
  }
}

@media (min-width: 1155px) {

  .heading-md {
    font-size: 2.5rem;
  }
}

.heading-sm {
  font-family: Unbounded, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 640px) {

  .heading-sm {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {

  .heading-sm {
    font-size: 1.8rem;
  }
}

.heading-xs {
  font-family: Unbounded, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

@media (min-width: 640px) {

  .heading-xs {
    font-size: 1.5rem;
  }
}

.heading-card {
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.body-lg {
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

.body-sm {
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

.display-text {
  font-family: Bona Nova, serif;
  font-size: 1.75rem;
  line-height: 1.3;
}

@media (min-width: 768px) {

  .display-text {
    font-size: 1.9rem;
  }
}

@media (min-width: 1155px) {

  .display-text {
    font-size: 2.125rem;
  }
}

.display-giant {
  font-family: Bona Nova, serif;
  font-size: 5rem;
  line-height: 0.5;
}

@media (min-width: 768px) {

  .display-giant {
    font-size: 7rem;
  }
}

@media (min-width: 1155px) {

  .display-giant {
    font-size: 9.375rem;
  }
}

.btn-text {
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.body-lg *,
.body-sm * {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Unbounded, sans-serif;
}

h1 {
  font-family: Unbounded, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

@media (min-width: 640px) {

  h1 {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {

  h1 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1155px) {

  h1 {
    font-size: 3.75rem;
  }
}

h1 a:not(.btn) {
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

h2 {
  font-family: Unbounded, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media (min-width: 640px) {

  h2 {
    font-size: 2.1rem;
  }
}

@media (min-width: 768px) {

  h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1155px) {

  h2 {
    font-size: 2.5rem;
  }
}

h2 a:not(.btn) {
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

h3 {
  font-family: Unbounded, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 640px) {

  h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {

  h3 {
    font-size: 1.8rem;
  }
}

h3 a:not(.btn) {
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

h4,
h5,
h6 {
  font-family: Unbounded, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

@media (min-width: 640px) {

  h4,
h5,
h6 {
    font-size: 1.5rem;
  }
}

p,
li {
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

p *,
li * {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

ul {
  margin-left: 1.5rem;
  padding-left: 0px;

    li:not(.menu-item) {
    list-style-type: disc;
  }

    li:not(.menu-item) {
    padding-left: 0.5rem;
  }
}

ol {
  padding-left: 1.5rem;

    li:not(.menu-item) {
    list-style-type: decimal;
  }

    li:not(.menu-item) {
    padding-left: 0.5rem;
  }
}




/* ------------------ Global link styles */


p a:not(.btn),
a:not(.btn),
li:not(.menu-item) a:not(.btn) {
  text-decoration-line: underline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


@media (prefers-reduced-motion: no-preference) {

  p a:not(.btn),
a:not(.btn),
li:not(.menu-item) a:not(.btn) {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
}


@media (prefers-reduced-motion: reduce) {

  p a:not(.btn),
a:not(.btn),
li:not(.menu-item) a:not(.btn) {
    transition-duration: 0s !important;
  }
}


p a:not(.btn),
a:not(.btn),
li:not(.menu-item) a:not(.btn) {
    text-decoration-color: rgba(154, 195, 28, 1);
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
}

.heading-lg a:not(.btn),
.heading-md a:not(.btn),
.heading-sm a:not(.btn) {
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

/* ------------------------------------------------------------------------------------------------------ WYSIWYG font styles */

.wysiwyg {

    h2,
    h3,
    h4,
    h5 {
    margin-bottom: 1.5rem;
  }

    p,
    ul,
    ol {
    margin-bottom: 0.75rem;
  }

    blockquote {
    position: relative;
  }

    blockquote {
    left: 65px;
  }

    blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

    blockquote {
    width: calc(100% - 65px);
  }

    @media (min-width: 768px) {

    blockquote {
      left: 150px;
    }
  }

    @media (min-width: 768px) {

    blockquote {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

    @media (min-width: 768px) {

    blockquote {
      width: calc(100% - 150px);
    }
  }

    blockquote::before {
        content: '';
    }

    blockquote::before {
    position: absolute;
  }

    blockquote::before {
    top: 0px;
  }

    blockquote::before {
    left: 0px;
  }

    blockquote::before {
    left: -65px;
  }

    blockquote::before {
    height: 38px;
  }

    blockquote::before {
    width: 44px;
  }

    blockquote::before {
    background-size: contain;
  }

    blockquote::before {
    background-repeat: no-repeat;
  }

    @media (min-width: 768px) {

    blockquote::before {
      left: -150px;
    }
  }

    @media (min-width: 768px) {

    blockquote::before {
      height: 95px;
    }
  }

    @media (min-width: 768px) {

    blockquote::before {
      width: 110px;
    }
  }

    blockquote::before {
        background-image: url('../../assets/graphics/quote-marks.svg');
    }

    blockquote p {
    margin-bottom: 0px;
  }

blockquote p {
    font-family: Bona Nova, serif;
  }

blockquote p {
    font-size: 1.75rem;
  }

blockquote p {
    line-height: 1.3;
  }

@media (min-width: 768px) {

    blockquote p {
      font-size: 1.9rem;
    }
  }

@media (min-width: 1155px) {

    blockquote p {
      font-size: 2.125rem;
    }
  }

    blockquote cite {
    font-style: normal;
  }

blockquote cite {
    font-family: Figtree, sans-serif;
  }

blockquote cite {
    font-size: 0.875rem;
  }

blockquote cite {
    line-height: 1.4;
  }

blockquote cite * {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

    table {
    margin-bottom: 1.5rem;
  }

    table {
    width: 100%;
  }

    table {

        td {
      padding: 0.5rem;
    }

        td {
      vertical-align: top;
    }

        td {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

        td {
      line-height: 2;
    }
    }

    img {
    max-width: 100%;
  }

    p:has(img) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

    @media (min-width: 768px) {

    p:has(img) {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

    p:has(img.alignleft) {
    display: flex;
  }

    p:has(img.alignleft) {
    justify-content: flex-start;
  }

    p:has(img.aligncenter) {
    display: flex;
  }

    p:has(img.aligncenter) {
    justify-content: center;
  }

    p:has(img.alignright) {
    display: flex;
  }

    p:has(img.alignright) {
    justify-content: flex-end;
  }

    .wp-caption-text {
    margin-top: 1rem;
  }

    .wp-video {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

    @media (min-width: 768px) {

    .wp-video {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }
}

.wysiwyg.blog-content,
.policy-container .wysiwyg {

h1,
    h2 {
    font-family: Unbounded, sans-serif;
  }

h1,
    h2 {
    font-size: 1.5rem;
  }

h1,
    h2 {
    line-height: 1.3;
  }

@media (min-width: 640px) {

    h1,
    h2 {
      font-size: 1.6rem;
    }
  }

@media (min-width: 768px) {

    h1,
    h2 {
      font-size: 1.8rem;
    }
  }

h1 a:not(.btn),
    h2 a:not(.btn) {
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}

h3,
    h4,
    h5,
    h6 {
    font-family: Unbounded, sans-serif;
  }

h3,
    h4,
    h5,
    h6 {
    font-size: 1.3rem;
  }

h3,
    h4,
    h5,
    h6 {
    line-height: 1.3;
  }

@media (min-width: 640px) {

    h3,
    h4,
    h5,
    h6 {
      font-size: 1.5rem;
    }
  }

    h1:not(:first-child),
    h2:not(:first-child),
    h3:not(:first-child),
    h4:not(:first-child),
    h5:not(:first-child),
    h6:not(:first-child) {
    margin-top: 1.5rem;
  }

    @media (min-width: 768px) {

    h1:not(:first-child),
    h2:not(:first-child),
    h3:not(:first-child),
    h4:not(:first-child),
    h5:not(:first-child),
    h6:not(:first-child) {
      margin-top: 3rem;
    }
  }
    
}

.wysiwyg>*:last-child {
    margin-bottom: 0;
}

a.no-underline .wysiwyg * {
  text-decoration-line: none !important;
}


/* ------------------------------------------------------------------------------------------------------ Global graphic styling */

.mountain-top {
  position: relative;
  z-index: 30;
}

.mountain-top:has(+ .bg-teal) path {
  fill: #12373f;
}

.mountain-top:has(+ .bg-cream) path {
  fill: #fcf8f1;
}

.mountain-top + .component {
  margin-top: 0px !important;
  padding-top: 3rem !important;
}

.component:has(+ .mountain-top),
.page-header.primary:has(+ .flexible-content > .mountain-top:first-child) {
  margin-bottom: 0px !important;
  padding-bottom: 100px;
}

@media (min-width: 768px) {

  .component:has(+ .mountain-top),
.page-header.primary:has(+ .flexible-content > .mountain-top:first-child) {
    padding-bottom: 120px;
  }
}

@media (min-width: 1155px) {

  .component:has(+ .mountain-top),
.page-header.primary:has(+ .flexible-content > .mountain-top:first-child) {
    padding-bottom: 150px;
  }
}

.component.masonry_images:has(+ .mountain-top) {
  padding-bottom: 0px !important;
}

.page-header.dotted:has(+ .flexible-content > .mountain-top:first-child) {
  margin-bottom: calc(40px + 3rem);
}

@media (min-width: 768px) {

  .page-header.dotted:has(+ .flexible-content > .mountain-top:first-child) {
    margin-bottom: calc(60px + 4rem);
  }
}

@media (min-width: 1155px) {

  .page-header.dotted:has(+ .flexible-content > .mountain-top:first-child) {
    margin-bottom: calc(70px + 4rem);
  }
}

@media screen and (min-width: 1155px) {
    .component.masonry_images:has(+ .mountain-top) .inner-padding {
        padding-bottom: 150px !important;
    }
}




/* ------------------------------------------------------------------------------------------------------ Single post text styling */


.single-post .wysiwyg {

h2,
    h3,
    h4,
    h5 h6 {
    font-family: Unbounded, sans-serif;
  }

h2,
    h3,
    h4,
    h5 h6 {
    font-size: 1.5rem;
  }

h2,
    h3,
    h4,
    h5 h6 {
    line-height: 1.3;
  }

@media (min-width: 640px) {

    h2,
    h3,
    h4,
    h5 h6 {
      font-size: 1.6rem;
    }
  }

@media (min-width: 768px) {

    h2,
    h3,
    h4,
    h5 h6 {
      font-size: 1.8rem;
    }
  }

h2 a:not(.btn),
    h3 a:not(.btn),
    h4 a:not(.btn),
    h5 h6 a:not(.btn) {
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
}
}



/* ------------------------------------------------------------------------------------------------------ Global Layout styles */


.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
}

.site-padding-sides {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {

  .site-padding-sides {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.blog-content .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 1550px) {

  .blog-content .content-wrapper {
    max-width: 1243.2px;
  }
}


/* ------------------------------------------------------------------------------------------------------ Button styles */

.btn-primary-lightbg,
.btn-primary-darkbg {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(213 216 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(213 216 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}

/* USE THIS FOR THE DARK NAV VERSION */
.btn-primary-lightbg:hover {
  background-color: transparent;
}

.btn-primary-darkbg:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}

.btn-nav {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}

.btn-nav:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


/* ------------------------------------------------------------------------------------------------------ Misc */


.error404 header .content-wrapper {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (pointer: coarse) {

    .no-focus-outline,
    .no-focus-outline * {
        outline: none !important;
    }
}

/* ------------------------------------------------------------------------------------------------------ Nav */

/* Desktop navigation wrapper */
.main-navigation {
  display: none;
}
@media (min-width: 1155px) {

  .main-navigation {
    display: block;
  }
}

/* Top-level UL */
.main-navigation ul {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0px;
  font-weight: 500;
}
@media (min-width: 1280px) {

  .main-navigation ul {
    gap: 1.5rem;
  }
}

/* Top-level LI */
.main-navigation ul > li {
  position: relative;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

/* Top-level links */
.main-navigation ul > li > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: no-preference) {

  .main-navigation ul > li > a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (prefers-reduced-motion: reduce) {

  .main-navigation ul > li > a {
    transition-duration: 0s;
  }
}
.main-navigation ul > li > a {
  text-decoration-color: rgba(154, 195, 28, 0);
  background-position: 100% 17px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.main-navigation ul > li > a:hover {
  text-decoration-color: rgba(154, 195, 28, 1);
}

/* Parent items (submenu triggers) */
.main-navigation li.menu-item-has-children {
  position: relative;
}

.main-navigation li.menu-item-has-children a {
  padding-right: 1.25rem;
}

/* Submenu container */
.main-navigation li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 20;
  margin-left: 0px;
  display: none;
  min-width: 180px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
  --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);
}

/* Submenu items */
.main-navigation li.menu-item-has-children > .sub-menu > li > a {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: none !important;
  letter-spacing: 0.7px;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}
.main-navigation li.menu-item-has-children > .sub-menu > li > a * {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

/* Submenu link hover */
.main-navigation li.menu-item-has-children > .sub-menu > li > a:hover {
  background-color: transparent;
}

/* Current submenu item */
.main-navigation li.menu-item-has-children > .sub-menu > li.current-menu-item > a {
  background-color: transparent;
}

/* Show submenu on hover or when active */
.main-navigation li.menu-item-has-children:hover > .sub-menu,
.main-navigation li.menu-item-has-children.active > .sub-menu {
  display: block;
}

/* Dropdown arrow icons for dark/light nav backgrounds */
.main-navigation.nav-dark-bg li.menu-item-has-children > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
}

.main-navigation.nav-light-bg li.menu-item-has-children > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230c1427' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
}


/* ------------------------------------------------------------------------------------------------------ Mobile nav */


/* -------------------------
   Toggle Button Lines (SVG)
   ------------------------- */
.toggle-menu .line {
  transform-box: fill-box;      /* must stay custom for SVG */
  transform-origin: center;     /* rotate around center of rect */
}

/* Keyframes animations for burger → X toggle */
.toggle-menu.active .top {
    animation: topLineOpen 0.5s forwards ease-in-out;
}

.toggle-menu:not(.active) .top {
    animation: topLineClose 0.5s forwards ease-in-out;
}

.toggle-menu.active .bottom {
    animation: bottomLineOpen 0.5s forwards ease-in-out;
}

.toggle-menu:not(.active) .bottom {
    animation: bottomLineClose 0.5s forwards ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .toggle-menu.active .top {
    animation: none !important;
    transform: translateY(10px) rotate(45deg);
  }

  .toggle-menu:not(.active) .top {
    animation: none !important;
    transform: translateY(0) rotate(0deg);
  }

  .toggle-menu.active .bottom {
    animation: none !important;
    transform: translateY(-10px) rotate(-45deg);
  }

  .toggle-menu:not(.active) .bottom {
    animation: none !important;
    transform: translateY(0) rotate(0deg);
  }
}

/* -------------------------
   Keyframes
   ------------------------- */
@keyframes topLineOpen {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(10px) rotate(0deg); }
  100% { transform: translateY(10px) rotate(45deg); }
}

@keyframes bottomLineOpen {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-10px) rotate(0deg); }
  100% { transform: translateY(-10px) rotate(-45deg); }
}

@keyframes topLineClose {
  0%   { transform: translateY(10px) rotate(45deg); }
  50%  { transform: translateY(10px) rotate(0deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

@keyframes bottomLineClose {
  0%   { transform: translateY(-10px) rotate(-45deg); }
  50%  { transform: translateY(-10px) rotate(0deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

/* -------------------------
   Mobile Navigation
   ------------------------- */

.site-logo .fill-dark,
.toggle-menu .line,
.toggle-menu .circle {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: no-preference) {

  .site-logo .fill-dark,
.toggle-menu .line,
.toggle-menu .circle {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
}

header.menu-open .site-logo.logo-dark .fill-dark {
  fill: #FFFFFF;
}

header.menu-open .toggle-menu .line {
  fill: #12373f !important;
}

header.menu-open .toggle-menu .circle {
  fill: #FFFFFF !important;
}


.site-header.menu-open .site-header-bg {
    opacity: 1;
}

.mobile-navigation .nav-dd {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 9rem;
  padding-bottom: 2rem;
}
.mobile-navigation a {
  text-decoration-line: none !important;
}

/* Mobile submenus - collapsed by default */
.mobile-navigation .sub-menu {
  margin-left: 0px;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
  padding-left: 0px;
  max-height: 0;
  display: flex;
}

@media (prefers-reduced-motion: no-preference) {
    .mobile-navigation .sub-menu {
        transition: max-height 0.3s ease-in-out;
    }
}

.mobile-navigation .menu-item-has-children.open > .sub-menu {
  max-height: 500px; /* adjust to fit content */
}

.mobile-navigation .sub-menu li {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.mobile-navigation .sub-menu li:first-of-type {
  padding-top: 1.5rem;
}

/* Line indicator for submenu items */
.mobile-navigation .sub-menu li::before {
  content: '';
  position: absolute;
  left: 0px;
  height: 1px;
  width: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Top-level menu items */
.nav-dd > .menu-item {
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.nav-dd > li > a {
  display: block;
  display: flex;
  height: 100%;
  min-height: 30px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

/* Parent links (submenu triggers) */
.mobile-navigation .menu-item-has-children > a {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

/* Submenu links */
.mobile-navigation .sub-menu a {
  font-weight: 400;
  text-transform: none;
}

/* -------------------------
   Submenu Icons
   ------------------------- */
.submenu-icon {
  margin-left: 0.5rem;
  display: block;
}
@media (min-width: 1155px) {

  .submenu-icon {
    display: none;
  }
}

.submenu-icon svg {
  vertical-align: middle;
}

/* Sub-line transforms */
.menu-item-has-children .submenu-icon .sub-line {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: no-preference) {

  .menu-item-has-children .submenu-icon .sub-line {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
}
.menu-item-has-children .submenu-icon .sub-line {
  transform-origin: center;
}

/* Vertical line rotation default */
.menu-item-has-children .submenu-icon .sub-line.vertical {
  transform: rotate(90deg) translateY(-0.5px);
}

/* Rotate vertical line when open */
.menu-item-has-children.open .submenu-icon .sub-line.vertical {
  transform: rotate(0);
}


/* ------------------------------------------------------------------------------------------------------ Language switcher */

.wpml-ls-legacy-list-horizontal {
  border-width: 0px;
  padding: 0px;
}

.wpml-ls-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  padding: 0.75rem !important;
  text-decoration-line: none !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

@media (prefers-reduced-motion: no-preference) {

  .wpml-ls-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
}

@media (prefers-reduced-motion: reduce) {

  .wpml-ls-link {
    transition-duration: 0s !important;
  }
}

.wpml-ls-link {
    line-height: 1.25 !important;
}

.light-switcher .wpml-ls-link {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.light-switcher .wpml-ls-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}

.dark-switcher .wpml-ls-link {
  --tw-border-opacity: 1;
  border-color: rgb(12 20 39 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}

.dark-switcher .wpml-ls-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 20 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}



/* ------------------------------------------------------------------------------------------------------ Footer */

.footer-navigation a {
  text-decoration-line: none !important;
}

.footer-menus .menu-item a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1155px) {

  .footer-menus .menu-item a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.policy-menu a {
  text-decoration-line: underline;
  text-decoration-color: #FFFFFF !important;
  text-decoration-thickness: 1px !important;
}

a.cky-banner-element {
    padding: 8px 30px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
  }

/* ------------------------------------------------------------------------------------------------------ Form styles */



/* ------------------------------------------------------------------------------------------------------ The World Counts iFrame styling */


.stat-iframe .counter {
  font-family: Bona Nova, serif;
  font-size: 1.75rem;
  line-height: 1.3;
}


@media (min-width: 768px) {

  .stat-iframe .counter {
    font-size: 1.9rem;
  }
}


@media (min-width: 1155px) {

  .stat-iframe .counter {
    font-size: 2.125rem;
  }
}




/* ------------------------------------------------------------------------------------------------------ Policy pages */


.policy-container a {
  word-break: break-all;
}


@media (min-width: 768px) {

  .policy-container a {
    overflow-wrap: normal;
    word-break: normal;
  }
}


/* ------------------------------------------------------------------------------------------------------ Accessibility */

.screen-reader-text {
    position: absolute !important;
    left: 10px;
    top: 10px;
    width: 1px !important;
    height: 1px !important;
    padding: 1rem !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    z-index: 9999999 !important
}

.screen-reader-text:focus {
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    clip: auto !important;
    white-space: normal !important;
    background: white !important;

}

/* ------------------------------------------------------------------------------------------------------ Cookie consent */


.cky-btn-revisit-wrapper {
	z-index: 50 !important;
}

/* ------------------------------------------------------------------------------------------------------ GSAP animation styling */


@media (prefers-reduced-motion: no-preference) {
  .gsap-fade {
    opacity: 0;
  }

    .animate-headings h1:not(.no-animation),
    .animate-headings h2:not(.no-animation),
    .animate-headings h3:not(.no-animation),
    .animate-headings h4:not(.no-animation),
    .animate-headings h5:not(.no-animation),
    .animate-headings h6:not(.no-animation) {
    display: block;
    opacity: 0; /* hide heading initially to prevent flash */
    }

    .animated-heading:not(.no-animation) .word-wrapper {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    }

    .animated-heading:not(.no-animation) .word {
    display: inline-block;
    transform: translateY(100%); 
    }
}


.last\:pb-0:last-child {
  padding-bottom: 0px;
}


.hover\:bg-cream:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 241 / var(--tw-bg-opacity, 1));
}


.hover\:bg-cream\/0:hover {
  background-color: rgb(252 248 241 / 0);
}


.hover\:bg-cream\/10:hover {
  background-color: rgb(252 248 241 / 0.1);
}


.hover\:bg-cream\/100:hover {
  background-color: rgb(252 248 241 / 1);
}


.hover\:bg-cream\/15:hover {
  background-color: rgb(252 248 241 / 0.15);
}


.hover\:bg-cream\/20:hover {
  background-color: rgb(252 248 241 / 0.2);
}


.hover\:bg-cream\/25:hover {
  background-color: rgb(252 248 241 / 0.25);
}


.hover\:bg-cream\/30:hover {
  background-color: rgb(252 248 241 / 0.3);
}


.hover\:bg-cream\/35:hover {
  background-color: rgb(252 248 241 / 0.35);
}


.hover\:bg-cream\/40:hover {
  background-color: rgb(252 248 241 / 0.4);
}


.hover\:bg-cream\/45:hover {
  background-color: rgb(252 248 241 / 0.45);
}


.hover\:bg-cream\/5:hover {
  background-color: rgb(252 248 241 / 0.05);
}


.hover\:bg-cream\/50:hover {
  background-color: rgb(252 248 241 / 0.5);
}


.hover\:bg-cream\/55:hover {
  background-color: rgb(252 248 241 / 0.55);
}


.hover\:bg-cream\/60:hover {
  background-color: rgb(252 248 241 / 0.6);
}


.hover\:bg-cream\/65:hover {
  background-color: rgb(252 248 241 / 0.65);
}


.hover\:bg-cream\/70:hover {
  background-color: rgb(252 248 241 / 0.7);
}


.hover\:bg-cream\/75:hover {
  background-color: rgb(252 248 241 / 0.75);
}


.hover\:bg-cream\/80:hover {
  background-color: rgb(252 248 241 / 0.8);
}


.hover\:bg-cream\/85:hover {
  background-color: rgb(252 248 241 / 0.85);
}


.hover\:bg-cream\/90:hover {
  background-color: rgb(252 248 241 / 0.9);
}


.hover\:bg-cream\/95:hover {
  background-color: rgb(252 248 241 / 0.95);
}


.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 20 39 / var(--tw-bg-opacity, 1));
}


.hover\:bg-dark\/0:hover {
  background-color: rgb(12 20 39 / 0);
}


.hover\:bg-dark\/10:hover {
  background-color: rgb(12 20 39 / 0.1);
}


.hover\:bg-dark\/100:hover {
  background-color: rgb(12 20 39 / 1);
}


.hover\:bg-dark\/15:hover {
  background-color: rgb(12 20 39 / 0.15);
}


.hover\:bg-dark\/20:hover {
  background-color: rgb(12 20 39 / 0.2);
}


.hover\:bg-dark\/25:hover {
  background-color: rgb(12 20 39 / 0.25);
}


.hover\:bg-dark\/30:hover {
  background-color: rgb(12 20 39 / 0.3);
}


.hover\:bg-dark\/35:hover {
  background-color: rgb(12 20 39 / 0.35);
}


.hover\:bg-dark\/40:hover {
  background-color: rgb(12 20 39 / 0.4);
}


.hover\:bg-dark\/45:hover {
  background-color: rgb(12 20 39 / 0.45);
}


.hover\:bg-dark\/5:hover {
  background-color: rgb(12 20 39 / 0.05);
}


.hover\:bg-dark\/50:hover {
  background-color: rgb(12 20 39 / 0.5);
}


.hover\:bg-dark\/55:hover {
  background-color: rgb(12 20 39 / 0.55);
}


.hover\:bg-dark\/60:hover {
  background-color: rgb(12 20 39 / 0.6);
}


.hover\:bg-dark\/65:hover {
  background-color: rgb(12 20 39 / 0.65);
}


.hover\:bg-dark\/70:hover {
  background-color: rgb(12 20 39 / 0.7);
}


.hover\:bg-dark\/75:hover {
  background-color: rgb(12 20 39 / 0.75);
}


.hover\:bg-dark\/80:hover {
  background-color: rgb(12 20 39 / 0.8);
}


.hover\:bg-dark\/85:hover {
  background-color: rgb(12 20 39 / 0.85);
}


.hover\:bg-dark\/90:hover {
  background-color: rgb(12 20 39 / 0.9);
}


.hover\:bg-dark\/95:hover {
  background-color: rgb(12 20 39 / 0.95);
}


.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 195 28 / var(--tw-bg-opacity, 1));
}


.hover\:bg-green\/0:hover {
  background-color: rgb(154 195 28 / 0);
}


.hover\:bg-green\/10:hover {
  background-color: rgb(154 195 28 / 0.1);
}


.hover\:bg-green\/100:hover {
  background-color: rgb(154 195 28 / 1);
}


.hover\:bg-green\/15:hover {
  background-color: rgb(154 195 28 / 0.15);
}


.hover\:bg-green\/20:hover {
  background-color: rgb(154 195 28 / 0.2);
}


.hover\:bg-green\/25:hover {
  background-color: rgb(154 195 28 / 0.25);
}


.hover\:bg-green\/30:hover {
  background-color: rgb(154 195 28 / 0.3);
}


.hover\:bg-green\/35:hover {
  background-color: rgb(154 195 28 / 0.35);
}


.hover\:bg-green\/40:hover {
  background-color: rgb(154 195 28 / 0.4);
}


.hover\:bg-green\/45:hover {
  background-color: rgb(154 195 28 / 0.45);
}


.hover\:bg-green\/5:hover {
  background-color: rgb(154 195 28 / 0.05);
}


.hover\:bg-green\/50:hover {
  background-color: rgb(154 195 28 / 0.5);
}


.hover\:bg-green\/55:hover {
  background-color: rgb(154 195 28 / 0.55);
}


.hover\:bg-green\/60:hover {
  background-color: rgb(154 195 28 / 0.6);
}


.hover\:bg-green\/65:hover {
  background-color: rgb(154 195 28 / 0.65);
}


.hover\:bg-green\/70:hover {
  background-color: rgb(154 195 28 / 0.7);
}


.hover\:bg-green\/75:hover {
  background-color: rgb(154 195 28 / 0.75);
}


.hover\:bg-green\/80:hover {
  background-color: rgb(154 195 28 / 0.8);
}


.hover\:bg-green\/85:hover {
  background-color: rgb(154 195 28 / 0.85);
}


.hover\:bg-green\/90:hover {
  background-color: rgb(154 195 28 / 0.9);
}


.hover\:bg-green\/95:hover {
  background-color: rgb(154 195 28 / 0.95);
}


.hover\:bg-grey:hover {
  background-color: #d2d2d2ff;
}


.hover\:bg-grey\/0:hover {
  background-color: rgb(210 210 210 / 0);
}


.hover\:bg-grey\/10:hover {
  background-color: rgb(210 210 210 / 0.1);
}


.hover\:bg-grey\/100:hover {
  background-color: rgb(210 210 210 / 1);
}


.hover\:bg-grey\/15:hover {
  background-color: rgb(210 210 210 / 0.15);
}


.hover\:bg-grey\/20:hover {
  background-color: rgb(210 210 210 / 0.2);
}


.hover\:bg-grey\/25:hover {
  background-color: rgb(210 210 210 / 0.25);
}


.hover\:bg-grey\/30:hover {
  background-color: rgb(210 210 210 / 0.3);
}


.hover\:bg-grey\/35:hover {
  background-color: rgb(210 210 210 / 0.35);
}


.hover\:bg-grey\/40:hover {
  background-color: rgb(210 210 210 / 0.4);
}


.hover\:bg-grey\/45:hover {
  background-color: rgb(210 210 210 / 0.45);
}


.hover\:bg-grey\/5:hover {
  background-color: rgb(210 210 210 / 0.05);
}


.hover\:bg-grey\/50:hover {
  background-color: rgb(210 210 210 / 0.5);
}


.hover\:bg-grey\/55:hover {
  background-color: rgb(210 210 210 / 0.55);
}


.hover\:bg-grey\/60:hover {
  background-color: rgb(210 210 210 / 0.6);
}


.hover\:bg-grey\/65:hover {
  background-color: rgb(210 210 210 / 0.65);
}


.hover\:bg-grey\/70:hover {
  background-color: rgb(210 210 210 / 0.7);
}


.hover\:bg-grey\/75:hover {
  background-color: rgb(210 210 210 / 0.75);
}


.hover\:bg-grey\/80:hover {
  background-color: rgb(210 210 210 / 0.8);
}


.hover\:bg-grey\/85:hover {
  background-color: rgb(210 210 210 / 0.85);
}


.hover\:bg-grey\/90:hover {
  background-color: rgb(210 210 210 / 0.9);
}


.hover\:bg-grey\/95:hover {
  background-color: rgb(210 210 210 / 0.95);
}


.hover\:bg-light-lime:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 243 208 / var(--tw-bg-opacity, 1));
}


.hover\:bg-light-lime\/0:hover {
  background-color: rgb(239 243 208 / 0);
}


.hover\:bg-light-lime\/10:hover {
  background-color: rgb(239 243 208 / 0.1);
}


.hover\:bg-light-lime\/100:hover {
  background-color: rgb(239 243 208 / 1);
}


.hover\:bg-light-lime\/15:hover {
  background-color: rgb(239 243 208 / 0.15);
}


.hover\:bg-light-lime\/20:hover {
  background-color: rgb(239 243 208 / 0.2);
}


.hover\:bg-light-lime\/25:hover {
  background-color: rgb(239 243 208 / 0.25);
}


.hover\:bg-light-lime\/30:hover {
  background-color: rgb(239 243 208 / 0.3);
}


.hover\:bg-light-lime\/35:hover {
  background-color: rgb(239 243 208 / 0.35);
}


.hover\:bg-light-lime\/40:hover {
  background-color: rgb(239 243 208 / 0.4);
}


.hover\:bg-light-lime\/45:hover {
  background-color: rgb(239 243 208 / 0.45);
}


.hover\:bg-light-lime\/5:hover {
  background-color: rgb(239 243 208 / 0.05);
}


.hover\:bg-light-lime\/50:hover {
  background-color: rgb(239 243 208 / 0.5);
}


.hover\:bg-light-lime\/55:hover {
  background-color: rgb(239 243 208 / 0.55);
}


.hover\:bg-light-lime\/60:hover {
  background-color: rgb(239 243 208 / 0.6);
}


.hover\:bg-light-lime\/65:hover {
  background-color: rgb(239 243 208 / 0.65);
}


.hover\:bg-light-lime\/70:hover {
  background-color: rgb(239 243 208 / 0.7);
}


.hover\:bg-light-lime\/75:hover {
  background-color: rgb(239 243 208 / 0.75);
}


.hover\:bg-light-lime\/80:hover {
  background-color: rgb(239 243 208 / 0.8);
}


.hover\:bg-light-lime\/85:hover {
  background-color: rgb(239 243 208 / 0.85);
}


.hover\:bg-light-lime\/90:hover {
  background-color: rgb(239 243 208 / 0.9);
}


.hover\:bg-light-lime\/95:hover {
  background-color: rgb(239 243 208 / 0.95);
}


.hover\:bg-lime:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 216 111 / var(--tw-bg-opacity, 1));
}


.hover\:bg-lime\/0:hover {
  background-color: rgb(213 216 111 / 0);
}


.hover\:bg-lime\/10:hover {
  background-color: rgb(213 216 111 / 0.1);
}


.hover\:bg-lime\/100:hover {
  background-color: rgb(213 216 111 / 1);
}


.hover\:bg-lime\/15:hover {
  background-color: rgb(213 216 111 / 0.15);
}


.hover\:bg-lime\/20:hover {
  background-color: rgb(213 216 111 / 0.2);
}


.hover\:bg-lime\/25:hover {
  background-color: rgb(213 216 111 / 0.25);
}


.hover\:bg-lime\/30:hover {
  background-color: rgb(213 216 111 / 0.3);
}


.hover\:bg-lime\/35:hover {
  background-color: rgb(213 216 111 / 0.35);
}


.hover\:bg-lime\/40:hover {
  background-color: rgb(213 216 111 / 0.4);
}


.hover\:bg-lime\/45:hover {
  background-color: rgb(213 216 111 / 0.45);
}


.hover\:bg-lime\/5:hover {
  background-color: rgb(213 216 111 / 0.05);
}


.hover\:bg-lime\/50:hover {
  background-color: rgb(213 216 111 / 0.5);
}


.hover\:bg-lime\/55:hover {
  background-color: rgb(213 216 111 / 0.55);
}


.hover\:bg-lime\/60:hover {
  background-color: rgb(213 216 111 / 0.6);
}


.hover\:bg-lime\/65:hover {
  background-color: rgb(213 216 111 / 0.65);
}


.hover\:bg-lime\/70:hover {
  background-color: rgb(213 216 111 / 0.7);
}


.hover\:bg-lime\/75:hover {
  background-color: rgb(213 216 111 / 0.75);
}


.hover\:bg-lime\/80:hover {
  background-color: rgb(213 216 111 / 0.8);
}


.hover\:bg-lime\/85:hover {
  background-color: rgb(213 216 111 / 0.85);
}


.hover\:bg-lime\/90:hover {
  background-color: rgb(213 216 111 / 0.9);
}


.hover\:bg-lime\/95:hover {
  background-color: rgb(213 216 111 / 0.95);
}


.hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 55 63 / var(--tw-bg-opacity, 1));
}


.hover\:bg-teal\/0:hover {
  background-color: rgb(18 55 63 / 0);
}


.hover\:bg-teal\/10:hover {
  background-color: rgb(18 55 63 / 0.1);
}


.hover\:bg-teal\/100:hover {
  background-color: rgb(18 55 63 / 1);
}


.hover\:bg-teal\/15:hover {
  background-color: rgb(18 55 63 / 0.15);
}


.hover\:bg-teal\/20:hover {
  background-color: rgb(18 55 63 / 0.2);
}


.hover\:bg-teal\/25:hover {
  background-color: rgb(18 55 63 / 0.25);
}


.hover\:bg-teal\/30:hover {
  background-color: rgb(18 55 63 / 0.3);
}


.hover\:bg-teal\/35:hover {
  background-color: rgb(18 55 63 / 0.35);
}


.hover\:bg-teal\/40:hover {
  background-color: rgb(18 55 63 / 0.4);
}


.hover\:bg-teal\/45:hover {
  background-color: rgb(18 55 63 / 0.45);
}


.hover\:bg-teal\/5:hover {
  background-color: rgb(18 55 63 / 0.05);
}


.hover\:bg-teal\/50:hover {
  background-color: rgb(18 55 63 / 0.5);
}


.hover\:bg-teal\/55:hover {
  background-color: rgb(18 55 63 / 0.55);
}


.hover\:bg-teal\/60:hover {
  background-color: rgb(18 55 63 / 0.6);
}


.hover\:bg-teal\/65:hover {
  background-color: rgb(18 55 63 / 0.65);
}


.hover\:bg-teal\/70:hover {
  background-color: rgb(18 55 63 / 0.7);
}


.hover\:bg-teal\/75:hover {
  background-color: rgb(18 55 63 / 0.75);
}


.hover\:bg-teal\/80:hover {
  background-color: rgb(18 55 63 / 0.8);
}


.hover\:bg-teal\/85:hover {
  background-color: rgb(18 55 63 / 0.85);
}


.hover\:bg-teal\/90:hover {
  background-color: rgb(18 55 63 / 0.9);
}


.hover\:bg-teal\/95:hover {
  background-color: rgb(18 55 63 / 0.95);
}


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


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


.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}


.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}


.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}


.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}


.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}


.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}


.hover\:bg-white\/35:hover {
  background-color: rgb(255 255 255 / 0.35);
}


.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}


.hover\:bg-white\/45:hover {
  background-color: rgb(255 255 255 / 0.45);
}


.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}


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


.hover\:bg-white\/55:hover {
  background-color: rgb(255 255 255 / 0.55);
}


.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}


.hover\:bg-white\/65:hover {
  background-color: rgb(255 255 255 / 0.65);
}


.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}


.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}


.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}


.hover\:bg-white\/85:hover {
  background-color: rgb(255 255 255 / 0.85);
}


.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}


.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}


.hover\:text-cream:hover {
  --tw-text-opacity: 1;
  color: rgb(252 248 241 / var(--tw-text-opacity, 1));
}


.hover\:text-cream\/0:hover {
  color: rgb(252 248 241 / 0);
}


.hover\:text-cream\/10:hover {
  color: rgb(252 248 241 / 0.1);
}


.hover\:text-cream\/100:hover {
  color: rgb(252 248 241 / 1);
}


.hover\:text-cream\/15:hover {
  color: rgb(252 248 241 / 0.15);
}


.hover\:text-cream\/20:hover {
  color: rgb(252 248 241 / 0.2);
}


.hover\:text-cream\/25:hover {
  color: rgb(252 248 241 / 0.25);
}


.hover\:text-cream\/30:hover {
  color: rgb(252 248 241 / 0.3);
}


.hover\:text-cream\/35:hover {
  color: rgb(252 248 241 / 0.35);
}


.hover\:text-cream\/40:hover {
  color: rgb(252 248 241 / 0.4);
}


.hover\:text-cream\/45:hover {
  color: rgb(252 248 241 / 0.45);
}


.hover\:text-cream\/5:hover {
  color: rgb(252 248 241 / 0.05);
}


.hover\:text-cream\/50:hover {
  color: rgb(252 248 241 / 0.5);
}


.hover\:text-cream\/55:hover {
  color: rgb(252 248 241 / 0.55);
}


.hover\:text-cream\/60:hover {
  color: rgb(252 248 241 / 0.6);
}


.hover\:text-cream\/65:hover {
  color: rgb(252 248 241 / 0.65);
}


.hover\:text-cream\/70:hover {
  color: rgb(252 248 241 / 0.7);
}


.hover\:text-cream\/75:hover {
  color: rgb(252 248 241 / 0.75);
}


.hover\:text-cream\/80:hover {
  color: rgb(252 248 241 / 0.8);
}


.hover\:text-cream\/85:hover {
  color: rgb(252 248 241 / 0.85);
}


.hover\:text-cream\/90:hover {
  color: rgb(252 248 241 / 0.9);
}


.hover\:text-cream\/95:hover {
  color: rgb(252 248 241 / 0.95);
}


.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}


.hover\:text-dark\/0:hover {
  color: rgb(12 20 39 / 0);
}


.hover\:text-dark\/10:hover {
  color: rgb(12 20 39 / 0.1);
}


.hover\:text-dark\/100:hover {
  color: rgb(12 20 39 / 1);
}


.hover\:text-dark\/15:hover {
  color: rgb(12 20 39 / 0.15);
}


.hover\:text-dark\/20:hover {
  color: rgb(12 20 39 / 0.2);
}


.hover\:text-dark\/25:hover {
  color: rgb(12 20 39 / 0.25);
}


.hover\:text-dark\/30:hover {
  color: rgb(12 20 39 / 0.3);
}


.hover\:text-dark\/35:hover {
  color: rgb(12 20 39 / 0.35);
}


.hover\:text-dark\/40:hover {
  color: rgb(12 20 39 / 0.4);
}


.hover\:text-dark\/45:hover {
  color: rgb(12 20 39 / 0.45);
}


.hover\:text-dark\/5:hover {
  color: rgb(12 20 39 / 0.05);
}


.hover\:text-dark\/50:hover {
  color: rgb(12 20 39 / 0.5);
}


.hover\:text-dark\/55:hover {
  color: rgb(12 20 39 / 0.55);
}


.hover\:text-dark\/60:hover {
  color: rgb(12 20 39 / 0.6);
}


.hover\:text-dark\/65:hover {
  color: rgb(12 20 39 / 0.65);
}


.hover\:text-dark\/70:hover {
  color: rgb(12 20 39 / 0.7);
}


.hover\:text-dark\/75:hover {
  color: rgb(12 20 39 / 0.75);
}


.hover\:text-dark\/80:hover {
  color: rgb(12 20 39 / 0.8);
}


.hover\:text-dark\/85:hover {
  color: rgb(12 20 39 / 0.85);
}


.hover\:text-dark\/90:hover {
  color: rgb(12 20 39 / 0.9);
}


.hover\:text-dark\/95:hover {
  color: rgb(12 20 39 / 0.95);
}


.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(154 195 28 / var(--tw-text-opacity, 1));
}


.hover\:text-green\/0:hover {
  color: rgb(154 195 28 / 0);
}


.hover\:text-green\/10:hover {
  color: rgb(154 195 28 / 0.1);
}


.hover\:text-green\/100:hover {
  color: rgb(154 195 28 / 1);
}


.hover\:text-green\/15:hover {
  color: rgb(154 195 28 / 0.15);
}


.hover\:text-green\/20:hover {
  color: rgb(154 195 28 / 0.2);
}


.hover\:text-green\/25:hover {
  color: rgb(154 195 28 / 0.25);
}


.hover\:text-green\/30:hover {
  color: rgb(154 195 28 / 0.3);
}


.hover\:text-green\/35:hover {
  color: rgb(154 195 28 / 0.35);
}


.hover\:text-green\/40:hover {
  color: rgb(154 195 28 / 0.4);
}


.hover\:text-green\/45:hover {
  color: rgb(154 195 28 / 0.45);
}


.hover\:text-green\/5:hover {
  color: rgb(154 195 28 / 0.05);
}


.hover\:text-green\/50:hover {
  color: rgb(154 195 28 / 0.5);
}


.hover\:text-green\/55:hover {
  color: rgb(154 195 28 / 0.55);
}


.hover\:text-green\/60:hover {
  color: rgb(154 195 28 / 0.6);
}


.hover\:text-green\/65:hover {
  color: rgb(154 195 28 / 0.65);
}


.hover\:text-green\/70:hover {
  color: rgb(154 195 28 / 0.7);
}


.hover\:text-green\/75:hover {
  color: rgb(154 195 28 / 0.75);
}


.hover\:text-green\/80:hover {
  color: rgb(154 195 28 / 0.8);
}


.hover\:text-green\/85:hover {
  color: rgb(154 195 28 / 0.85);
}


.hover\:text-green\/90:hover {
  color: rgb(154 195 28 / 0.9);
}


.hover\:text-green\/95:hover {
  color: rgb(154 195 28 / 0.95);
}


.hover\:text-grey:hover {
  color: #d2d2d2ff;
}


.hover\:text-grey\/0:hover {
  color: rgb(210 210 210 / 0);
}


.hover\:text-grey\/10:hover {
  color: rgb(210 210 210 / 0.1);
}


.hover\:text-grey\/100:hover {
  color: rgb(210 210 210 / 1);
}


.hover\:text-grey\/15:hover {
  color: rgb(210 210 210 / 0.15);
}


.hover\:text-grey\/20:hover {
  color: rgb(210 210 210 / 0.2);
}


.hover\:text-grey\/25:hover {
  color: rgb(210 210 210 / 0.25);
}


.hover\:text-grey\/30:hover {
  color: rgb(210 210 210 / 0.3);
}


.hover\:text-grey\/35:hover {
  color: rgb(210 210 210 / 0.35);
}


.hover\:text-grey\/40:hover {
  color: rgb(210 210 210 / 0.4);
}


.hover\:text-grey\/45:hover {
  color: rgb(210 210 210 / 0.45);
}


.hover\:text-grey\/5:hover {
  color: rgb(210 210 210 / 0.05);
}


.hover\:text-grey\/50:hover {
  color: rgb(210 210 210 / 0.5);
}


.hover\:text-grey\/55:hover {
  color: rgb(210 210 210 / 0.55);
}


.hover\:text-grey\/60:hover {
  color: rgb(210 210 210 / 0.6);
}


.hover\:text-grey\/65:hover {
  color: rgb(210 210 210 / 0.65);
}


.hover\:text-grey\/70:hover {
  color: rgb(210 210 210 / 0.7);
}


.hover\:text-grey\/75:hover {
  color: rgb(210 210 210 / 0.75);
}


.hover\:text-grey\/80:hover {
  color: rgb(210 210 210 / 0.8);
}


.hover\:text-grey\/85:hover {
  color: rgb(210 210 210 / 0.85);
}


.hover\:text-grey\/90:hover {
  color: rgb(210 210 210 / 0.9);
}


.hover\:text-grey\/95:hover {
  color: rgb(210 210 210 / 0.95);
}


.hover\:text-light-lime:hover {
  --tw-text-opacity: 1;
  color: rgb(239 243 208 / var(--tw-text-opacity, 1));
}


.hover\:text-light-lime\/0:hover {
  color: rgb(239 243 208 / 0);
}


.hover\:text-light-lime\/10:hover {
  color: rgb(239 243 208 / 0.1);
}


.hover\:text-light-lime\/100:hover {
  color: rgb(239 243 208 / 1);
}


.hover\:text-light-lime\/15:hover {
  color: rgb(239 243 208 / 0.15);
}


.hover\:text-light-lime\/20:hover {
  color: rgb(239 243 208 / 0.2);
}


.hover\:text-light-lime\/25:hover {
  color: rgb(239 243 208 / 0.25);
}


.hover\:text-light-lime\/30:hover {
  color: rgb(239 243 208 / 0.3);
}


.hover\:text-light-lime\/35:hover {
  color: rgb(239 243 208 / 0.35);
}


.hover\:text-light-lime\/40:hover {
  color: rgb(239 243 208 / 0.4);
}


.hover\:text-light-lime\/45:hover {
  color: rgb(239 243 208 / 0.45);
}


.hover\:text-light-lime\/5:hover {
  color: rgb(239 243 208 / 0.05);
}


.hover\:text-light-lime\/50:hover {
  color: rgb(239 243 208 / 0.5);
}


.hover\:text-light-lime\/55:hover {
  color: rgb(239 243 208 / 0.55);
}


.hover\:text-light-lime\/60:hover {
  color: rgb(239 243 208 / 0.6);
}


.hover\:text-light-lime\/65:hover {
  color: rgb(239 243 208 / 0.65);
}


.hover\:text-light-lime\/70:hover {
  color: rgb(239 243 208 / 0.7);
}


.hover\:text-light-lime\/75:hover {
  color: rgb(239 243 208 / 0.75);
}


.hover\:text-light-lime\/80:hover {
  color: rgb(239 243 208 / 0.8);
}


.hover\:text-light-lime\/85:hover {
  color: rgb(239 243 208 / 0.85);
}


.hover\:text-light-lime\/90:hover {
  color: rgb(239 243 208 / 0.9);
}


.hover\:text-light-lime\/95:hover {
  color: rgb(239 243 208 / 0.95);
}


.hover\:text-lime:hover {
  --tw-text-opacity: 1;
  color: rgb(213 216 111 / var(--tw-text-opacity, 1));
}


.hover\:text-lime\/0:hover {
  color: rgb(213 216 111 / 0);
}


.hover\:text-lime\/10:hover {
  color: rgb(213 216 111 / 0.1);
}


.hover\:text-lime\/100:hover {
  color: rgb(213 216 111 / 1);
}


.hover\:text-lime\/15:hover {
  color: rgb(213 216 111 / 0.15);
}


.hover\:text-lime\/20:hover {
  color: rgb(213 216 111 / 0.2);
}


.hover\:text-lime\/25:hover {
  color: rgb(213 216 111 / 0.25);
}


.hover\:text-lime\/30:hover {
  color: rgb(213 216 111 / 0.3);
}


.hover\:text-lime\/35:hover {
  color: rgb(213 216 111 / 0.35);
}


.hover\:text-lime\/40:hover {
  color: rgb(213 216 111 / 0.4);
}


.hover\:text-lime\/45:hover {
  color: rgb(213 216 111 / 0.45);
}


.hover\:text-lime\/5:hover {
  color: rgb(213 216 111 / 0.05);
}


.hover\:text-lime\/50:hover {
  color: rgb(213 216 111 / 0.5);
}


.hover\:text-lime\/55:hover {
  color: rgb(213 216 111 / 0.55);
}


.hover\:text-lime\/60:hover {
  color: rgb(213 216 111 / 0.6);
}


.hover\:text-lime\/65:hover {
  color: rgb(213 216 111 / 0.65);
}


.hover\:text-lime\/70:hover {
  color: rgb(213 216 111 / 0.7);
}


.hover\:text-lime\/75:hover {
  color: rgb(213 216 111 / 0.75);
}


.hover\:text-lime\/80:hover {
  color: rgb(213 216 111 / 0.8);
}


.hover\:text-lime\/85:hover {
  color: rgb(213 216 111 / 0.85);
}


.hover\:text-lime\/90:hover {
  color: rgb(213 216 111 / 0.9);
}


.hover\:text-lime\/95:hover {
  color: rgb(213 216 111 / 0.95);
}


.hover\:text-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(18 55 63 / var(--tw-text-opacity, 1));
}


.hover\:text-teal\/0:hover {
  color: rgb(18 55 63 / 0);
}


.hover\:text-teal\/10:hover {
  color: rgb(18 55 63 / 0.1);
}


.hover\:text-teal\/100:hover {
  color: rgb(18 55 63 / 1);
}


.hover\:text-teal\/15:hover {
  color: rgb(18 55 63 / 0.15);
}


.hover\:text-teal\/20:hover {
  color: rgb(18 55 63 / 0.2);
}


.hover\:text-teal\/25:hover {
  color: rgb(18 55 63 / 0.25);
}


.hover\:text-teal\/30:hover {
  color: rgb(18 55 63 / 0.3);
}


.hover\:text-teal\/35:hover {
  color: rgb(18 55 63 / 0.35);
}


.hover\:text-teal\/40:hover {
  color: rgb(18 55 63 / 0.4);
}


.hover\:text-teal\/45:hover {
  color: rgb(18 55 63 / 0.45);
}


.hover\:text-teal\/5:hover {
  color: rgb(18 55 63 / 0.05);
}


.hover\:text-teal\/50:hover {
  color: rgb(18 55 63 / 0.5);
}


.hover\:text-teal\/55:hover {
  color: rgb(18 55 63 / 0.55);
}


.hover\:text-teal\/60:hover {
  color: rgb(18 55 63 / 0.6);
}


.hover\:text-teal\/65:hover {
  color: rgb(18 55 63 / 0.65);
}


.hover\:text-teal\/70:hover {
  color: rgb(18 55 63 / 0.7);
}


.hover\:text-teal\/75:hover {
  color: rgb(18 55 63 / 0.75);
}


.hover\:text-teal\/80:hover {
  color: rgb(18 55 63 / 0.8);
}


.hover\:text-teal\/85:hover {
  color: rgb(18 55 63 / 0.85);
}


.hover\:text-teal\/90:hover {
  color: rgb(18 55 63 / 0.9);
}


.hover\:text-teal\/95:hover {
  color: rgb(18 55 63 / 0.95);
}


.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}


.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}


.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}


.hover\:text-white\/15:hover {
  color: rgb(255 255 255 / 0.15);
}


.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}


.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}


.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}


.hover\:text-white\/35:hover {
  color: rgb(255 255 255 / 0.35);
}


.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}


.hover\:text-white\/45:hover {
  color: rgb(255 255 255 / 0.45);
}


.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}


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


.hover\:text-white\/55:hover {
  color: rgb(255 255 255 / 0.55);
}


.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}


.hover\:text-white\/65:hover {
  color: rgb(255 255 255 / 0.65);
}


.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}


.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}


.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}


.hover\:text-white\/85:hover {
  color: rgb(255 255 255 / 0.85);
}


.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}


.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}


.focus\:bg-cream:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 241 / var(--tw-bg-opacity, 1));
}


.focus\:bg-cream\/0:focus {
  background-color: rgb(252 248 241 / 0);
}


.focus\:bg-cream\/10:focus {
  background-color: rgb(252 248 241 / 0.1);
}


.focus\:bg-cream\/100:focus {
  background-color: rgb(252 248 241 / 1);
}


.focus\:bg-cream\/15:focus {
  background-color: rgb(252 248 241 / 0.15);
}


.focus\:bg-cream\/20:focus {
  background-color: rgb(252 248 241 / 0.2);
}


.focus\:bg-cream\/25:focus {
  background-color: rgb(252 248 241 / 0.25);
}


.focus\:bg-cream\/30:focus {
  background-color: rgb(252 248 241 / 0.3);
}


.focus\:bg-cream\/35:focus {
  background-color: rgb(252 248 241 / 0.35);
}


.focus\:bg-cream\/40:focus {
  background-color: rgb(252 248 241 / 0.4);
}


.focus\:bg-cream\/45:focus {
  background-color: rgb(252 248 241 / 0.45);
}


.focus\:bg-cream\/5:focus {
  background-color: rgb(252 248 241 / 0.05);
}


.focus\:bg-cream\/50:focus {
  background-color: rgb(252 248 241 / 0.5);
}


.focus\:bg-cream\/55:focus {
  background-color: rgb(252 248 241 / 0.55);
}


.focus\:bg-cream\/60:focus {
  background-color: rgb(252 248 241 / 0.6);
}


.focus\:bg-cream\/65:focus {
  background-color: rgb(252 248 241 / 0.65);
}


.focus\:bg-cream\/70:focus {
  background-color: rgb(252 248 241 / 0.7);
}


.focus\:bg-cream\/75:focus {
  background-color: rgb(252 248 241 / 0.75);
}


.focus\:bg-cream\/80:focus {
  background-color: rgb(252 248 241 / 0.8);
}


.focus\:bg-cream\/85:focus {
  background-color: rgb(252 248 241 / 0.85);
}


.focus\:bg-cream\/90:focus {
  background-color: rgb(252 248 241 / 0.9);
}


.focus\:bg-cream\/95:focus {
  background-color: rgb(252 248 241 / 0.95);
}


.focus\:bg-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 20 39 / var(--tw-bg-opacity, 1));
}


.focus\:bg-dark\/0:focus {
  background-color: rgb(12 20 39 / 0);
}


.focus\:bg-dark\/10:focus {
  background-color: rgb(12 20 39 / 0.1);
}


.focus\:bg-dark\/100:focus {
  background-color: rgb(12 20 39 / 1);
}


.focus\:bg-dark\/15:focus {
  background-color: rgb(12 20 39 / 0.15);
}


.focus\:bg-dark\/20:focus {
  background-color: rgb(12 20 39 / 0.2);
}


.focus\:bg-dark\/25:focus {
  background-color: rgb(12 20 39 / 0.25);
}


.focus\:bg-dark\/30:focus {
  background-color: rgb(12 20 39 / 0.3);
}


.focus\:bg-dark\/35:focus {
  background-color: rgb(12 20 39 / 0.35);
}


.focus\:bg-dark\/40:focus {
  background-color: rgb(12 20 39 / 0.4);
}


.focus\:bg-dark\/45:focus {
  background-color: rgb(12 20 39 / 0.45);
}


.focus\:bg-dark\/5:focus {
  background-color: rgb(12 20 39 / 0.05);
}


.focus\:bg-dark\/50:focus {
  background-color: rgb(12 20 39 / 0.5);
}


.focus\:bg-dark\/55:focus {
  background-color: rgb(12 20 39 / 0.55);
}


.focus\:bg-dark\/60:focus {
  background-color: rgb(12 20 39 / 0.6);
}


.focus\:bg-dark\/65:focus {
  background-color: rgb(12 20 39 / 0.65);
}


.focus\:bg-dark\/70:focus {
  background-color: rgb(12 20 39 / 0.7);
}


.focus\:bg-dark\/75:focus {
  background-color: rgb(12 20 39 / 0.75);
}


.focus\:bg-dark\/80:focus {
  background-color: rgb(12 20 39 / 0.8);
}


.focus\:bg-dark\/85:focus {
  background-color: rgb(12 20 39 / 0.85);
}


.focus\:bg-dark\/90:focus {
  background-color: rgb(12 20 39 / 0.9);
}


.focus\:bg-dark\/95:focus {
  background-color: rgb(12 20 39 / 0.95);
}


.focus\:bg-green:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(154 195 28 / var(--tw-bg-opacity, 1));
}


.focus\:bg-green\/0:focus {
  background-color: rgb(154 195 28 / 0);
}


.focus\:bg-green\/10:focus {
  background-color: rgb(154 195 28 / 0.1);
}


.focus\:bg-green\/100:focus {
  background-color: rgb(154 195 28 / 1);
}


.focus\:bg-green\/15:focus {
  background-color: rgb(154 195 28 / 0.15);
}


.focus\:bg-green\/20:focus {
  background-color: rgb(154 195 28 / 0.2);
}


.focus\:bg-green\/25:focus {
  background-color: rgb(154 195 28 / 0.25);
}


.focus\:bg-green\/30:focus {
  background-color: rgb(154 195 28 / 0.3);
}


.focus\:bg-green\/35:focus {
  background-color: rgb(154 195 28 / 0.35);
}


.focus\:bg-green\/40:focus {
  background-color: rgb(154 195 28 / 0.4);
}


.focus\:bg-green\/45:focus {
  background-color: rgb(154 195 28 / 0.45);
}


.focus\:bg-green\/5:focus {
  background-color: rgb(154 195 28 / 0.05);
}


.focus\:bg-green\/50:focus {
  background-color: rgb(154 195 28 / 0.5);
}


.focus\:bg-green\/55:focus {
  background-color: rgb(154 195 28 / 0.55);
}


.focus\:bg-green\/60:focus {
  background-color: rgb(154 195 28 / 0.6);
}


.focus\:bg-green\/65:focus {
  background-color: rgb(154 195 28 / 0.65);
}


.focus\:bg-green\/70:focus {
  background-color: rgb(154 195 28 / 0.7);
}


.focus\:bg-green\/75:focus {
  background-color: rgb(154 195 28 / 0.75);
}


.focus\:bg-green\/80:focus {
  background-color: rgb(154 195 28 / 0.8);
}


.focus\:bg-green\/85:focus {
  background-color: rgb(154 195 28 / 0.85);
}


.focus\:bg-green\/90:focus {
  background-color: rgb(154 195 28 / 0.9);
}


.focus\:bg-green\/95:focus {
  background-color: rgb(154 195 28 / 0.95);
}


.focus\:bg-grey:focus {
  background-color: #d2d2d2ff;
}


.focus\:bg-grey\/0:focus {
  background-color: rgb(210 210 210 / 0);
}


.focus\:bg-grey\/10:focus {
  background-color: rgb(210 210 210 / 0.1);
}


.focus\:bg-grey\/100:focus {
  background-color: rgb(210 210 210 / 1);
}


.focus\:bg-grey\/15:focus {
  background-color: rgb(210 210 210 / 0.15);
}


.focus\:bg-grey\/20:focus {
  background-color: rgb(210 210 210 / 0.2);
}


.focus\:bg-grey\/25:focus {
  background-color: rgb(210 210 210 / 0.25);
}


.focus\:bg-grey\/30:focus {
  background-color: rgb(210 210 210 / 0.3);
}


.focus\:bg-grey\/35:focus {
  background-color: rgb(210 210 210 / 0.35);
}


.focus\:bg-grey\/40:focus {
  background-color: rgb(210 210 210 / 0.4);
}


.focus\:bg-grey\/45:focus {
  background-color: rgb(210 210 210 / 0.45);
}


.focus\:bg-grey\/5:focus {
  background-color: rgb(210 210 210 / 0.05);
}


.focus\:bg-grey\/50:focus {
  background-color: rgb(210 210 210 / 0.5);
}


.focus\:bg-grey\/55:focus {
  background-color: rgb(210 210 210 / 0.55);
}


.focus\:bg-grey\/60:focus {
  background-color: rgb(210 210 210 / 0.6);
}


.focus\:bg-grey\/65:focus {
  background-color: rgb(210 210 210 / 0.65);
}


.focus\:bg-grey\/70:focus {
  background-color: rgb(210 210 210 / 0.7);
}


.focus\:bg-grey\/75:focus {
  background-color: rgb(210 210 210 / 0.75);
}


.focus\:bg-grey\/80:focus {
  background-color: rgb(210 210 210 / 0.8);
}


.focus\:bg-grey\/85:focus {
  background-color: rgb(210 210 210 / 0.85);
}


.focus\:bg-grey\/90:focus {
  background-color: rgb(210 210 210 / 0.9);
}


.focus\:bg-grey\/95:focus {
  background-color: rgb(210 210 210 / 0.95);
}


.focus\:bg-light-lime:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 243 208 / var(--tw-bg-opacity, 1));
}


.focus\:bg-light-lime\/0:focus {
  background-color: rgb(239 243 208 / 0);
}


.focus\:bg-light-lime\/10:focus {
  background-color: rgb(239 243 208 / 0.1);
}


.focus\:bg-light-lime\/100:focus {
  background-color: rgb(239 243 208 / 1);
}


.focus\:bg-light-lime\/15:focus {
  background-color: rgb(239 243 208 / 0.15);
}


.focus\:bg-light-lime\/20:focus {
  background-color: rgb(239 243 208 / 0.2);
}


.focus\:bg-light-lime\/25:focus {
  background-color: rgb(239 243 208 / 0.25);
}


.focus\:bg-light-lime\/30:focus {
  background-color: rgb(239 243 208 / 0.3);
}


.focus\:bg-light-lime\/35:focus {
  background-color: rgb(239 243 208 / 0.35);
}


.focus\:bg-light-lime\/40:focus {
  background-color: rgb(239 243 208 / 0.4);
}


.focus\:bg-light-lime\/45:focus {
  background-color: rgb(239 243 208 / 0.45);
}


.focus\:bg-light-lime\/5:focus {
  background-color: rgb(239 243 208 / 0.05);
}


.focus\:bg-light-lime\/50:focus {
  background-color: rgb(239 243 208 / 0.5);
}


.focus\:bg-light-lime\/55:focus {
  background-color: rgb(239 243 208 / 0.55);
}


.focus\:bg-light-lime\/60:focus {
  background-color: rgb(239 243 208 / 0.6);
}


.focus\:bg-light-lime\/65:focus {
  background-color: rgb(239 243 208 / 0.65);
}


.focus\:bg-light-lime\/70:focus {
  background-color: rgb(239 243 208 / 0.7);
}


.focus\:bg-light-lime\/75:focus {
  background-color: rgb(239 243 208 / 0.75);
}


.focus\:bg-light-lime\/80:focus {
  background-color: rgb(239 243 208 / 0.8);
}


.focus\:bg-light-lime\/85:focus {
  background-color: rgb(239 243 208 / 0.85);
}


.focus\:bg-light-lime\/90:focus {
  background-color: rgb(239 243 208 / 0.9);
}


.focus\:bg-light-lime\/95:focus {
  background-color: rgb(239 243 208 / 0.95);
}


.focus\:bg-lime:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(213 216 111 / var(--tw-bg-opacity, 1));
}


.focus\:bg-lime\/0:focus {
  background-color: rgb(213 216 111 / 0);
}


.focus\:bg-lime\/10:focus {
  background-color: rgb(213 216 111 / 0.1);
}


.focus\:bg-lime\/100:focus {
  background-color: rgb(213 216 111 / 1);
}


.focus\:bg-lime\/15:focus {
  background-color: rgb(213 216 111 / 0.15);
}


.focus\:bg-lime\/20:focus {
  background-color: rgb(213 216 111 / 0.2);
}


.focus\:bg-lime\/25:focus {
  background-color: rgb(213 216 111 / 0.25);
}


.focus\:bg-lime\/30:focus {
  background-color: rgb(213 216 111 / 0.3);
}


.focus\:bg-lime\/35:focus {
  background-color: rgb(213 216 111 / 0.35);
}


.focus\:bg-lime\/40:focus {
  background-color: rgb(213 216 111 / 0.4);
}


.focus\:bg-lime\/45:focus {
  background-color: rgb(213 216 111 / 0.45);
}


.focus\:bg-lime\/5:focus {
  background-color: rgb(213 216 111 / 0.05);
}


.focus\:bg-lime\/50:focus {
  background-color: rgb(213 216 111 / 0.5);
}


.focus\:bg-lime\/55:focus {
  background-color: rgb(213 216 111 / 0.55);
}


.focus\:bg-lime\/60:focus {
  background-color: rgb(213 216 111 / 0.6);
}


.focus\:bg-lime\/65:focus {
  background-color: rgb(213 216 111 / 0.65);
}


.focus\:bg-lime\/70:focus {
  background-color: rgb(213 216 111 / 0.7);
}


.focus\:bg-lime\/75:focus {
  background-color: rgb(213 216 111 / 0.75);
}


.focus\:bg-lime\/80:focus {
  background-color: rgb(213 216 111 / 0.8);
}


.focus\:bg-lime\/85:focus {
  background-color: rgb(213 216 111 / 0.85);
}


.focus\:bg-lime\/90:focus {
  background-color: rgb(213 216 111 / 0.9);
}


.focus\:bg-lime\/95:focus {
  background-color: rgb(213 216 111 / 0.95);
}


.focus\:bg-teal:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(18 55 63 / var(--tw-bg-opacity, 1));
}


.focus\:bg-teal\/0:focus {
  background-color: rgb(18 55 63 / 0);
}


.focus\:bg-teal\/10:focus {
  background-color: rgb(18 55 63 / 0.1);
}


.focus\:bg-teal\/100:focus {
  background-color: rgb(18 55 63 / 1);
}


.focus\:bg-teal\/15:focus {
  background-color: rgb(18 55 63 / 0.15);
}


.focus\:bg-teal\/20:focus {
  background-color: rgb(18 55 63 / 0.2);
}


.focus\:bg-teal\/25:focus {
  background-color: rgb(18 55 63 / 0.25);
}


.focus\:bg-teal\/30:focus {
  background-color: rgb(18 55 63 / 0.3);
}


.focus\:bg-teal\/35:focus {
  background-color: rgb(18 55 63 / 0.35);
}


.focus\:bg-teal\/40:focus {
  background-color: rgb(18 55 63 / 0.4);
}


.focus\:bg-teal\/45:focus {
  background-color: rgb(18 55 63 / 0.45);
}


.focus\:bg-teal\/5:focus {
  background-color: rgb(18 55 63 / 0.05);
}


.focus\:bg-teal\/50:focus {
  background-color: rgb(18 55 63 / 0.5);
}


.focus\:bg-teal\/55:focus {
  background-color: rgb(18 55 63 / 0.55);
}


.focus\:bg-teal\/60:focus {
  background-color: rgb(18 55 63 / 0.6);
}


.focus\:bg-teal\/65:focus {
  background-color: rgb(18 55 63 / 0.65);
}


.focus\:bg-teal\/70:focus {
  background-color: rgb(18 55 63 / 0.7);
}


.focus\:bg-teal\/75:focus {
  background-color: rgb(18 55 63 / 0.75);
}


.focus\:bg-teal\/80:focus {
  background-color: rgb(18 55 63 / 0.8);
}


.focus\:bg-teal\/85:focus {
  background-color: rgb(18 55 63 / 0.85);
}


.focus\:bg-teal\/90:focus {
  background-color: rgb(18 55 63 / 0.9);
}


.focus\:bg-teal\/95:focus {
  background-color: rgb(18 55 63 / 0.95);
}


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


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


.focus\:bg-white\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}


.focus\:bg-white\/100:focus {
  background-color: rgb(255 255 255 / 1);
}


.focus\:bg-white\/15:focus {
  background-color: rgb(255 255 255 / 0.15);
}


.focus\:bg-white\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}


.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}


.focus\:bg-white\/30:focus {
  background-color: rgb(255 255 255 / 0.3);
}


.focus\:bg-white\/35:focus {
  background-color: rgb(255 255 255 / 0.35);
}


.focus\:bg-white\/40:focus {
  background-color: rgb(255 255 255 / 0.4);
}


.focus\:bg-white\/45:focus {
  background-color: rgb(255 255 255 / 0.45);
}


.focus\:bg-white\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}


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


.focus\:bg-white\/55:focus {
  background-color: rgb(255 255 255 / 0.55);
}


.focus\:bg-white\/60:focus {
  background-color: rgb(255 255 255 / 0.6);
}


.focus\:bg-white\/65:focus {
  background-color: rgb(255 255 255 / 0.65);
}


.focus\:bg-white\/70:focus {
  background-color: rgb(255 255 255 / 0.7);
}


.focus\:bg-white\/75:focus {
  background-color: rgb(255 255 255 / 0.75);
}


.focus\:bg-white\/80:focus {
  background-color: rgb(255 255 255 / 0.8);
}


.focus\:bg-white\/85:focus {
  background-color: rgb(255 255 255 / 0.85);
}


.focus\:bg-white\/90:focus {
  background-color: rgb(255 255 255 / 0.9);
}


.focus\:bg-white\/95:focus {
  background-color: rgb(255 255 255 / 0.95);
}


.focus\:text-cream:focus {
  --tw-text-opacity: 1;
  color: rgb(252 248 241 / var(--tw-text-opacity, 1));
}


.focus\:text-cream\/0:focus {
  color: rgb(252 248 241 / 0);
}


.focus\:text-cream\/10:focus {
  color: rgb(252 248 241 / 0.1);
}


.focus\:text-cream\/100:focus {
  color: rgb(252 248 241 / 1);
}


.focus\:text-cream\/15:focus {
  color: rgb(252 248 241 / 0.15);
}


.focus\:text-cream\/20:focus {
  color: rgb(252 248 241 / 0.2);
}


.focus\:text-cream\/25:focus {
  color: rgb(252 248 241 / 0.25);
}


.focus\:text-cream\/30:focus {
  color: rgb(252 248 241 / 0.3);
}


.focus\:text-cream\/35:focus {
  color: rgb(252 248 241 / 0.35);
}


.focus\:text-cream\/40:focus {
  color: rgb(252 248 241 / 0.4);
}


.focus\:text-cream\/45:focus {
  color: rgb(252 248 241 / 0.45);
}


.focus\:text-cream\/5:focus {
  color: rgb(252 248 241 / 0.05);
}


.focus\:text-cream\/50:focus {
  color: rgb(252 248 241 / 0.5);
}


.focus\:text-cream\/55:focus {
  color: rgb(252 248 241 / 0.55);
}


.focus\:text-cream\/60:focus {
  color: rgb(252 248 241 / 0.6);
}


.focus\:text-cream\/65:focus {
  color: rgb(252 248 241 / 0.65);
}


.focus\:text-cream\/70:focus {
  color: rgb(252 248 241 / 0.7);
}


.focus\:text-cream\/75:focus {
  color: rgb(252 248 241 / 0.75);
}


.focus\:text-cream\/80:focus {
  color: rgb(252 248 241 / 0.8);
}


.focus\:text-cream\/85:focus {
  color: rgb(252 248 241 / 0.85);
}


.focus\:text-cream\/90:focus {
  color: rgb(252 248 241 / 0.9);
}


.focus\:text-cream\/95:focus {
  color: rgb(252 248 241 / 0.95);
}


.focus\:text-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}


.focus\:text-dark\/0:focus {
  color: rgb(12 20 39 / 0);
}


.focus\:text-dark\/10:focus {
  color: rgb(12 20 39 / 0.1);
}


.focus\:text-dark\/100:focus {
  color: rgb(12 20 39 / 1);
}


.focus\:text-dark\/15:focus {
  color: rgb(12 20 39 / 0.15);
}


.focus\:text-dark\/20:focus {
  color: rgb(12 20 39 / 0.2);
}


.focus\:text-dark\/25:focus {
  color: rgb(12 20 39 / 0.25);
}


.focus\:text-dark\/30:focus {
  color: rgb(12 20 39 / 0.3);
}


.focus\:text-dark\/35:focus {
  color: rgb(12 20 39 / 0.35);
}


.focus\:text-dark\/40:focus {
  color: rgb(12 20 39 / 0.4);
}


.focus\:text-dark\/45:focus {
  color: rgb(12 20 39 / 0.45);
}


.focus\:text-dark\/5:focus {
  color: rgb(12 20 39 / 0.05);
}


.focus\:text-dark\/50:focus {
  color: rgb(12 20 39 / 0.5);
}


.focus\:text-dark\/55:focus {
  color: rgb(12 20 39 / 0.55);
}


.focus\:text-dark\/60:focus {
  color: rgb(12 20 39 / 0.6);
}


.focus\:text-dark\/65:focus {
  color: rgb(12 20 39 / 0.65);
}


.focus\:text-dark\/70:focus {
  color: rgb(12 20 39 / 0.7);
}


.focus\:text-dark\/75:focus {
  color: rgb(12 20 39 / 0.75);
}


.focus\:text-dark\/80:focus {
  color: rgb(12 20 39 / 0.8);
}


.focus\:text-dark\/85:focus {
  color: rgb(12 20 39 / 0.85);
}


.focus\:text-dark\/90:focus {
  color: rgb(12 20 39 / 0.9);
}


.focus\:text-dark\/95:focus {
  color: rgb(12 20 39 / 0.95);
}


.focus\:text-green:focus {
  --tw-text-opacity: 1;
  color: rgb(154 195 28 / var(--tw-text-opacity, 1));
}


.focus\:text-green\/0:focus {
  color: rgb(154 195 28 / 0);
}


.focus\:text-green\/10:focus {
  color: rgb(154 195 28 / 0.1);
}


.focus\:text-green\/100:focus {
  color: rgb(154 195 28 / 1);
}


.focus\:text-green\/15:focus {
  color: rgb(154 195 28 / 0.15);
}


.focus\:text-green\/20:focus {
  color: rgb(154 195 28 / 0.2);
}


.focus\:text-green\/25:focus {
  color: rgb(154 195 28 / 0.25);
}


.focus\:text-green\/30:focus {
  color: rgb(154 195 28 / 0.3);
}


.focus\:text-green\/35:focus {
  color: rgb(154 195 28 / 0.35);
}


.focus\:text-green\/40:focus {
  color: rgb(154 195 28 / 0.4);
}


.focus\:text-green\/45:focus {
  color: rgb(154 195 28 / 0.45);
}


.focus\:text-green\/5:focus {
  color: rgb(154 195 28 / 0.05);
}


.focus\:text-green\/50:focus {
  color: rgb(154 195 28 / 0.5);
}


.focus\:text-green\/55:focus {
  color: rgb(154 195 28 / 0.55);
}


.focus\:text-green\/60:focus {
  color: rgb(154 195 28 / 0.6);
}


.focus\:text-green\/65:focus {
  color: rgb(154 195 28 / 0.65);
}


.focus\:text-green\/70:focus {
  color: rgb(154 195 28 / 0.7);
}


.focus\:text-green\/75:focus {
  color: rgb(154 195 28 / 0.75);
}


.focus\:text-green\/80:focus {
  color: rgb(154 195 28 / 0.8);
}


.focus\:text-green\/85:focus {
  color: rgb(154 195 28 / 0.85);
}


.focus\:text-green\/90:focus {
  color: rgb(154 195 28 / 0.9);
}


.focus\:text-green\/95:focus {
  color: rgb(154 195 28 / 0.95);
}


.focus\:text-grey:focus {
  color: #d2d2d2ff;
}


.focus\:text-grey\/0:focus {
  color: rgb(210 210 210 / 0);
}


.focus\:text-grey\/10:focus {
  color: rgb(210 210 210 / 0.1);
}


.focus\:text-grey\/100:focus {
  color: rgb(210 210 210 / 1);
}


.focus\:text-grey\/15:focus {
  color: rgb(210 210 210 / 0.15);
}


.focus\:text-grey\/20:focus {
  color: rgb(210 210 210 / 0.2);
}


.focus\:text-grey\/25:focus {
  color: rgb(210 210 210 / 0.25);
}


.focus\:text-grey\/30:focus {
  color: rgb(210 210 210 / 0.3);
}


.focus\:text-grey\/35:focus {
  color: rgb(210 210 210 / 0.35);
}


.focus\:text-grey\/40:focus {
  color: rgb(210 210 210 / 0.4);
}


.focus\:text-grey\/45:focus {
  color: rgb(210 210 210 / 0.45);
}


.focus\:text-grey\/5:focus {
  color: rgb(210 210 210 / 0.05);
}


.focus\:text-grey\/50:focus {
  color: rgb(210 210 210 / 0.5);
}


.focus\:text-grey\/55:focus {
  color: rgb(210 210 210 / 0.55);
}


.focus\:text-grey\/60:focus {
  color: rgb(210 210 210 / 0.6);
}


.focus\:text-grey\/65:focus {
  color: rgb(210 210 210 / 0.65);
}


.focus\:text-grey\/70:focus {
  color: rgb(210 210 210 / 0.7);
}


.focus\:text-grey\/75:focus {
  color: rgb(210 210 210 / 0.75);
}


.focus\:text-grey\/80:focus {
  color: rgb(210 210 210 / 0.8);
}


.focus\:text-grey\/85:focus {
  color: rgb(210 210 210 / 0.85);
}


.focus\:text-grey\/90:focus {
  color: rgb(210 210 210 / 0.9);
}


.focus\:text-grey\/95:focus {
  color: rgb(210 210 210 / 0.95);
}


.focus\:text-light-lime:focus {
  --tw-text-opacity: 1;
  color: rgb(239 243 208 / var(--tw-text-opacity, 1));
}


.focus\:text-light-lime\/0:focus {
  color: rgb(239 243 208 / 0);
}


.focus\:text-light-lime\/10:focus {
  color: rgb(239 243 208 / 0.1);
}


.focus\:text-light-lime\/100:focus {
  color: rgb(239 243 208 / 1);
}


.focus\:text-light-lime\/15:focus {
  color: rgb(239 243 208 / 0.15);
}


.focus\:text-light-lime\/20:focus {
  color: rgb(239 243 208 / 0.2);
}


.focus\:text-light-lime\/25:focus {
  color: rgb(239 243 208 / 0.25);
}


.focus\:text-light-lime\/30:focus {
  color: rgb(239 243 208 / 0.3);
}


.focus\:text-light-lime\/35:focus {
  color: rgb(239 243 208 / 0.35);
}


.focus\:text-light-lime\/40:focus {
  color: rgb(239 243 208 / 0.4);
}


.focus\:text-light-lime\/45:focus {
  color: rgb(239 243 208 / 0.45);
}


.focus\:text-light-lime\/5:focus {
  color: rgb(239 243 208 / 0.05);
}


.focus\:text-light-lime\/50:focus {
  color: rgb(239 243 208 / 0.5);
}


.focus\:text-light-lime\/55:focus {
  color: rgb(239 243 208 / 0.55);
}


.focus\:text-light-lime\/60:focus {
  color: rgb(239 243 208 / 0.6);
}


.focus\:text-light-lime\/65:focus {
  color: rgb(239 243 208 / 0.65);
}


.focus\:text-light-lime\/70:focus {
  color: rgb(239 243 208 / 0.7);
}


.focus\:text-light-lime\/75:focus {
  color: rgb(239 243 208 / 0.75);
}


.focus\:text-light-lime\/80:focus {
  color: rgb(239 243 208 / 0.8);
}


.focus\:text-light-lime\/85:focus {
  color: rgb(239 243 208 / 0.85);
}


.focus\:text-light-lime\/90:focus {
  color: rgb(239 243 208 / 0.9);
}


.focus\:text-light-lime\/95:focus {
  color: rgb(239 243 208 / 0.95);
}


.focus\:text-lime:focus {
  --tw-text-opacity: 1;
  color: rgb(213 216 111 / var(--tw-text-opacity, 1));
}


.focus\:text-lime\/0:focus {
  color: rgb(213 216 111 / 0);
}


.focus\:text-lime\/10:focus {
  color: rgb(213 216 111 / 0.1);
}


.focus\:text-lime\/100:focus {
  color: rgb(213 216 111 / 1);
}


.focus\:text-lime\/15:focus {
  color: rgb(213 216 111 / 0.15);
}


.focus\:text-lime\/20:focus {
  color: rgb(213 216 111 / 0.2);
}


.focus\:text-lime\/25:focus {
  color: rgb(213 216 111 / 0.25);
}


.focus\:text-lime\/30:focus {
  color: rgb(213 216 111 / 0.3);
}


.focus\:text-lime\/35:focus {
  color: rgb(213 216 111 / 0.35);
}


.focus\:text-lime\/40:focus {
  color: rgb(213 216 111 / 0.4);
}


.focus\:text-lime\/45:focus {
  color: rgb(213 216 111 / 0.45);
}


.focus\:text-lime\/5:focus {
  color: rgb(213 216 111 / 0.05);
}


.focus\:text-lime\/50:focus {
  color: rgb(213 216 111 / 0.5);
}


.focus\:text-lime\/55:focus {
  color: rgb(213 216 111 / 0.55);
}


.focus\:text-lime\/60:focus {
  color: rgb(213 216 111 / 0.6);
}


.focus\:text-lime\/65:focus {
  color: rgb(213 216 111 / 0.65);
}


.focus\:text-lime\/70:focus {
  color: rgb(213 216 111 / 0.7);
}


.focus\:text-lime\/75:focus {
  color: rgb(213 216 111 / 0.75);
}


.focus\:text-lime\/80:focus {
  color: rgb(213 216 111 / 0.8);
}


.focus\:text-lime\/85:focus {
  color: rgb(213 216 111 / 0.85);
}


.focus\:text-lime\/90:focus {
  color: rgb(213 216 111 / 0.9);
}


.focus\:text-lime\/95:focus {
  color: rgb(213 216 111 / 0.95);
}


.focus\:text-teal:focus {
  --tw-text-opacity: 1;
  color: rgb(18 55 63 / var(--tw-text-opacity, 1));
}


.focus\:text-teal\/0:focus {
  color: rgb(18 55 63 / 0);
}


.focus\:text-teal\/10:focus {
  color: rgb(18 55 63 / 0.1);
}


.focus\:text-teal\/100:focus {
  color: rgb(18 55 63 / 1);
}


.focus\:text-teal\/15:focus {
  color: rgb(18 55 63 / 0.15);
}


.focus\:text-teal\/20:focus {
  color: rgb(18 55 63 / 0.2);
}


.focus\:text-teal\/25:focus {
  color: rgb(18 55 63 / 0.25);
}


.focus\:text-teal\/30:focus {
  color: rgb(18 55 63 / 0.3);
}


.focus\:text-teal\/35:focus {
  color: rgb(18 55 63 / 0.35);
}


.focus\:text-teal\/40:focus {
  color: rgb(18 55 63 / 0.4);
}


.focus\:text-teal\/45:focus {
  color: rgb(18 55 63 / 0.45);
}


.focus\:text-teal\/5:focus {
  color: rgb(18 55 63 / 0.05);
}


.focus\:text-teal\/50:focus {
  color: rgb(18 55 63 / 0.5);
}


.focus\:text-teal\/55:focus {
  color: rgb(18 55 63 / 0.55);
}


.focus\:text-teal\/60:focus {
  color: rgb(18 55 63 / 0.6);
}


.focus\:text-teal\/65:focus {
  color: rgb(18 55 63 / 0.65);
}


.focus\:text-teal\/70:focus {
  color: rgb(18 55 63 / 0.7);
}


.focus\:text-teal\/75:focus {
  color: rgb(18 55 63 / 0.75);
}


.focus\:text-teal\/80:focus {
  color: rgb(18 55 63 / 0.8);
}


.focus\:text-teal\/85:focus {
  color: rgb(18 55 63 / 0.85);
}


.focus\:text-teal\/90:focus {
  color: rgb(18 55 63 / 0.9);
}


.focus\:text-teal\/95:focus {
  color: rgb(18 55 63 / 0.95);
}


.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.focus\:text-white\/0:focus {
  color: rgb(255 255 255 / 0);
}


.focus\:text-white\/10:focus {
  color: rgb(255 255 255 / 0.1);
}


.focus\:text-white\/100:focus {
  color: rgb(255 255 255 / 1);
}


.focus\:text-white\/15:focus {
  color: rgb(255 255 255 / 0.15);
}


.focus\:text-white\/20:focus {
  color: rgb(255 255 255 / 0.2);
}


.focus\:text-white\/25:focus {
  color: rgb(255 255 255 / 0.25);
}


.focus\:text-white\/30:focus {
  color: rgb(255 255 255 / 0.3);
}


.focus\:text-white\/35:focus {
  color: rgb(255 255 255 / 0.35);
}


.focus\:text-white\/40:focus {
  color: rgb(255 255 255 / 0.4);
}


.focus\:text-white\/45:focus {
  color: rgb(255 255 255 / 0.45);
}


.focus\:text-white\/5:focus {
  color: rgb(255 255 255 / 0.05);
}


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


.focus\:text-white\/55:focus {
  color: rgb(255 255 255 / 0.55);
}


.focus\:text-white\/60:focus {
  color: rgb(255 255 255 / 0.6);
}


.focus\:text-white\/65:focus {
  color: rgb(255 255 255 / 0.65);
}


.focus\:text-white\/70:focus {
  color: rgb(255 255 255 / 0.7);
}


.focus\:text-white\/75:focus {
  color: rgb(255 255 255 / 0.75);
}


.focus\:text-white\/80:focus {
  color: rgb(255 255 255 / 0.8);
}


.focus\:text-white\/85:focus {
  color: rgb(255 255 255 / 0.85);
}


.focus\:text-white\/90:focus {
  color: rgb(255 255 255 / 0.9);
}


.focus\:text-white\/95:focus {
  color: rgb(255 255 255 / 0.95);
}


.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}


.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}


.active\:bg-cream:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 241 / var(--tw-bg-opacity, 1));
}


.active\:bg-cream\/0:active {
  background-color: rgb(252 248 241 / 0);
}


.active\:bg-cream\/10:active {
  background-color: rgb(252 248 241 / 0.1);
}


.active\:bg-cream\/100:active {
  background-color: rgb(252 248 241 / 1);
}


.active\:bg-cream\/15:active {
  background-color: rgb(252 248 241 / 0.15);
}


.active\:bg-cream\/20:active {
  background-color: rgb(252 248 241 / 0.2);
}


.active\:bg-cream\/25:active {
  background-color: rgb(252 248 241 / 0.25);
}


.active\:bg-cream\/30:active {
  background-color: rgb(252 248 241 / 0.3);
}


.active\:bg-cream\/35:active {
  background-color: rgb(252 248 241 / 0.35);
}


.active\:bg-cream\/40:active {
  background-color: rgb(252 248 241 / 0.4);
}


.active\:bg-cream\/45:active {
  background-color: rgb(252 248 241 / 0.45);
}


.active\:bg-cream\/5:active {
  background-color: rgb(252 248 241 / 0.05);
}


.active\:bg-cream\/50:active {
  background-color: rgb(252 248 241 / 0.5);
}


.active\:bg-cream\/55:active {
  background-color: rgb(252 248 241 / 0.55);
}


.active\:bg-cream\/60:active {
  background-color: rgb(252 248 241 / 0.6);
}


.active\:bg-cream\/65:active {
  background-color: rgb(252 248 241 / 0.65);
}


.active\:bg-cream\/70:active {
  background-color: rgb(252 248 241 / 0.7);
}


.active\:bg-cream\/75:active {
  background-color: rgb(252 248 241 / 0.75);
}


.active\:bg-cream\/80:active {
  background-color: rgb(252 248 241 / 0.8);
}


.active\:bg-cream\/85:active {
  background-color: rgb(252 248 241 / 0.85);
}


.active\:bg-cream\/90:active {
  background-color: rgb(252 248 241 / 0.9);
}


.active\:bg-cream\/95:active {
  background-color: rgb(252 248 241 / 0.95);
}


.active\:bg-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 20 39 / var(--tw-bg-opacity, 1));
}


.active\:bg-dark\/0:active {
  background-color: rgb(12 20 39 / 0);
}


.active\:bg-dark\/10:active {
  background-color: rgb(12 20 39 / 0.1);
}


.active\:bg-dark\/100:active {
  background-color: rgb(12 20 39 / 1);
}


.active\:bg-dark\/15:active {
  background-color: rgb(12 20 39 / 0.15);
}


.active\:bg-dark\/20:active {
  background-color: rgb(12 20 39 / 0.2);
}


.active\:bg-dark\/25:active {
  background-color: rgb(12 20 39 / 0.25);
}


.active\:bg-dark\/30:active {
  background-color: rgb(12 20 39 / 0.3);
}


.active\:bg-dark\/35:active {
  background-color: rgb(12 20 39 / 0.35);
}


.active\:bg-dark\/40:active {
  background-color: rgb(12 20 39 / 0.4);
}


.active\:bg-dark\/45:active {
  background-color: rgb(12 20 39 / 0.45);
}


.active\:bg-dark\/5:active {
  background-color: rgb(12 20 39 / 0.05);
}


.active\:bg-dark\/50:active {
  background-color: rgb(12 20 39 / 0.5);
}


.active\:bg-dark\/55:active {
  background-color: rgb(12 20 39 / 0.55);
}


.active\:bg-dark\/60:active {
  background-color: rgb(12 20 39 / 0.6);
}


.active\:bg-dark\/65:active {
  background-color: rgb(12 20 39 / 0.65);
}


.active\:bg-dark\/70:active {
  background-color: rgb(12 20 39 / 0.7);
}


.active\:bg-dark\/75:active {
  background-color: rgb(12 20 39 / 0.75);
}


.active\:bg-dark\/80:active {
  background-color: rgb(12 20 39 / 0.8);
}


.active\:bg-dark\/85:active {
  background-color: rgb(12 20 39 / 0.85);
}


.active\:bg-dark\/90:active {
  background-color: rgb(12 20 39 / 0.9);
}


.active\:bg-dark\/95:active {
  background-color: rgb(12 20 39 / 0.95);
}


.active\:bg-green:active {
  --tw-bg-opacity: 1;
  background-color: rgb(154 195 28 / var(--tw-bg-opacity, 1));
}


.active\:bg-green\/0:active {
  background-color: rgb(154 195 28 / 0);
}


.active\:bg-green\/10:active {
  background-color: rgb(154 195 28 / 0.1);
}


.active\:bg-green\/100:active {
  background-color: rgb(154 195 28 / 1);
}


.active\:bg-green\/15:active {
  background-color: rgb(154 195 28 / 0.15);
}


.active\:bg-green\/20:active {
  background-color: rgb(154 195 28 / 0.2);
}


.active\:bg-green\/25:active {
  background-color: rgb(154 195 28 / 0.25);
}


.active\:bg-green\/30:active {
  background-color: rgb(154 195 28 / 0.3);
}


.active\:bg-green\/35:active {
  background-color: rgb(154 195 28 / 0.35);
}


.active\:bg-green\/40:active {
  background-color: rgb(154 195 28 / 0.4);
}


.active\:bg-green\/45:active {
  background-color: rgb(154 195 28 / 0.45);
}


.active\:bg-green\/5:active {
  background-color: rgb(154 195 28 / 0.05);
}


.active\:bg-green\/50:active {
  background-color: rgb(154 195 28 / 0.5);
}


.active\:bg-green\/55:active {
  background-color: rgb(154 195 28 / 0.55);
}


.active\:bg-green\/60:active {
  background-color: rgb(154 195 28 / 0.6);
}


.active\:bg-green\/65:active {
  background-color: rgb(154 195 28 / 0.65);
}


.active\:bg-green\/70:active {
  background-color: rgb(154 195 28 / 0.7);
}


.active\:bg-green\/75:active {
  background-color: rgb(154 195 28 / 0.75);
}


.active\:bg-green\/80:active {
  background-color: rgb(154 195 28 / 0.8);
}


.active\:bg-green\/85:active {
  background-color: rgb(154 195 28 / 0.85);
}


.active\:bg-green\/90:active {
  background-color: rgb(154 195 28 / 0.9);
}


.active\:bg-green\/95:active {
  background-color: rgb(154 195 28 / 0.95);
}


.active\:bg-grey:active {
  background-color: #d2d2d2ff;
}


.active\:bg-grey\/0:active {
  background-color: rgb(210 210 210 / 0);
}


.active\:bg-grey\/10:active {
  background-color: rgb(210 210 210 / 0.1);
}


.active\:bg-grey\/100:active {
  background-color: rgb(210 210 210 / 1);
}


.active\:bg-grey\/15:active {
  background-color: rgb(210 210 210 / 0.15);
}


.active\:bg-grey\/20:active {
  background-color: rgb(210 210 210 / 0.2);
}


.active\:bg-grey\/25:active {
  background-color: rgb(210 210 210 / 0.25);
}


.active\:bg-grey\/30:active {
  background-color: rgb(210 210 210 / 0.3);
}


.active\:bg-grey\/35:active {
  background-color: rgb(210 210 210 / 0.35);
}


.active\:bg-grey\/40:active {
  background-color: rgb(210 210 210 / 0.4);
}


.active\:bg-grey\/45:active {
  background-color: rgb(210 210 210 / 0.45);
}


.active\:bg-grey\/5:active {
  background-color: rgb(210 210 210 / 0.05);
}


.active\:bg-grey\/50:active {
  background-color: rgb(210 210 210 / 0.5);
}


.active\:bg-grey\/55:active {
  background-color: rgb(210 210 210 / 0.55);
}


.active\:bg-grey\/60:active {
  background-color: rgb(210 210 210 / 0.6);
}


.active\:bg-grey\/65:active {
  background-color: rgb(210 210 210 / 0.65);
}


.active\:bg-grey\/70:active {
  background-color: rgb(210 210 210 / 0.7);
}


.active\:bg-grey\/75:active {
  background-color: rgb(210 210 210 / 0.75);
}


.active\:bg-grey\/80:active {
  background-color: rgb(210 210 210 / 0.8);
}


.active\:bg-grey\/85:active {
  background-color: rgb(210 210 210 / 0.85);
}


.active\:bg-grey\/90:active {
  background-color: rgb(210 210 210 / 0.9);
}


.active\:bg-grey\/95:active {
  background-color: rgb(210 210 210 / 0.95);
}


.active\:bg-light-lime:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 243 208 / var(--tw-bg-opacity, 1));
}


.active\:bg-light-lime\/0:active {
  background-color: rgb(239 243 208 / 0);
}


.active\:bg-light-lime\/10:active {
  background-color: rgb(239 243 208 / 0.1);
}


.active\:bg-light-lime\/100:active {
  background-color: rgb(239 243 208 / 1);
}


.active\:bg-light-lime\/15:active {
  background-color: rgb(239 243 208 / 0.15);
}


.active\:bg-light-lime\/20:active {
  background-color: rgb(239 243 208 / 0.2);
}


.active\:bg-light-lime\/25:active {
  background-color: rgb(239 243 208 / 0.25);
}


.active\:bg-light-lime\/30:active {
  background-color: rgb(239 243 208 / 0.3);
}


.active\:bg-light-lime\/35:active {
  background-color: rgb(239 243 208 / 0.35);
}


.active\:bg-light-lime\/40:active {
  background-color: rgb(239 243 208 / 0.4);
}


.active\:bg-light-lime\/45:active {
  background-color: rgb(239 243 208 / 0.45);
}


.active\:bg-light-lime\/5:active {
  background-color: rgb(239 243 208 / 0.05);
}


.active\:bg-light-lime\/50:active {
  background-color: rgb(239 243 208 / 0.5);
}


.active\:bg-light-lime\/55:active {
  background-color: rgb(239 243 208 / 0.55);
}


.active\:bg-light-lime\/60:active {
  background-color: rgb(239 243 208 / 0.6);
}


.active\:bg-light-lime\/65:active {
  background-color: rgb(239 243 208 / 0.65);
}


.active\:bg-light-lime\/70:active {
  background-color: rgb(239 243 208 / 0.7);
}


.active\:bg-light-lime\/75:active {
  background-color: rgb(239 243 208 / 0.75);
}


.active\:bg-light-lime\/80:active {
  background-color: rgb(239 243 208 / 0.8);
}


.active\:bg-light-lime\/85:active {
  background-color: rgb(239 243 208 / 0.85);
}


.active\:bg-light-lime\/90:active {
  background-color: rgb(239 243 208 / 0.9);
}


.active\:bg-light-lime\/95:active {
  background-color: rgb(239 243 208 / 0.95);
}


.active\:bg-lime:active {
  --tw-bg-opacity: 1;
  background-color: rgb(213 216 111 / var(--tw-bg-opacity, 1));
}


.active\:bg-lime\/0:active {
  background-color: rgb(213 216 111 / 0);
}


.active\:bg-lime\/10:active {
  background-color: rgb(213 216 111 / 0.1);
}


.active\:bg-lime\/100:active {
  background-color: rgb(213 216 111 / 1);
}


.active\:bg-lime\/15:active {
  background-color: rgb(213 216 111 / 0.15);
}


.active\:bg-lime\/20:active {
  background-color: rgb(213 216 111 / 0.2);
}


.active\:bg-lime\/25:active {
  background-color: rgb(213 216 111 / 0.25);
}


.active\:bg-lime\/30:active {
  background-color: rgb(213 216 111 / 0.3);
}


.active\:bg-lime\/35:active {
  background-color: rgb(213 216 111 / 0.35);
}


.active\:bg-lime\/40:active {
  background-color: rgb(213 216 111 / 0.4);
}


.active\:bg-lime\/45:active {
  background-color: rgb(213 216 111 / 0.45);
}


.active\:bg-lime\/5:active {
  background-color: rgb(213 216 111 / 0.05);
}


.active\:bg-lime\/50:active {
  background-color: rgb(213 216 111 / 0.5);
}


.active\:bg-lime\/55:active {
  background-color: rgb(213 216 111 / 0.55);
}


.active\:bg-lime\/60:active {
  background-color: rgb(213 216 111 / 0.6);
}


.active\:bg-lime\/65:active {
  background-color: rgb(213 216 111 / 0.65);
}


.active\:bg-lime\/70:active {
  background-color: rgb(213 216 111 / 0.7);
}


.active\:bg-lime\/75:active {
  background-color: rgb(213 216 111 / 0.75);
}


.active\:bg-lime\/80:active {
  background-color: rgb(213 216 111 / 0.8);
}


.active\:bg-lime\/85:active {
  background-color: rgb(213 216 111 / 0.85);
}


.active\:bg-lime\/90:active {
  background-color: rgb(213 216 111 / 0.9);
}


.active\:bg-lime\/95:active {
  background-color: rgb(213 216 111 / 0.95);
}


.active\:bg-teal:active {
  --tw-bg-opacity: 1;
  background-color: rgb(18 55 63 / var(--tw-bg-opacity, 1));
}


.active\:bg-teal\/0:active {
  background-color: rgb(18 55 63 / 0);
}


.active\:bg-teal\/10:active {
  background-color: rgb(18 55 63 / 0.1);
}


.active\:bg-teal\/100:active {
  background-color: rgb(18 55 63 / 1);
}


.active\:bg-teal\/15:active {
  background-color: rgb(18 55 63 / 0.15);
}


.active\:bg-teal\/20:active {
  background-color: rgb(18 55 63 / 0.2);
}


.active\:bg-teal\/25:active {
  background-color: rgb(18 55 63 / 0.25);
}


.active\:bg-teal\/30:active {
  background-color: rgb(18 55 63 / 0.3);
}


.active\:bg-teal\/35:active {
  background-color: rgb(18 55 63 / 0.35);
}


.active\:bg-teal\/40:active {
  background-color: rgb(18 55 63 / 0.4);
}


.active\:bg-teal\/45:active {
  background-color: rgb(18 55 63 / 0.45);
}


.active\:bg-teal\/5:active {
  background-color: rgb(18 55 63 / 0.05);
}


.active\:bg-teal\/50:active {
  background-color: rgb(18 55 63 / 0.5);
}


.active\:bg-teal\/55:active {
  background-color: rgb(18 55 63 / 0.55);
}


.active\:bg-teal\/60:active {
  background-color: rgb(18 55 63 / 0.6);
}


.active\:bg-teal\/65:active {
  background-color: rgb(18 55 63 / 0.65);
}


.active\:bg-teal\/70:active {
  background-color: rgb(18 55 63 / 0.7);
}


.active\:bg-teal\/75:active {
  background-color: rgb(18 55 63 / 0.75);
}


.active\:bg-teal\/80:active {
  background-color: rgb(18 55 63 / 0.8);
}


.active\:bg-teal\/85:active {
  background-color: rgb(18 55 63 / 0.85);
}


.active\:bg-teal\/90:active {
  background-color: rgb(18 55 63 / 0.9);
}


.active\:bg-teal\/95:active {
  background-color: rgb(18 55 63 / 0.95);
}


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


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


.active\:bg-white\/10:active {
  background-color: rgb(255 255 255 / 0.1);
}


.active\:bg-white\/100:active {
  background-color: rgb(255 255 255 / 1);
}


.active\:bg-white\/15:active {
  background-color: rgb(255 255 255 / 0.15);
}


.active\:bg-white\/20:active {
  background-color: rgb(255 255 255 / 0.2);
}


.active\:bg-white\/25:active {
  background-color: rgb(255 255 255 / 0.25);
}


.active\:bg-white\/30:active {
  background-color: rgb(255 255 255 / 0.3);
}


.active\:bg-white\/35:active {
  background-color: rgb(255 255 255 / 0.35);
}


.active\:bg-white\/40:active {
  background-color: rgb(255 255 255 / 0.4);
}


.active\:bg-white\/45:active {
  background-color: rgb(255 255 255 / 0.45);
}


.active\:bg-white\/5:active {
  background-color: rgb(255 255 255 / 0.05);
}


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


.active\:bg-white\/55:active {
  background-color: rgb(255 255 255 / 0.55);
}


.active\:bg-white\/60:active {
  background-color: rgb(255 255 255 / 0.6);
}


.active\:bg-white\/65:active {
  background-color: rgb(255 255 255 / 0.65);
}


.active\:bg-white\/70:active {
  background-color: rgb(255 255 255 / 0.7);
}


.active\:bg-white\/75:active {
  background-color: rgb(255 255 255 / 0.75);
}


.active\:bg-white\/80:active {
  background-color: rgb(255 255 255 / 0.8);
}


.active\:bg-white\/85:active {
  background-color: rgb(255 255 255 / 0.85);
}


.active\:bg-white\/90:active {
  background-color: rgb(255 255 255 / 0.9);
}


.active\:bg-white\/95:active {
  background-color: rgb(255 255 255 / 0.95);
}


.active\:text-cream:active {
  --tw-text-opacity: 1;
  color: rgb(252 248 241 / var(--tw-text-opacity, 1));
}


.active\:text-cream\/0:active {
  color: rgb(252 248 241 / 0);
}


.active\:text-cream\/10:active {
  color: rgb(252 248 241 / 0.1);
}


.active\:text-cream\/100:active {
  color: rgb(252 248 241 / 1);
}


.active\:text-cream\/15:active {
  color: rgb(252 248 241 / 0.15);
}


.active\:text-cream\/20:active {
  color: rgb(252 248 241 / 0.2);
}


.active\:text-cream\/25:active {
  color: rgb(252 248 241 / 0.25);
}


.active\:text-cream\/30:active {
  color: rgb(252 248 241 / 0.3);
}


.active\:text-cream\/35:active {
  color: rgb(252 248 241 / 0.35);
}


.active\:text-cream\/40:active {
  color: rgb(252 248 241 / 0.4);
}


.active\:text-cream\/45:active {
  color: rgb(252 248 241 / 0.45);
}


.active\:text-cream\/5:active {
  color: rgb(252 248 241 / 0.05);
}


.active\:text-cream\/50:active {
  color: rgb(252 248 241 / 0.5);
}


.active\:text-cream\/55:active {
  color: rgb(252 248 241 / 0.55);
}


.active\:text-cream\/60:active {
  color: rgb(252 248 241 / 0.6);
}


.active\:text-cream\/65:active {
  color: rgb(252 248 241 / 0.65);
}


.active\:text-cream\/70:active {
  color: rgb(252 248 241 / 0.7);
}


.active\:text-cream\/75:active {
  color: rgb(252 248 241 / 0.75);
}


.active\:text-cream\/80:active {
  color: rgb(252 248 241 / 0.8);
}


.active\:text-cream\/85:active {
  color: rgb(252 248 241 / 0.85);
}


.active\:text-cream\/90:active {
  color: rgb(252 248 241 / 0.9);
}


.active\:text-cream\/95:active {
  color: rgb(252 248 241 / 0.95);
}


.active\:text-dark:active {
  --tw-text-opacity: 1;
  color: rgb(12 20 39 / var(--tw-text-opacity, 1));
}


.active\:text-dark\/0:active {
  color: rgb(12 20 39 / 0);
}


.active\:text-dark\/10:active {
  color: rgb(12 20 39 / 0.1);
}


.active\:text-dark\/100:active {
  color: rgb(12 20 39 / 1);
}


.active\:text-dark\/15:active {
  color: rgb(12 20 39 / 0.15);
}


.active\:text-dark\/20:active {
  color: rgb(12 20 39 / 0.2);
}


.active\:text-dark\/25:active {
  color: rgb(12 20 39 / 0.25);
}


.active\:text-dark\/30:active {
  color: rgb(12 20 39 / 0.3);
}


.active\:text-dark\/35:active {
  color: rgb(12 20 39 / 0.35);
}


.active\:text-dark\/40:active {
  color: rgb(12 20 39 / 0.4);
}


.active\:text-dark\/45:active {
  color: rgb(12 20 39 / 0.45);
}


.active\:text-dark\/5:active {
  color: rgb(12 20 39 / 0.05);
}


.active\:text-dark\/50:active {
  color: rgb(12 20 39 / 0.5);
}


.active\:text-dark\/55:active {
  color: rgb(12 20 39 / 0.55);
}


.active\:text-dark\/60:active {
  color: rgb(12 20 39 / 0.6);
}


.active\:text-dark\/65:active {
  color: rgb(12 20 39 / 0.65);
}


.active\:text-dark\/70:active {
  color: rgb(12 20 39 / 0.7);
}


.active\:text-dark\/75:active {
  color: rgb(12 20 39 / 0.75);
}


.active\:text-dark\/80:active {
  color: rgb(12 20 39 / 0.8);
}


.active\:text-dark\/85:active {
  color: rgb(12 20 39 / 0.85);
}


.active\:text-dark\/90:active {
  color: rgb(12 20 39 / 0.9);
}


.active\:text-dark\/95:active {
  color: rgb(12 20 39 / 0.95);
}


.active\:text-green:active {
  --tw-text-opacity: 1;
  color: rgb(154 195 28 / var(--tw-text-opacity, 1));
}


.active\:text-green\/0:active {
  color: rgb(154 195 28 / 0);
}


.active\:text-green\/10:active {
  color: rgb(154 195 28 / 0.1);
}


.active\:text-green\/100:active {
  color: rgb(154 195 28 / 1);
}


.active\:text-green\/15:active {
  color: rgb(154 195 28 / 0.15);
}


.active\:text-green\/20:active {
  color: rgb(154 195 28 / 0.2);
}


.active\:text-green\/25:active {
  color: rgb(154 195 28 / 0.25);
}


.active\:text-green\/30:active {
  color: rgb(154 195 28 / 0.3);
}


.active\:text-green\/35:active {
  color: rgb(154 195 28 / 0.35);
}


.active\:text-green\/40:active {
  color: rgb(154 195 28 / 0.4);
}


.active\:text-green\/45:active {
  color: rgb(154 195 28 / 0.45);
}


.active\:text-green\/5:active {
  color: rgb(154 195 28 / 0.05);
}


.active\:text-green\/50:active {
  color: rgb(154 195 28 / 0.5);
}


.active\:text-green\/55:active {
  color: rgb(154 195 28 / 0.55);
}


.active\:text-green\/60:active {
  color: rgb(154 195 28 / 0.6);
}


.active\:text-green\/65:active {
  color: rgb(154 195 28 / 0.65);
}


.active\:text-green\/70:active {
  color: rgb(154 195 28 / 0.7);
}


.active\:text-green\/75:active {
  color: rgb(154 195 28 / 0.75);
}


.active\:text-green\/80:active {
  color: rgb(154 195 28 / 0.8);
}


.active\:text-green\/85:active {
  color: rgb(154 195 28 / 0.85);
}


.active\:text-green\/90:active {
  color: rgb(154 195 28 / 0.9);
}


.active\:text-green\/95:active {
  color: rgb(154 195 28 / 0.95);
}


.active\:text-grey:active {
  color: #d2d2d2ff;
}


.active\:text-grey\/0:active {
  color: rgb(210 210 210 / 0);
}


.active\:text-grey\/10:active {
  color: rgb(210 210 210 / 0.1);
}


.active\:text-grey\/100:active {
  color: rgb(210 210 210 / 1);
}


.active\:text-grey\/15:active {
  color: rgb(210 210 210 / 0.15);
}


.active\:text-grey\/20:active {
  color: rgb(210 210 210 / 0.2);
}


.active\:text-grey\/25:active {
  color: rgb(210 210 210 / 0.25);
}


.active\:text-grey\/30:active {
  color: rgb(210 210 210 / 0.3);
}


.active\:text-grey\/35:active {
  color: rgb(210 210 210 / 0.35);
}


.active\:text-grey\/40:active {
  color: rgb(210 210 210 / 0.4);
}


.active\:text-grey\/45:active {
  color: rgb(210 210 210 / 0.45);
}


.active\:text-grey\/5:active {
  color: rgb(210 210 210 / 0.05);
}


.active\:text-grey\/50:active {
  color: rgb(210 210 210 / 0.5);
}


.active\:text-grey\/55:active {
  color: rgb(210 210 210 / 0.55);
}


.active\:text-grey\/60:active {
  color: rgb(210 210 210 / 0.6);
}


.active\:text-grey\/65:active {
  color: rgb(210 210 210 / 0.65);
}


.active\:text-grey\/70:active {
  color: rgb(210 210 210 / 0.7);
}


.active\:text-grey\/75:active {
  color: rgb(210 210 210 / 0.75);
}


.active\:text-grey\/80:active {
  color: rgb(210 210 210 / 0.8);
}


.active\:text-grey\/85:active {
  color: rgb(210 210 210 / 0.85);
}


.active\:text-grey\/90:active {
  color: rgb(210 210 210 / 0.9);
}


.active\:text-grey\/95:active {
  color: rgb(210 210 210 / 0.95);
}


.active\:text-light-lime:active {
  --tw-text-opacity: 1;
  color: rgb(239 243 208 / var(--tw-text-opacity, 1));
}


.active\:text-light-lime\/0:active {
  color: rgb(239 243 208 / 0);
}


.active\:text-light-lime\/10:active {
  color: rgb(239 243 208 / 0.1);
}


.active\:text-light-lime\/100:active {
  color: rgb(239 243 208 / 1);
}


.active\:text-light-lime\/15:active {
  color: rgb(239 243 208 / 0.15);
}


.active\:text-light-lime\/20:active {
  color: rgb(239 243 208 / 0.2);
}


.active\:text-light-lime\/25:active {
  color: rgb(239 243 208 / 0.25);
}


.active\:text-light-lime\/30:active {
  color: rgb(239 243 208 / 0.3);
}


.active\:text-light-lime\/35:active {
  color: rgb(239 243 208 / 0.35);
}


.active\:text-light-lime\/40:active {
  color: rgb(239 243 208 / 0.4);
}


.active\:text-light-lime\/45:active {
  color: rgb(239 243 208 / 0.45);
}


.active\:text-light-lime\/5:active {
  color: rgb(239 243 208 / 0.05);
}


.active\:text-light-lime\/50:active {
  color: rgb(239 243 208 / 0.5);
}


.active\:text-light-lime\/55:active {
  color: rgb(239 243 208 / 0.55);
}


.active\:text-light-lime\/60:active {
  color: rgb(239 243 208 / 0.6);
}


.active\:text-light-lime\/65:active {
  color: rgb(239 243 208 / 0.65);
}


.active\:text-light-lime\/70:active {
  color: rgb(239 243 208 / 0.7);
}


.active\:text-light-lime\/75:active {
  color: rgb(239 243 208 / 0.75);
}


.active\:text-light-lime\/80:active {
  color: rgb(239 243 208 / 0.8);
}


.active\:text-light-lime\/85:active {
  color: rgb(239 243 208 / 0.85);
}


.active\:text-light-lime\/90:active {
  color: rgb(239 243 208 / 0.9);
}


.active\:text-light-lime\/95:active {
  color: rgb(239 243 208 / 0.95);
}


.active\:text-lime:active {
  --tw-text-opacity: 1;
  color: rgb(213 216 111 / var(--tw-text-opacity, 1));
}


.active\:text-lime\/0:active {
  color: rgb(213 216 111 / 0);
}


.active\:text-lime\/10:active {
  color: rgb(213 216 111 / 0.1);
}


.active\:text-lime\/100:active {
  color: rgb(213 216 111 / 1);
}


.active\:text-lime\/15:active {
  color: rgb(213 216 111 / 0.15);
}


.active\:text-lime\/20:active {
  color: rgb(213 216 111 / 0.2);
}


.active\:text-lime\/25:active {
  color: rgb(213 216 111 / 0.25);
}


.active\:text-lime\/30:active {
  color: rgb(213 216 111 / 0.3);
}


.active\:text-lime\/35:active {
  color: rgb(213 216 111 / 0.35);
}


.active\:text-lime\/40:active {
  color: rgb(213 216 111 / 0.4);
}


.active\:text-lime\/45:active {
  color: rgb(213 216 111 / 0.45);
}


.active\:text-lime\/5:active {
  color: rgb(213 216 111 / 0.05);
}


.active\:text-lime\/50:active {
  color: rgb(213 216 111 / 0.5);
}


.active\:text-lime\/55:active {
  color: rgb(213 216 111 / 0.55);
}


.active\:text-lime\/60:active {
  color: rgb(213 216 111 / 0.6);
}


.active\:text-lime\/65:active {
  color: rgb(213 216 111 / 0.65);
}


.active\:text-lime\/70:active {
  color: rgb(213 216 111 / 0.7);
}


.active\:text-lime\/75:active {
  color: rgb(213 216 111 / 0.75);
}


.active\:text-lime\/80:active {
  color: rgb(213 216 111 / 0.8);
}


.active\:text-lime\/85:active {
  color: rgb(213 216 111 / 0.85);
}


.active\:text-lime\/90:active {
  color: rgb(213 216 111 / 0.9);
}


.active\:text-lime\/95:active {
  color: rgb(213 216 111 / 0.95);
}


.active\:text-teal:active {
  --tw-text-opacity: 1;
  color: rgb(18 55 63 / var(--tw-text-opacity, 1));
}


.active\:text-teal\/0:active {
  color: rgb(18 55 63 / 0);
}


.active\:text-teal\/10:active {
  color: rgb(18 55 63 / 0.1);
}


.active\:text-teal\/100:active {
  color: rgb(18 55 63 / 1);
}


.active\:text-teal\/15:active {
  color: rgb(18 55 63 / 0.15);
}


.active\:text-teal\/20:active {
  color: rgb(18 55 63 / 0.2);
}


.active\:text-teal\/25:active {
  color: rgb(18 55 63 / 0.25);
}


.active\:text-teal\/30:active {
  color: rgb(18 55 63 / 0.3);
}


.active\:text-teal\/35:active {
  color: rgb(18 55 63 / 0.35);
}


.active\:text-teal\/40:active {
  color: rgb(18 55 63 / 0.4);
}


.active\:text-teal\/45:active {
  color: rgb(18 55 63 / 0.45);
}


.active\:text-teal\/5:active {
  color: rgb(18 55 63 / 0.05);
}


.active\:text-teal\/50:active {
  color: rgb(18 55 63 / 0.5);
}


.active\:text-teal\/55:active {
  color: rgb(18 55 63 / 0.55);
}


.active\:text-teal\/60:active {
  color: rgb(18 55 63 / 0.6);
}


.active\:text-teal\/65:active {
  color: rgb(18 55 63 / 0.65);
}


.active\:text-teal\/70:active {
  color: rgb(18 55 63 / 0.7);
}


.active\:text-teal\/75:active {
  color: rgb(18 55 63 / 0.75);
}


.active\:text-teal\/80:active {
  color: rgb(18 55 63 / 0.8);
}


.active\:text-teal\/85:active {
  color: rgb(18 55 63 / 0.85);
}


.active\:text-teal\/90:active {
  color: rgb(18 55 63 / 0.9);
}


.active\:text-teal\/95:active {
  color: rgb(18 55 63 / 0.95);
}


.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.active\:text-white\/0:active {
  color: rgb(255 255 255 / 0);
}


.active\:text-white\/10:active {
  color: rgb(255 255 255 / 0.1);
}


.active\:text-white\/100:active {
  color: rgb(255 255 255 / 1);
}


.active\:text-white\/15:active {
  color: rgb(255 255 255 / 0.15);
}


.active\:text-white\/20:active {
  color: rgb(255 255 255 / 0.2);
}


.active\:text-white\/25:active {
  color: rgb(255 255 255 / 0.25);
}


.active\:text-white\/30:active {
  color: rgb(255 255 255 / 0.3);
}


.active\:text-white\/35:active {
  color: rgb(255 255 255 / 0.35);
}


.active\:text-white\/40:active {
  color: rgb(255 255 255 / 0.4);
}


.active\:text-white\/45:active {
  color: rgb(255 255 255 / 0.45);
}


.active\:text-white\/5:active {
  color: rgb(255 255 255 / 0.05);
}


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


.active\:text-white\/55:active {
  color: rgb(255 255 255 / 0.55);
}


.active\:text-white\/60:active {
  color: rgb(255 255 255 / 0.6);
}


.active\:text-white\/65:active {
  color: rgb(255 255 255 / 0.65);
}


.active\:text-white\/70:active {
  color: rgb(255 255 255 / 0.7);
}


.active\:text-white\/75:active {
  color: rgb(255 255 255 / 0.75);
}


.active\:text-white\/80:active {
  color: rgb(255 255 255 / 0.8);
}


.active\:text-white\/85:active {
  color: rgb(255 255 255 / 0.85);
}


.active\:text-white\/90:active {
  color: rgb(255 255 255 / 0.9);
}


.active\:text-white\/95:active {
  color: rgb(255 255 255 / 0.95);
}


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


.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.group:hover .group-hover\:decoration-green {
  text-decoration-color: #9ac31c;
}


@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .motion-safe\:transition-\[height\] {
    transition-property: height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .motion-safe\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .motion-safe\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .motion-safe\:delay-200 {
    transition-delay: 200ms;
  }

  .motion-safe\:duration-300 {
    transition-duration: 300ms;
  }

  .motion-safe\:duration-500 {
    transition-duration: 500ms;
  }

  .motion-safe\:duration-700 {
    transition-duration: 700ms;
  }

  .motion-safe\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}


@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:duration-0 {
    transition-duration: 0s;
  }
}


@media (min-width: 640px) {

  .sm\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

  .sm\:gap-12 {
    gap: 3rem;
  }
}


@media (min-width: 768px) {

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-\[2rem\] {
    left: -2rem;
  }

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

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

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

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

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

  .md\:top-12 {
    top: 3rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

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

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

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

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

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

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

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

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

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

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

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

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

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

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

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

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

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

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

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

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

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

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

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

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

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

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

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

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

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

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

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

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

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

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

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

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

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

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

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

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

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

  .md\:mt-80 {
    margin-top: 20rem;
  }

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

  .md\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .md\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-portrait-tall {
    aspect-ratio: 0.8;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

  .md\:h-\[90\%\] {
    height: 90%;
  }

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

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-\[160px\] {
    width: 160px;
  }

  .md\:w-\[50px\] {
    width: 50px;
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[85\%\] {
    width: 85%;
  }

  .md\:w-\[calc\(100\%\+4rem\)\] {
    width: calc(100% + 4rem);
  }

  .md\:w-\[calc\(100\%-100px\)\] {
    width: calc(100% - 100px);
  }

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

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .md\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .md\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .md\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

  .md\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem;
  }

  .md\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .md\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .md\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .md\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .md\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .md\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .md\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .md\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .md\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .md\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .md\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .md\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .md\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .md\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .md\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .md\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .md\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

  .md\:scroll-m-2\.5 {
    scroll-margin: 0.625rem;
  }

  .md\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .md\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .md\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .md\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .md\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .md\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .md\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .md\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .md\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .md\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .md\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .md\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .md\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .md\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .md\:-scroll-mx-12 {
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .md\:-scroll-mx-16 {
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .md\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .md\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mx-20 {
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .md\:-scroll-mx-24 {
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .md\:-scroll-mx-28 {
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .md\:-scroll-mx-32 {
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .md\:-scroll-mx-4 {
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .md\:-scroll-mx-40 {
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .md\:-scroll-mx-44 {
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .md\:-scroll-mx-48 {
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .md\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .md\:-scroll-mx-60 {
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .md\:-scroll-mx-64 {
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .md\:-scroll-mx-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .md\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .md\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .md\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .md\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

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

  .md\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .md\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .md\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .md\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .md\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .md\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .md\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .md\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .md\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .md\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .md\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .md\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .md\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .md\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .md\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .md\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .md\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .md\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .md\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .md\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .md\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .md\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

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

  .md\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .md\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

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

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

  .md\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

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

  .md\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .md\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .md\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .md\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

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

  .md\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .md\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .md\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .md\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .md\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

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

  .md\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .md\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .md\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .md\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .md\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .md\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .md\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .md\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .md\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .md\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .md\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

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

  .md\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .md\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .md\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .md\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

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

  .md\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .md\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .md\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .md\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .md\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .md\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .md\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .md\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .md\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

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

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

  .md\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .md\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .md\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .md\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .md\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

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

  .md\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .md\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .md\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

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

  .md\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .md\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

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

  .md\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .md\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

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

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

  .md\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

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

  .md\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .md\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .md\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .md\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

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

  .md\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .md\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .md\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .md\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .md\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

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

  .md\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .md\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .md\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .md\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .md\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .md\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .md\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .md\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .md\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .md\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .md\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

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

  .md\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .md\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .md\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .md\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .md\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

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

  .md\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .md\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .md\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .md\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .md\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .md\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .md\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .md\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .md\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

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

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

  .md\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .md\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .md\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .md\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .md\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

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

  .md\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .md\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .md\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

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

  .md\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .md\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

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

  .md\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .md\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .md\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .md\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .md\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .md\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .md\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .md\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .md\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .md\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .md\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .md\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .md\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .md\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .md\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .md\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .md\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .md\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .md\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .md\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .md\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .md\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .md\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .md\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .md\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .md\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .md\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .md\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .md\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .md\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .md\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .md\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .md\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .md\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .md\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .md\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .md\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .md\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .md\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .md\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .md\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .md\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .md\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .md\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .md\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .md\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .md\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .md\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .md\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .md\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .md\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .md\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .md\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .md\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .md\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .md\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .md\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .md\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .md\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .md\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .md\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .md\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .md\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .md\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .md\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .md\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .md\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .md\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .md\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .md\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .md\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .md\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .md\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .md\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .md\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .md\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .md\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .md\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .md\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .md\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .md\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .md\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .md\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .md\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .md\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .md\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .md\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .md\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .md\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .md\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .md\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .md\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .md\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .md\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .md\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .md\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .md\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .md\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .md\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .md\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .md\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .md\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .md\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .md\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .md\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .md\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .md\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .md\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .md\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .md\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .md\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .md\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .md\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .md\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .md\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .md\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .md\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

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

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:border-hidden {
    border-style: hidden;
  }

  .md\:bg-cream {
    --tw-bg-opacity: 1;
    background-color: rgb(252 248 241 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cream\/0 {
    background-color: rgb(252 248 241 / 0);
  }

  .md\:bg-cream\/10 {
    background-color: rgb(252 248 241 / 0.1);
  }

  .md\:bg-cream\/100 {
    background-color: rgb(252 248 241 / 1);
  }

  .md\:bg-cream\/15 {
    background-color: rgb(252 248 241 / 0.15);
  }

  .md\:bg-cream\/20 {
    background-color: rgb(252 248 241 / 0.2);
  }

  .md\:bg-cream\/25 {
    background-color: rgb(252 248 241 / 0.25);
  }

  .md\:bg-cream\/30 {
    background-color: rgb(252 248 241 / 0.3);
  }

  .md\:bg-cream\/35 {
    background-color: rgb(252 248 241 / 0.35);
  }

  .md\:bg-cream\/40 {
    background-color: rgb(252 248 241 / 0.4);
  }

  .md\:bg-cream\/45 {
    background-color: rgb(252 248 241 / 0.45);
  }

  .md\:bg-cream\/5 {
    background-color: rgb(252 248 241 / 0.05);
  }

  .md\:bg-cream\/50 {
    background-color: rgb(252 248 241 / 0.5);
  }

  .md\:bg-cream\/55 {
    background-color: rgb(252 248 241 / 0.55);
  }

  .md\:bg-cream\/60 {
    background-color: rgb(252 248 241 / 0.6);
  }

  .md\:bg-cream\/65 {
    background-color: rgb(252 248 241 / 0.65);
  }

  .md\:bg-cream\/70 {
    background-color: rgb(252 248 241 / 0.7);
  }

  .md\:bg-cream\/75 {
    background-color: rgb(252 248 241 / 0.75);
  }

  .md\:bg-cream\/80 {
    background-color: rgb(252 248 241 / 0.8);
  }

  .md\:bg-cream\/85 {
    background-color: rgb(252 248 241 / 0.85);
  }

  .md\:bg-cream\/90 {
    background-color: rgb(252 248 241 / 0.9);
  }

  .md\:bg-cream\/95 {
    background-color: rgb(252 248 241 / 0.95);
  }

  .md\:bg-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(12 20 39 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-dark\/0 {
    background-color: rgb(12 20 39 / 0);
  }

  .md\:bg-dark\/10 {
    background-color: rgb(12 20 39 / 0.1);
  }

  .md\:bg-dark\/100 {
    background-color: rgb(12 20 39 / 1);
  }

  .md\:bg-dark\/15 {
    background-color: rgb(12 20 39 / 0.15);
  }

  .md\:bg-dark\/20 {
    background-color: rgb(12 20 39 / 0.2);
  }

  .md\:bg-dark\/25 {
    background-color: rgb(12 20 39 / 0.25);
  }

  .md\:bg-dark\/30 {
    background-color: rgb(12 20 39 / 0.3);
  }

  .md\:bg-dark\/35 {
    background-color: rgb(12 20 39 / 0.35);
  }

  .md\:bg-dark\/40 {
    background-color: rgb(12 20 39 / 0.4);
  }

  .md\:bg-dark\/45 {
    background-color: rgb(12 20 39 / 0.45);
  }

  .md\:bg-dark\/5 {
    background-color: rgb(12 20 39 / 0.05);
  }

  .md\:bg-dark\/50 {
    background-color: rgb(12 20 39 / 0.5);
  }

  .md\:bg-dark\/55 {
    background-color: rgb(12 20 39 / 0.55);
  }

  .md\:bg-dark\/60 {
    background-color: rgb(12 20 39 / 0.6);
  }

  .md\:bg-dark\/65 {
    background-color: rgb(12 20 39 / 0.65);
  }

  .md\:bg-dark\/70 {
    background-color: rgb(12 20 39 / 0.7);
  }

  .md\:bg-dark\/75 {
    background-color: rgb(12 20 39 / 0.75);
  }

  .md\:bg-dark\/80 {
    background-color: rgb(12 20 39 / 0.8);
  }

  .md\:bg-dark\/85 {
    background-color: rgb(12 20 39 / 0.85);
  }

  .md\:bg-dark\/90 {
    background-color: rgb(12 20 39 / 0.9);
  }

  .md\:bg-dark\/95 {
    background-color: rgb(12 20 39 / 0.95);
  }

  .md\:bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(154 195 28 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green\/0 {
    background-color: rgb(154 195 28 / 0);
  }

  .md\:bg-green\/10 {
    background-color: rgb(154 195 28 / 0.1);
  }

  .md\:bg-green\/100 {
    background-color: rgb(154 195 28 / 1);
  }

  .md\:bg-green\/15 {
    background-color: rgb(154 195 28 / 0.15);
  }

  .md\:bg-green\/20 {
    background-color: rgb(154 195 28 / 0.2);
  }

  .md\:bg-green\/25 {
    background-color: rgb(154 195 28 / 0.25);
  }

  .md\:bg-green\/30 {
    background-color: rgb(154 195 28 / 0.3);
  }

  .md\:bg-green\/35 {
    background-color: rgb(154 195 28 / 0.35);
  }

  .md\:bg-green\/40 {
    background-color: rgb(154 195 28 / 0.4);
  }

  .md\:bg-green\/45 {
    background-color: rgb(154 195 28 / 0.45);
  }

  .md\:bg-green\/5 {
    background-color: rgb(154 195 28 / 0.05);
  }

  .md\:bg-green\/50 {
    background-color: rgb(154 195 28 / 0.5);
  }

  .md\:bg-green\/55 {
    background-color: rgb(154 195 28 / 0.55);
  }

  .md\:bg-green\/60 {
    background-color: rgb(154 195 28 / 0.6);
  }

  .md\:bg-green\/65 {
    background-color: rgb(154 195 28 / 0.65);
  }

  .md\:bg-green\/70 {
    background-color: rgb(154 195 28 / 0.7);
  }

  .md\:bg-green\/75 {
    background-color: rgb(154 195 28 / 0.75);
  }

  .md\:bg-green\/80 {
    background-color: rgb(154 195 28 / 0.8);
  }

  .md\:bg-green\/85 {
    background-color: rgb(154 195 28 / 0.85);
  }

  .md\:bg-green\/90 {
    background-color: rgb(154 195 28 / 0.9);
  }

  .md\:bg-green\/95 {
    background-color: rgb(154 195 28 / 0.95);
  }

  .md\:bg-grey {
    background-color: #d2d2d2ff;
  }

  .md\:bg-grey\/0 {
    background-color: rgb(210 210 210 / 0);
  }

  .md\:bg-grey\/10 {
    background-color: rgb(210 210 210 / 0.1);
  }

  .md\:bg-grey\/100 {
    background-color: rgb(210 210 210 / 1);
  }

  .md\:bg-grey\/15 {
    background-color: rgb(210 210 210 / 0.15);
  }

  .md\:bg-grey\/20 {
    background-color: rgb(210 210 210 / 0.2);
  }

  .md\:bg-grey\/25 {
    background-color: rgb(210 210 210 / 0.25);
  }

  .md\:bg-grey\/30 {
    background-color: rgb(210 210 210 / 0.3);
  }

  .md\:bg-grey\/35 {
    background-color: rgb(210 210 210 / 0.35);
  }

  .md\:bg-grey\/40 {
    background-color: rgb(210 210 210 / 0.4);
  }

  .md\:bg-grey\/45 {
    background-color: rgb(210 210 210 / 0.45);
  }

  .md\:bg-grey\/5 {
    background-color: rgb(210 210 210 / 0.05);
  }

  .md\:bg-grey\/50 {
    background-color: rgb(210 210 210 / 0.5);
  }

  .md\:bg-grey\/55 {
    background-color: rgb(210 210 210 / 0.55);
  }

  .md\:bg-grey\/60 {
    background-color: rgb(210 210 210 / 0.6);
  }

  .md\:bg-grey\/65 {
    background-color: rgb(210 210 210 / 0.65);
  }

  .md\:bg-grey\/70 {
    background-color: rgb(210 210 210 / 0.7);
  }

  .md\:bg-grey\/75 {
    background-color: rgb(210 210 210 / 0.75);
  }

  .md\:bg-grey\/80 {
    background-color: rgb(210 210 210 / 0.8);
  }

  .md\:bg-grey\/85 {
    background-color: rgb(210 210 210 / 0.85);
  }

  .md\:bg-grey\/90 {
    background-color: rgb(210 210 210 / 0.9);
  }

  .md\:bg-grey\/95 {
    background-color: rgb(210 210 210 / 0.95);
  }

  .md\:bg-light-lime {
    --tw-bg-opacity: 1;
    background-color: rgb(239 243 208 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-light-lime\/0 {
    background-color: rgb(239 243 208 / 0);
  }

  .md\:bg-light-lime\/10 {
    background-color: rgb(239 243 208 / 0.1);
  }

  .md\:bg-light-lime\/100 {
    background-color: rgb(239 243 208 / 1);
  }

  .md\:bg-light-lime\/15 {
    background-color: rgb(239 243 208 / 0.15);
  }

  .md\:bg-light-lime\/20 {
    background-color: rgb(239 243 208 / 0.2);
  }

  .md\:bg-light-lime\/25 {
    background-color: rgb(239 243 208 / 0.25);
  }

  .md\:bg-light-lime\/30 {
    background-color: rgb(239 243 208 / 0.3);
  }

  .md\:bg-light-lime\/35 {
    background-color: rgb(239 243 208 / 0.35);
  }

  .md\:bg-light-lime\/40 {
    background-color: rgb(239 243 208 / 0.4);
  }

  .md\:bg-light-lime\/45 {
    background-color: rgb(239 243 208 / 0.45);
  }

  .md\:bg-light-lime\/5 {
    background-color: rgb(239 243 208 / 0.05);
  }

  .md\:bg-light-lime\/50 {
    background-color: rgb(239 243 208 / 0.5);
  }

  .md\:bg-light-lime\/55 {
    background-color: rgb(239 243 208 / 0.55);
  }

  .md\:bg-light-lime\/60 {
    background-color: rgb(239 243 208 / 0.6);
  }

  .md\:bg-light-lime\/65 {
    background-color: rgb(239 243 208 / 0.65);
  }

  .md\:bg-light-lime\/70 {
    background-color: rgb(239 243 208 / 0.7);
  }

  .md\:bg-light-lime\/75 {
    background-color: rgb(239 243 208 / 0.75);
  }

  .md\:bg-light-lime\/80 {
    background-color: rgb(239 243 208 / 0.8);
  }

  .md\:bg-light-lime\/85 {
    background-color: rgb(239 243 208 / 0.85);
  }

  .md\:bg-light-lime\/90 {
    background-color: rgb(239 243 208 / 0.9);
  }

  .md\:bg-light-lime\/95 {
    background-color: rgb(239 243 208 / 0.95);
  }

  .md\:bg-lime {
    --tw-bg-opacity: 1;
    background-color: rgb(213 216 111 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime\/0 {
    background-color: rgb(213 216 111 / 0);
  }

  .md\:bg-lime\/10 {
    background-color: rgb(213 216 111 / 0.1);
  }

  .md\:bg-lime\/100 {
    background-color: rgb(213 216 111 / 1);
  }

  .md\:bg-lime\/15 {
    background-color: rgb(213 216 111 / 0.15);
  }

  .md\:bg-lime\/20 {
    background-color: rgb(213 216 111 / 0.2);
  }

  .md\:bg-lime\/25 {
    background-color: rgb(213 216 111 / 0.25);
  }

  .md\:bg-lime\/30 {
    background-color: rgb(213 216 111 / 0.3);
  }

  .md\:bg-lime\/35 {
    background-color: rgb(213 216 111 / 0.35);
  }

  .md\:bg-lime\/40 {
    background-color: rgb(213 216 111 / 0.4);
  }

  .md\:bg-lime\/45 {
    background-color: rgb(213 216 111 / 0.45);
  }

  .md\:bg-lime\/5 {
    background-color: rgb(213 216 111 / 0.05);
  }

  .md\:bg-lime\/50 {
    background-color: rgb(213 216 111 / 0.5);
  }

  .md\:bg-lime\/55 {
    background-color: rgb(213 216 111 / 0.55);
  }

  .md\:bg-lime\/60 {
    background-color: rgb(213 216 111 / 0.6);
  }

  .md\:bg-lime\/65 {
    background-color: rgb(213 216 111 / 0.65);
  }

  .md\:bg-lime\/70 {
    background-color: rgb(213 216 111 / 0.7);
  }

  .md\:bg-lime\/75 {
    background-color: rgb(213 216 111 / 0.75);
  }

  .md\:bg-lime\/80 {
    background-color: rgb(213 216 111 / 0.8);
  }

  .md\:bg-lime\/85 {
    background-color: rgb(213 216 111 / 0.85);
  }

  .md\:bg-lime\/90 {
    background-color: rgb(213 216 111 / 0.9);
  }

  .md\:bg-lime\/95 {
    background-color: rgb(213 216 111 / 0.95);
  }

  .md\:bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(18 55 63 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal\/0 {
    background-color: rgb(18 55 63 / 0);
  }

  .md\:bg-teal\/10 {
    background-color: rgb(18 55 63 / 0.1);
  }

  .md\:bg-teal\/100 {
    background-color: rgb(18 55 63 / 1);
  }

  .md\:bg-teal\/15 {
    background-color: rgb(18 55 63 / 0.15);
  }

  .md\:bg-teal\/20 {
    background-color: rgb(18 55 63 / 0.2);
  }

  .md\:bg-teal\/25 {
    background-color: rgb(18 55 63 / 0.25);
  }

  .md\:bg-teal\/30 {
    background-color: rgb(18 55 63 / 0.3);
  }

  .md\:bg-teal\/35 {
    background-color: rgb(18 55 63 / 0.35);
  }

  .md\:bg-teal\/40 {
    background-color: rgb(18 55 63 / 0.4);
  }

  .md\:bg-teal\/45 {
    background-color: rgb(18 55 63 / 0.45);
  }

  .md\:bg-teal\/5 {
    background-color: rgb(18 55 63 / 0.05);
  }

  .md\:bg-teal\/50 {
    background-color: rgb(18 55 63 / 0.5);
  }

  .md\:bg-teal\/55 {
    background-color: rgb(18 55 63 / 0.55);
  }

  .md\:bg-teal\/60 {
    background-color: rgb(18 55 63 / 0.6);
  }

  .md\:bg-teal\/65 {
    background-color: rgb(18 55 63 / 0.65);
  }

  .md\:bg-teal\/70 {
    background-color: rgb(18 55 63 / 0.7);
  }

  .md\:bg-teal\/75 {
    background-color: rgb(18 55 63 / 0.75);
  }

  .md\:bg-teal\/80 {
    background-color: rgb(18 55 63 / 0.8);
  }

  .md\:bg-teal\/85 {
    background-color: rgb(18 55 63 / 0.85);
  }

  .md\:bg-teal\/90 {
    background-color: rgb(18 55 63 / 0.9);
  }

  .md\:bg-teal\/95 {
    background-color: rgb(18 55 63 / 0.95);
  }

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

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

  .md\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .md\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .md\:bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
  }

  .md\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .md\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .md\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .md\:bg-white\/35 {
    background-color: rgb(255 255 255 / 0.35);
  }

  .md\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .md\:bg-white\/45 {
    background-color: rgb(255 255 255 / 0.45);
  }

  .md\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

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

  .md\:bg-white\/55 {
    background-color: rgb(255 255 255 / 0.55);
  }

  .md\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .md\:bg-white\/65 {
    background-color: rgb(255 255 255 / 0.65);
  }

  .md\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .md\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .md\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .md\:bg-white\/85 {
    background-color: rgb(255 255 255 / 0.85);
  }

  .md\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .md\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .md\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .md\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .md\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .md\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .md\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .md\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .md\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .md\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .md\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .md\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-cream {
    --tw-text-opacity: 1;
    color: rgb(252 248 241 / var(--tw-text-opacity, 1));
  }

  .md\:text-cream\/0 {
    color: rgb(252 248 241 / 0);
  }

  .md\:text-cream\/10 {
    color: rgb(252 248 241 / 0.1);
  }

  .md\:text-cream\/100 {
    color: rgb(252 248 241 / 1);
  }

  .md\:text-cream\/15 {
    color: rgb(252 248 241 / 0.15);
  }

  .md\:text-cream\/20 {
    color: rgb(252 248 241 / 0.2);
  }

  .md\:text-cream\/25 {
    color: rgb(252 248 241 / 0.25);
  }

  .md\:text-cream\/30 {
    color: rgb(252 248 241 / 0.3);
  }

  .md\:text-cream\/35 {
    color: rgb(252 248 241 / 0.35);
  }

  .md\:text-cream\/40 {
    color: rgb(252 248 241 / 0.4);
  }

  .md\:text-cream\/45 {
    color: rgb(252 248 241 / 0.45);
  }

  .md\:text-cream\/5 {
    color: rgb(252 248 241 / 0.05);
  }

  .md\:text-cream\/50 {
    color: rgb(252 248 241 / 0.5);
  }

  .md\:text-cream\/55 {
    color: rgb(252 248 241 / 0.55);
  }

  .md\:text-cream\/60 {
    color: rgb(252 248 241 / 0.6);
  }

  .md\:text-cream\/65 {
    color: rgb(252 248 241 / 0.65);
  }

  .md\:text-cream\/70 {
    color: rgb(252 248 241 / 0.7);
  }

  .md\:text-cream\/75 {
    color: rgb(252 248 241 / 0.75);
  }

  .md\:text-cream\/80 {
    color: rgb(252 248 241 / 0.8);
  }

  .md\:text-cream\/85 {
    color: rgb(252 248 241 / 0.85);
  }

  .md\:text-cream\/90 {
    color: rgb(252 248 241 / 0.9);
  }

  .md\:text-cream\/95 {
    color: rgb(252 248 241 / 0.95);
  }

  .md\:text-dark {
    --tw-text-opacity: 1;
    color: rgb(12 20 39 / var(--tw-text-opacity, 1));
  }

  .md\:text-dark\/0 {
    color: rgb(12 20 39 / 0);
  }

  .md\:text-dark\/10 {
    color: rgb(12 20 39 / 0.1);
  }

  .md\:text-dark\/100 {
    color: rgb(12 20 39 / 1);
  }

  .md\:text-dark\/15 {
    color: rgb(12 20 39 / 0.15);
  }

  .md\:text-dark\/20 {
    color: rgb(12 20 39 / 0.2);
  }

  .md\:text-dark\/25 {
    color: rgb(12 20 39 / 0.25);
  }

  .md\:text-dark\/30 {
    color: rgb(12 20 39 / 0.3);
  }

  .md\:text-dark\/35 {
    color: rgb(12 20 39 / 0.35);
  }

  .md\:text-dark\/40 {
    color: rgb(12 20 39 / 0.4);
  }

  .md\:text-dark\/45 {
    color: rgb(12 20 39 / 0.45);
  }

  .md\:text-dark\/5 {
    color: rgb(12 20 39 / 0.05);
  }

  .md\:text-dark\/50 {
    color: rgb(12 20 39 / 0.5);
  }

  .md\:text-dark\/55 {
    color: rgb(12 20 39 / 0.55);
  }

  .md\:text-dark\/60 {
    color: rgb(12 20 39 / 0.6);
  }

  .md\:text-dark\/65 {
    color: rgb(12 20 39 / 0.65);
  }

  .md\:text-dark\/70 {
    color: rgb(12 20 39 / 0.7);
  }

  .md\:text-dark\/75 {
    color: rgb(12 20 39 / 0.75);
  }

  .md\:text-dark\/80 {
    color: rgb(12 20 39 / 0.8);
  }

  .md\:text-dark\/85 {
    color: rgb(12 20 39 / 0.85);
  }

  .md\:text-dark\/90 {
    color: rgb(12 20 39 / 0.9);
  }

  .md\:text-dark\/95 {
    color: rgb(12 20 39 / 0.95);
  }

  .md\:text-green {
    --tw-text-opacity: 1;
    color: rgb(154 195 28 / var(--tw-text-opacity, 1));
  }

  .md\:text-green\/0 {
    color: rgb(154 195 28 / 0);
  }

  .md\:text-green\/10 {
    color: rgb(154 195 28 / 0.1);
  }

  .md\:text-green\/100 {
    color: rgb(154 195 28 / 1);
  }

  .md\:text-green\/15 {
    color: rgb(154 195 28 / 0.15);
  }

  .md\:text-green\/20 {
    color: rgb(154 195 28 / 0.2);
  }

  .md\:text-green\/25 {
    color: rgb(154 195 28 / 0.25);
  }

  .md\:text-green\/30 {
    color: rgb(154 195 28 / 0.3);
  }

  .md\:text-green\/35 {
    color: rgb(154 195 28 / 0.35);
  }

  .md\:text-green\/40 {
    color: rgb(154 195 28 / 0.4);
  }

  .md\:text-green\/45 {
    color: rgb(154 195 28 / 0.45);
  }

  .md\:text-green\/5 {
    color: rgb(154 195 28 / 0.05);
  }

  .md\:text-green\/50 {
    color: rgb(154 195 28 / 0.5);
  }

  .md\:text-green\/55 {
    color: rgb(154 195 28 / 0.55);
  }

  .md\:text-green\/60 {
    color: rgb(154 195 28 / 0.6);
  }

  .md\:text-green\/65 {
    color: rgb(154 195 28 / 0.65);
  }

  .md\:text-green\/70 {
    color: rgb(154 195 28 / 0.7);
  }

  .md\:text-green\/75 {
    color: rgb(154 195 28 / 0.75);
  }

  .md\:text-green\/80 {
    color: rgb(154 195 28 / 0.8);
  }

  .md\:text-green\/85 {
    color: rgb(154 195 28 / 0.85);
  }

  .md\:text-green\/90 {
    color: rgb(154 195 28 / 0.9);
  }

  .md\:text-green\/95 {
    color: rgb(154 195 28 / 0.95);
  }

  .md\:text-grey {
    color: #d2d2d2ff;
  }

  .md\:text-grey\/0 {
    color: rgb(210 210 210 / 0);
  }

  .md\:text-grey\/10 {
    color: rgb(210 210 210 / 0.1);
  }

  .md\:text-grey\/100 {
    color: rgb(210 210 210 / 1);
  }

  .md\:text-grey\/15 {
    color: rgb(210 210 210 / 0.15);
  }

  .md\:text-grey\/20 {
    color: rgb(210 210 210 / 0.2);
  }

  .md\:text-grey\/25 {
    color: rgb(210 210 210 / 0.25);
  }

  .md\:text-grey\/30 {
    color: rgb(210 210 210 / 0.3);
  }

  .md\:text-grey\/35 {
    color: rgb(210 210 210 / 0.35);
  }

  .md\:text-grey\/40 {
    color: rgb(210 210 210 / 0.4);
  }

  .md\:text-grey\/45 {
    color: rgb(210 210 210 / 0.45);
  }

  .md\:text-grey\/5 {
    color: rgb(210 210 210 / 0.05);
  }

  .md\:text-grey\/50 {
    color: rgb(210 210 210 / 0.5);
  }

  .md\:text-grey\/55 {
    color: rgb(210 210 210 / 0.55);
  }

  .md\:text-grey\/60 {
    color: rgb(210 210 210 / 0.6);
  }

  .md\:text-grey\/65 {
    color: rgb(210 210 210 / 0.65);
  }

  .md\:text-grey\/70 {
    color: rgb(210 210 210 / 0.7);
  }

  .md\:text-grey\/75 {
    color: rgb(210 210 210 / 0.75);
  }

  .md\:text-grey\/80 {
    color: rgb(210 210 210 / 0.8);
  }

  .md\:text-grey\/85 {
    color: rgb(210 210 210 / 0.85);
  }

  .md\:text-grey\/90 {
    color: rgb(210 210 210 / 0.9);
  }

  .md\:text-grey\/95 {
    color: rgb(210 210 210 / 0.95);
  }

  .md\:text-light-lime {
    --tw-text-opacity: 1;
    color: rgb(239 243 208 / var(--tw-text-opacity, 1));
  }

  .md\:text-light-lime\/0 {
    color: rgb(239 243 208 / 0);
  }

  .md\:text-light-lime\/10 {
    color: rgb(239 243 208 / 0.1);
  }

  .md\:text-light-lime\/100 {
    color: rgb(239 243 208 / 1);
  }

  .md\:text-light-lime\/15 {
    color: rgb(239 243 208 / 0.15);
  }

  .md\:text-light-lime\/20 {
    color: rgb(239 243 208 / 0.2);
  }

  .md\:text-light-lime\/25 {
    color: rgb(239 243 208 / 0.25);
  }

  .md\:text-light-lime\/30 {
    color: rgb(239 243 208 / 0.3);
  }

  .md\:text-light-lime\/35 {
    color: rgb(239 243 208 / 0.35);
  }

  .md\:text-light-lime\/40 {
    color: rgb(239 243 208 / 0.4);
  }

  .md\:text-light-lime\/45 {
    color: rgb(239 243 208 / 0.45);
  }

  .md\:text-light-lime\/5 {
    color: rgb(239 243 208 / 0.05);
  }

  .md\:text-light-lime\/50 {
    color: rgb(239 243 208 / 0.5);
  }

  .md\:text-light-lime\/55 {
    color: rgb(239 243 208 / 0.55);
  }

  .md\:text-light-lime\/60 {
    color: rgb(239 243 208 / 0.6);
  }

  .md\:text-light-lime\/65 {
    color: rgb(239 243 208 / 0.65);
  }

  .md\:text-light-lime\/70 {
    color: rgb(239 243 208 / 0.7);
  }

  .md\:text-light-lime\/75 {
    color: rgb(239 243 208 / 0.75);
  }

  .md\:text-light-lime\/80 {
    color: rgb(239 243 208 / 0.8);
  }

  .md\:text-light-lime\/85 {
    color: rgb(239 243 208 / 0.85);
  }

  .md\:text-light-lime\/90 {
    color: rgb(239 243 208 / 0.9);
  }

  .md\:text-light-lime\/95 {
    color: rgb(239 243 208 / 0.95);
  }

  .md\:text-lime {
    --tw-text-opacity: 1;
    color: rgb(213 216 111 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime\/0 {
    color: rgb(213 216 111 / 0);
  }

  .md\:text-lime\/10 {
    color: rgb(213 216 111 / 0.1);
  }

  .md\:text-lime\/100 {
    color: rgb(213 216 111 / 1);
  }

  .md\:text-lime\/15 {
    color: rgb(213 216 111 / 0.15);
  }

  .md\:text-lime\/20 {
    color: rgb(213 216 111 / 0.2);
  }

  .md\:text-lime\/25 {
    color: rgb(213 216 111 / 0.25);
  }

  .md\:text-lime\/30 {
    color: rgb(213 216 111 / 0.3);
  }

  .md\:text-lime\/35 {
    color: rgb(213 216 111 / 0.35);
  }

  .md\:text-lime\/40 {
    color: rgb(213 216 111 / 0.4);
  }

  .md\:text-lime\/45 {
    color: rgb(213 216 111 / 0.45);
  }

  .md\:text-lime\/5 {
    color: rgb(213 216 111 / 0.05);
  }

  .md\:text-lime\/50 {
    color: rgb(213 216 111 / 0.5);
  }

  .md\:text-lime\/55 {
    color: rgb(213 216 111 / 0.55);
  }

  .md\:text-lime\/60 {
    color: rgb(213 216 111 / 0.6);
  }

  .md\:text-lime\/65 {
    color: rgb(213 216 111 / 0.65);
  }

  .md\:text-lime\/70 {
    color: rgb(213 216 111 / 0.7);
  }

  .md\:text-lime\/75 {
    color: rgb(213 216 111 / 0.75);
  }

  .md\:text-lime\/80 {
    color: rgb(213 216 111 / 0.8);
  }

  .md\:text-lime\/85 {
    color: rgb(213 216 111 / 0.85);
  }

  .md\:text-lime\/90 {
    color: rgb(213 216 111 / 0.9);
  }

  .md\:text-lime\/95 {
    color: rgb(213 216 111 / 0.95);
  }

  .md\:text-teal {
    --tw-text-opacity: 1;
    color: rgb(18 55 63 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal\/0 {
    color: rgb(18 55 63 / 0);
  }

  .md\:text-teal\/10 {
    color: rgb(18 55 63 / 0.1);
  }

  .md\:text-teal\/100 {
    color: rgb(18 55 63 / 1);
  }

  .md\:text-teal\/15 {
    color: rgb(18 55 63 / 0.15);
  }

  .md\:text-teal\/20 {
    color: rgb(18 55 63 / 0.2);
  }

  .md\:text-teal\/25 {
    color: rgb(18 55 63 / 0.25);
  }

  .md\:text-teal\/30 {
    color: rgb(18 55 63 / 0.3);
  }

  .md\:text-teal\/35 {
    color: rgb(18 55 63 / 0.35);
  }

  .md\:text-teal\/40 {
    color: rgb(18 55 63 / 0.4);
  }

  .md\:text-teal\/45 {
    color: rgb(18 55 63 / 0.45);
  }

  .md\:text-teal\/5 {
    color: rgb(18 55 63 / 0.05);
  }

  .md\:text-teal\/50 {
    color: rgb(18 55 63 / 0.5);
  }

  .md\:text-teal\/55 {
    color: rgb(18 55 63 / 0.55);
  }

  .md\:text-teal\/60 {
    color: rgb(18 55 63 / 0.6);
  }

  .md\:text-teal\/65 {
    color: rgb(18 55 63 / 0.65);
  }

  .md\:text-teal\/70 {
    color: rgb(18 55 63 / 0.7);
  }

  .md\:text-teal\/75 {
    color: rgb(18 55 63 / 0.75);
  }

  .md\:text-teal\/80 {
    color: rgb(18 55 63 / 0.8);
  }

  .md\:text-teal\/85 {
    color: rgb(18 55 63 / 0.85);
  }

  .md\:text-teal\/90 {
    color: rgb(18 55 63 / 0.9);
  }

  .md\:text-teal\/95 {
    color: rgb(18 55 63 / 0.95);
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .md\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .md\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .md\:text-white\/15 {
    color: rgb(255 255 255 / 0.15);
  }

  .md\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .md\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .md\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .md\:text-white\/35 {
    color: rgb(255 255 255 / 0.35);
  }

  .md\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .md\:text-white\/45 {
    color: rgb(255 255 255 / 0.45);
  }

  .md\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

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

  .md\:text-white\/55 {
    color: rgb(255 255 255 / 0.55);
  }

  .md\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .md\:text-white\/65 {
    color: rgb(255 255 255 / 0.65);
  }

  .md\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .md\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .md\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .md\:text-white\/85 {
    color: rgb(255 255 255 / 0.85);
  }

  .md\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .md\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .md\:\[background-position\:-14px_-25px\] {
    background-position: -14px -25px;
  }
}


@media (min-width: 1155px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[-20\%\] {
    left: -20%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-\[-10\%\] {
    top: -10%;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:-mt-\[60px\] {
    margin-top: -60px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[calc\(100\%\+5rem\)\] {
    height: calc(100% + 5rem);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:\!max-h-none {
    max-height: none !important;
  }

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

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

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-\[110\%\] {
    width: 110%;
  }

  .lg\:w-\[140\%\] {
    width: 140%;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[66\%\] {
    width: 66%;
  }

  .lg\:w-\[75\%\] {
    width: 75%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-\[80px\] {
    width: 80px;
  }

  .lg\:w-\[85\%\] {
    width: 85%;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

  .lg\:max-w-\[850px\] {
    max-width: 850px;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
    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));
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-\[25\%\] {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:\!pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[calc\(4rem\+var\(--nav-height\)\)\] {
    padding-top: calc(4rem + var(--nav-height));
  }

  .lg\:pt-\[calc\(6rem\+var\(--nav-height\)\)\] {
    padding-top: calc(6rem + var(--nav-height));
  }

  .lg\:\[background-position\:0px_-25px\] {
    background-position: 0px -25px;
  }
}


@media (min-width: 1280px) {

  .xl\:left-\[-25\%\] {
    left: -25%;
  }

  .xl\:top-\[-12\%\] {
    top: -12%;
  }

  .xl\:-mt-\[70px\] {
    margin-top: -70px;
  }

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

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

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

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

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-\[150\%\] {
    width: 150%;
  }

  .xl\:w-\[180px\] {
    width: 180px;
  }

  .xl\:w-\[35\%\] {
    width: 35%;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[66\%\] {
    width: 66%;
  }

  .xl\:w-\[75\%\] {
    width: 75%;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }
}





